@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; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%;
  overflow-x: visible; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fade {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fade.visible {
    opacity: 1; }

/*--------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fadeIn.visible {
    opacity: 1; }

/*--------------------------------------------*/
/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 1px;
  color: #000000;
  font-size: 14px;
  text-align: center;
  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: #ffffff; }
  @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% - 600px) * 0.5); }
  @media screen and (max-width: 1850px) {
    #future .sidearea {
      width: calc((100% - 500px) * 0.5); } }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 500px); } }
  #future .sidearea.boxleft {
    left: 0; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        width: calc(100% - 500px); } }
    #future .sidearea.boxleft .pc_box {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #future .sidearea.boxleft .pc_box .back {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      #future .sidearea.boxleft .pc_box .logo {
        position: absolute;
        top: 5%;
        left: 5%; }
      #future .sidearea.boxleft .pc_box .ttl {
        position: absolute;
        bottom: 7%;
        left: 50%;
        width: 80%;
        transform: translateX(-50%); }
  #future .sidearea.boxright {
    right: 0;
    background: url("../images/back.webp") no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      width: 60%;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1850px) {
        #future .sidearea.boxright .pc_box {
          width: 70%; } }
      #future .sidearea.boxright .pc_box a {
        display: block;
        width: calc(100%/2 - 2px);
        margin-bottom: 4px; }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 600px;
  /* drawer */ }
  @media screen and (max-width: 1850px) {
    #future #box-content {
      width: 500px; } }
  @media screen and (max-width: 1200px) {
    #future #box-content {
      margin: 0 0 0 auto; } }
  @media screen and (max-width: 800px) {
    #future #box-content {
      width: 100%; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto; }
    #future #box-content #drawer .innerBox {
      padding: 10vh 0;
      background: url("../images/back.webp"); }
    #future #box-content #drawer section {
      background: #ffffff;
      padding: 10vh 0; }
      @media screen and (max-width: 800px) {
        #future #box-content #drawer section {
          padding-top: 60px; } }

.mv {
  display: none; }
  @media screen and (max-width: 800px) {
    .mv {
      display: block;
      margin-bottom: 10vh; } }

.txt {
  margin-bottom: 10vh; }
  @media screen and (max-width: 800px) {
    .txt {
      margin: 15vh auto; } }
  .txt p {
    font-size: min(1em, 3.2vw);
    line-height: 2.0; }

.menu {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 10vh;
  display: none; }
  @media screen and (max-width: 1200px) {
    .menu {
      display: flex;
      margin-bottom: 15vh; } }
  .menu a {
    display: block;
    width: calc(100%/2 - 2px);
    margin-bottom: 4px; }

.item_img {
  display: block;
  width: 92%;
  margin: 0 2% 0 auto; }
  .item_img.left {
    margin: 0 auto 0 2%; }

.item_txt {
  width: 90%;
  margin: 10% auto;
  padding: 10% 5%;
  border: solid #000000;
  border-width: 0.5px 0 0.5px; }
  @media screen and (max-width: 800px) {
    .item_txt {
      padding: 10% 0; } }
  .item_txt p {
    font-size: min(1em, 3.2vw);
    line-height: 2.2; }

.variation {
  width: 90%;
  margin: 10% auto;
  border-bottom: 0.5px solid #000000;
  padding-bottom: 10%; }
  .variation p {
    font-size: min(0.9em, 3vw);
    font-family: "itc-american-typewriter", serif;
    font-weight: 500;
    text-align: left; }
  .variation .colorBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .variation .colorBox a {
      display: block;
      width: calc(100%/3); }

.infoBox {
  width: 90%;
  margin: 10% auto; }
  .infoBox div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "itc-american-typewriter", serif; }
    .infoBox div p {
      font-size: min(0.8em, 2.8vw);
      font-weight: 500; }
    .infoBox div h4 {
      font-size: min(1.2em, 3.5vw);
      font-weight: 500; }
  .infoBox .btn {
    display: block;
    padding: 1.2em;
    border: 0.5px solid #000000;
    font-family: "itc-american-typewriter", serif;
    margin: 10% auto;
    font-weight: 500; }
    .infoBox .btn:hover {
      background: #000000;
      color: #ffffff; }

.lp_footer {
  width: 90%;
  margin: 10vh auto; }
  .lp_footer p {
    font-size: min(0.9em, 3vw);
    font-family: "itc-american-typewriter", serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10%; }
    .lp_footer p.credit {
      line-height: 2.0;
      margin: 15vh auto 0; }
  .lp_footer a {
    display: block;
    margin-bottom: 5%; }
