@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #ffffff; }
  a:hover {
    text-decoration: none;
    color: #ffffff; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #ffffff; }

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; } }

body {
  overflow-x: visible;
  height: calc(var(--vh, 1vh) * 100); }

.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: #ffffff;
  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;
  background: #000000; }
#future .sidearea {
  position: fixed;
  height: calc(var(--vh, 1vh) * 100);
  transition: .8s;
  width: calc((100% - 500px) / 2);
  background: #000000; }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 500px);
      top: 0; } }
  #future .sidearea.boxleft {
    left: 0;
    background: url("../images/pc.webp") no-repeat;
    background-size: cover;
    background-position: top; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        width: calc(100% - 500px); } }
    #future .sidearea.boxleft .pc_box {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      line-height: 1.0; }
      #future .sidearea.boxleft .pc_box h1 {
        font-weight: 500;
        font-family: "gotham", sans-serif;
        font-size: 3.5em;
        margin: 0; }
      #future .sidearea.boxleft .pc_box p {
        font-size: 0.9em;
        font-family: "gotham", sans-serif; }
  #future .sidearea.boxright {
    right: 0; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 90%;
      height: 95vh;
      margin: 0 auto;
      padding: 10% 0; }
      #future .sidearea.boxright .pc_box div:last-child {
        max-width: 500px;
        margin: 0 auto; }
      #future .sidearea.boxright .pc_box div.txtBox p {
        text-align: right; }
      #future .sidearea.boxright .pc_box div h2 {
        text-align: right;
        font-size: 1.2em;
        line-height: 2.0;
        font-weight: 600;
        margin-bottom: 2.0em; }
      #future .sidearea.boxright .pc_box div p {
        font-size: 0.8em;
        line-height: 2.0; }
      #future .sidearea.boxright .pc_box div ul {
        margin-top: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #future .sidearea.boxright .pc_box div ul li {
          width: calc(100%/3 - 2%); }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 500px;
  background: #000000;
  min-height: 100vh;
  border-right: 1px solid #ffffff;
  /* drawer */ }
  @media screen and (max-width: 1200px) {
    #future #box-content {
      margin: 0 0 0 auto; } }
  @media screen and (max-width: 800px) {
    #future #box-content {
      width: 100%; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto; }
    #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%); }

.mv {
  position: relative;
  display: none;
  height: 100vh; }
  .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; }
  @media screen and (max-width: 800px) {
    .mv {
      display: block; } }
  .mv .ttl {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.0; }
    .mv .ttl h1 {
      font-weight: 500;
      font-family: "gotham", sans-serif;
      font-size: min(4em, 10vw);
      margin: 0; }
    .mv .ttl p {
      font-size: 0.9em;
      font-family: "gotham", sans-serif; }

.txt__box {
  width: 90%;
  margin: 20% auto;
  display: none;
  max-width: 500px; }
  @media screen and (max-width: 1200px) {
    .txt__box {
      display: block; } }
  .txt__box h2 {
    font-size: 1.2em;
    line-height: 2.0;
    font-weight: 600;
    margin-bottom: 2.0em; }
  .txt__box p {
    font-size: 0.8em;
    line-height: 2.0; }

section {
  margin: 0 auto 25%;
  padding-top: 60px;
  background: #000000;
  color: #ffffff;
  border-color: #ffffff; }
  @media screen and (max-width: 1200px) {
    section {
      margin: 25% auto; } }
  section.lineup {
    width: 85%;
    margin: 0 auto;
    display: none; }
    @media screen and (max-width: 1200px) {
      section.lineup {
        display: block; } }
  section.lp_footer {
    width: 85%; }
    section.lp_footer div {
      margin-bottom: 10%; }
  section h3 {
    font-size: min(1em, 3.2vw);
    font-family: "gotham", sans-serif;
    font-weight: 300;
    margin-bottom: 5%; }
  section .item-slider {
    width: 100%;
    margin: 0 auto 10%;
    display: flex;
    align-items: stretch;
    justify-content: space-between !important; }
    section .item-slider .slider .swiper-pagination {
      font-size: 0.7em;
      letter-spacing: 0;
      text-align: right; }
    section .item-slider .swiper-thumbs {
      width: 100%; }
    section .item-slider .slider-thumbnail {
      height: 70%; }
      section .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
        width: 72px;
        margin: 0 0 0 auto;
        height: calc(100%/8) !important;
        cursor: pointer; }
        @media screen and (max-width: 800px) {
          section .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
            width: 60px; } }
        section .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: auto;
          object-fit: contain; }
  section .slider1 .vertical {
    position: absolute;
    top: 1em;
    left: 2.2em;
    z-index: 100;
    color: #000000;
    transform: rotate(90deg);
    transform-origin: top left; }
    section .slider1 .vertical p {
      font-family: "gotham", sans-serif;
      font-size: min(1.2em, 3.5vw); }
  section .slider1 .price {
    position: absolute;
    bottom: .7em;
    right: .7em;
    z-index: 100;
    color: #000000;
    font-family: "gotham", sans-serif;
    font-size: min(0.8em, 2.8vw);
    padding-right: 16px;
    line-height: 1.0; }
    section .slider1 .price::after {
      content: "";
      background: url("../images/SVG/icon.svg") no-repeat;
      width: 10px;
      height: 10px;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  section .item__main {
    width: 85%;
    margin: 0 auto;
    position: relative; }
    section .item__main .ttl {
      position: absolute;
      top: 4%;
      right: 5%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      line-height: 1.0; }
      section .item__main .ttl h3 {
        font-weight: 500;
        font-family: "gotham", sans-serif;
        font-size: min(1.8em, 4.5vw);
        letter-spacing: 0;
        margin: 0;
        padding-right: 3px; }
      section .item__main .ttl p {
        font-size: min(0.6em, 2vw);
        font-family: "gotham", sans-serif;
        letter-spacing: 0; }
  section .swiper3 {
    margin: 32px auto 8px; }
    section .swiper3 .first_slide {
      padding-left: 32px; }
  section .detail_box {
    width: 85%;
    margin: 0 auto; }
    section .detail_box .price {
      font-family: "gotham", sans-serif;
      font-size: min(0.9em, 3vw); }
    section .detail_box p {
      margin: 15% auto;
      font-size: min(0.9em, 3vw);
      line-height: 2.0; }
    section .detail_box .btn {
      display: block;
      border: 1px solid #ffffff;
      line-height: 1;
      padding: 1.5em;
      font-size: min(1em, 3.2vw);
      position: relative;
      margin-bottom: 8px; }
      section .detail_box .btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 3.0em;
        width: 9px;
        height: 9px;
        border: solid #ffffff;
        border-width: 0 1px 1px 0;
        transform: rotate(-45deg) translateY(-50%); }
      section .detail_box .btn:hover {
        background-color: #ffffff;
        color: #000000; }
        section .detail_box .btn:hover::after {
          border-color: #000000; }
  section .video {
    width: 70%;
    margin: 25% auto 24px; }
    section .video iframe {
      width: 100%;
      aspect-ratio: 16 / 9; }
  section .price_box {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section .price_box p {
      font-size: min(0.9em, 3vw);
      font-family: "gotham", sans-serif; }
    section .price_box a {
      display: block;
      width: fit-content;
      padding: 0.5em 2.0em 0.4em;
      font-family: "gotham", sans-serif;
      font-size: min(0.9em, 3vw);
      border: 1px solid #ffffff;
      line-height: 1; }
      section .price_box a:hover {
        background-color: #ffffff;
        color: #000000; }

/* section */
