@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; }

.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: 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; }
  @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%/2); }
  @media screen and (max-width: 800px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea.boxleft {
    left: 0; }
    #future .sidearea.boxleft .pc_box {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #future .sidearea.boxleft .pc_box .mv {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      #future .sidearea.boxleft .pc_box .logo {
        position: absolute;
        top: 5%;
        left: 5%; }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 50%;
  margin: 0 0 0 auto;
  /* drawer */ }
  @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 .mv {
      display: none; }
      @media screen and (max-width: 800px) {
        #future #box-content #drawer .innerBox .mv {
          display: block; } }
    #future #box-content #drawer .innerBox section {
      max-width: 800px;
      margin: 0 auto 40%; }

.txt {
  margin: 15% auto;
  width: 80%;
  max-width: 500px; }
  .txt h1 {
    font-size: min(2em, 7vw);
    font-weight: 400;
    font-family: "gotham", sans-serif;
    line-height: 1.8;
    margin-bottom: 1.0em; }
    .txt h1 span {
      display: block;
      font-size: 35%;
      border-radius: 50vh;
      border: 1px solid #000000;
      width: fit-content;
      padding: 2px 4px;
      line-height: 1.2; }
  .txt p {
    font-size: min(1em, 3.2vw);
    line-height: 2.0;
    text-align: justify; }

.box {
  margin: 20% auto 30%;
  width: 90%; }
  .box h3 {
    color: #000000;
    font-family: "gotham", sans-serif;
    font-size: min(1em, 3.2vw);
    margin-bottom: 10%;
    font-weight: 300; }
  .box a {
    display: block;
    margin-bottom: 10%; }

.lp_footer {
  width: 80%;
  margin: 30% auto; }
  .lp_footer p {
    font-size: min(0.8em, 2.9vw);
    font-family: "gotham", sans-serif;
    line-height: 2.0; }
  .lp_footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 20%  auto 0; }
  .lp_footer .sns {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .lp_footer .sns a {
      display: block;
      margin-top: 20px; }

.itemBox .number {
  font-family: "gotham", sans-serif;
  font-size: min(1em, 3.2vw);
  text-align: right;
  width: 98%;
  margin: 0 auto 4px; }
.itemBox .link:hover {
  opacity: .8; }
.itemBox .size90 {
  width: 80%;
  margin: 10% auto;
  max-width: 700px; }
.itemBox .gap {
  margin: 5% auto; }

.itemLink {
  width: 80%;
  margin: 5% auto; }
  @media screen and (max-width: 800px) {
    .itemLink {
      width: 90%; } }
  .itemLink div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .itemLink div:nth-child(n + 2) {
      margin-top: 1.0em; }
  .itemLink p {
    font-size: min(1em, 3.2vw);
    font-family: "gotham", sans-serif; }
  .itemLink a {
    display: block;
    width: fit-content;
    border: 1px solid #000000;
    border-radius: 50vh;
    font-size: min(0.8em, 2.5vw);
    padding: 5px 2.0em 4px;
    line-height: 1.0; }
    @media screen and (max-width: 800px) {
      .itemLink a {
        padding: 4px 24px 3px; } }
    .itemLink a:hover {
      background: #000000;
      color: #ffffff; }
