@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; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%;
  width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fadeIn {
  opacity: 0;
  transition: opacity 1s; }
  .fadeIn.visible {
    opacity: 1; }

/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-seri;
  font-weight: 400;
  background: #3c2c4f;
  padding: 60px 0; }
#future h1 {
  font-size: min(3.2em, 7.5vw);
  color: #faee00;
  font-weight: 600;
  margin: 0 auto 18px; }
  #future h1 span {
    color: #ffffff; }
#future p {
  font-weight: 600;
  font-size: min(1.2em, 3.7vw);
  line-height: 2.0; }
  #future p span {
    background: #faee00;
    color: #3c2c4f;
    padding: 0 0.2em; }
#future .box {
  margin: 48px auto;
  width: 90%; }
  #future .box img {
    display: block;
    margin: 0 auto 48px; }
  #future .box a.btn {
    background: #ea5514;
    color: #ffffff;
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    padding: 1.0em;
    border-radius: 50vh;
    font-weight: 600; }
    #future .box a.btn:hover {
      color: #ea5514;
      background: #ffffff; }
#future .Box_2buy {
  margin: 10% auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 1500px;
  width: 90%; }
  @media screen and (max-width: 1200px) {
    #future .Box_2buy {
      flex-direction: column; } }
  #future .Box_2buy div {
    width: calc(50% - 2%); }
    @media screen and (max-width: 1200px) {
      #future .Box_2buy div {
        width: 100%; } }
  #future .Box_2buy img {
    display: block;
    margin: 0 auto 48px; }
