@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; } }

body {
  overflow-x: visible;
  height: calc(var(--vh, 1vh) * 100); }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

header {
  border-bottom: .02em solid #000; }

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: #ffffff; }
#future .sidearea {
  position: fixed;
  height: calc((var(--vh, 1vh) * 100) - 60px);
  transition: .8s;
  width: calc((100% - 500px) / 2);
  background: #ffffff;
  top: 60px; }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 600px); } }
  #future .sidearea.boxleft {
    left: 0; }
    #future .sidearea.boxleft img {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      max-width: 100px; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        width: calc(100% - 600px); } }
  #future .sidearea.boxright {
    right: 0; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      #future .sidearea.boxright .pc_box h3 {
        font-weight: 300;
        font-size: 1.2em;
        margin: 0 auto 1.0em;
        width: 95%; }
      #future .sidearea.boxright .pc_box ul {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: wrap;
        border-top: 1px solid #000000;
        position: relative; }
        #future .sidearea.boxright .pc_box ul::before {
          content: "";
          position: absolute;
          width: 100%;
          height: .01em;
          background: #000000;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
        #future .sidearea.boxright .pc_box ul::after {
          content: "";
          position: absolute;
          width: .01em;
          height: 100%;
          background: #000000;
          top: 0%;
          left: 50%;
          transform: translateX(-50%); }
        #future .sidearea.boxright .pc_box ul li {
          width: 50%;
          padding: 16px; }
          #future .sidearea.boxright .pc_box ul li p {
            font-size: 0.7em;
            text-align: center; }
            #future .sidearea.boxright .pc_box ul li p span {
              font-size: 60%; }
          #future .sidearea.boxright .pc_box ul li img {
            display: block;
            width: 70%;
            margin: 0 auto; }
          #future .sidearea.boxright .pc_box ul li .btn {
            font-size: 0.8em;
            line-height: 1.0;
            padding: 0.3em 1.5em 0.2em;
            border: 1px solid #000000;
            border-radius: 50vh;
            display: block;
            width: fit-content;
            margin: 8px auto; }
            #future .sidearea.boxright .pc_box ul li .btn:hover {
              background: #000000;
              color: #ffffff; }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 500px;
  background: #ffffff;
  min-height: 100vh;
  border: solid #000000;
  border-width: 0 1px;
  /* drawer */ }
  @media screen and (max-width: 1200px) {
    #future #box-content {
      margin: 0 0 0 auto;
      width: 600px; } }
  @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 .kv {
      position: relative; }
      #future #box-content #drawer .innerBox .kv .logo {
        position: absolute;
        top: 15%;
        left: 50%;
        width: max(300px, 60%);
        transform: translateX(-50%); }

.mv {
  position: relative; }
  .mv .ttl {
    padding: 16px 0 8px;
    width: 98%;
    margin: 0 auto; }

.txtbox {
  width: 90%;
  margin: 15% auto; }
  .txtbox h1 {
    margin: 0;
    font-size: min(2em, 4vw);
    font-weight: 400; }
  .txtbox p {
    font-size: min(0.9em, 3vw);
    line-height: 1.8;
    margin: 5% auto 7%; }
  .txtbox .btn {
    font-size: min(0.8em, 2.8vw);
    border: 1px solid #000000;
    border-radius: 50vh;
    line-height: 1.0;
    padding: 0.3em 2.0em 0.2em;
    width: fit-content;
    display: block; }
    .txtbox .btn:hover {
      background: #000000;
      color: #ffffff; }

section {
  margin: 0;
  padding: 0; }
  section div {
    margin-bottom: 32px; }
  section .flex {
    display: flex;
    align-items: center;
    justify-content: center; }
    section .flex a {
      display: block;
      width: 50%;
      position: relative; }
      section .flex a p {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        bottom: 1.0em;
        left: 5%;
        color: #ffffff;
        font-size: min(1em, 3vw); }
        @media screen and (max-width: 800px) {
          section .flex a p {
            bottom: 0.7em; } }
        section .flex a p span {
          font-size: 100%;
          letter-spacing: 0; }
        section .flex a p img {
          animation: fluffy 2s infinite; }
          @media screen and (max-width: 800px) {
            section .flex a p img {
              width: 10px; } }
      section .flex a:hover {
        opacity: .7; }
  section .box {
    position: relative; }
    section .box p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50%; }

.item_box {
  margin: 15% auto;
  padding-top: 60px; }
  .item_box h3 {
    font-weight: 300;
    font-size: min(2em, 3vw);
    margin: 0 auto 5%;
    width: 90%; }
  .item_box ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    border: solid #000000;
    border-width: 1px 0;
    position: relative; }
    .item_box ul::before {
      content: "";
      position: absolute;
      width: 100%;
      height: .01em;
      background: #000000;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .item_box ul::after {
      content: "";
      position: absolute;
      width: .01em;
      height: 100%;
      background: #000000;
      top: 0%;
      left: 50%;
      transform: translateX(-50%); }
    .item_box ul li {
      width: 50%;
      padding: 16px 16px 32px; }
      .item_box ul li p {
        letter-spacing: 0;
        font-size: min(1em, 3.2vw);
        text-align: center;
        margin-bottom: 16px; }
        .item_box ul li p span {
          font-size: 60%; }
      .item_box ul li img {
        display: block;
        margin: 0 auto; }
      .item_box ul li .btn {
        font-size: min(1em, 3.2vw);
        line-height: 1.0;
        letter-spacing: 0;
        padding: 0.5em 2.5em 0.4em;
        border: 1px solid #000000;
        border-radius: 50vh;
        display: block;
        width: fit-content;
        margin: 8px auto; }
        .item_box ul li .btn:hover {
          background: #000000;
          color: #ffffff; }

.lp_footer {
  width: 90%;
  margin: 25% auto; }
  .lp_footer h3 {
    font-weight: 300;
    font-size: min(2em, 3vw);
    margin-bottom: 5%; }
  .lp_footer a {
    margin-bottom: 5%;
    display: block; }
    @media screen and (max-width: 800px) {
      .lp_footer a {
        margin-bottom: 10%; } }

.credit {
  font-size: min(1em, 3.2vw);
  width: 90%;
  margin: 20% auto; }

@keyframes fluffy {
  0%, 100% {
    transform: translate(-2px, 2px); }
  50% {
    transform: translate(2px, -2px); } }
