@charset "UTF-8";
@font-face {
  font-family: "eng";
  src: url("../font/PlayfairDisplay-Bold.ttf") format("TrueType"); }
@font-face {
  font-family: "en";
  src: url("../font/PlayfairDisplay-Regular.ttf") format("TrueType"); }
@font-face {
  font-family: "ja";
  src: url("../font/SatsukiGendaiMincho.ttf") format("TrueType"); }
@font-face {
  font-family: "noto";
  src: url("../font/NotoSerifJP-Regular.ttf") format("TrueType"); }
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #3a5482; }
  a:hover {
    text-decoration: none;
    color: #3a5482; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #3a5482; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .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;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #3a5482;
  font-size: 14px;
  text-align: left;
  font-family: "noto";
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 600px) {
    #future.lp_wrapper {
      background: none; } }
#future .sidearea {
  top: 60px;
  left: 0;
  height: 100vh;
  transition: .8s;
  width: auto;
  width: 40%;
  position: fixed; }
  @media screen and (max-width: 1500px) {
    #future .sidearea {
      width: calc(100%/2); } }
  @media screen and (max-width: 1080px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea .pc_flex {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    min-height: -webkit-fill-available; }
    #future .sidearea .pc_flex div:nth-child(1), #future .sidearea .pc_flex div:nth-child(3) {
      width: 100%;
      height: 40%;
      display: flex;
      align-items: center;
      justify-content: center; }
      #future .sidearea .pc_flex div:nth-child(1) a, #future .sidearea .pc_flex div:nth-child(3) a {
        display: block;
        overflow: hidden;
        width: calc(100%/2);
        height: 100%;
        margin: 0;
        padding: 0;
        line-height: 0;
        font-size: 0; }
        #future .sidearea .pc_flex div:nth-child(1) a img, #future .sidearea .pc_flex div:nth-child(3) a img {
          width: 101%;
          height: 101%;
          object-position: center center;
          object-fit: cover;
          max-width: none;
          vertical-align: middle;
          display: block; }
    #future .sidearea .pc_flex div:nth-child(2) {
      height: 20%;
      width: 100%; }
      #future .sidearea .pc_flex div:nth-child(2) img {
        object-fit: cover;
        width: 101%;
        height: 101%;
        margin: 0;
        padding: 0;
        line-height: 0;
        font-size: 0; }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 60%;
  margin: 0 0 0 auto;
  /* drawer */ }
  @media screen and (max-width: 1500px) {
    #future #box-content {
      width: calc(100%/2); } }
  @media screen and (max-width: 1080px) {
    #future #box-content {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto;
    background: #ffffff; }
    #future #box-content #drawer .mv {
      margin: 0 auto;
      text-align: center;
      position: relative; }
      #future #box-content #drawer .mv .ttl {
        position: absolute;
        top: 10%;
        left: 50%;
        width: 60%;
        transform: translateX(-50%); }
    #future #box-content #drawer .innerBox {
      width: 80%;
      margin: 10% auto;
      max-width: 550px;
      /*section*/ }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .innerBox {
          width: 100%;
          margin: 20% auto; } }
      #future #box-content #drawer .innerBox .main-txt {
        margin: 25% auto 10%;
        width: fit-content; }
        @media screen and (max-width: 1080px) {
          #future #box-content #drawer .innerBox .main-txt {
            margin-top: 0; } }
        #future #box-content #drawer .innerBox .main-txt h1 {
          font-size: min(1.1em, 3.2vw);
          font-weight: 400;
          line-height: 2.2;
          width: fit-content; }
        #future #box-content #drawer .innerBox .main-txt p {
          font-size: min(1.1em, 3.2vw);
          line-height: 2.2;
          margin-bottom: 24px;
          font-weight: 400;
          width: fit-content; }
      #future #box-content #drawer .innerBox .point {
        width: 80%;
        margin: 15% auto; }
        #future #box-content #drawer .innerBox .point .btn {
          display: block;
          text-align: center;
          color: #684e38;
          font-family: "en";
          font-size: min(1.2em, 3.8vw);
          letter-spacing: 1px;
          margin: 2.0em auto;
          padding: .5em;
          border: 1px solid #3a5482;
          border-radius: 50vh; }
          #future #box-content #drawer .innerBox .point .btn:hover {
            background: #3a5482;
            color: #ffffff; }
      #future #box-content #drawer .innerBox .category {
        margin: min(25%, 15vh) auto; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox .category {
            width: 85%; } }
        #future #box-content #drawer .innerBox .category h2 {
          font-size: min(3.5em, 11vw);
          font-family: "eng";
          color: #684e38;
          line-height: 1.0; }
          #future #box-content #drawer .innerBox .category h2 span {
            color: #3a5482;
            font-family: "ja";
            font-size: 33%;
            font-weight: 400;
            display: block; }
        #future #box-content #drawer .innerBox .category ul {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          position: relative;
          margin-top: -10%; }
          #future #box-content #drawer .innerBox .category ul::before {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 100%;
            height: .05em;
            background: #684e38; }
          #future #box-content #drawer .innerBox .category ul::after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 50%;
            width: 0.05em;
            height: calc(100% - 7.0em);
            transform: translateX(-50%);
            background: #684e38; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .innerBox .category ul::after {
                height: calc(100% - 6em); } }
          #future #box-content #drawer .innerBox .category ul li {
            width: calc(100%/2);
            padding: 2.0em 1.0em; }
            #future #box-content #drawer .innerBox .category ul li a {
              display: block; }
              #future #box-content #drawer .innerBox .category ul li a:hover {
                opacity: .8; }
            #future #box-content #drawer .innerBox .category ul li p {
              font-size: min(0.9em, 3vw);
              text-align: center;
              margin-top: 1.0em;
              white-space: nowrap; }
      #future #box-content #drawer .innerBox section {
        margin: min(25%, 15vh) auto;
        padding-top: 60px; }
        #future #box-content #drawer .innerBox section h2 {
          font-size: min(3.5em, 11vw);
          font-family: "eng";
          color: #684e38;
          line-height: 1.0;
          margin: 0 auto 1.0em;
          width: 90%; }
          #future #box-content #drawer .innerBox section h2 span {
            color: #3a5482;
            font-family: "ja";
            font-size: 33%;
            font-weight: 400;
            display: block; }
        #future #box-content #drawer .innerBox section .back {
          padding: 10%; }
          #future #box-content #drawer .innerBox section .back.item1 {
            background: url("../images/item1.webp") no-repeat;
            background-size: cover; }
          #future #box-content #drawer .innerBox section .back.item2 {
            background: url("../images/item2.webp") no-repeat;
            background-size: cover; }
          #future #box-content #drawer .innerBox section .back.item3 {
            background: url("../images/item3.webp") no-repeat;
            background-size: cover; }
          #future #box-content #drawer .innerBox section .back.item4 {
            background: url("../images/item4.webp") no-repeat;
            background-size: cover; }
        #future #box-content #drawer .innerBox section .detail {
          margin: 7% auto;
          width: 80%; }
          #future #box-content #drawer .innerBox section .detail.flexbox {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #future #box-content #drawer .innerBox section .detail.flexbox .icon img {
              height: 45px;
              width: auto; }
          #future #box-content #drawer .innerBox section .detail .flex {
            display: flex; }
            #future #box-content #drawer .innerBox section .detail .flex p {
              font-family: "eng";
              font-size: min(1.3em, 4.2vw);
              letter-spacing: 1px;
              white-space: nowrap; }
              #future #box-content #drawer .innerBox section .detail .flex p span {
                font-family: "noto";
                font-size: 60%;
                font-weight: 600;
                margin-left: 1.0em; }
              #future #box-content #drawer .innerBox section .detail .flex p:nth-child(1) {
                width: 70px; }
        #future #box-content #drawer .innerBox section .btn {
          max-width: 350px;
          margin: 0 auto 10%; }
          #future #box-content #drawer .innerBox section .btn a {
            display: block;
            text-align: center;
            color: #684e38;
            font-family: "en";
            font-size: min(1.2em, 4.2vw);
            letter-spacing: 1px;
            margin: 2.0em auto;
            padding: .5em;
            border: 1px solid #3a5482;
            border-radius: 50vh; }
            #future #box-content #drawer .innerBox section .btn a:hover {
              background: #3a5482;
              color: #ffffff; }
        #future #box-content #drawer .innerBox section .point {
          display: flex;
          align-items: flex-start;
          justify-content: center;
          width: 90%;
          flex-wrap: wrap;
          margin: 0 auto; }
          #future #box-content #drawer .innerBox section .point div {
            width: calc(100%/2 - 4%);
            margin: 2%; }
            #future #box-content #drawer .innerBox section .point div img {
              padding: 0 10%; }
            #future #box-content #drawer .innerBox section .point div p {
              text-align: center;
              font-size: min(0.8em, 3vw);
              margin: 1.0em auto;
              white-space: nowrap; }
    #future #box-content #drawer .lp_footer {
      background: #6e9fdd;
      padding: 25% 10%; }
      #future #box-content #drawer .lp_footer .logo {
        text-align: center;
        margin: 0 auto; }
        #future #box-content #drawer .lp_footer .logo img {
          max-width: 70px;
          margin: 0 auto; }
      #future #box-content #drawer .lp_footer .sns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15% auto 0; }
        #future #box-content #drawer .lp_footer .sns a {
          display: block;
          margin: 0 5%; }
          #future #box-content #drawer .lp_footer .sns a img {
            height: 30px;
            width: auto; }
