@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #50282d; }
  a:hover {
    text-decoration: none;
    color: #50282d; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #50282d; }

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; }

/*--------------------------------------------*/
/*--------------------------------------------*/
/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0.05em;
  color: #ffffff;
  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: #50282d; }
  @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 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
  #future .sidearea.boxright {
    right: 0;
    background: #50282d; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 90%;
      margin: 0 auto;
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translateX(-50%);
      max-width: 450px; }
      #future .sidearea.boxright .pc_box ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-bottom: 10%; }
        #future .sidearea.boxright .pc_box ul li {
          width: calc(100%/3 - .1em);
          margin-bottom: .2em; }
          #future .sidearea.boxright .pc_box ul li img {
            vertical-align: middle; }
      #future .sidearea.boxright .pc_box .txt h1 {
        color: #d2f055;
        font-size: 2.0em;
        font-family: "gotham", sans-serif;
        font-weight: 400;
        margin-bottom: 1.0em; }
        #future .sidearea.boxright .pc_box .txt h1 span {
          width: fit-content;
          font-weight: 300;
          font-size: 40%;
          color: #50282d;
          background: #d2f055;
          display: block;
          padding: .4em .5em;
          line-height: 1.2; }
      #future .sidearea.boxright .pc_box .txt p {
        font-size: min(0.9em, 3vw);
        line-height: 2.0; }
#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 {
      background: #50282d; }
    @media screen and (max-width: 800px) {
      #future #box-content #drawer section {
        padding-top: 60px; } }

.stickyBox {
  display: none; }
  @media screen and (max-width: 1200px) {
    .stickyBox {
      display: block; } }
  .stickyBox .mv {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .stickyBox .mv {
        display: none; } }
    @media screen and (max-width: 800px) {
      .stickyBox .mv {
        display: block; } }
  .stickyBox .sticky_inner {
    position: relative;
    background: #50282d;
    z-index: 2;
    padding: 10% 0; }
    @media screen and (max-width: 800px) {
      .stickyBox .sticky_inner {
        padding: 20% 0; } }
  .stickyBox .txt {
    width: 80%;
    margin: 1% auto; }
    .stickyBox .txt h1 {
      color: #d2f055;
      font-size: min(2.5em, 7vw);
      font-family: "gotham", sans-serif;
      font-weight: 400;
      margin-bottom: 1.0em; }
      .stickyBox .txt h1 span {
        width: fit-content;
        font-weight: 300;
        font-size: 25%;
        color: #50282d;
        background: #d2f055;
        display: block;
        padding: .4em .5em .3em;
        line-height: 1.2; }
    .stickyBox .txt p {
      font-size: min(0.9em, 3vw);
      line-height: 2.0;
      text-align: justify-all; }
  .stickyBox .linkBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 98%;
    margin: 25% auto; }
    .stickyBox .linkBox a {
      display: block;
      width: calc(100%/3 - .5%);
      margin-bottom: 1%; }

.item_link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  border: 0.5px solid #50282d; }
  .item_link a {
    display: block;
    font-size: min(1em, 3.2vw); }
    .item_link a:first-child {
      width: 90%;
      background: #ffffff;
      padding: 1em 0 1em 2em;
      border-right: 0.5px solid #50282d; }
    .item_link a:nth-child(2) {
      width: 10%;
      position: relative;
      background: #d2f055; }
      .item_link a:nth-child(2)::before, .item_link a:nth-child(2)::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #50282d; }
      .item_link a:nth-child(2)::before {
        width: 25px;
        height: .5px; }
      .item_link a:nth-child(2)::after {
        width: .5px;
        height: 25px; }
    .item_link a:hover:first-child {
      background: #d2f055; }
    .item_link a:hover:nth-child(2) {
      background: #ffffff; }

.item_txt {
  width: 80%;
  max-width: 350px;
  margin: 15% auto 10%;
  position: relative; }
  @media screen and (max-width: 800px) {
    .item_txt {
      margin-bottom: 15%; } }
  .item_txt p {
    font-size: min(0.9em, 3vw);
    line-height: 2.0;
    padding: 1.0em 0;
    text-align: justify; }
  .item_txt::before {
    position: absolute;
    content: "";
    top: 0;
    left: -5%;
    width: 8px;
    height: 100%;
    border-top: 1px solid #d2f055;
    border-left: 1px solid #d2f055;
    border-bottom: 1px solid #d2f055; }
  .item_txt::after {
    position: absolute;
    content: "";
    top: 0;
    right: -5%;
    width: 8px;
    height: 100%;
    border-top: 1px solid #d2f055;
    border-right: 1px solid #d2f055;
    border-bottom: 1px solid #d2f055; }

.detail_icon {
  text-align: center; }
  .detail_icon img {
    height: 45px;
    width: auto; }
    @media screen and (max-width: 800px) {
      .detail_icon img {
        height: 40px; } }

.detail_img {
  margin: 10% auto; }
  @media screen and (max-width: 800px) {
    .detail_img {
      margin: 15% auto; } }
  .detail_img .swiper2 {
    padding-bottom: 40px; }
  .detail_img .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .detail_img .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    bottom: -20px; }
  .detail_img .swiper-pagination-bullet {
    background-color: #ffffff;
    border-radius: 0;
    height: 5px;
    width: 5px;
    opacity: 1; }
    .detail_img .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #d2f055; }
  .detail_img .swiper-button-prev, .detail_img .swiper-button-next {
    background: #d2f055;
    width: 40px;
    height: 40px;
    top: 45%; }
    @media screen and (max-width: 800px) {
      .detail_img .swiper-button-prev, .detail_img .swiper-button-next {
        width: 32px;
        height: 32px; } }
  .detail_img .swiper-button-prev {
    left: 0;
    padding-left: 5px; }
  .detail_img .swiper-button-next {
    right: 0;
    padding-right: 5px; }
  .detail_img .swiper-button-prev::after,
  .detail_img .swiper-button-next::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: solid #50282d;
    border-width: 0 0 1px 1px; }
    @media screen and (max-width: 800px) {
      .detail_img .swiper-button-prev::after,
      .detail_img .swiper-button-next::after {
        width: 9px;
        height: 9px; } }
  .detail_img .swiper-button-prev::after {
    transform: rotate(45deg); }
  .detail_img .swiper-button-next::after {
    transform: rotate(-135deg); }

.info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  margin: 10% auto;
  max-width: 400px; }
  @media screen and (max-width: 1850px) {
    .info {
      max-width: none; } }
  @media screen and (max-width: 800px) {
    .info {
      max-width: none;
      width: 90%; } }
  .info p {
    font-family: "gotham", sans-serif;
    font-size: min(0.9em, 3.2vw);
    color: #d2f055;
    line-height: 2.0; }
    .info p span {
      font-size: 50%; }
  .info a {
    color: #50282d;
    background: #d2f055;
    padding: .7em 2.2em;
    font-family: "gotham", sans-serif;
    font-size: min(0.9em, 3vw);
    border: 1px solid #d2f055;
    letter-spacing: .1em; }
    .info a:hover {
      background: #50282d;
      color: #d2f055; }

.box {
  margin: 20% auto 30%;
  width: 90%; }
  .box h3 {
    color: #d2f055;
    font-family: "gotham", sans-serif;
    font-size: min(1em, 3.2vw);
    margin-bottom: 10%;
    font-weight: 300; }
  .box a {
    display: block;
    margin-bottom: 10%; }
  .box .youtube {
    width: 100%;
    aspect-ratio: 16 / 9; }
    .box .youtube iframe {
      width: 100%;
      height: 100%; }

.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; }
