@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%; }

.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: #000000;
  font-size: 14px;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  line-height: 1.5;
  background: url("https://carrot.itembox.design/item/images/feature/atelier/images/pc_back-min.webp") no-repeat;
  background-size: cover; }
  @media screen and (max-width: 600px) {
    #future.lp_wrapper {
      background: none; } }
#future #box-content {
  position: relative;
  z-index: 1000;
  /* drawer */ }
  #future #box-content .pc_box {
    max-width: 600px;
    min-width: 400px;
    position: fixed;
    bottom: 7%;
    left: 6%;
    z-index: 1001; }
    @media screen and (max-width: 1200px) {
      #future #box-content .pc_box {
        display: none; } }
    #future #box-content .pc_box .anchor {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 0 auto;
      align-items: stretch; }
      #future #box-content .pc_box .anchor div {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #000000; }
        #future #box-content .pc_box .anchor div:first-child {
          border-top: 1px solid #000000; }
        #future #box-content .pc_box .anchor div.new::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 5px;
          transform: translateY(-50%);
          width: 26px;
          height: 26px;
          background: #657485;
          border-radius: 50%; }
        #future #box-content .pc_box .anchor div.new::after {
          content: "NEW";
          color: #ffffff;
          font-size: 8px;
          line-height: 26px;
          top: 50%;
          left: 8px;
          transform: translateY(-50%);
          position: absolute; }
        #future #box-content .pc_box .anchor div a {
          display: block;
          height: 48px;
          font-size: 1.0em;
          width: 100%;
          line-height: 48px;
          position: relative; }
          #future #box-content .pc_box .anchor div a::after {
            position: absolute;
            content: "";
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #000000;
            border-left: 1px solid #000000;
            transform: rotate(-135deg);
            top: 21px;
            right: 10px; }
          #future #box-content .pc_box .anchor div a p {
            font-size: 1.0em;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 45px; }
            #future #box-content .pc_box .anchor div a p span {
              font-size: 100%; }
            #future #box-content .pc_box .anchor div a p img {
              display: block;
              width: 25px; }
              #future #box-content .pc_box .anchor div a p img.size {
                padding: 0 2px; }
  #future #box-content .pc_box2 {
    position: fixed;
    top: 10%;
    right: 6%; }
    #future #box-content .pc_box2 h2 {
      font-size: 1.5em;
      font-weight: 600; }
  #future #box-content #drawer {
    position: relative;
    width: 500px;
    margin: 0 15% 0 auto;
    top: 0;
    background: #ffffff;
    /* section */ }
    @media screen and (max-width: 1200px) {
      #future #box-content #drawer {
        margin: 0 auto;
        width: 600px; } }
    @media screen and (max-width: 600px) {
      #future #box-content #drawer {
        max-width: none;
        width: 100%; } }
    #future #box-content #drawer .innerBox {
      overflow-x: hidden; }
    #future #box-content #drawer .mv {
      display: none;
      margin-bottom: 25%;
      position: relative;
      padding-bottom: 120px; }
      @media screen and (max-width: 1200px) {
        #future #box-content #drawer .mv {
          display: block; } }
      #future #box-content #drawer .mv h2 {
        font-size: 1.5em;
        font-weight: 600;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .mv h2 {
            font-size: 4.8vw; } }
      #future #box-content #drawer .mv .scroll_down {
        position: absolute;
        bottom: 0;
        left: 50%; }
        #future #box-content #drawer .mv .scroll_down a {
          position: absolute;
          font-size: 1.0em;
          bottom: 166px;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .mv .scroll_down a {
              font-size: 3.2vw; } }
        #future #box-content #drawer .mv .scroll_down::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: -2px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #000;
          animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite; }
        #future #box-content #drawer .mv .scroll_down::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 1px;
          height: 150px;
          background: #000; }
    #future #box-content #drawer .anchor {
      display: none;
      flex-direction: column;
      width: 95%;
      margin: 10% auto;
      align-items: stretch; }
      @media screen and (max-width: 1200px) {
        #future #box-content #drawer .anchor {
          display: flex; } }
      #future #box-content #drawer .anchor div {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #000000; }
        #future #box-content #drawer .anchor div:first-child {
          border-top: 1px solid #000000; }
        #future #box-content #drawer .anchor div.new::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 5px;
          transform: translateY(-50%);
          width: 26px;
          height: 26px;
          background: #657485;
          border-radius: 50%; }
        #future #box-content #drawer .anchor div.new::after {
          content: "NEW";
          color: #ffffff;
          font-size: 8px;
          line-height: 26px;
          top: 50%;
          left: 8px;
          transform: translateY(-50%);
          position: absolute; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .anchor div.new::after {
              font-size: 7px;
              left: 9px; } }
        #future #box-content #drawer .anchor div a {
          display: block;
          height: 48px;
          font-size: 1.0em;
          width: 100%;
          line-height: 48px;
          position: relative; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer .anchor div a {
              font-size: 3.0vw; } }
          #future #box-content #drawer .anchor div a::after {
            position: absolute;
            content: "";
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #000000;
            border-left: 1px solid #000000;
            transform: rotate(-135deg);
            top: 21px;
            right: 10px; }
          #future #box-content #drawer .anchor div a p {
            font-size: 1.0em;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 45px; }
            #future #box-content #drawer .anchor div a p span {
              font-size: 100%; }
            #future #box-content #drawer .anchor div a p img {
              display: block;
              width: 25px; }
              #future #box-content #drawer .anchor div a p img.size {
                padding: 0 2px; }
    #future #box-content #drawer .main_txt {
      margin: 25% auto; }
      #future #box-content #drawer .main_txt p {
        font-size: 1.0em;
        line-height: 2.0; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .main_txt p {
            font-size: 3.2vw; } }
    #future #box-content #drawer .point {
      margin: 25% auto; }
      #future #box-content #drawer .point ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto; }
        #future #box-content #drawer .point ul li {
          width: calc(100%/2 - 3%);
          margin-bottom: 6%; }
          #future #box-content #drawer .point ul li p {
            font-size: 1.0em;
            line-height: 1.8;
            margin-top: 1.0em; }
            @media screen and (max-width: 600px) {
              #future #box-content #drawer .point ul li p {
                font-size: 3.2vw; } }
    #future #box-content #drawer section {
      margin: 25% auto;
      position: relative;
      padding-top: 25%;
      /* modalBox */ }
      #future #box-content #drawer section::before {
        content: "";
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 1px;
        background: #000000;
        position: absolute; }
      #future #box-content #drawer section .item_detail .main {
        width: 85%;
        margin-bottom: 15%; }
      #future #box-content #drawer section .item_detail dl {
        font-size: 1.0em; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section .item_detail dl {
            font-size: 3.2vw; } }
        #future #box-content #drawer section .item_detail dl dd {
          font-size: 150%;
          font-weight: 600;
          letter-spacing: 1px; }
        #future #box-content #drawer section .item_detail dl dt {
          font-size: 120%;
          margin: 7% auto; }
      #future #box-content #drawer section .item_detail p {
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        font-size: 1.0em;
        margin-bottom: 7%;
        line-height: 2.0; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer section .item_detail p {
            font-size: 3.2vw; } }
      #future #box-content #drawer section .item_detail .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto; }
        #future #box-content #drawer section .item_detail .flex img:first-child {
          max-height: 20px;
          width: auto; }
        #future #box-content #drawer section .item_detail .flex img:nth-child(2) {
          max-height: 45px;
          width: auto; }
      #future #box-content #drawer section .item_detail .btn {
        width: 90%;
        margin: 10% auto; }
        #future #box-content #drawer section .item_detail .btn a {
          display: block;
          font-size: 1.2em;
          text-align: left;
          position: relative;
          padding: .7em 2.0em;
          border: 1px solid #000000;
          border-radius: 50vh; }
          @media screen and (max-width: 600px) {
            #future #box-content #drawer section .item_detail .btn a {
              font-size: 3.5vw; } }
          #future #box-content #drawer section .item_detail .btn a::after {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            border-bottom: 1px solid #000000;
            border-left: 1px solid #000000;
            transform: translateY(-50%) rotate(-135deg);
            top: 50%;
            right: 2.0em; }
          #future #box-content #drawer section .item_detail .btn a:hover {
            background: #000000;
            color: #ffffff; }
            #future #box-content #drawer section .item_detail .btn a:hover::after {
              border-color: #ffffff; }
      #future #box-content #drawer section .slideBox {
        position: relative;
        /* ページネーションの余白 */ }
        #future #box-content #drawer section .slideBox .swiper {
          padding-bottom: 40px;
          border-top: 1px solid #000000; }
          #future #box-content #drawer section .slideBox .swiper::before {
            content: "";
            position: absolute;
            bottom: 40px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #000000; }
          #future #box-content #drawer section .slideBox .swiper::after {
            content: "";
            background: url("https://carrot.itembox.design/item/images/feature/atelier/images/SVG/styling.svg") no-repeat;
            background-size: contain;
            width: 10px;
            height: 75px;
            position: absolute;
            top: 8px;
            left: 25%;
            z-index: +1; }
        #future #box-content #drawer section .slideBox .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #future #box-content #drawer section .slideBox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
          margin: 0 6px; }
        #future #box-content #drawer section .slideBox .swiper-pagination-bullet {
          background-color: #000000;
          height: 6px;
          width: 6px; }
      #future #box-content #drawer section .modalBox {
        width: 65%;
        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 .f_footer {
      width: 70%;
      margin: 0 auto 25%; }
      #future #box-content #drawer .f_footer a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.2em;
        width: 100%;
        border: 1px solid #000000;
        font-size: 1.0em;
        margin-bottom: 1.0em;
        letter-spacing: 1px; }
        @media screen and (max-width: 600px) {
          #future #box-content #drawer .f_footer a {
            font-size: 3.2vw; } }
        #future #box-content #drawer .f_footer a span {
          font-size: 100%; }
        #future #box-content #drawer .f_footer a img {
          margin-left: 0.5em; }
        #future #box-content #drawer .f_footer a:hover {
          background: #000000;
          color: #ffffff; }
          #future #box-content #drawer .f_footer a:hover img {
            filter: brightness(0) invert(1); }

.modal {
  position: fixed;
  z-index: 1005;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; }
  .modal .modalBox {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px; }
    @media screen and (max-width: 1850px) {
      .modal .modalBox {
        max-width: 400px; } }
    @media screen and (max-width: 600px) {
      .modal .modalBox {
        width: 80%; } }
  .modal #close {
    position: absolute;
    top: 25px;
    right: 15px;
    cursor: pointer; }
    .modal #close::before, .modal #close::after {
      content: "";
      width: 22px;
      height: 1px;
      background: #000000;
      position: absolute;
      top: 0;
      right: 0; }
    .modal #close::before {
      transform: rotate(45deg); }
    .modal #close::after {
      transform: rotate(-45deg); }

@keyframes circlemove {
  0% {
    bottom: 150px; }
  100% {
    bottom: 0px; } }
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
