@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; } }

.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: #000000;
  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: #e6e6e6; }
  @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: #e6e6e6; }
  @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: left;
      position: absolute;
      width: 80%;
      max-width: 500px;
      bottom: 5%;
      left: 50%;
      transform: translateX(-50%); }
      #future .sidearea.boxleft .pc_box .logo {
        max-width: 100px;
        margin-bottom: 10%; }
      #future .sidearea.boxleft .pc_box p {
        font-size: min(0.7em, 14px); }
  #future .sidearea.boxright {
    right: 0; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      width: 75%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 760px;
      transform: translate(-50%, -50%); }
      #future .sidearea.boxright .pc_box div {
        width: calc(100%/2 - 2.5%);
        margin-bottom: 5%; }
        #future .sidearea.boxright .pc_box div a {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
          #future .sidearea.boxright .pc_box div a::after {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 0;
            left: 0; }
          #future .sidearea.boxright .pc_box div a:hover::after {
            opacity: 0;
            transition: .8s; }
        #future .sidearea.boxright .pc_box div img {
          object-fit: cover;
          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: #ffffff;
      /* section */ }
      #future #box-content #drawer .innerBox .kv {
        position: relative; }
      #future #box-content #drawer .innerBox .main-txt {
        margin: 10% auto;
        width: 90%; }
        #future #box-content #drawer .innerBox .main-txt .icon {
          display: block;
          margin: 0 0 0 auto;
          font-size: 0.7em;
          border: 1px solid #000000;
          border-radius: 50vh;
          line-height: 1.0;
          padding: 0.3em 0.7em;
          width: fit-content; }
        #future #box-content #drawer .innerBox .main-txt h1 {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          font-size: 3.0em;
          font-weight: 600;
          line-height: 1.0;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 700px) {
            #future #box-content #drawer .innerBox .main-txt h1 {
              font-size: min(3em, 9vw); } }
          #future #box-content #drawer .innerBox .main-txt h1 span {
            font-size: 30%;
            font-weight: 400;
            margin-right: 3.0em; }
            @media screen and (max-width: 700px) {
              #future #box-content #drawer .innerBox .main-txt h1 span {
                margin-right: 2.0em; } }
        #future #box-content #drawer .innerBox .main-txt p {
          font-size: 0.8em;
          line-height: 2.0;
          margin-bottom: 10%; }
          @media screen and (max-width: 700px) {
            #future #box-content #drawer .innerBox .main-txt p {
              font-size: 3.0vw; } }
      #future #box-content #drawer .innerBox section {
        padding: min(10vh, 80px) 0; }
        #future #box-content #drawer .innerBox section .ttl {
          width: 90%;
          margin: 0 auto;
          display: flex;
          align-items: flex-end;
          justify-content: center;
          border-top: 1px solid #000000;
          padding-top: 1.0em; }
          #future #box-content #drawer .innerBox section .ttl p {
            font-size: min(2.7vw, 0.8em);
            margin-bottom: 4px; }
          #future #box-content #drawer .innerBox section .ttl h2 {
            font-weight: 400;
            font-size: min(4vw, 1.5em);
            padding-top: 8px; }
        #future #box-content #drawer .innerBox section .item_kv {
          width: 90%;
          margin: 5% auto; }
          #future #box-content #drawer .innerBox section .item_kv .swiper1 {
            padding-bottom: 34px; }
            #future #box-content #drawer .innerBox section .item_kv .swiper1 .swiper-pagination-bullet {
              background-color: #000000;
              width: 4px;
              height: 4px; }
        #future #box-content #drawer .innerBox section .item-detail {
          width: 90%;
          margin: 5% auto; }
          #future #box-content #drawer .innerBox section .item-detail p {
            font-size: min(0.8em, 2.8vw);
            text-align: center;
            margin-top: 8px;
            line-height: 2.0; }
            @media screen and (max-width: 700px) {
              #future #box-content #drawer .innerBox section .item-detail p {
                text-align: left; }
                #future #box-content #drawer .innerBox section .item-detail p br {
                  display: none; } }
            #future #box-content #drawer .innerBox section .item-detail p.item_name {
              text-align: center;
              font-weight: 600;
              margin-top: 2.0em; }
        #future #box-content #drawer .innerBox section .item_variation {
          width: 90%;
          margin: 10% auto; }
          #future #box-content #drawer .innerBox section .item_variation ul {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: wrap; }
            #future #box-content #drawer .innerBox section .item_variation ul li {
              width: calc(100%/2 - 2.5%);
              margin-bottom: 5%; }
              #future #box-content #drawer .innerBox section .item_variation ul li p {
                font-size: min(0.8em, 2.8vw);
                text-align: center;
                margin-top: 0.5em; }
              #future #box-content #drawer .innerBox section .item_variation ul li a img {
                transition: .8s; }
                #future #box-content #drawer .innerBox section .item_variation ul li a img:hover {
                  transform: scale(0.98); }
        #future #box-content #drawer .innerBox section .btn {
          width: 90%;
          margin: 10% auto; }
          #future #box-content #drawer .innerBox section .btn a {
            display: block;
            background: #ffffff;
            border: 1px solid #e6e6e6;
            border-radius: 1.0em;
            text-align: center;
            padding: 1.2em;
            font-size: min(0.9em, 2.9vw);
            position: relative;
            box-shadow: 2px 2px 6px -1px #999999; }
            #future #box-content #drawer .innerBox section .btn a::after {
              position: absolute;
              content: "▶";
              top: 50%;
              right: 2.0em;
              transform: translateY(-50%);
              font-size: 6px; }
            #future #box-content #drawer .innerBox section .btn a:hover {
              background: #e6e6e6; }
      #future #box-content #drawer .innerBox .lp-footer {
        padding: 60px 0 10vh;
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid #000000; }
        #future #box-content #drawer .innerBox .lp-footer .txt {
          text-align: center; }
          #future #box-content #drawer .innerBox .lp-footer .txt img {
            max-width: 100px; }
          #future #box-content #drawer .innerBox .lp-footer .txt p {
            font-size: 0.8em;
            margin: 3.0em auto; }
        #future #box-content #drawer .innerBox .lp-footer .youtube {
          margin: 0 auto; }
          #future #box-content #drawer .innerBox .lp-footer .youtube iframe {
            width: 100%;
            aspect-ratio: 16 / 9; }
        #future #box-content #drawer .innerBox .lp-footer .credit {
          font-size: 0.7em;
          line-height: 2.0;
          margin: 15% auto; }
        #future #box-content #drawer .innerBox .lp-footer .btnBox {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 90%;
          margin: 0 auto; }
          @media screen and (max-width: 700px) {
            #future #box-content #drawer .innerBox .lp-footer .btnBox {
              width: 100%; } }
          #future #box-content #drawer .innerBox .lp-footer .btnBox a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(100%/2 - 2%);
            background: #ffffff;
            border: 1px solid #e6e6e6;
            border-radius: 1.2em;
            text-align: center;
            padding: 2em 0;
            font-size: min(0.8em, 2.8vw);
            position: relative;
            box-shadow: 2px 2px 6px -1px #999999;
            line-height: 1.0; }
            @media screen and (max-width: 700px) {
              #future #box-content #drawer .innerBox .lp-footer .btnBox a {
                padding: 1.5em 0; } }
