@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #000000; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:hover {
    transition: .4;
    opacity: .7; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

html, body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.eng {
  font-family: "futura-pt", sans-serif;
  font-weight: 700; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fadeIn {
  opacity: 0;
  transition: all .8s; }
  .fadeIn.is_active {
    opacity: 1 !important; }

/*--------------------------------------------*/
#future {
  margin: 0 auto;
  /* lp_mainBox */ }
  #future.lp_wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    letter-spacing: 1px;
    color: #545454;
    font-size: 16px;
    text-align: center;
    font-family: "sawarabi-gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-x: visible;
    line-height: 1.5; }
    #future.lp_wrapper section {
      margin: 0 auto; }
  #future .lp_mainBox {
    width: 100%;
    height: 100%;
    position: relative;
    /* box-content */ }
    #future .lp_mainBox .sidearea {
      position: fixed;
      height: 100%;
      overflow: hidden; }
      #future .lp_mainBox .sidearea.boxleft {
        width: calc(100% - 600px);
        left: 0;
        position: fixed; }
        #future .lp_mainBox .sidearea.boxleft .pc_back {
          width: 100%;
          height: 100%;
          background: url("https://carrot.itembox.design/item/images/feature/expand6/images/pc.jpg") no-repeat;
          background-position: center;
          background-size: cover; }
          @media screen and (max-width: 1080px) {
            #future .lp_mainBox .sidearea.boxleft .pc_back {
              display: none; } }
          #future .lp_mainBox .sidearea.boxleft .pc_back .logo {
            filter: brightness(0) invert(1);
            position: absolute;
            top: 5%;
            left: 3%;
            max-width: 150px; }
          #future .lp_mainBox .sidearea.boxleft .pc_back .vertical {
            position: absolute;
            top: 50%;
            right: 3%;
            max-width: 10px;
            transform: translateY(-50%); }
          #future .lp_mainBox .sidearea.boxleft .pc_back h1 {
            color: #fff;
            font-size: 2.7em;
            text-align: left;
            position: absolute;
            bottom: 5%;
            letter-spacing: 0;
            line-height: 1.2;
            font-weight: 400;
            left: 3%; }
            @media screen and (max-width: 1800px) {
              #future .lp_mainBox .sidearea.boxleft .pc_back h1 {
                font-size: 2.2em; } }
            #future .lp_mainBox .sidearea.boxleft .pc_back h1 span {
              font-size: 80%;
              font-weight: 400; }
          #future .lp_mainBox .sidearea.boxleft .pc_back p {
            font-size: 0.6em;
            letter-spacing: 0;
            color: #fff;
            position: absolute;
            bottom: 10%;
            right: 5%; }
            @media screen and (max-width: 1800px) {
              #future .lp_mainBox .sidearea.boxleft .pc_back p {
                bottom: 10%; } }
        @media screen and (max-width: 1800px) {
          #future .lp_mainBox .sidearea.boxleft {
            width: calc(100% - 500px); } }
        @media screen and (max-width: 1080px) {
          #future .lp_mainBox .sidearea.boxleft {
            display: none; } }
      #future .lp_mainBox .sidearea.boxright {
        right: 0;
        width: 0; }
        @media screen and (max-width: 1080px) {
          #future .lp_mainBox .sidearea.boxright {
            display: none; } }
    #future .lp_mainBox #box-content {
      position: relative;
      overflow: visible;
      -ms-overflow-style: none;
      top: 0;
      max-width: 600px;
      left: calc(100% - 600px);
      background: #fff;
      /* drawer */ }
      @media screen and (max-width: 1800px) {
        #future .lp_mainBox #box-content {
          max-width: 500px;
          left: calc(100% - 500px); } }
      @media screen and (max-width: 1080px) {
        #future .lp_mainBox #box-content {
          left: auto;
          max-width: 650px;
          margin: 0 auto; } }
      @media screen and (max-width: 500px) {
        #future .lp_mainBox #box-content {
          max-width: none;
          left: 0;
          width: 100%; } }
      #future .lp_mainBox #box-content #drawer {
        padding: 0;
        position: relative;
        top: 0;
        overflow: visible;
        top: 0;
        left: 0;
        z-index: 1000; }
        @media screen and (max-width: 1800px) {
          #future .lp_mainBox #box-content #drawer {
            left: 0;
            margin: 0 auto; } }
        @media screen and (max-width: 500px) {
          #future .lp_mainBox #box-content #drawer {
            width: 100%; } }
        #future .lp_mainBox #box-content #drawer .sticky {
          position: sticky;
          position: -webkit-sticky;
          top: 0;
          display: block;
          overflow: visible !important;
          contain: paint;
          height: 100vh;
          min-height: calc(var(--vh, 1vh) * 100); }
          @media screen and (max-height: 900px) {
            #future .lp_mainBox #box-content #drawer .sticky {
              height: 100vh; } }
        #future .lp_mainBox #box-content #drawer .mv {
          background: url("https://carrot.itembox.design/item/images/feature/expand6/images/mv.jpg") no-repeat;
          background-position: center;
          background-size: cover; }
        #future .lp_mainBox #box-content #drawer .mvBox {
          position: relative;
          width: 100%;
          height: 100%;
          margin-top: -100vh; }
          #future .lp_mainBox #box-content #drawer .mvBox .logo {
            position: absolute;
            top: 5%;
            left: 3%; }
            @media screen and (max-width: 500px) {
              #future .lp_mainBox #box-content #drawer .mvBox .logo {
                max-width: 150px; } }
          #future .lp_mainBox #box-content #drawer .mvBox .vertical {
            position: absolute;
            bottom: 1%;
            left: 3%; }
            @media screen and (max-width: 1080px) {
              #future .lp_mainBox #box-content #drawer .mvBox .vertical {
                bottom: auto;
                top: 50%;
                transform: translateY(-50%);
                max-width: 10px; } }
          #future .lp_mainBox #box-content #drawer .mvBox .fluffy {
            position: absolute;
            bottom: 10%;
            width: 100%; }
            @media screen and (max-width: 500px) {
              #future .lp_mainBox #box-content #drawer .mvBox .fluffy {
                bottom: 10%; } }
            #future .lp_mainBox #box-content #drawer .mvBox .fluffy .scroll {
              animation: fluffy 2.5s infinite; }
              @media screen and (max-width: 500px) {
                #future .lp_mainBox #box-content #drawer .mvBox .fluffy .scroll {
                  max-width: 120px; } }
        #future .lp_mainBox #box-content #drawer .mainTxt {
          background-image: linear-gradient(0deg, rgba(158, 101, 121, 0.4) 20%, rgba(45, 97, 93, 0.4) 80%);
          position: relative; }
          @media screen and (min-height: 1200px) {
            #future .lp_mainBox #box-content #drawer .mainTxt {
              position: relative; } }
          @media screen and (max-height: 900px) {
            #future .lp_mainBox #box-content #drawer .mainTxt {
              position: relative; } }
          @media screen and (max-width: 1080px) {
            #future .lp_mainBox #box-content #drawer .mainTxt {
              position: sticky;
              position: -webkit-sticky; } }
          #future .lp_mainBox #box-content #drawer .mainTxt div {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
            z-index: +2; }
          #future .lp_mainBox #box-content #drawer .mainTxt h2 {
            color: #ffffff;
            letter-spacing: 0.6em;
            line-height: 2.0;
            margin-bottom: 2.0em;
            font-size: 1.3em; }
            @media screen and (max-width: 500px) {
              #future .lp_mainBox #box-content #drawer .mainTxt h2 {
                font-size: 4.5vw; } }
          #future .lp_mainBox #box-content #drawer .mainTxt p {
            font-size: .9em;
            margin-bottom: 2.0em;
            color: #ffffff;
            letter-spacing: .1em;
            line-height: 2.0; }
            @media screen and (max-width: 500px) {
              #future .lp_mainBox #box-content #drawer .mainTxt p {
                font-size: 3.0vw;
                line-height: 2.2; } }
        #future .lp_mainBox #box-content #drawer h3 {
          font-size: 1.2em;
          text-align: left;
          color: #9E6579;
          margin-bottom: 10%; }
          @media screen and (max-width: 500px) {
            #future .lp_mainBox #box-content #drawer h3 {
              font-size: 3.7vw; } }
        #future .lp_mainBox #box-content #drawer .lineup {
          margin: 10% auto;
          width: 85%; }
          #future .lp_mainBox #box-content #drawer .lineup ul {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: wrap; }
            #future .lp_mainBox #box-content #drawer .lineup ul li {
              width: calc(100%/2 - 5%);
              margin-bottom: 10%; }
              #future .lp_mainBox #box-content #drawer .lineup ul li p {
                color: #9E6579;
                text-align: left;
                font-size: 0.9em;
                line-height: 1.3;
                margin: 1.0em auto; }
                @media screen and (max-width: 500px) {
                  #future .lp_mainBox #box-content #drawer .lineup ul li p {
                    font-size: 3.0vw; } }
        #future .lp_mainBox #box-content #drawer .point {
          width: 85%;
          margin: 0 auto 10%; }
          #future .lp_mainBox #box-content #drawer .point div {
            margin: 5% auto; }
            @media screen and (max-width: 500px) {
              #future .lp_mainBox #box-content #drawer .point div {
                margin-bottom: 10%; } }
            #future .lp_mainBox #box-content #drawer .point div p {
              font-size: 0.8em;
              line-height: 2.0;
              text-align: left;
              margin: 1.0em auto; }
              @media screen and (max-width: 500px) {
                #future .lp_mainBox #box-content #drawer .point div p {
                  font-size: 2.9vw; } }
              #future .lp_mainBox #box-content #drawer .point div p span {
                font-size: 0.8em;
                vertical-align: top; }
        #future .lp_mainBox #box-content #drawer .itemBox {
          padding-top: 60px;
          margin-bottom: 15%; }
          #future .lp_mainBox #box-content #drawer .itemBox:last-child {
            padding-bottom: 5%; }
          #future .lp_mainBox #box-content #drawer .itemBox .ditailBox {
            width: 90%;
            margin: 15% auto; }
            #future .lp_mainBox #box-content #drawer .itemBox .ditailBox h2 {
              margin-bottom: 15%;
              font-size: 1.2em;
              font-weight: 700;
              color: #9E6579;
              letter-spacing: 0.1em; }
              @media screen and (max-width: 500px) {
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox h2 {
                  font-size: 4.0vw; } }
            #future .lp_mainBox #box-content #drawer .itemBox .ditailBox p.txt {
              margin: 0 auto;
              font-size: 0.9em;
              line-height: 2.0;
              text-align: left; }
              @media screen and (max-width: 500px) {
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox p.txt {
                  font-size: 2.9vw; } }
            #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func {
              margin: 15% auto 10%;
              display: flex;
              align-items: stretch;
              justify-content: space-between; }
              #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func div {
                text-align: left; }
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func div.first {
                  width: calc(52% - 2.5%); }
                  #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func div.first img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover; }
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func div.last {
                  width: calc(48% - 2.5%); }
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func div h4 {
                  font-size: 1.0em;
                  font-weight: 400;
                  color: #9E6579; }
                  @media screen and (max-width: 500px) {
                    #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func div h4 {
                      font-size: 3.0vw; } }
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func div .funcimg {
                  margin: 0.5em auto; }
              #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func .colorBox {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
                margin: 0.5em auto 0; }
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .func .colorBox img {
                  display: block;
                  width: calc(100%/4 - 1%);
                  margin-right: 1%; }
            #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .spec {
              font-size: 0.9em;
              margin: 10% auto;
              color: #9E6579; }
              @media screen and (max-width: 500px) {
                #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .spec {
                  font-size: 2.9vw; } }
            #future .lp_mainBox #box-content #drawer .itemBox .ditailBox h3 {
              margin-bottom: 1%; }
            #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .flex {
              display: flex;
              align-items: flex-end;
              justify-content: space-between;
              margin-bottom: 15%; }
              #future .lp_mainBox #box-content #drawer .itemBox .ditailBox .flex a {
                display: block;
                width: calc(100%/4 - 2%); }
          #future .lp_mainBox #box-content #drawer .itemBox .styling h3 {
            width: 90%;
            margin: 0 auto 1%; }
          #future .lp_mainBox #box-content #drawer .itemBox .styling div {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap; }
            #future .lp_mainBox #box-content #drawer .itemBox .styling div a {
              width: 50%;
              display: block; }
          #future .lp_mainBox #box-content #drawer .itemBox .styling .buy {
            margin: 15% auto;
            width: 94%;
            display: block; }

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
