@charset "UTF-8";
@font-face {
  font-family: "eng";
  src: url("../fonts/avenir-roman-regular.ttf") format("TrueType"); }
/*--------------------
共通設定
----------------------*/
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; }
  body.is-loading {
    overflow: hidden;
    height: 100vh; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.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: #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; }
  @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% - 500px) * 0.5);
  background: #fffcf1; }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 500px);
      top: 0; } }
  #future .sidearea.boxleft {
    left: 0; }
    #future .sidearea.boxleft .pc_box {
      width: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #future .sidearea.boxleft .pc_box a {
        display: block;
        width: calc(100%/3 - 5%);
        margin: 2.5%; }
        #future .sidearea.boxleft .pc_box a:hover {
          transform: scale(1.05); }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        width: calc(100% - 500px); } }
  #future .sidearea.boxright {
    right: 0; }
    #future .sidearea.boxright .pc_box {
      position: absolute;
      display: block;
      width: 75%;
      max-width: 350px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1850px) {
        #future .sidearea.boxright .pc_box {
          width: 80%; } }
      #future .sidearea.boxright .pc_box .anchor {
        width: 100%;
        text-align: center;
        margin-bottom: 15%; }
        #future .sidearea.boxright .pc_box .anchor a {
          display: block;
          margin-bottom: 5%;
          padding: .8em;
          color: #ffffff;
          width: 100%;
          border-radius: 50vh;
          font-size: min(0.9em, 3vw);
          position: relative; }
          #future .sidearea.boxright .pc_box .anchor a:nth-child(1) {
            background: #4e0003; }
          #future .sidearea.boxright .pc_box .anchor a:nth-child(2) {
            background: #152841; }
          #future .sidearea.boxright .pc_box .anchor a:nth-child(3) {
            background: #6b604e; }
          #future .sidearea.boxright .pc_box .anchor a::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 7px;
            border-color: transparent transparent transparent #ffffff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 1em; }
          #future .sidearea.boxright .pc_box .anchor a:hover {
            opacity: .7; }
      #future .sidearea.boxright .pc_box .brand {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #future .sidearea.boxright .pc_box .brand a {
          width: calc(100%/3 - 2%);
          font-size: min(0.7em, 2.8vw);
          border: 1px solid #000000;
          padding: 0.5em;
          margin: 0 auto;
          display: flex;
          align-items: center;
          justify-content: center; }
          #future .sidearea.boxright .pc_box .brand a span {
            font-size: 100%; }
          #future .sidearea.boxright .pc_box .brand a:hover {
            background: #000000;
            color: #ffffff; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        display: none; } }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 500px;
  background: #efefe5;
  /* drawer */ }
  @media screen and (max-width: 1200px) {
    #future #box-content {
      margin: 0 0 0 auto; } }
  @media screen and (max-width: 700px) {
    #future #box-content {
      width: 100%; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto;
    background: #efefe5; }
    #future #box-content #drawer .innerBox {
      background: #efefe5;
      /* section */ }
      #future #box-content #drawer .innerBox .sp_kv {
        position: relative;
        padding-bottom: 1px;
        display: none; }
        #future #box-content #drawer .innerBox .sp_kv::after {
          border-bottom: 1px solid #4e0003;
          width: 80%;
          height: 1px;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          content: "";
          position: absolute; }
        @media screen and (max-width: 1200px) {
          #future #box-content #drawer .innerBox .sp_kv {
            display: block; } }
        #future #box-content #drawer .innerBox .sp_kv div {
          width: 90%;
          margin: 10% auto; }
        #future #box-content #drawer .innerBox .sp_kv .kv_box {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #future #box-content #drawer .innerBox .sp_kv .kv_box a {
            display: block;
            width: calc(100%/3 - 3%); }
      #future #box-content #drawer .innerBox .maintxt {
        margin: min(20%, 10vh) auto;
        text-align: center; }
        #future #box-content #drawer .innerBox .maintxt h1, #future #box-content #drawer .innerBox .maintxt p {
          font-size: min(1.1em, 3.4vw);
          line-height: 1.8;
          margin-bottom: 2.0em;
          font-weight: 400;
          color: #4e0003; }
      #future #box-content #drawer .innerBox .anchorlink {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto; }
        #future #box-content #drawer .innerBox .anchorlink a {
          display: block;
          width: calc(100%/3 - 2%); }
      #future #box-content #drawer .innerBox section {
        padding-top: 60px; }
        #future #box-content #drawer .innerBox section .inner-Box {
          padding-top: 60px;
          margin: min(15vh, 15%) auto;
          border: 4px solid #4e0003;
          position: relative;
          width: 96%; }
        #future #box-content #drawer .innerBox section#age-50 .inner-Box {
          border-color: #152841; }
        #future #box-content #drawer .innerBox section#age-60 .inner-Box {
          border-color: #6b604e; }
        #future #box-content #drawer .innerBox section .ttl {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: min(1.4em, 4.5vw);
          font-weight: 400;
          top: -1.0em;
          left: 50%;
          transform: translateX(-50%);
          background: #efefe5;
          padding: 0 2.0em;
          line-height: 2.0;
          width: max-content; }
          #future #box-content #drawer .innerBox section .ttl img {
            width: 1.7em;
            margin-right: .7em; }
            @media screen and (max-width: 700px) {
              #future #box-content #drawer .innerBox section .ttl img {
                width: 1.5em; } }
          #future #box-content #drawer .innerBox section .ttl span {
            font-size: 100%;
            white-space: nowrap; }
        #future #box-content #drawer .innerBox section .rankitem {
          text-align: center;
          margin-top: -60px;
          margin-bottom: 20%;
          padding-top: 60px; }
          #future #box-content #drawer .innerBox section .rankitem p {
            font-size: min(0.9em, 3vw); }
          #future #box-content #drawer .innerBox section .rankitem .number {
            font-size: min(1.2em, 3.7vw);
            color: #ffffff;
            font-family: "eng";
            width: fit-content;
            font-weight: lighter;
            margin: 1.0em auto;
            border-radius: 50vh;
            padding: 0.5em 1.3em 0.6em;
            line-height: 1.0; }
            @media screen and (max-width: 700px) {
              #future #box-content #drawer .innerBox section .rankitem .number {
                padding: 0.7em 1.5em 0.6em; } }
            #future #box-content #drawer .innerBox section .rankitem .number.s40 {
              background: #4e0003; }
            #future #box-content #drawer .innerBox section .rankitem .number.s50 {
              background: #152841; }
            #future #box-content #drawer .innerBox section .rankitem .number.s60 {
              background: #6b604e; }
          #future #box-content #drawer .innerBox section .rankitem h2 {
            font-size: min(1em, 3.2vw);
            font-weight: 400;
            margin-bottom: 1.0em; }
            #future #box-content #drawer .innerBox section .rankitem h2 span {
              font-size: 150%;
              font-family: "eng";
              display: block; }
          #future #box-content #drawer .innerBox section .rankitem .price {
            font-size: min(1.5em, 4.5vw);
            font-family: "eng"; }
            #future #box-content #drawer .innerBox section .rankitem .price span {
              padding-left: 0.2em;
              font-size: 70%; }
          #future #box-content #drawer .innerBox section .rankitem .swiper {
            width: 70%;
            margin: 2.0em auto;
            border: 1px solid; }
            #future #box-content #drawer .innerBox section .rankitem .swiper .swiper-pagination-bullet {
              background-color: #ffffff;
              border: 1px solid #4e0003;
              height: 7px;
              width: 7px;
              opacity: 1; }
              #future #box-content #drawer .innerBox section .rankitem .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #4e0003; }
            #future #box-content #drawer .innerBox section .rankitem .swiper.s40 {
              border-color: #4e0003; }
              #future #box-content #drawer .innerBox section .rankitem .swiper.s40 .swiper-pagination-bullet {
                background-color: #ffffff;
                border: 1px solid #4e0003; }
                #future #box-content #drawer .innerBox section .rankitem .swiper.s40 .swiper-pagination-bullet.swiper-pagination-bullet-active {
                  background-color: #4e0003; }
            #future #box-content #drawer .innerBox section .rankitem .swiper.s50 {
              border-color: #152841; }
              #future #box-content #drawer .innerBox section .rankitem .swiper.s50 .swiper-pagination-bullet {
                background-color: #ffffff;
                border: 1px solid #152841; }
                #future #box-content #drawer .innerBox section .rankitem .swiper.s50 .swiper-pagination-bullet.swiper-pagination-bullet-active {
                  background-color: #152841; }
            #future #box-content #drawer .innerBox section .rankitem .swiper.s60 {
              border-color: #6b604e; }
              #future #box-content #drawer .innerBox section .rankitem .swiper.s60 .swiper-pagination-bullet {
                background-color: #ffffff;
                border: 1px solid #6b604e; }
                #future #box-content #drawer .innerBox section .rankitem .swiper.s60 .swiper-pagination-bullet.swiper-pagination-bullet-active {
                  background-color: #6b604e; }
          #future #box-content #drawer .innerBox section .rankitem .btn {
            display: block;
            background: #4e0003;
            color: #ffffff;
            font-size: min(1em, 3.2vw);
            padding: 1.0em;
            width: 70%;
            margin: 2.0em auto;
            border: 1px solid #4e0003; }
            #future #box-content #drawer .innerBox section .rankitem .btn:hover {
              background: #ffffff;
              color: #4e0003; }
            #future #box-content #drawer .innerBox section .rankitem .btn.s50 {
              background: #152841;
              border-color: #152841; }
              #future #box-content #drawer .innerBox section .rankitem .btn.s50:hover {
                color: #152841;
                background: #ffffff; }
            #future #box-content #drawer .innerBox section .rankitem .btn.s60 {
              background: #6b604e;
              border-color: #6b604e; }
              #future #box-content #drawer .innerBox section .rankitem .btn.s60:hover {
                color: #6b604e;
                background: #ffffff; }
        #future #box-content #drawer .innerBox section .allitem {
          width: 70%;
          margin: -10% auto 10%; }
          #future #box-content #drawer .innerBox section .allitem a {
            display: block;
            font-size: min(1em, 3.2vw);
            padding: 1.0em;
            border-radius: .7em;
            border: 1px solid #4e0003;
            position: relative;
            color: #4e0003;
            background: #ffffff;
            text-align: center; }
            #future #box-content #drawer .innerBox section .allitem a::after {
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 7px 0 7px 9px;
              border-color: transparent transparent transparent #4e0003;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              margin-left: 1em; }
            #future #box-content #drawer .innerBox section .allitem a:hover {
              background: #4e0003;
              color: #ffffff; }
              #future #box-content #drawer .innerBox section .allitem a:hover::after {
                border-color: transparent transparent transparent #ffffff; }
          #future #box-content #drawer .innerBox section .allitem.s50 a {
            border: 1px solid #152841;
            color: #152841; }
            #future #box-content #drawer .innerBox section .allitem.s50 a::after {
              border-color: transparent transparent transparent #152841; }
            #future #box-content #drawer .innerBox section .allitem.s50 a:hover {
              background: #152841;
              color: #ffffff; }
              #future #box-content #drawer .innerBox section .allitem.s50 a:hover::after {
                border-color: transparent transparent transparent #ffffff; }
          #future #box-content #drawer .innerBox section .allitem.s60 a {
            border: 1px solid #6b604e;
            color: #6b604e; }
            #future #box-content #drawer .innerBox section .allitem.s60 a::after {
              border-color: transparent transparent transparent #6b604e; }
            #future #box-content #drawer .innerBox section .allitem.s60 a:hover {
              background: #6b604e;
              color: #ffffff; }
              #future #box-content #drawer .innerBox section .allitem.s60 a:hover::after {
                border-color: transparent transparent transparent #ffffff; }
      #future #box-content #drawer .innerBox .brandBox {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 95%;
        margin: -10% auto 10%; }
        #future #box-content #drawer .innerBox .brandBox a {
          display: block;
          width: calc(50% - 4%);
          margin: 2%;
          border: 1px solid #000000;
          background: #ffffff;
          padding: .7em;
          text-align: center;
          font-size: min(0.9em, 3vw); }
          #future #box-content #drawer .innerBox .brandBox a:hover {
            background: #000000;
            color: #ffffff; }
