@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #171717; }
  a:hover {
    text-decoration: none;
    color: #171717; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #171717; }

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: #171717;
  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); }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 500px);
      top: 0; } }
  #future .sidearea.boxleft {
    left: 0;
    background: url("../images/pc.webp?t=20260303162300") no-repeat;
    background-size: cover;
    background-position: 10%; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        width: calc(100% - 500px); } }
    #future .sidearea.boxleft .pc_box {
      text-align: center;
      position: absolute;
      width: 80%;
      top: 10%;
      left: 50%;
      transform: translateX(-50%); }
      #future .sidearea.boxleft .pc_box .logo {
        width: 80%;
        max-width: 500px;
        margin-bottom: min(16px, 5%); }
      #future .sidearea.boxleft .pc_box p {
        font-size: 0.9em; }
  #future .sidearea.boxright {
    right: 0;
    background: url("../images/pc_1.webp") no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      position: absolute;
      width: 80%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #future .sidearea.boxright .pc_box ul {
        width: 100%;
        border-top: 1px solid #171717; }
        #future .sidearea.boxright .pc_box ul li {
          padding: 1.0em;
          border-bottom: 1px solid #171717; }
          #future .sidearea.boxright .pc_box ul li a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            position: relative; }
            #future .sidearea.boxright .pc_box ul li a img {
              max-width: 50px; }
            #future .sidearea.boxright .pc_box ul li a p {
              font-size: 0.8em;
              margin-left: 1.0em; }
            #future .sidearea.boxright .pc_box ul li a::after {
              position: absolute;
              content: "";
              top: 50%;
              right: 0;
              border-top: 1px solid #171717;
              border-right: 1px solid #171717;
              width: 7px;
              height: 7px;
              transform: translateY(-50%) rotate(45deg); }
#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 {
      /* sp_box */
      /* section */ }
      #future #box-content #drawer .innerBox .kv {
        position: relative;
        display: none; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer .innerBox .kv {
            display: block; } }
        #future #box-content #drawer .innerBox .kv .ttl {
          position: absolute;
          top: 10%;
          left: 50%;
          transform: translateX(-50%);
          text-align: center;
          width: 100%; }
          #future #box-content #drawer .innerBox .kv .ttl img {
            max-width: 300px;
            width: 50%; }
          #future #box-content #drawer .innerBox .kv .ttl h1 {
            font-size: 1.0em;
            font-weight: 400;
            margin-top: 1.0em; }
      #future #box-content #drawer .innerBox .maintxt {
        margin: min(15%, 10vh) auto; }
        #future #box-content #drawer .innerBox .maintxt p {
          font-size: min(1em, 3.5vw);
          line-height: 2.2;
          text-align: center; }
      #future #box-content #drawer .innerBox .sp_box {
        width: 70%;
        margin: 10% auto; }
        @media screen and (max-width: 700px) {
          #future #box-content #drawer .innerBox .sp_box {
            width: 85%; } }
        #future #box-content #drawer .innerBox .sp_box ul {
          width: 100%;
          border-top: 1px solid #171717; }
          #future #box-content #drawer .innerBox .sp_box ul li {
            padding: 1.0em;
            border-bottom: 1px solid #171717; }
            #future #box-content #drawer .innerBox .sp_box ul li a {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              position: relative; }
              #future #box-content #drawer .innerBox .sp_box ul li a img {
                max-width: 50px; }
              #future #box-content #drawer .innerBox .sp_box ul li a p {
                font-size: 0.8em;
                margin-left: 1.0em; }
              #future #box-content #drawer .innerBox .sp_box ul li a::after {
                position: absolute;
                content: "";
                top: 50%;
                right: 0;
                border-top: 1px solid #171717;
                border-right: 1px solid #171717;
                width: 7px;
                height: 7px;
                transform: translateY(-50%) rotate(45deg); }
      #future #box-content #drawer .innerBox section {
        padding: max(10%, 40px) 0; }
        #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(3.5vw, 1em);
            margin-bottom: 4px;
            width: fit-content;
            padding: 0 0.5em; }
            #future #box-content #drawer .innerBox section .ttl p.blue {
              background: #57a8ba;
              color: #ffffff; }
            #future #box-content #drawer .innerBox section .ttl p.pink {
              background: #c35a8a;
              color: #ffffff; }
          #future #box-content #drawer .innerBox section .ttl h2 {
            font-weight: 400;
            font-size: min(4.5vw, 2em);
            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; }
          @media screen and (max-width: 700px) {
            #future #box-content #drawer .innerBox section .item-slider {
              align-items: center; } }
          #future #box-content #drawer .innerBox section .item-slider .slider {
            width: 50%;
            margin: 0; }
          #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail {
            margin: 0 auto 0 5%; }
            #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail .swiper-wrapper {
              height: fit-content;
              margin-top: 4px; }
              #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
                cursor: pointer;
                max-width: 25px;
                height: fit-content;
                padding: 2px; }
                #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
                  border: 1px solid #171717; }
                #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 p {
              font-size: min(1em, 3.2vw);
              margin-top: 1.0em; }
              #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail p:first-child {
                margin-top: 0; }
              #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail p span {
                font-size: 85%; }
            #future #box-content #drawer .innerBox section .item-slider .slider-thumbnail .icon {
              height: 30px;
              width: auto; }
        #future #box-content #drawer .innerBox section .item-detail {
          width: 95%;
          margin: 10% auto 10% 5%; }
          #future #box-content #drawer .innerBox section .item-detail p {
            font-size: min(0.9em, 3vw);
            margin-top: 1.0em; }
        #future #box-content #drawer .innerBox section .checkBtn {
          width: 90%;
          margin: 10% auto; }
          #future #box-content #drawer .innerBox section .checkBtn a {
            display: block;
            letter-spacing: 1px;
            text-align: center;
            border: 1px solid #171717;
            padding: 1.3em;
            font-size: min(1em, 3.2vw); }
            #future #box-content #drawer .innerBox section .checkBtn a:hover {
              color: #ffffff;
              background: #171717; }
        #future #box-content #drawer .innerBox section.lp-footer {
          border-top: 1px solid #171717;
          width: 90%;
          margin: 0 auto;
          padding: min(40px, 10%) 0; }
          #future #box-content #drawer .innerBox section.lp-footer .checkBtn {
            width: 100%; }
