@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #333333; }
  a:hover {
    text-decoration: none;
    color: #333333; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #333333; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1200px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1200px) {
    .sp {
      display: block; } }

.bold {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal; }

.black {
  font-family: "gotham", sans-serif;
  font-weight: 800;
  font-style: normal; }

body {
  overflow-x: visible; }
  body.is-loading {
    overflow: hidden;
    height: 100vh; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fade {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fade.visible {
    opacity: 1; }

/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 14px;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0; }
  @media screen and (max-width: 1200px) {
    #future.lp_wrapper {
      flex-direction: column; } }
#future .sidearea {
  position: fixed;
  top: 60px;
  height: calc(100vh - 60px);
  transition: .8s;
  width: calc((100% - 500px) * 0.5);
  background: #333333; }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 500px);
      top: 0; } }
  #future .sidearea.boxleft {
    left: 0; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        width: calc(100% - 500px); } }
    #future .sidearea.boxleft .pc_box {
      text-align: center;
      position: absolute;
      width: 90%;
      max-width: 500px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #future .sidearea.boxleft .pc_box .logo {
        width: 50%;
        max-width: 300px;
        margin-bottom: 10%; }
      #future .sidearea.boxleft .pc_box .youtube {
        width: 100%;
        margin: 0 auto; }
        #future .sidearea.boxleft .pc_box .youtube iframe {
          width: 100%;
          aspect-ratio: 16 / 9; }
      #future .sidearea.boxleft .pc_box .btn {
        margin: 10% auto 0;
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: center; }
        #future .sidearea.boxleft .pc_box .btn a {
          display: flex;
          width: calc(100%/2 - 2%);
          margin: 1%;
          color: #ffffff;
          letter-spacing: 1px;
          font-size: .8em;
          align-items: center;
          justify-content: center;
          border: 1px solid #ffffff;
          padding: 2em 0; }
          #future .sidearea.boxleft .pc_box .btn a img {
            margin-left: 5%;
            filter: brightness(0) invert(1);
            transition: .4s; }
          #future .sidearea.boxleft .pc_box .btn a:hover {
            background: #ffffff;
            color: #000000; }
            #future .sidearea.boxleft .pc_box .btn a:hover img {
              filter: brightness(0); }
  #future .sidearea.boxright {
    right: 0; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: center; }
      #future .sidearea.boxright .pc_box div {
        width: 50%;
        height: calc((100vh - 60px)/3); }
        #future .sidearea.boxright .pc_box div a {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
          #future .sidearea.boxright .pc_box div a::after {
            position: absolute;
            content: "VIEW";
            border: 1px solid #ffffff;
            font-size: min(0.8em, 14px);
            bottom: 3%;
            right: 5%;
            padding: 0.6em 0.7em 0.5em;
            color: #ffffff;
            line-height: 1.0;
            letter-spacing: 1px;
            transition: .4s;
            z-index: 30; }
          #future .sidearea.boxright .pc_box div a:hover::after {
            background: #ffffff;
            color: #333333; }
        #future .sidearea.boxright .pc_box div img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #future .sidearea.boxright .pc_box .swiper1 {
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 500px;
  /* drawer */ }
  @media screen and (max-width: 1200px) {
    #future #box-content {
      margin: 0 0 0 auto; } }
  @media screen and (max-width: 700px) {
    #future #box-content {
      width: 100%; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto;
    background: #ffffff; }
    #future #box-content #drawer .innerBox {
      background: #333333;
      /* sp_box */
      /* section */ }
      #future #box-content #drawer .innerBox .kv {
        position: relative; }
        #future #box-content #drawer .innerBox .kv .logo {
          position: absolute;
          top: 15%;
          left: 50%;
          width: max(300px, 60%);
          transform: translateX(-50%); }
      #future #box-content #drawer .innerBox .loop_txt {
        padding: 1.0em 0; }
        #future #box-content #drawer .innerBox .loop_txt .swiper2 .swiper-wrapper {
          transition-timing-function: linear; }
        #future #box-content #drawer .innerBox .loop_txt.line {
          border-bottom: 1px solid #ffffff; }
      #future #box-content #drawer .innerBox .sp_box {
        width: 100%;
        display: none; }
        @media screen and (max-width: 1200px) {
          #future #box-content #drawer .innerBox .sp_box {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            justify-content: center; } }
        #future #box-content #drawer .innerBox .sp_box div {
          width: 50%;
          height: calc(100vh/3); }
          #future #box-content #drawer .innerBox .sp_box div a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative; }
            #future #box-content #drawer .innerBox .sp_box div a::after {
              position: absolute;
              content: "VIEW";
              border: 1px solid #ffffff;
              font-size: min(3vw, 10px);
              bottom: 3%;
              right: 5%;
              padding: 0.6em 0.7em 0.5em;
              color: #ffffff;
              line-height: 1.0;
              letter-spacing: 1px;
              transition: .4s;
              z-index: 30; }
            #future #box-content #drawer .innerBox .sp_box div a:hover::after {
              background: #ffffff;
              color: #333333; }
            #future #box-content #drawer .innerBox .sp_box div a.disabled::after {
              display: none; }
          #future #box-content #drawer .innerBox .sp_box div .swiper1 {
            width: 100%;
            height: 100%; }
          #future #box-content #drawer .innerBox .sp_box div img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
      #future #box-content #drawer .innerBox .maintxt {
        color: #ffffff;
        padding: max(15vh, 100px) 0;
        width: 90%;
        margin: 0 auto; }
        #future #box-content #drawer .innerBox .maintxt p {
          font-size: 1.0em;
          line-height: 2.0; }
        #future #box-content #drawer .innerBox .maintxt .ttl {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: 1.0em; }
          #future #box-content #drawer .innerBox .maintxt .ttl p {
            font-size: min(2.5vw, 10px);
            line-height: 1.2; }
          #future #box-content #drawer .innerBox .maintxt .ttl h1 {
            margin-left: 16px;
            font-weight: 400;
            display: flex;
            align-items: baseline;
            justify-content: flex-start;
            font-size: min(4vw, 2em); }
            #future #box-content #drawer .innerBox .maintxt .ttl h1 span {
              font-size: min(2.5vw, 10px);
              margin-left: 1.0em; }
      #future #box-content #drawer .innerBox section {
        padding: max(15vh, 100px) 0;
        background: #333333;
        color: #ffffff;
        border-color: #ffffff; }
        #future #box-content #drawer .innerBox section .buy-btn {
          background: #ffffff;
          color: #333333;
          border: 1px solid #ffffff; }
          #future #box-content #drawer .innerBox section .buy-btn:hover {
            background: #333333;
            color: #ffffff; }
        #future #box-content #drawer .innerBox section.white {
          background: #ffffff;
          color: #333333;
          border-color: #333333; }
          #future #box-content #drawer .innerBox section.white .buy-btn {
            background: #333333;
            color: #ffffff;
            border: 1px solid #333333; }
            #future #box-content #drawer .innerBox section.white .buy-btn:hover {
              background: #ffffff;
              color: #333333; }
        #future #box-content #drawer .innerBox section .ttl {
          width: 95%;
          margin: 0 0 5% auto; }
          #future #box-content #drawer .innerBox section .ttl p {
            font-size: min(2.5vw, 0.7em);
            margin-bottom: 4px; }
          #future #box-content #drawer .innerBox section .ttl h2 {
            font-weight: 400;
            font-size: min(4vw, 1.5em);
            border-top: 1px solid;
            padding-top: 8px; }
        #future #box-content #drawer .innerBox section .item_kv {
          width: 90%;
          margin: 5% auto; }
        #future #box-content #drawer .innerBox section .item-slider {
          width: 90%;
          margin: 0 auto;
          display: flex;
          align-items: stretch;
          justify-content: space-between !important; }
          #future #box-content #drawer .innerBox section .item-slider .slider {
            padding-bottom: 30px; }
            #future #box-content #drawer .innerBox section .item-slider .slider .swiper-pagination {
              font-size: 0.7em;
              letter-spacing: 0;
              text-align: right; }
          #future #box-content #drawer .innerBox section .item-slider .swiper-thumbs {
            width: 100%; }
          #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail {
            height: 70%; }
            #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
              width: 36px;
              margin: 0 0 0 auto;
              height: calc(100%/8) !important;
              cursor: pointer; }
              #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide img {
                width: 100%;
                height: auto;
                object-fit: contain; }
            #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail.no6 {
              width: 80%; }
            #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail.no7 {
              width: 90%; }
        #future #box-content #drawer .innerBox section .price {
          width: 90%;
          margin: 10% auto;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          #future #box-content #drawer .innerBox section .price p {
            font-size: min(1.2em, 3.7vw);
            font-weight: 600; }
            #future #box-content #drawer .innerBox section .price p span {
              font-size: 50%;
              margin-left: 1.0em; }
              #future #box-content #drawer .innerBox section .price p span.normal {
                font-weight: 400;
                font-size: 70%;
                margin-left: 0; }
          #future #box-content #drawer .innerBox section .price a {
            display: block;
            font-size: min(0.9em, 3vw);
            line-height: 1.0;
            padding: .3em 2.5em .2em;
            margin-left: 24px; }
        #future #box-content #drawer .innerBox section .item-detail {
          width: 95%;
          margin-left: 5%;
          margin-bottom: max(15%, 100px); }
          #future #box-content #drawer .innerBox section .item-detail h4 {
            font-size: min(0.7em, 2.7vw);
            font-weight: 400;
            border-bottom: 1px solid;
            padding-bottom: 0.5em;
            margin-bottom: 8px; }
          #future #box-content #drawer .innerBox section .item-detail p {
            font-size: min(0.9em, 2.8vw);
            margin-top: 8px;
            line-height: 2.0; }
          #future #box-content #drawer .innerBox section .item-detail .swiper3 {
            margin-top: 16px; }
          #future #box-content #drawer .innerBox section .item-detail .sizeList {
            width: 90%;
            margin: 16px auto 32px; }
            #future #box-content #drawer .innerBox section .item-detail .sizeList p {
              display: flex; }
              #future #box-content #drawer .innerBox section .item-detail .sizeList p span {
                font-size: 100%; }
                #future #box-content #drawer .innerBox section .item-detail .sizeList p span:nth-child(1) {
                  width: 25%; }
          #future #box-content #drawer .innerBox section .item-detail .comparison {
            width: 95%; }
            #future #box-content #drawer .innerBox section .item-detail .comparison h5 {
              font-weight: 400;
              font-size: 0.7em;
              border: solid;
              border-width: 1px 1px 0 1px;
              padding: 8px; }
            #future #box-content #drawer .innerBox section .item-detail .comparison ul {
              display: flex;
              align-items: stretch;
              justify-content: center; }
              #future #box-content #drawer .innerBox section .item-detail .comparison ul li {
                position: relative;
                width: calc(100%/3);
                border: 1px solid;
                padding: 8px; }
                #future #box-content #drawer .innerBox section .item-detail .comparison ul li:nth-child(2) {
                  border-width: 1px 0; }
                #future #box-content #drawer .innerBox section .item-detail .comparison ul li span {
                  position: absolute;
                  top: 0;
                  left: 0;
                  font-size: 0.8em;
                  padding: 4px 6px;
                  line-height: 1.0;
                  border: solid;
                  border-width: 0 1px 1px 0; }
                #future #box-content #drawer .innerBox section .item-detail .comparison ul li p {
                  font-size: min(0.7em, 2.5vw);
                  width: fit-content;
                  margin: 0 auto; }
      #future #box-content #drawer .innerBox .lp-footer {
        padding: 10vh 0;
        width: 90%;
        margin: 0 auto; }
        @media screen and (max-width: 1200px) {
          #future #box-content #drawer .innerBox .lp-footer .sp {
            display: none; } }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer .innerBox .lp-footer .sp {
            display: block; } }
        #future #box-content #drawer .innerBox .lp-footer .sp .youtube {
          width: 100%;
          margin: 0 auto; }
          #future #box-content #drawer .innerBox .lp-footer .sp .youtube iframe {
            width: 100%;
            aspect-ratio: 16 / 9; }
        #future #box-content #drawer .innerBox .lp-footer .sp .btn {
          margin: 10% auto 0;
          width: 100%;
          display: flex;
          align-items: stretch;
          justify-content: center; }
          #future #box-content #drawer .innerBox .lp-footer .sp .btn a {
            display: flex;
            width: calc(100%/2 - 2%);
            margin: 1%;
            color: #ffffff;
            letter-spacing: 1px;
            font-size: 2.5vw;
            align-items: center;
            justify-content: center;
            border: 1px solid #ffffff;
            padding: 1.2em 0; }
            #future #box-content #drawer .innerBox .lp-footer .sp .btn a img {
              margin-left: 5%;
              filter: brightness(0) invert(1);
              transition: .4s; }
            #future #box-content #drawer .innerBox .lp-footer .sp .btn a:hover {
              background: #ffffff;
              color: #000000; }
              #future #box-content #drawer .innerBox .lp-footer .sp .btn a:hover img {
                filter: brightness(0); }
        #future #box-content #drawer .innerBox .lp-footer .credit {
          margin: 5% auto; }
          @media screen and (max-width: 700px) {
            #future #box-content #drawer .innerBox .lp-footer .credit {
              margin: min(10vh, 100px) auto;
              width: 95%; } }
          #future #box-content #drawer .innerBox .lp-footer .credit p {
            font-size: min(0.9em, 2.7vw);
            color: #ffffff;
            line-height: 2.2; }
