@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

body.no-scroll {
  overflow: hidden !important; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #383434;
  transition: .4s; }
  a:visited {
    color: #383434; }
  a:hover {
    text-decoration: none; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fadein.visible {
    opacity: 1; }

.pc {
  display: block; }
  @media screen and (max-width: 870px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

/*--------------------------------------------*/
@keyframes zoom {
  0% {
    transform: scale(1.2);
    opacity: 0; }
  20% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 1.0; }
  70% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
.loading {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .loading .swiper-img {
    width: 100%;
    height: 100vh;
    position: relative;
    object-fit: cover;
    transform: scale(1.2);
    opacity: 0;
    animation: zoom 2.45s linear 0s normal both;
    position: relative; }
  .loading .load_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-width: 500px; }
    @media screen and (max-width: 870px) {
      .loading .load_ttl {
        max-width: 400px;
        width: 80%; } }

/*--------------------------------------------*/
.lp_wrapper {
  opacity: 0;
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: 1px;
  color: #383434;
  font-size: 14px;
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: flex;
  position: relative; }
  .lp_wrapper::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("https://carrot.itembox.design/item/images/feature/fulcro-water-resistant/images/pc.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    top: 0;
    left: 0;
    border-top: 40px solid #383434; }
  .lp_wrapper .sidearea {
    position: relative;
    height: 100vh;
    transition: .8s; }
    @media screen and (max-width: 870px) {
      .lp_wrapper .sidearea {
        display: none; } }
    .lp_wrapper .sidearea.boxleft {
      left: 0;
      width: calc(100% - 600px - 7%); }
      @media screen and (max-width: 1200px) {
        .lp_wrapper .sidearea.boxleft {
          width: calc(100% - 500px); } }
      .lp_wrapper .sidearea.boxleft .logo {
        position: fixed;
        left: 1em;
        top: 5px; }
        .lp_wrapper .sidearea.boxleft .logo a {
          display: block;
          z-index: 999;
          width: fit-content; }
          .lp_wrapper .sidearea.boxleft .logo a img {
            width: 70px; }
      .lp_wrapper .sidearea.boxleft .pc-ttl {
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 600px - 7%); }
        @media screen and (max-width: 1200px) {
          .lp_wrapper .sidearea.boxleft .pc-ttl {
            width: calc(100% - 500px); } }
        .lp_wrapper .sidearea.boxleft .pc-ttl h1 {
          font-weight: 600;
          color: #ffffff;
          font-size: 5.5em;
          letter-spacing: .2em;
          line-height: 1.5; }
          @media screen and (max-width: 1920px) {
            .lp_wrapper .sidearea.boxleft .pc-ttl h1 {
              font-size: 4.5em; } }
          .lp_wrapper .sidearea.boxleft .pc-ttl h1 span {
            display: block;
            font-size: 40%;
            letter-spacing: .1em; }
        .lp_wrapper .sidearea.boxleft .pc-ttl p {
          color: #ffffff;
          background: #1D2F68;
          font-size: 0.7em;
          width: fit-content;
          margin: 0 auto;
          padding: 0 1.0em; }
    .lp_wrapper .sidearea.boxright {
      width: 7%;
      right: 0; }
      @media screen and (max-width: 1200px) {
        .lp_wrapper .sidearea.boxright {
          width: 0; } }
      .lp_wrapper .sidearea.boxright .pcBox {
        position: fixed;
        bottom: 0;
        right: 16px;
        width: fit-content;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        height: calc(95% - 40px); }
        .lp_wrapper .sidearea.boxright .pcBox p {
          display: flex;
          font-size: .9em;
          font-weight: 600; }
          .lp_wrapper .sidearea.boxright .pcBox p span {
            white-space: pre;
            writing-mode: vertical-rl;
            display: inline-block;
            font-size: 100%; }
        .lp_wrapper .sidearea.boxright .pcBox ul {
          display: flex;
          align-items: center;
          flex-direction: column; }
          .lp_wrapper .sidearea.boxright .pcBox ul li {
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin-bottom: 2.0em; }
            .lp_wrapper .sidearea.boxright .pcBox ul li a {
              white-space: pre;
              writing-mode: vertical-rl;
              display: inline-block;
              font-size: .9em;
              font-weight: 600; }
  .lp_wrapper #box-content {
    position: relative;
    z-index: 1000;
    width: 600px;
    min-height: 100vh;
    background: #ffffff; }
    @media screen and (max-width: 1200px) {
      .lp_wrapper #box-content {
        width: 500px; } }
    @media screen and (max-width: 870px) {
      .lp_wrapper #box-content {
        margin: 0 auto;
        width: 100%; } }
    .lp_wrapper #box-content .sp-header {
      background: #383434;
      align-items: center;
      justify-content: space-between;
      height: 40px;
      padding: 8px 1.0em;
      display: none; }
      @media screen and (max-width: 870px) {
        .lp_wrapper #box-content .sp-header {
          display: flex; } }
      .lp_wrapper #box-content .sp-header a img {
        vertical-align: middle;
        width: 90px; }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content .sp-header a img {
            max-width: 70px; } }
      .lp_wrapper #box-content .sp-header p {
        font-size: 0.6em;
        color: #ffffff; }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content .sp-header p {
            font-size: 2.0vw; } }
    .lp_wrapper #box-content #drawer {
      position: relative;
      margin: 0 auto;
      /* section */ }
      .lp_wrapper #box-content #drawer .sp_kv {
        display: none;
        position: relative; }
        @media screen and (max-width: 870px) {
          .lp_wrapper #box-content #drawer .sp_kv {
            display: block; } }
        .lp_wrapper #box-content #drawer .sp_kv .sp-ttl {
          position: absolute;
          left: 50%;
          bottom: 10%;
          transform: translateX(-50%); }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .sp_kv .sp-ttl {
              width: 100%; } }
          .lp_wrapper #box-content #drawer .sp_kv .sp-ttl h1 {
            font-weight: 600;
            color: #ffffff;
            font-size: 3.5em;
            letter-spacing: .2em;
            line-height: 1.5;
            margin-bottom: 4px; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .sp_kv .sp-ttl h1 {
                font-size: 9.5vw; } }
            .lp_wrapper #box-content #drawer .sp_kv .sp-ttl h1 span {
              display: block;
              font-size: 40%;
              letter-spacing: .1em; }
          .lp_wrapper #box-content #drawer .sp_kv .sp-ttl p {
            color: #ffffff;
            background: #1D2F68;
            font-size: 0.7em;
            width: fit-content;
            margin: 0 auto;
            padding: 0 1.0em; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .sp_kv .sp-ttl p {
                font-size: 2.2vw; } }
      .lp_wrapper #box-content #drawer .txt {
        margin: 15% auto; }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content #drawer .txt {
            margin: 20% auto; } }
        .lp_wrapper #box-content #drawer .txt p {
          font-size: 1.0em;
          line-height: 2.0; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .txt p {
              font-size: 3.2vw; } }
      .lp_wrapper #box-content #drawer .menu {
        width: 80%;
        margin: 15% auto;
        max-width: 500px; }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content #drawer .menu {
            width: 85%; } }
        .lp_wrapper #box-content #drawer .menu .ttl {
          font-size: 0.6em;
          border-bottom: 1px solid #1D2F68;
          line-height: 1.8;
          text-align: left;
          position: relative;
          margin: 0; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .menu .ttl {
              font-size: 2.0vw; } }
          .lp_wrapper #box-content #drawer .menu .ttl span {
            padding: 0.5em;
            color: #ffffff;
            border-top-right-radius: 0.5em;
            border-top-left-radius: 0.5em;
            background: #1D2F68; }
          .lp_wrapper #box-content #drawer .menu .ttl::after {
            content: "WATER-RESISTANT BAG COLLECTION";
            color: #1D2F68;
            font-size: 110%;
            letter-spacing: 1px;
            right: 0;
            position: absolute;
            line-height: 1.5; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .menu .ttl::after {
                font-size: 100%;
                letter-spacing: 0; } }
        .lp_wrapper #box-content #drawer .menu ul li {
          border-bottom: 1px solid #1D2F68; }
          .lp_wrapper #box-content #drawer .menu ul li a {
            display: block;
            padding: .5em 0;
            position: relative; }
            .lp_wrapper #box-content #drawer .menu ul li a::after {
              content: "";
              position: absolute;
              width: 16px;
              height: 7px;
              background: url("https://carrot.itembox.design/item/images/feature/fulcro-water-resistant/images/SVG/arrow.svg") no-repeat;
              background-size: contain;
              top: 50%;
              right: 0.5em;
              transform: translateY(-50%); }
            .lp_wrapper #box-content #drawer .menu ul li a p {
              font-size: .9em;
              font-weight: 600;
              letter-spacing: 1px;
              color: #1D2F68;
              display: flex;
              align-items: center;
              justify-content: flex-start; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .menu ul li a p {
                  font-size: 3.2vw; } }
              .lp_wrapper #box-content #drawer .menu ul li a p span {
                font-size: 80%;
                margin-right: 1.0em; }
      .lp_wrapper #box-content #drawer .about {
        margin: 15% auto;
        width: 80%;
        max-width: 500px; }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content #drawer .about {
            width: 90%; } }
        .lp_wrapper #box-content #drawer .about .block h3 {
          font-size: 1.0em;
          font-weight: 600;
          padding: .5em;
          border: solid #1D2F68;
          border-width: 1px 0;
          margin: 15% auto 7%; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .about .block h3 {
              font-size: 3.2vw; } }
        .lp_wrapper #box-content #drawer .about .block p {
          font-size: 0.9em;
          line-height: 2.0;
          margin: 7% auto; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .about .block p {
              font-size: 2.8vw;
              letter-spacing: 0; } }
          .lp_wrapper #box-content #drawer .about .block p span {
            font-weight: 600;
            font-size: 110%; }
        .lp_wrapper #box-content #drawer .about .flex {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .lp_wrapper #box-content #drawer .about .flex div {
            width: calc(100%/2 - 1%); }
            .lp_wrapper #box-content #drawer .about .flex div h4 {
              font-weight: 600;
              font-size: 1.0em;
              margin-top: 8px;
              line-height: 1.0; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .about .flex div h4 {
                  font-size: 3.5vw; } }
            .lp_wrapper #box-content #drawer .about .flex div p {
              font-size: 0.9em;
              margin: 8px auto;
              line-height: 1.2; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .about .flex div p {
                  font-size: 2.7vw; } }
      .lp_wrapper #box-content #drawer section {
        margin-bottom: 20%; }
        .lp_wrapper #box-content #drawer section .item-ttl {
          background: #383434;
          padding: 1.5em 3.0em;
          border-top-right-radius: 2em;
          border-top-left-radius: 2em; }
          .lp_wrapper #box-content #drawer section .item-ttl p {
            color: #ffffff;
            font-size: 1.0em;
            text-align: left;
            margin: 0;
            line-height: 3.0; }
          .lp_wrapper #box-content #drawer section .item-ttl div {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .lp_wrapper #box-content #drawer section .item-ttl div h2 {
              color: #ffffff;
              font-weight: 400;
              font-size: 1.5em;
              line-height: 1.0; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer section .item-ttl div h2 {
                  font-size: 4.0vw; } }
            .lp_wrapper #box-content #drawer section .item-ttl div p {
              background: #ffffff;
              color: #383434;
              padding: 0.2em 0.5em;
              line-height: 1.2;
              font-weight: 600;
              letter-spacing: 0;
              font-size: 1.0em; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer section .item-ttl div p {
                  font-size: 3.0vw; } }
        .lp_wrapper #box-content #drawer section .swiper .swiper-pagination .swiper-pagination-bullet {
          background: none;
          height: 8px;
          width: 8px;
          opacity: 1;
          border: 1px solid #ffffff;
          border-radius: 50%; }
        .lp_wrapper #box-content #drawer section .swiper .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #ffffff; }
        .lp_wrapper #box-content #drawer section .item-func {
          display: flex;
          align-items: stretch;
          justify-content: space-between;
          width: 80%;
          margin: 5% auto;
          max-width: 500px; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer section .item-func {
              width: 85%; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer section .item-func div:nth-child(1) img {
              max-width: 75px; } }
          .lp_wrapper #box-content #drawer section .item-func div:nth-child(2) {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            flex-direction: column; }
            .lp_wrapper #box-content #drawer section .item-func div:nth-child(2) p {
              font-weight: 600;
              font-size: 0.9em;
              line-height: 1; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer section .item-func div:nth-child(2) p {
                  font-size: 2.8vw; } }
            .lp_wrapper #box-content #drawer section .item-func div:nth-child(2) .func {
              max-height: 45px;
              width: auto; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer section .item-func div:nth-child(2) .func {
                  max-height: 38px; } }
        .lp_wrapper #box-content #drawer section .item-txt {
          max-width: 500px;
          margin: 5% auto;
          width: 80%; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer section .item-txt {
              width: 85%;
              margin: 10% auto; } }
          .lp_wrapper #box-content #drawer section .item-txt p {
            font-size: 0.9em;
            text-align: left;
            line-height: 2.0; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer section .item-txt p {
                font-size: 2.8vw;
                text-align: justify;
                letter-spacing: 0; } }
        .lp_wrapper #box-content #drawer section .btn {
          max-width: 500px;
          width: 80%;
          margin: 5% auto; }
          .lp_wrapper #box-content #drawer section .btn a {
            display: block;
            border: 1px solid #000000;
            font-weight: 600;
            font-size: 1.1em;
            line-height: 2.5;
            letter-spacing: 0.2em; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer section .btn a {
                font-size: 3.5vw; } }
            .lp_wrapper #box-content #drawer section .btn a:hover {
              background: #000000;
              color: #ffffff; }
      .lp_wrapper #box-content #drawer .lp-footer {
        background: #383434;
        padding: 10%;
        margin-top: 20%; }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content #drawer .lp-footer {
            padding: 20% 10%; } }
        .lp_wrapper #box-content #drawer .lp-footer ul {
          border-top: 1px solid #ffffff;
          margin-bottom: 1.0em; }
          .lp_wrapper #box-content #drawer .lp-footer ul li {
            border-bottom: 1px solid #ffffff; }
            .lp_wrapper #box-content #drawer .lp-footer ul li a {
              padding: 0.7em;
              display: block;
              color: #ffffff;
              letter-spacing: .1em;
              font-size: 1.0em; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer .lp-footer ul li a {
                  font-size: 3.2vw; } }
              .lp_wrapper #box-content #drawer .lp-footer ul li a span {
                font-size: 50%;
                line-height: 1;
                display: block; }
        .lp_wrapper #box-content #drawer .lp-footer p {
          font-size: 0.6em;
          color: #ffffff; }
        .lp_wrapper #box-content #drawer .lp-footer div {
          margin: 25% auto 10%; }
          .lp_wrapper #box-content #drawer .lp-footer div img {
            max-width: 220px; }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer .lp-footer div img {
                max-width: 150px; } }

footer {
  position: relative; }
