@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #333333;
  transition: .4s; }
  a:hover {
    opacity: 0.7; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1000px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1000px) {
    .sp {
      display: block; } }

body {
  overflow-x: visible; }

.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; }

.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s; }
  .fadeIn.visible {
    opacity: 1;
    transform: translateY(0); }

/*--------------------------------------------*/
/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  line-height: 1.5; }
#future .sidearea {
  position: fixed;
  top: 0;
  height: 100vh;
  width: calc((100% - 550px)); }
  @media screen and (max-width: 1000px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea.boxleft {
    left: 0;
    z-index: 1002;
    background: #cacedb; }
    #future .sidearea.boxleft .pc_box {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      padding-top: 60px;
      transform: translate(-50%, -50%); }
      #future .sidearea.boxleft .pc_box h2 {
        font-size: 1.6em;
        font-weight: 700;
        font-family: "futura-pt", sans-serif;
        margin-bottom: 1.0em; }
      #future .sidearea.boxleft .pc_box div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60%;
        margin: 0 auto;
        max-width: 1300px; }
        #future .sidearea.boxleft .pc_box div a {
          display: block;
          width: calc(100%/2 - 2%); }
  #future .sidearea.boxright {
    right: 0;
    width: 0; }
#future #box-content {
  position: relative;
  z-index: 1000;
  /* drawer */ }
  #future #box-content #drawer {
    padding: 0;
    position: relative;
    max-width: 550px;
    top: 0;
    background: #edeff6;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 1000px) {
      #future #box-content #drawer {
        margin: 0 auto; } }
    @media screen and (max-width: 600px) {
      #future #box-content #drawer {
        max-width: none; } }
    #future #box-content #drawer .mv p {
      margin: 20% auto;
      width: 70%;
      font-size: 0.8em;
      letter-spacing: 0;
      line-height: 2.5; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .mv p {
          font-size: 3.0vw; } }
      #future #box-content #drawer .mv p span {
        font-size: 100%;
        position: relative; }
        #future #box-content #drawer .mv p span::before {
          position: absolute;
          content: "・・";
          left: 50%;
          transform: translateX(-50%);
          top: -1.2em; }
    #future #box-content #drawer h2 {
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      margin-bottom: 10%; }
    #future #box-content #drawer .box {
      width: 90%;
      margin: 10% auto; }
      #future #box-content #drawer .box.lineup a {
        display: block;
        margin-bottom: 5%; }
    #future #box-content #drawer section {
      margin: 30% auto; }
    #future #box-content #drawer .swiper {
      padding-bottom: 40px;
      margin-bottom: 15%; }
      #future #box-content #drawer .swiper .swiper-pagination-bullet {
        background-color: #666666;
        width: 5px;
        height: 5px; }
    #future #box-content #drawer .detailBox .ttl img {
      max-height: 70px; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .detailBox .ttl img {
          max-height: 60px; } }
    #future #box-content #drawer .detailBox h3 {
      font-size: 1.0em;
      font-weight: 600;
      margin: 3.0em auto; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .detailBox h3 {
          font-size: 3.5vw; } }
    #future #box-content #drawer .detailBox p {
      font-size: 0.8em;
      line-height: 2.5; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .detailBox p {
          font-size: 3.0vw;
          line-height: 2.7;
          letter-spacing: 0.1vw; } }
    #future #box-content #drawer .detailBox .item {
      width: 50%;
      margin: 5% auto; }
    #future #box-content #drawer .detailBox a {
      display: block;
      background: #333333;
      font-size: 0.8em;
      color: #ffffff;
      padding: 1.2em 3.0em;
      width: fit-content;
      margin: 5% auto 10%; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .detailBox a {
          font-size: 3.0vw; } }
    #future #box-content #drawer .subttl {
      max-height: 20px;
      margin: 0 auto 3.0em;
      display: block; }
    #future #box-content #drawer .update {
      width: 94%;
      margin: 15% auto;
      padding: 3.0em 1.0em 1.0em;
      background: #ffffff;
      border: 1px solid #000000; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .update {
          padding-left: 0.7em;
          padding-right: 0.7em; } }
      #future #box-content #drawer .update ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 8%; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .update ul li {
            margin-bottom: 4%; } }
        #future #box-content #drawer .update ul li img, #future #box-content #drawer .update ul li dl {
          width: calc(100%/2 - 4%); }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .update ul li img, #future #box-content #drawer .update ul li dl {
              width: calc(100%/2 - 2%); } }
        #future #box-content #drawer .update ul li dl dd {
          font-size: 0.8em;
          font-weight: 700;
          margin-bottom: 2.0em; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .update ul li dl dd {
              font-size: 3.0vw;
              margin-bottom: 1.5em; } }
          #future #box-content #drawer .update ul li dl dd span {
            font-size: 300%;
            font-family: "futura-pt", sans-serif;
            font-style: italic;
            display: block;
            line-height: 1.0;
            margin-bottom: 0.2em; }
        #future #box-content #drawer .update ul li dl dt p {
          font-size: 0.8em;
          line-height: 1.8; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .update ul li dl dt p {
              font-size: 2.7vw; } }
    #future #box-content #drawer .otherpoint {
      width: 90%;
      margin: 10% auto; }
      #future #box-content #drawer .otherpoint ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap; }
        #future #box-content #drawer .otherpoint ul li {
          width: calc(100%/2 - 4%); }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .otherpoint ul li {
              width: calc(100%/2 - 2%); } }
          #future #box-content #drawer .otherpoint ul li h4 {
            font-size: 0.8em;
            margin-bottom: 1.0em;
            font-weight: 700; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .otherpoint ul li h4 {
                font-size: 3.0vw; } }
          #future #box-content #drawer .otherpoint ul li p {
            font-size: 0.8em;
            line-height: 1.8;
            margin: 1.0em auto 3.0em;
            text-align: justify; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .otherpoint ul li p {
                text-align: left;
                font-size: 2.7vw; } }
      #future #box-content #drawer .otherpoint a {
        display: block;
        background: #333333;
        font-size: 0.8em;
        color: #ffffff;
        padding: 1.2em 3.0em;
        width: fit-content;
        margin: 5% auto 10%; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .otherpoint a {
            font-size: 3.0vw; } }
    #future #box-content #drawer .f_logo {
      margin: -10% auto 0;
      padding-bottom: 15%; }
