﻿@charset "UTF-8";


/*//////////////////////////////////////////////////

Title : LP CSS

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
}

main {
  max-width: 100%;
}

footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

#share {
  display: none !important;
}

/* ===================
  LP Contents
=================== */

.lp_contents {
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.125em;
  text-align: justify;
  font-feature-settings: "palt";
  background: #000;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

#footer {
  margin-top: 0;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after {
  transition: opacity .3s cubic-bezier(0.51, 0.21, 0.41, 1),
  color .3s cubic-bezier(0.51, 0.21, 0.41, 1),
  background-color .3s cubic-bezier(0.51, 0.21, 0.41, 1),
  background-image .3s cubic-bezier(0.51, 0.21, 0.41, 1),
  border-color .3s cubic-bezier(0.51, 0.21, 0.41, 1),
  text-shadow .3s cubic-bezier(0.51, 0.21, 0.41, 1),
  text-weight .3s cubic-bezier(0.51, 0.21, 0.41, 1);
}

.lp_contents h1 {
  padding: 0;
}

/* ===================
  　　 General
=================== */

.lp_contents .txt_center {
  text-align: center;
}

.lp_contents .txt_bold {
  font-weight: bold;
}

.lp_contents .txt_en {
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.08em;
}

.lp_contents .txt_mincho {
  font-family: 'Noto Serif JP', serif;
}

.lp_contents a {
  color: inherit;
}

/* ===================
  　　　Animation
=================== */

/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}

.ef-top.effect {
  animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}


/* ===================
  　Section Common
=================== */

.section {}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inner {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

/* ===================
     Text Setting
=================== */

.txt_cont {
  text-align: center;
  line-height: 1.7;
}

/* ===================
  Button Setting
=================== */

.btn_wrap {
  text-align: center;
}


/* ===================
  　 main visual
=================== */

.mv_section {
  padding: 8rem 0;
  text-align: center;
}

.mv_section .mv_logo {
  width: 32rem;
  max-width: 100%;
  margin: auto;
}

.mv_section .mv_intro {
  padding-top: 5rem;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.countdown_set {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  font-size: 8rem;
  line-height: 1;
}

.countdown_set span {
  display: inline-block;
  position: relative;
}

.countdown_set span::after {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  padding-top: 1.5rem;
  letter-spacing: 0.2em;
}

.countdown_set #days::after {
  content: "DAYS";
}

.countdown_set #hours::after {
  content: "HOURS";
}

.countdown_set #minutes::after {
  content: "MINUTES";
}

.countdown_set .set_txt {
  position: relative;
  top: -2rem;
  padding: 0 2rem;
  font-size: 6.4rem;
}


/* ===================
  　　　about
=================== */

.about_section .inner {
  padding-bottom: 4rem;
}

.ttl_section {
  margin-bottom: 4rem;
  background: url(../img/line_dot.svg) repeat-x center;
  text-align: center;
}

.ttl_section > span {
  display: inline-block;
  margin: auto;
  padding: 0 2rem;
  background: #000;
  font-size: 2.6rem;
  font-weight: normal;
}

.about_section .about_content {
  overflow: hidden;
  position: relative;
  width: 50rem;
  max-height: 16rem;
  margin: auto;
  font-size: 1.1rem;
  text-align: left;
  transition: max-height 0.4s ease-in-out;
}

.about_section .about_content.active {
  max-height: 40rem;
}

.about_section .about_content::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 21rem;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: all;
}

.about_section .about_content.active::before {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.about_section .about_content p {
  margin-top: 3rem;
  text-align: left;
  text-align: justify;
  line-height: 2.2;
}

.about_section .about_content p:first-child {
  margin-top: 0;
}

.about_section .about_content .icn_insta {
  margin-bottom: 3rem;
  padding-left: 2.5rem;
  background: url(../img/icn_inst.svg) no-repeat left center;
  background-size: 1.6rem;
}

.about_section .btn_viewmore {
  font-size: 1.2rem;
  text-align: center;
}

.about_section .btn_viewmore span {
  display: inline-block;
  padding-bottom: 2rem;
  background: url(../img/icn_arw.svg) no-repeat bottom center;
  background-size: 1.5rem;
  cursor: pointer;
}

.about_section .about_content.active + .btn_viewmore::before {
  content: "close";
  width: fit-content;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #fff;
}

.about_section .about_content.active + .btn_viewmore span {
  display: none;
}

/* ===================
  　　　　kit
=================== */

.kit_section {
  width: 108rem;
  max-width: 100%;
  margin: auto;
  padding: 8rem 0;
  background: url(../img/line_dot.svg) repeat-x top center;
}

.kit_area {
  width: 70rem;
  max-width: 100%;
  margin: auto auto 3.5rem;
  padding: 0 0 4rem;
  border: 1px solid #fff;
  text-align: center;
}

.kit_area h2 {
  position: relative;
  top: -1.8rem;
  z-index: 1;
  display: inline-block;
  margin: auto;
  padding: 0 2rem;
  font-size: 3.2rem;
  font-weight: normal;
  background: #000;
  line-height: 1;
}

.kit_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 0;
  width: 35rem;
  margin: auto auto 4rem;
}

.kit_list li {
  width: 14rem;
  font-size: 1rem;
  text-align: center;
}

.kit_list li span {
  display: block;
}

.kit_list li:nth-child(1) img,
.kit_list li:nth-child(2) img {
  width: 12rem;
  margin: auto;
}

.kit_list li:nth-child(3) {
  width: 13rem;
}

.kit_list li:nth-child(3) span {
  padding-top: 1rem;
}

.kit_list li:nth-child(4) {
  width: 17.8rem;
  text-align: right;
}

.kit_list li:nth-child(4) span {
  text-align: center;
}

.kit_list li:nth-child(4) img {
  width: 13rem;
  margin-left: auto;
}

.kit_list li:nth-child(4) span {
  display: block;
  width: fit-content;
  margin-right: auto;
}

.kit_list li:nth-child(5) {
  display: flex;
  margin: -5.8rem 3rem 0 auto;
  align-content: center;
  align-items: center;
}

.kit_list li:nth-child(5) img {
  width: 6rem;
}

.kit_section .kit_name {
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.kit_section .kit_price {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

/* ===================
  　　　　faq
=================== */

.faq_list {
  width: 50rem;
  max-width: 100%;
  margin: auto;
}

.faq_list summary {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  list-style: none; /* summaryのデフォルトの三角形を消す */
  cursor: pointer;
  letter-spacing: 0.1em;
}

.faq_list summary::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.faq_list summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}

.faq_list summary::before,
.faq_list summary::after {
  box-sizing: border-box;
  transition: all 0.8s;
}

/* プラスマーク（縦棒＋横棒） */
.faq_list summary::before {
  background: linear-gradient(to right, #fff 0 100%) center / 100% 1px no-repeat,
              linear-gradient(to bottom, #fff 0 100%) center / 1px 100% no-repeat;
}

/* 開いたときはマイナスマーク（横棒だけ） */
.faq_list details[open] summary::before {
  background: linear-gradient(to right, #fff 0 100%) center / 100% 1px no-repeat;
}

.faq_list details[open] summary::after {
  background: none;
}

.faq_list summary::-webkit-details-marker {
  display: none;
}

.faq_list > ul > li {
  margin-bottom: 1.5rem;
}

.faq_list .details_content {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.faq_list li ul {
  padding: 3rem 0 3.5rem;
  font-size: 1.2rem;
}

.faq_list li ul li {
  margin-bottom: 2rem;
  line-height: 2;
}

.faq_list li ul li:last-child {
  margin-bottom: 0;
}

.faq_list .txt_red {
  color: #FF2C4B;
}

.faq_list a {
  text-decoration: underline;
}

.faq_list a:hover {
  text-decoration: none;
}

.share-txt {
  margin: 0 !important;
}


/*=======================================
                    PC
========================================*/

@media screen and (min-width: 769px) {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .lp_contents {
    overflow: hidden;
  }

  .sp_only {
    display: none;
  }
}


/*=======================================
               Responsive
========================================*/

/* Only for tablet */

@media screen and (min-width: 768px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    font-size: calc(10* (100vw / 1200)) !important;
  }

  header,
  #Contents,
  .contents,
  footer {
    min-width: 0;
  }

}

/* Only for tablet */


/*=======================================
                    SP
========================================*/


/* only SP */

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .contents_inner {
    overflow: visible;
  }

  /* ===================
    LP Contents
  =================== */
  .lp_contents {
    overflow: visible;
    font-size: calc(14 * (100vw / 780));
  }

  /* ===================
    　Section Common
  =================== */
  .contents {
    padding-top: 0;
  }

  /* ===================
         ANIME
  =================== */
  @keyframes tra3 {
    0% {
      transform: translateY(30px);
    }

    100% {
      transform: translateY(0);
    }
  }

  /* ===================
    Button Setting
  =================== */

  .btn_wrap {}


  /* ===================
    　MAIN VISUAL
  =================== */

  .mv_section {
    padding: calc(150* (100vw / 780)) 0 calc(144* (100vw / 780));
  }

  .mv_section .mv_logo {
    width: calc(490* (100vw / 780));
  }

  .mv_section .mv_intro {
    padding-top: calc(88* (100vw / 780));
    font-size: calc(28* (100vw / 780));
    line-height: 2.4;
    letter-spacing: 0.12em;
  }

  .countdown_set {
    padding-top: calc(50* (100vw / 780));
    font-size: calc(130* (100vw / 780));
  }

  .countdown_set span {
  }

  .countdown_set span::after {
    font-size: calc(20* (100vw / 780));
    padding-top: calc(28* (100vw / 780));
  }

  .countdown_set .set_txt {
    top: calc(-29* (100vw / 780));
    padding: 0 calc(42* (100vw / 780));
    font-size: calc(106* (100vw / 780));
  }

  /* ===================
    　　　about
  =================== */

  .about_section .inner {
    padding-bottom: calc(80* (100vw / 780));
  }

  .ttl_section {
    margin-bottom: calc(50* (100vw / 780));
    background-size: 300%;
  }

  .ttl_section > span {
    padding: 0 calc(20* (100vw / 780));
    font-size: calc(50* (100vw / 780));
  }

  .about_section .about_content {
    width: calc(620* (100vw / 780));
    max-height: calc(265* (100vw / 780));
    font-size: calc(20* (100vw / 780));
  }

  .about_section .about_content.active {
    max-height: calc(700* (100vw / 780));
  }

  .about_section .about_content::before {
    height: calc(250* (100vw / 780));
  }

  .about_section .about_content p {
    margin-top: calc(50* (100vw / 780));
    line-height: 2.2;
  }

  .about_section .about_content p:first-child {
    margin-top: 0;
  }

  .about_section .about_content .icn_insta {
    margin-bottom: calc(70* (100vw / 780));
    padding-left: calc(52* (100vw / 780));
    background-size: calc(32* (100vw / 780));
  }

  .about_section .btn_viewmore {
    font-size: calc(24* (100vw / 780));
  }

  .about_section .btn_viewmore span {
    padding-bottom: calc(40* (100vw / 780));
    background-size: calc(36* (100vw / 780));
  }

  .about_section .about_content.active + .btn_viewmore::before {
    padding: calc(5* (100vw / 780)) calc(1* (100vw / 780)) calc(5* (100vw / 780));
  }

  /* ===================
    　　　　kit
  =================== */

  .kit_section {
    padding: calc(170* (100vw / 780)) 0 calc(1* (100vw / 780));
    background-size: 300%;
  }

  .kit_area {
    width: calc(710* (100vw / 780));
    margin: auto auto calc(68* (100vw / 780));
    padding: 0 0 calc(80* (100vw / 780));
  }

  .kit_area h2 {
    top: calc(-33* (100vw / 780));
    padding: 0 calc(30* (100vw / 780));
    font-size: calc(64* (100vw / 780));
    letter-spacing: 0.1em;
  }

  .kit_list {
    gap: calc(30* (100vw / 780)) 0;
    width: auto;
    margin: auto auto calc(74* (100vw / 780));
    padding-top: calc(33* (100vw / 780));
  }

  .kit_list li {
    width: calc(280* (100vw / 780));
    font-size: calc(20* (100vw / 780));
  }

  .kit_list li span{
    padding-top: calc(8* (100vw / 780));
  }

  .kit_list li:nth-child(1) img,
  .kit_list li:nth-child(2) img {
    width: calc(240* (100vw / 780));
  }

  .kit_list li:nth-child(3) {
    width: calc(260* (100vw / 780));
    padding-top: calc(12* (100vw / 780));
  }

  .kit_list li:nth-child(3) span {
    padding-top: calc(30* (100vw / 780));
  }

  .kit_list li:nth-child(4) {
    width: calc(360* (100vw / 780));
  }

  .kit_list li:nth-child(4) img {
    width: calc(260* (100vw / 780));
  }

  .kit_list li:nth-child(5) {
    margin: calc(-111* (100vw / 780)) calc(63* (100vw / 780)) 0 auto;
  }

  .kit_list li:nth-child(5) img {
    width: calc(120* (100vw / 780));
  }

  .kit_section .kit_name {
    padding-bottom: calc(32* (100vw / 780));
    font-size: calc(38* (100vw / 780));
  }

  .kit_section .kit_price {
    font-size: calc(28* (100vw / 780));
  }

  /* ===================
    　　　　faq
  =================== */

  .faq_list {
    width: calc(620* (100vw / 780));
    letter-spacing: 0.1em;
  }

  .faq_list summary {
    padding: calc(30* (100vw / 780)) 0;
    font-size: calc(34* (100vw / 780));
    line-height: 1;
  }

  .faq_list summary::before,
  .faq_list summary::after {
    width: calc(30* (100vw / 780));
    height: calc(30* (100vw / 780));
  }

  .faq_list > ul > li {
    margin-bottom: calc(30* (100vw / 780));
  }

  .faq_list li ul {
    padding: calc(51* (100vw / 780)) 0 calc(57* (100vw / 780));
    font-size: calc(24* (100vw / 780));
    letter-spacing: 0.1em;
  }

  .faq_list li ul li {
    margin-bottom: calc(49* (100vw / 780));
    line-height: 2;
  }

  .faq_list li ul li:last-child {
    margin-bottom: 0;
  }


}
