@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #171717;
  transition: .4s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited, a:hover {
    text-decoration: none;
    color: #171717; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1000px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1000px) {
    .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%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px); }
  .fadein.visible {
    opacity: 1;
    transform: translateY(0); }

/*--------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #171717;
  font-size: 14px;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5; }
#future section {
  margin: 0 auto 20%;
  width: 80%;
  padding-top: 60px; }
  @media screen and (max-width: 600px) {
    #future section {
      width: 85%; } }
#future .sidearea {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 1002;
  transition: .8s; }
  @media screen and (max-width: 1000px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea.boxleft {
    left: 0;
    width: 15%; }
    #future .sidearea.boxleft .pc_box {
      position: absolute;
      top: 10%;
      left: 50%;
      width: 80%;
      overflow: hidden;
      transform: translateX(-50%);
      text-align: center; }
      @media screen and (max-width: 1000px) {
        #future .sidearea.boxleft .pc_box {
          display: none; } }
      #future .sidearea.boxleft .pc_box h1 img {
        max-width: 170px;
        width: 75%; }
        @media screen and (max-width: 1920px) {
          #future .sidearea.boxleft .pc_box h1 img {
            max-width: 150px; } }
  #future .sidearea.boxright {
    right: 0;
    width: calc(100% - 800px - 15%); }
    @media screen and (max-width: 1920px) {
      #future .sidearea.boxright {
        width: calc(100% - 600px - 15%); } }
    @media screen and (max-width: 1500px) {
      #future .sidearea.boxright {
        width: calc(100% - 500px - 15%); } }
    #future .sidearea.boxright .pc_box {
      position: absolute;
      bottom: 10%;
      left: 50%;
      width: 80%;
      overflow: hidden;
      transform: translateX(-50%);
      text-align: center;
      max-width: 600px; }
      @media screen and (max-width: 1000px) {
        #future .sidearea.boxright .pc_box {
          display: none; } }
      #future .sidearea.boxright .pc_box ul {
        border-top: 1px solid #5a6168;
        display: flex;
        flex-direction: column;
        text-align: left; }
        #future .sidearea.boxright .pc_box ul li {
          padding: 1.0em 1.5em;
          border-bottom: 1px solid #5a6168; }
          #future .sidearea.boxright .pc_box ul li a {
            display: block;
            font-size: 1.0em;
            position: relative; }
            #future .sidearea.boxright .pc_box ul li a::before {
              position: absolute;
              content: "";
              width: 8px;
              height: 8px;
              border-left: 1px solid #5a6168;
              border-bottom: 1px solid #5a6168;
              top: 50%;
              right: 1.0em;
              transform: translateY(-50%) rotate(-135deg); }
            #future .sidearea.boxright .pc_box ul li a:hover {
              opacity: 0.5;
              transition: .4s; }
#future #box-content {
  position: relative;
  z-index: 1000;
  /* drawer */ }
  #future #box-content #drawer {
    position: relative;
    max-width: 800px;
    top: 0;
    margin: 0 auto 0 15%;
    background: #ffffff; }
    @media screen and (max-width: 1920px) {
      #future #box-content #drawer {
        max-width: 600px; } }
    @media screen and (max-width: 1500px) {
      #future #box-content #drawer {
        max-width: 500px; } }
    @media screen and (max-width: 1000px) {
      #future #box-content #drawer {
        margin: 0 auto; } }
    @media screen and (max-width: 600px) {
      #future #box-content #drawer {
        max-width: none; } }
    #future #box-content #drawer .mv p {
      width: 80%;
      margin: 10% auto;
      font-size: 1.0em;
      line-height: 2.0; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .mv p {
          font-size: 3.5vw;
          margin: 15% auto; } }
    #future #box-content #drawer .ttl {
      display: block;
      max-height: 40px;
      margin: 0 auto 10%;
      position: relative;
      border-bottom: 1px solid #171717;
      font-size: 1.2em;
      padding: 0 1.5em .7em;
      width: fit-content;
      min-width: 250px;
      text-align: center;
      font-weight: 300; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .ttl {
          font-size: 3.8vw;
          margin-bottom: 12%; } }
      #future #box-content #drawer .ttl::before {
        content: "";
        border: 13px solid transparent;
        border-top: 16px solid #171717;
        margin-left: -8px;
        top: 100%;
        left: 50%;
        position: absolute; }
      #future #box-content #drawer .ttl::after {
        content: "";
        border: 13px solid transparent;
        border-top: 16px solid #eeeef2;
        margin-left: -9px;
        margin-top: 0;
        top: 100%;
        left: 50%;
        position: absolute; }
      #future #box-content #drawer .ttl.white::after {
        border-top: 16px solid #ffffff; }
    #future #box-content #drawer .recommend {
      padding: 3.0em 1.0em;
      width: 80%;
      text-align: center;
      margin-bottom: 10%;
      background: #eeeef2; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .recommend {
          width: 85%; } }
      #future #box-content #drawer .recommend .ttl::after {
        border-top: 16px solid #eeeef2; }
      #future #box-content #drawer .recommend .item {
        max-width: 170px;
        margin: 0 auto 5%; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .recommend .item {
            margin-bottom: 5%; } }
      #future #box-content #drawer .recommend p {
        font-size: .9em;
        margin: 0 auto 10%; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .recommend p {
            font-size: 3.2vw; } }
      #future #box-content #drawer .recommend ul {
        width: fit-content;
        margin: 0 auto; }
        #future #box-content #drawer .recommend ul li {
          position: relative;
          font-size: .9em;
          text-align: left;
          padding-left: 1.5em;
          margin-bottom: 2.0em; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .recommend ul li {
              font-size: 3.2vw; } }
          #future #box-content #drawer .recommend ul li::before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #5a6168;
            top: 0.5em;
            left: 0; }
    #future #box-content #drawer .start .ttl::after {
      border-top: 16px solid #ffffff; }
    #future #box-content #drawer .flex {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      #future #box-content #drawer .flex div {
        width: calc(100%/2 - 3%);
        text-align: center; }
        #future #box-content #drawer .flex div h3 {
          background: #eeeef2;
          font-size: 1.0em;
          width: 80%;
          padding: 0.5em;
          display: inline-block;
          position: relative;
          font-family: "din-2014", sans-serif; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .flex div h3 {
              font-size: 3.2vw; } }
          #future #box-content #drawer .flex div h3::before {
            content: "";
            border: 10px solid transparent;
            border-top: 10px solid #eeeef2;
            margin-left: -10px;
            top: 100%;
            left: 50%;
            position: absolute; }
        #future #box-content #drawer .flex div p {
          font-size: 0.9em;
          line-height: 1.8;
          text-align: justify;
          width: 90%;
          margin: 0 auto; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .flex div p {
              font-size: 3.2vw; } }
    #future #box-content #drawer .point {
      display: flex;
      align-items: center;
      justify-content: space-around;
      background: #eeeef2;
      width: 100%;
      padding: 1.0em;
      margin: 10% auto; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .point {
          padding: 1.0em 0.5em; } }
      #future #box-content #drawer .point div {
        width: calc(100%/2 - 2.5%); }
        #future #box-content #drawer .point div p {
          font-size: .9em;
          line-height: 2.0; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .point div p {
              font-size: 3.0vw; } }
    #future #box-content #drawer .point1 .ttl::after {
      border-top: 16px solid #ffffff; }
    #future #box-content #drawer .point1 p {
      width: 90%;
      margin: 5% auto;
      font-size: 0.9em;
      line-height: 2.0; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .point1 p {
          font-size: 3.2vw; } }
    #future #box-content #drawer .box {
      text-align: center;
      margin-bottom: 10%; }
      #future #box-content #drawer .box img {
        margin-bottom: 1.0em; }
      #future #box-content #drawer .box p {
        font-size: 1.0em;
        line-height: 2.0;
        text-align: left; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .box p {
            font-size: 3.2vw; } }
        #future #box-content #drawer .box p.number {
          font-size: 3.5em;
          color: #5a6168;
          line-height: 1.5;
          font-family: "din-2014", sans-serif;
          letter-spacing: 1px;
          font-weight: 600;
          text-align: center; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .box p.number {
              font-size: 11vw;
              letter-spacing: 1px; } }
      #future #box-content #drawer .box h3 {
        font-size: 1.0em;
        margin-bottom: 1.0em;
        font-weight: 400; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .box h3 {
            font-size: 3.5vw; } }
    #future #box-content #drawer .flexBox {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap;
      margin: 20% auto 0; }
      #future #box-content #drawer .flexBox div {
        width: calc(100%/2 - 5%);
        margin-bottom: 10%;
        position: relative; }
        #future #box-content #drawer .flexBox div .number {
          position: absolute;
          font-weight: 700;
          font-size: 3.5em;
          letter-spacing: 1px;
          font-family: "din-2014", sans-serif;
          color: #5a6168;
          top: -0.1em;
          left: 0;
          line-height: 1.0; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .flexBox div .number {
              font-size: 11vw; } }
        #future #box-content #drawer .flexBox div img {
          margin-bottom: 1.0em; }
        #future #box-content #drawer .flexBox div p {
          font-size: 0.9em;
          line-height: 1.8;
          text-align: justify; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .flexBox div p {
              font-size: 3.2vw; } }
    #future #box-content #drawer .anello {
      text-align: center;
      width: fit-content;
      margin: 15% auto 0;
      padding-bottom: 15%; }
      #future #box-content #drawer .anello img {
        max-width: 120px; }
    #future #box-content #drawer .btn {
      position: sticky;
      bottom: 3%;
      left: 0;
      width: 85%;
      max-width: 300px;
      margin: 0 auto;
      text-align: center;
      display: none; }
      @media screen and (max-width: 1000px) {
        #future #box-content #drawer .btn {
          display: block; } }
      #future #box-content #drawer .btn a {
        display: block;
        background: #5a6168;
        color: #ffffff;
        font-size: 1.0em;
        line-height: 1.0;
        padding: 1.5em;
        letter-spacing: 1px;
        border: 1px solid #5a6168;
        border-radius: 50vh; }
        #future #box-content #drawer .btn a:hover {
          background: #ffffff;
          color: #171717; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .btn a {
            font-size: 3.5vw; } }
