@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #000000; }
  a:hover {
    text-decoration: none;
    color: #000000; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #000000; }

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; }
  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: #000000;
  font-size: 14px;
  text-align: center;
  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: 0;
  transition: .8s;
  width: calc((100% - 500px) * 0.5);
  background: #efefef;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 500px);
      top: 0; } }
  #future .sidearea.boxleft {
    left: 0;
    background: url("../images/pc_back.webp") no-repeat;
    background-size: cover;
    background-position: center; }
    #future .sidearea.boxleft .pc_box {
      position: absolute;
      left: 32px;
      bottom: 32px; }
      #future .sidearea.boxleft .pc_box .logo {
        max-width: 120px;
        margin-bottom: 32px; }
      #future .sidearea.boxleft .pc_box .txt {
        color: #ffffff;
        font-family: "gotham", sans-serif;
        text-align: left; }
        #future .sidearea.boxleft .pc_box .txt h2 {
          font-size: min(1.1em, 3.5vw);
          font-weight: 400;
          margin-bottom: 1.0em;
          font-weight: 700; }
        #future .sidearea.boxleft .pc_box .txt p {
          font-weight: 300;
          font-size: min(0.9em, 3vw); }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        display: none; } }
  #future .sidearea.boxright {
    right: 0; }
    #future .sidearea.boxright .pc_box {
      width: auto;
      max-width: 80%;
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 90vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      overflow: hidden; }
      @media screen and (max-width: 700px) {
        #future .sidearea.boxright .pc_box {
          display: none; } }
      #future .sidearea.boxright .pc_box h2 {
        font-family: "gotham", sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        margin-bottom: 1.0em; }
      #future .sidearea.boxright .pc_box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        #future .sidearea.boxright .pc_box ul:nth-of-type(1) {
          margin-bottom: 10%; }
        #future .sidearea.boxright .pc_box ul li {
          width: calc(100%/2 - 5%); }
          #future .sidearea.boxright .pc_box ul li a {
            display: block;
            margin-bottom: 5%;
            position: relative;
            overflow: hidden; }
            #future .sidearea.boxright .pc_box ul li a::after {
              position: absolute;
              content: "";
              width: 36px;
              height: 36px;
              background: #dcdddd;
              bottom: -18px;
              right: -18px;
              transform: rotate(45deg); }
            #future .sidearea.boxright .pc_box ul li a:hover img {
              transform: scale(1.1);
              transition: .8s; }
          #future .sidearea.boxright .pc_box ul li p {
            font-size: 0.8em;
            margin: 0.5em auto 2.0em;
            font-family: "gotham", sans-serif;
            text-align: left; }
    @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 {
      width: 100%;
      margin: 0 auto; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto; }
    #future #box-content #drawer .innerBox {
      margin: 0 auto 25%;
      max-width: 500px; }
    #future #box-content #drawer .maintxt {
      text-align: center;
      margin: 25% auto;
      position: relative;
      max-width: fit-content;
      padding: 4em;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22100%22 height%3D%22200%22 viewBox%3D%220 0 100 200%22 preserveAspectRatio%3D%22none%22%3E%3Cpath d%3D%22M90,5 C-20,100 90,195 90,195%22 stroke%3D%22%23000%22 stroke-width%3D%221%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22100%22 height%3D%22200%22 viewBox%3D%220 0 100 200%22 preserveAspectRatio%3D%22none%22%3E%3Cpath d%3D%22M10,5 C120,100 10,195 10,195%22 stroke%3D%22%23000%22 stroke-width%3D%221%22 fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 3.0em 100%;
      background-position: left center, right center; }
      @media screen and (max-width: 700px) {
        #future #box-content #drawer .maintxt {
          padding: 2em 5em; } }
      #future #box-content #drawer .maintxt h1 {
        font-family: "gotham", sans-serif;
        font-size: min(1.2em, 3.8vw);
        font-weight: 600;
        margin-bottom: 1.0em; }
      #future #box-content #drawer .maintxt p {
        font-size: min(0.9em, 3vw);
        line-height: 2.0; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer .maintxt p {
            text-align: left; }
            #future #box-content #drawer .maintxt p br {
              display: none; } }
      #future #box-content #drawer .maintxt.credit {
        padding: 7em 8em; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer .maintxt.credit {
            padding: 5em; } }
        #future #box-content #drawer .maintxt.credit p {
          font-family: "gotham", sans-serif;
          letter-spacing: 1px; }
    #future #box-content #drawer h2 {
      font-size: min(1.2em, 3.8vw);
      margin-bottom: 1.0em; }
    #future #box-content #drawer .best {
      font-family: "gotham", sans-serif;
      width: 80%;
      margin: 20vh auto;
      border-bottom: 1px solid #000000;
      padding-bottom: 20vh; }
      @media screen and (max-width: 700px) {
        #future #box-content #drawer .best {
          margin: 15vh auto; } }
      #future #box-content #drawer .best p {
        font-size: min(0.9em, 3vw); }
      #future #box-content #drawer .best ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        #future #box-content #drawer .best ul li {
          width: calc(100%/2 - 5%);
          margin-bottom: 15%; }
          @media screen and (max-width: 700px) {
            #future #box-content #drawer .best ul li {
              width: 50%; } }
    #future #box-content #drawer section {
      padding-top: 60px; }
      #future #box-content #drawer section .item {
        width: 80%;
        margin: 0 auto; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer section .item {
            width: 90%; } }
        #future #box-content #drawer section .item .num {
          font-family: "gotham", sans-serif;
          font-size: 0.8em;
          text-align: right;
          margin-bottom: 1.0em; }
      #future #box-content #drawer section .swiper {
        margin: 15% auto; }
        #future #box-content #drawer section .swiper .swiper-button-prev::after, #future #box-content #drawer section .swiper .swiper-button-next::after {
          font-size: 20px;
          color: #666666; }
        #future #box-content #drawer section .swiper .swiper-button-prev {
          left: 110px; }
        #future #box-content #drawer section .swiper .swiper-button-next {
          right: 110px; }
      #future #box-content #drawer section .detail {
        margin: 15% auto;
        width: 80%;
        border-bottom: 1px solid #000000; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer section .detail {
            width: 90%;
            padding-bottom: 25%;
            margin-bottom: 20%; } }
        #future #box-content #drawer section .detail p {
          font-size: min(0.9em, 2.9vw);
          text-align: left;
          line-height: 1.8;
          margin-bottom: 15%; }
        #future #box-content #drawer section .detail .spec {
          height: 45px;
          width: auto; }
      #future #box-content #drawer section .info {
        margin: 15% auto 20vh;
        font-family: "gotham", sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer section .info {
            margin: 7% auto 10%; } }
        #future #box-content #drawer section .info p {
          font-size: min(0.9em, 2.9vw);
          margin: 0; }
        #future #box-content #drawer section .info a {
          display: block;
          background: #000000;
          color: #ffffff;
          font-size: min(0.7em, 2.8vw);
          padding: .7em 3em;
          line-height: 1.0; }
          #future #box-content #drawer section .info a:hover {
            background: #dcdddd;
            color: #000000; }
    #future #box-content #drawer .feature div {
      margin: 10% auto;
      width: 80%; }
      @media screen and (max-width: 700px) {
        #future #box-content #drawer .feature div {
          width: 90%; } }
      #future #box-content #drawer .feature div p {
        font-size: min(0.9em, 2.9vw);
        text-align: left;
        line-height: 1.8;
        margin: 5% auto; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer .feature div p {
            margin-bottom: 15%; } }
    #future #box-content #drawer .sns {
      width: 80%;
      margin: 10% auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 700px) {
        #future #box-content #drawer .sns {
          width: 90%; } }
      #future #box-content #drawer .sns a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000000;
        color: #ffffff;
        padding: 1.3em 0;
        width: calc(50% - 2%);
        font-family: "gotham", sans-serif;
        font-weight: 300;
        font-size: min(0.9em, 2.8vw); }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer .sns a {
            padding: 1.5em 0; } }
        #future #box-content #drawer .sns a:hover {
          opacity: 0.7; }
        #future #box-content #drawer .sns a img {
          width: 14px;
          margin-left: 0.5em; }
