@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1050px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1050px) {
    .sp {
      display: block; } }

body {
  overflow-x: hidden; }

/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(60, 70, 60, 0.1);
  letter-spacing: 1px;
  color: #3c463c;
  font-size: 16px !important;
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", 'Noto Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-weight: 400; }
  #future.lp_wrapper .main_wrapper {
    max-width: 600px;
    margin: 0 auto; }
  #future.lp_wrapper .intro {
    margin: 10% auto 15%; }
    #future.lp_wrapper .intro p {
      font-size: 1em !important;
      line-height: 2.2;
      margin-bottom: 10%;
      text-align: center; }
      @media screen and (max-width: 800px) {
        #future.lp_wrapper .intro p {
          font-size: 3vw !important; } }
    #future.lp_wrapper .intro ul {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      width: 70%;
      margin: 0 auto; }
      #future.lp_wrapper .intro ul li {
        width: calc(100%/3 - 7%);
        position: relative; }
        #future.lp_wrapper .intro ul li::before {
          position: absolute;
          content: "▼";
          bottom: -3.0em;
          font-size: 1em !important;
          left: 50%;
          transform: translateX(-50%); }
        #future.lp_wrapper .intro ul li a {
          display: block; }
          #future.lp_wrapper .intro ul li a:hover {
            opacity: 0.7;
            transition: .4s; }
  #future.lp_wrapper .styling {
    padding-top: 60px;
    margin: 10% auto; }
    @media screen and (max-width: 800px) {
      #future.lp_wrapper .styling {
        margin: 20% auto; } }
    #future.lp_wrapper .styling h2 {
      margin: 0 !important;
      margin-bottom: 10% !important;
      border: none !important; }
    #future.lp_wrapper .styling .styling_center .box {
      position: relative;
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 800px) {
        #future.lp_wrapper .styling .styling_center .box {
          width: 85%; } }
      #future.lp_wrapper .styling .styling_center .box a.right {
        position: absolute;
        display: block;
        right: -5%;
        bottom: -5%; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .styling_center .box a.right img {
            max-width: 120px; } }
    #future.lp_wrapper .styling .detail {
      width: 85%;
      margin: 5% auto; }
      @media screen and (max-width: 800px) {
        #future.lp_wrapper .styling .detail {
          width: 90%; } }
      #future.lp_wrapper .styling .detail p {
        font-size: 1em !important;
        line-height: 1.2;
        font-weight: 600; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .detail p {
            font-size: 3.0vw; } }
        #future.lp_wrapper .styling .detail p span {
          font-size: 75% !important;
          font-weight: 400; }
          #future.lp_wrapper .styling .detail p span a {
            font-size: 100% !important;
            text-decoration: underline;
            letter-spacing: 0; }
    #future.lp_wrapper .styling .styling_flex {
      width: 92.5%;
      margin: 0 0 0 auto;
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
      @media screen and (max-width: 800px) {
        #future.lp_wrapper .styling .styling_flex {
          width: 95%; } }
      #future.lp_wrapper .styling .styling_flex div:first-child {
        margin-right: 4%; }
      #future.lp_wrapper .styling .styling_flex div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      #future.lp_wrapper .styling .styling_flex div p {
        font-size: 0.8em !important;
        text-align: center;
        line-height: 1.8; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .styling_flex div p {
            font-size: 2.7vw !important;
            letter-spacing: 0; } }
        #future.lp_wrapper .styling .styling_flex div p.buy {
          width: 60%;
          margin: 0 auto; }
          #future.lp_wrapper .styling .styling_flex div p.buy a {
            font-size: 100% !important;
            display: block;
            color: #7A8C5B !important;
            border: 1px solid #7A8C5B;
            padding: .9em 1.5em .9em 1.0em;
            border-radius: 50%;
            position: relative; }
            @media screen and (max-width: 800px) {
              #future.lp_wrapper .styling .styling_flex div p.buy a {
                padding: 0.6em 1.2em 0.6em 0.8em; } }
            #future.lp_wrapper .styling .styling_flex div p.buy a::after {
              position: absolute;
              content: "→";
              transform: rotate(-45deg); }
            #future.lp_wrapper .styling .styling_flex div p.buy a:hover {
              color: #fff !important;
              background: #7A8C5B;
              transition: .4s; }
              #future.lp_wrapper .styling .styling_flex div p.buy a:hover::after {
                color: #fff !important;
                transition: .4s; }
    #future.lp_wrapper .styling .question {
      width: 80%;
      margin: 7% auto; }
      @media screen and (max-width: 800px) {
        #future.lp_wrapper .styling .question {
          margin: 10% auto; } }
      #future.lp_wrapper .styling .question h2 {
        margin: 0 !important;
        margin-bottom: 5% !important;
        border: none !important;
        padding: 0 !important; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .question h2 {
            max-width: 30px !important; } }
      #future.lp_wrapper .styling .question h4 {
        font-size: 1em !important;
        margin-bottom: 1.0em;
        line-height: 1.5; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .question h4 {
            font-size: 3.4vw !important; } }
      #future.lp_wrapper .styling .question p {
        font-size: 0.8em !important;
        line-height: 1.5; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .question p {
            font-size: 2.8vw !important; } }
    #future.lp_wrapper .styling .left_imgBox img {
      width: 95%; }
    #future.lp_wrapper .styling .snapBox {
      width: 80%;
      margin: 10% auto;
      position: relative; }
      #future.lp_wrapper .styling .snapBox .snap {
        width: 90%;
        margin: 0 auto; }
      #future.lp_wrapper .styling .snapBox p {
        position: absolute;
        left: 0;
        top: 1.5em;
        z-index: +1; }
        #future.lp_wrapper .styling .snapBox p span {
          font-weight: 600;
          font-size: 1em !important;
          color: #fff;
          background: #7A8C5B;
          border-radius: 50vh;
          padding: 0.5em 1.0em; }
          @media screen and (max-width: 800px) {
            #future.lp_wrapper .styling .snapBox p span {
              font-size: 3.4vw !important; } }
    #future.lp_wrapper .styling .styling_item {
      width: 90%;
      margin: 0 auto; }
      #future.lp_wrapper .styling .styling_item p {
        font-size: 0.8em !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        line-height: 2.2; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .styling_item p {
            font-size: 2.8vw !important; } }
        #future.lp_wrapper .styling .styling_item p span {
          font-size: 100% !important;
          margin-right: 2.0em; }
        #future.lp_wrapper .styling .styling_item p a {
          font-size: 100% !important;
          text-decoration: underline;
          position: relative; }
          #future.lp_wrapper .styling .styling_item p a::after {
            content: "→";
            position: absolute;
            transform: rotate(-45deg);
            text-decoration: none;
            margin-left: -.8em; }
    #future.lp_wrapper .styling .profile {
      width: 90%;
      margin: 10% auto;
      background: #fff;
      padding: 1.0em; }
      #future.lp_wrapper .styling .profile div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1.0;
        margin-bottom: 1.0em; }
        #future.lp_wrapper .styling .profile div h4 {
          font-weight: 600;
          font-size: 1em !important;
          color: #7A8C5B !important;
          letter-spacing: 0; }
          @media screen and (max-width: 800px) {
            #future.lp_wrapper .styling .profile div h4 {
              font-size: 3vw !important; } }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .profile div a img {
            max-width: 11px; } }
      #future.lp_wrapper .styling .profile p {
        font-size: 0.8em !important;
        line-height: 1.5; }
        @media screen and (max-width: 800px) {
          #future.lp_wrapper .styling .profile p {
            font-size: 2.8vw !important; } }

.lp_footer {
  width: 90%;
  margin: 30% auto 10%; }

#top {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 11px;
  bottom: 30px;
  background: #3c463c;
  border-radius: 50%;
  border: 0.5px solid #3c463c; }
  #top a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-decoration: none;
    text-align: center; }
    #top a::before {
      content: '';
      display: block;
      position: absolute;
      top: 52%;
      left: 48%;
      width: 10px;
      height: 10px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s; }

.fadein_2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1.2s,visibility 1.2s, transform 1.2s; }

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }
