@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #171717; }
  a:hover {
    text-decoration: none;
    color: #171717; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #171717; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .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; }

/*--------------------------------------------*/
#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;
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 600px) {
    #future.lp_wrapper {
      background: none; } }
#future .sidearea {
  position: fixed;
  top: 0;
  height: 100vh;
  transition: .8s;
  width: calc((100% - 500px) * 0.5); }
  @media screen and (max-width: 1080px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea.boxleft {
    left: 0;
    background: url("https://carrot.itembox.design/item/images/feature/expand5/images/2025/pc.webp") no-repeat;
    background-size: cover;
    background-position: center; }
  #future .sidearea.boxright {
    right: 0;
    background: url("https://carrot.itembox.design/item/images/feature/expand5/images/2025/pc_1.webp") no-repeat;
    background-size: cover;
    background-position: center; }
    #future .sidearea.boxright .pc_list {
      position: absolute;
      top: 100px;
      right: 2.0em;
      z-index: 1001;
      max-width: 400px;
      width: 80%; }
      @media screen and (max-width: 1080px) {
        #future .sidearea.boxright .pc_list {
          display: none; } }
      #future .sidearea.boxright .pc_list ul {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        border-top: 1px solid #ffffff; }
        #future .sidearea.boxright .pc_list ul li {
          border-bottom: 1px solid #ffffff;
          width: 100%; }
          #future .sidearea.boxright .pc_list ul li a {
            color: #ffffff;
            padding: 1.2em 1.0em;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-size: 1.0em; }
            #future .sidearea.boxright .pc_list ul li a span {
              font-size: 70%;
              border: 1px solid #ffffff;
              padding: .4em 0.7em 0.2em;
              border-radius: 50vh;
              margin-right: 1.0em;
              line-height: 1.0; }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 500px;
  /* drawer */ }
  @media screen and (max-width: 600px) {
    #future #box-content {
      width: 100%; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    /* section */ }
    #future #box-content #drawer .innerBox .main {
      margin: 25% auto 10%;
      width: 85%; }
      @media screen and (max-width: 1080px) {
        #future #box-content #drawer .innerBox .main {
          margin: 10% auto; } }
      #future #box-content #drawer .innerBox .main h1 {
        font-size: 1.0em;
        margin-bottom: 2.0em;
        letter-spacing: 0.1em;
        font-weight: 600; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox .main h1 {
            font-size: 3.0vw; } }
      #future #box-content #drawer .innerBox .main p {
        font-size: 1.0em;
        line-height: 2.0; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .innerBox .main p {
            font-size: 3.0vw;
            text-align: justify; } }
    #future #box-content #drawer .sp_mv {
      display: none; }
      @media screen and (max-width: 1080px) {
        #future #box-content #drawer .sp_mv {
          display: block; } }
    #future #box-content #drawer .sp_menu {
      margin: 25% auto;
      width: 85%;
      display: none; }
      @media screen and (max-width: 1080px) {
        #future #box-content #drawer .sp_menu {
          display: block; } }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .sp_menu {
          margin: 30% auto; } }
      #future #box-content #drawer .sp_menu ul {
        border-top: 1px solid #171717; }
        #future #box-content #drawer .sp_menu ul li {
          border-bottom: 1px solid #171717; }
          #future #box-content #drawer .sp_menu ul li a {
            padding: 0.3em 0.8em;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #future #box-content #drawer .sp_menu ul li a p {
              display: flex;
              align-items: center;
              justify-content: flex-end;
              font-size: 0.8em;
              line-height: 1; }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer .sp_menu ul li a p {
                  font-size: 2.8vw; } }
              #future #box-content #drawer .sp_menu ul li a p span {
                display: block;
                font-size: 70%;
                border: 1px solid #171717;
                border-radius: 50vh;
                padding: 2px 5px 1px;
                margin-right: 1.0em; }
            #future #box-content #drawer .sp_menu ul li a img {
              max-height: 40px;
              width: auto; }
    #future #box-content #drawer .point {
      margin: 25% 0 25% auto;
      width: 90%; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer .point {
          width: 92.5%; } }
      #future #box-content #drawer .point .point_slide .contents {
        width: calc(100%/2.8);
        max-width: 300px;
        margin-right: 20px; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .point .point_slide .contents {
            width: calc(100%/2.4); } }
        #future #box-content #drawer .point .point_slide .contents p {
          text-align: justify-all;
          font-size: .9em;
          line-height: 1.8;
          margin-top: 1.0em; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .point .point_slide .contents p {
              font-size: 2.8vw; } }
    #future #box-content #drawer h3 {
      font-weight: 400;
      font-size: 1.0em;
      margin-bottom: 1.0em;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 600px) {
        #future #box-content #drawer h3 {
          font-size: 3.0vw; } }
    #future #box-content #drawer section {
      margin: 25% auto;
      position: relative;
      padding-top: 25%; }
      #future #box-content #drawer section#item1 {
        padding-top: 60px; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section#item1 {
            padding-top: 0; } }
      #future #box-content #drawer section::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 80%;
        background: #171717; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section::before {
            width: 85%; } }
      #future #box-content #drawer section .js-swiper {
        width: 80%;
        margin: 0 auto; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section .js-swiper {
            width: 85%; } }
        #future #box-content #drawer section .js-swiper .js-swiper-thumbs .swiper-wrapper {
          justify-content: center; }
        #future #box-content #drawer section .js-swiper .js-swiper-thumbs .swiper-slide {
          cursor: pointer; }
          #future #box-content #drawer section .js-swiper .js-swiper-thumbs .swiper-slide img {
            max-width: 45px;
            margin: 0 auto; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer section .js-swiper .js-swiper-thumbs .swiper-slide img {
                max-width: 100%; } }
      #future #box-content #drawer section .detail {
        margin: 7% auto; }
        #future #box-content #drawer section .detail h2 {
          font-size: 1.2em;
          letter-spacing: .1em;
          text-align: center;
          font-weight: 600; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer section .detail h2 {
              font-size: 3.2vw; } }
        #future #box-content #drawer section .detail p {
          text-align: center;
          font-size: 0.9em;
          line-height: 2.2; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer section .detail p {
              font-size: 2.9vw; } }
          #future #box-content #drawer section .detail p.price {
            margin: 2.0em auto; }
            #future #box-content #drawer section .detail p.price span {
              font-size: 100%;
              margin-right: 1.0em; }
        #future #box-content #drawer section .detail .icon {
          text-align: center;
          margin: 3.0em auto; }
          #future #box-content #drawer section .detail .icon img {
            max-height: 35px;
            width: auto; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer section .detail .icon img {
                max-height: 27px; } }
        #future #box-content #drawer section .detail .buy_btn {
          display: block;
          width: 80%;
          margin: 4em auto;
          border: 1px solid #171717;
          padding: 1.3em 1.5em 1.2em;
          letter-spacing: 0.1em;
          font-size: .9em;
          position: relative; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer section .detail .buy_btn {
              width: 85%;
              font-size: 3.0vw;
              padding: 1.0em 2.0em 0.9em; } }
          #future #box-content #drawer section .detail .buy_btn::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 1.5em;
            width: 8px;
            height: 8px;
            border: solid #171717;
            border-width: 1px 1px 0 0;
            transform: rotate(45deg) translateY(-50%); }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer section .detail .buy_btn::after {
                right: 2.0em; } }
          #future #box-content #drawer section .detail .buy_btn:hover {
            background: #171717;
            color: #ffffff; }
            #future #box-content #drawer section .detail .buy_btn:hover::after {
              border-color: #ffffff; }
      #future #box-content #drawer section .styleBox {
        width: 90%;
        margin: 20% 0 25% auto; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section .styleBox {
            width: 92.5%; } }
        #future #box-content #drawer section .styleBox .style_slide .contents {
          width: calc(100%/4.5);
          margin-right: 8px; }
      #future #box-content #drawer section .modalBox {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section .modalBox {
            width: 75%; } }
        #future #box-content #drawer section .modalBox div {
          width: calc(100%/3 - 2%);
          position: relative;
          cursor: pointer;
          transform: scale(1); }
          #future #box-content #drawer section .modalBox div::after {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            top: 0;
            left: 0;
            position: absolute;
            visibility: hidden;
            pointer-events: none; }
          #future #box-content #drawer section .modalBox div:hover::after {
            transition: .6s;
            visibility: visible; }
      #future #box-content #drawer section .footerBtn a {
        display: flex;
        margin: 1.0em auto;
        width: 80%;
        border: 1px solid #171717;
        padding: 16px 24px;
        font-size: 1.0em;
        letter-spacing: 1px;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section .footerBtn a {
            width: 85%;
            font-size: 3.0vw;
            margin-bottom: 1.5em; } }
        #future #box-content #drawer section .footerBtn a img {
          margin-left: .5em; }
        #future #box-content #drawer section .footerBtn a:hover {
          background: #171717;
          color: #ffffff; }
          #future #box-content #drawer section .footerBtn a:hover img {
            filter: brightness(0) invert(1); }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1005;
  visibility: hidden;
  opacity: 0;
  overflow: hidden; }
  .modal .modalBox {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 80vh;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .modal .modalBox {
        max-height: 90vh; } }
    @media screen and (max-width: 600px) {
      .modal .modalBox {
        max-height: 70vh; } }
    .modal .modalBox #modal-slider {
      width: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 500px; }
      @media screen and (max-width: 600px) {
        .modal .modalBox #modal-slider {
          width: 80%; } }
      .modal .modalBox #modal-slider .modal-slider .modal-slide-cell {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal .modalBox #modal-slider .modal-slider .modal-slide-cell img {
          max-width: 100%;
          max-height: 100%;
          height: auto;
          display: block;
          object-fit: contain; }
    .modal .modalBox .flickity-button {
      background: none;
      color: #ffffff;
      width: 35px;
      height: 35px;
      box-shadow: none; }
      @media screen and (max-width: 600px) {
        .modal .modalBox .flickity-button {
          width: 25px;
          height: 25px; } }
  .modal #close {
    position: absolute;
    top: 15px;
    right: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 999; }
    @media screen and (max-width: 600px) {
      .modal #close {
        right: 10%; } }
    .modal #close::before, .modal #close::after {
      content: "";
      width: 22px;
      height: 2px;
      background: #ffffff;
      position: absolute;
      top: 10px;
      right: 0; }
    .modal #close::before {
      transform: rotate(45deg); }
    .modal #close::after {
      transform: rotate(-45deg); }
