@charset "UTF-8";
@font-face {
  font-family: "futura";
  src: url("../font/TT0200M.ttf") format("truetype"); }
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #ffffff; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

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;
  background: #b2988e; }

.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); }

/*--------------------------------------------*/
.loading {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: block;
  background: #b2988e;
  z-index: 9999; }
  .loading.loaded {
    opacity: 0;
    display: none;
    visibility: hidden; }
  .loading.active {
    animation: loading .5s linear forwards; }
  .loading #back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s;
    animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate; }
  .loading #lode_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s; }

/*--------------------------------------------*/
#future {
  /*mv*/ }
  #future.lp_wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    line-height: 1.5;
    background: #b2988e;
    max-width: 1500px; }
    @media screen and (max-width: 600px) {
      #future.lp_wrapper {
        width: 94%; } }
    #future.lp_wrapper a {
      color: #ffffff !important; }
  #future .sidearea {
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc((100% - 500px) - 15%); }
    @media screen and (max-width: 1200px) {
      #future .sidearea {
        display: none; } }
    #future .sidearea.boxleft {
      left: 0; }
    #future .sidearea.boxright {
      right: 0;
      width: 15%; }
  #future .mv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    @media screen and (max-width: 1200px) {
      #future .mv {
        position: static;
        transform: translate(0, 0);
        margin: 10% auto 15%; } }
    @media screen and (max-width: 600px) {
      #future .mv {
        margin: 15% auto 20%; } }
    #future .mv video {
      width: 70%;
      max-width: 500px; }
      @media screen and (max-width: 1800px) {
        #future .mv video {
          width: 60%; } }
      @media screen and (max-width: 1200px) {
        #future .mv video {
          width: 100%; } }
    #future .mv .ttlBox {
      position: absolute;
      max-width: 550px;
      border: 1px solid #fff;
      width: 65%;
      max-width: 450px;
      height: 115%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1800px) {
        #future .mv .ttlBox {
          width: 50%;
          height: 120%; } }
      @media screen and (max-width: 1200px) {
        #future .mv .ttlBox {
          width: 90%; } }
      #future .mv .ttlBox h2 {
        font-weight: 700;
        font-size: 3.5em;
        line-height: 1.5;
        font-family: "futura"; }
        @media screen and (max-width: 1800px) {
          #future .mv .ttlBox h2 {
            font-size: 3.3vw;
            line-height: 1.5; } }
        @media screen and (max-width: 1200px) {
          #future .mv .ttlBox h2 {
            font-size: 4.0vw; } }
        @media screen and (max-width: 600px) {
          #future .mv .ttlBox h2 {
            font-size: 14.0vw; } }
      #future .mv .ttlBox p {
        text-align: right;
        position: absolute;
        bottom: .5em;
        right: .5em; }
        @media screen and (max-width: 600px) {
          #future .mv .ttlBox p {
            font-size: 3.0vw; } }
  #future #box-content {
    position: relative;
    z-index: 1000; }
    #future #box-content #drawer {
      padding: 0;
      position: relative;
      max-width: 500px;
      top: 0;
      margin: 0 15% 0 auto; }
      @media screen and (max-width: 1200px) {
        #future #box-content #drawer {
          margin: 0 auto; } }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer {
          max-width: none;
          border-left: none;
          border-right: none; } }
    #future #box-content .innerBox {
      margin: 5% auto; }
      #future #box-content .innerBox .momiji {
        margin-bottom: 5%; }
        @media screen and (max-width: 600px) {
          #future #box-content .innerBox .momiji {
            max-width: 50px; } }
        #future #box-content .innerBox .momiji.footer {
          margin: 10% auto 15%; }
      #future #box-content .innerBox .maintxt {
        margin: 5% auto; }
        #future #box-content .innerBox .maintxt p {
          font-size: 1.0em;
          line-height: 2.0;
          text-align: left; }
          @media screen and (max-width: 600px) {
            #future #box-content .innerBox .maintxt p {
              font-size: 3.5vw; } }
      #future #box-content .innerBox h1 {
        margin: 20% auto 10%; }
      #future #box-content .innerBox .anchorlink {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
        margin: 10% auto; }
        @media screen and (max-width: 600px) {
          #future #box-content .innerBox .anchorlink {
            width: 90%; } }
        #future #box-content .innerBox .anchorlink a {
          display: block;
          width: calc(100%/2 - 4%);
          margin-bottom: 6%;
          transition: .4s; }
          #future #box-content .innerBox .anchorlink a:hover {
            opacity: .7; }
    #future #box-content section {
      padding-top: 60px;
      margin: 5% auto 10%; }
      @media screen and (max-width: 600px) {
        #future #box-content section {
          margin-bottom: 20%; } }
      #future #box-content section h2 {
        margin: 10% auto 5%;
        width: 90%; }
        #future #box-content section h2 img {
          max-height: 100px;
          width: auto; }
      #future #box-content section .block {
        margin: 5% auto 15%; }
        #future #box-content section .block img {
          margin-bottom: 10%; }
        #future #box-content section .block.item img {
          margin-bottom: 0; }
        #future #box-content section .block p {
          font-size: 1.0em;
          line-height: 2.0;
          text-align: left; }
          @media screen and (max-width: 600px) {
            #future #box-content section .block p {
              font-size: 3.5vw; } }
        #future #box-content section .block h3 {
          width: 90%;
          margin: 0 auto 1.0em; }
          @media screen and (max-width: 600px) {
            #future #box-content section .block h3 {
              font-size: 3.5vw; } }
        #future #box-content section .block .detail {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 5% auto; }
          #future #box-content section .block .detail div {
            width: calc(100%/2 - 2%); }
            @media screen and (max-width: 600px) {
              #future #box-content section .block .detail div {
                width: 50%; } }
            #future #box-content section .block .detail div img {
              padding: 5%; }
          #future #box-content section .block .detail p {
            font-size: 0.9em;
            letter-spacing: 0; }
            @media screen and (max-width: 600px) {
              #future #box-content section .block .detail p {
                font-size: 3.2vw; } }
            #future #box-content section .block .detail p span {
              margin-top: 1.0em;
              padding-top: 1.0em;
              font-size: 100%;
              display: block;
              border-top: 2px dashed #fff; }
        #future #box-content section .block .check {
          display: block;
          font-weight: 700;
          border: 1px solid #fff;
          line-height: 1.0;
          padding: 1.0em;
          font-size: 1.0em;
          position: relative;
          margin-top: 1.0em;
          transition: .4s; }
          @media screen and (max-width: 600px) {
            #future #box-content section .block .check {
              font-size: 3.5vw; } }
          #future #box-content section .block .check::after {
            position: absolute;
            content: "▶";
            font-size: 100%;
            right: 2.5em;
            color: #fff; }
          #future #box-content section .block .check:hover {
            color: #b2988e !important;
            background: #fff; }
            #future #box-content section .block .check:hover::after {
              color: #b2988e; }
        #future #box-content section .block.itemList {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-bottom: 0; }
          #future #box-content section .block.itemList div {
            width: calc(100%/2 - 2%);
            margin-bottom: 10%; }
            @media screen and (max-width: 600px) {
              #future #box-content section .block.itemList div {
                width: calc(100%/2 - 1%); } }
            #future #box-content section .block.itemList div h4 {
              font-weight: 500;
              font-size: 1.0em;
              letter-spacing: 0;
              margin-bottom: 1.0em; }
              @media screen and (max-width: 600px) {
                #future #box-content section .block.itemList div h4 {
                  font-size: 3.1vw; } }
            #future #box-content section .block.itemList div p {
              text-align: left;
              line-height: 1.2;
              font-size: 0.9em; }
              @media screen and (max-width: 600px) {
                #future #box-content section .block.itemList div p {
                  letter-spacing: 0;
                  line-height: 1.5;
                  font-size: 2.8vw; } }
      #future #box-content section .btn a {
        display: block;
        line-height: 1.0;
        border: 1px solid #fff;
        padding: 1.0em 2.0em;
        font-size: 1.0em;
        position: relative;
        margin: 1.0em auto;
        transition: .4s;
        width: fit-content;
        color: #b2988e !important;
        background: #fff; }
        @media screen and (max-width: 600px) {
          #future #box-content section .btn a {
            font-size: 3.5vw; } }
        #future #box-content section .btn a:hover {
          color: #fff !important;
          background: #b2988e; }

@keyframes fall {
  to {
    top: 40%; } }
@keyframes sway {
  from {
    transform: translateX(0px) rotate(0deg); }
  to {
    transform: translateX(100px) rotate(-45deg); } }
@keyframes loading {
  to {
    opacity: 0;
    display: none; } }
