@charset "UTF-8";

:root {
  --color-bg: #F8F2E7;
  --color-bg_2: rgba(255,251,244,0.9);
  --color-main: #CE9470;
  --color-font: #1F1F1F;
  --color-gradetion: linear-gradient(133deg, #F5E9D4 0%, #F2E9E4 50%, #F5E9D4 100%) 0% 0% no-repeat padding-box;
}

/*all----------------------------*/

html {
  font-size: 62.5%;
}

main {
  max-width: none;
}

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

#footer{
  margin-top: 0;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.LP_page {
  position: relative;
  z-index: 1;
  font-family: 'Lato', ryo-gothic-plusn, sans-serif;
  font-feature-settings: "palt";
  color: var(--color-font);
}

.LP_page::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pc.jpg) center center / cover no-repeat;
  content: "";
  opacity: 0;
}

.LP_page.active::before{
  opacity: 1;
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page a {
  transition: opacity .3s;
  color: inherit;
}

.LP_page a:hover {
  opacity: .6;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page .scrl_act {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.LP_page .scrl_act.active {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  display: flex;
  align-items: center;
  background: var(--color-bg);
}

.mv_area.scrl_act {
  opacity: 0;
  transform: translateY(0);
  transition: 1s;
  background-color: var(--color-bg);
  flex-direction: row-reverse;
}

.mv_area.scrl_act .main_ttl_wrap {
  opacity: 0;
  filter: blur(5px);
  transition-delay: .4s;
  transition: 1.5s;
}

.mv_area.scrl_act.active .main_ttl_wrap {
  opacity: 1;
  filter: blur(0);
}

.mv_area .mv {
  width: 50%;
}

.main_ttl_wrap {
  width: 50%;
}

.main_ttl {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 4.6rem;
  letter-spacing: .075em;
  line-height: 1.5;
  text-align: center;
  color: var(--color-main);
}

.main_ttl .logo {
  display: block;
  width: 15.25rem;
  margin: 0 auto 5rem;
}

.main_ttl .txt_S {
  display: block;
  margin-bottom: 2rem;
  font-size: 2rem;
  letter-spacing: .125em;
}

.main_ttl_wrap p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .125em;
  text-align: center;
}

/*-----------------------------mv*/

/*itm----------------------------*/
.itm_area {
  position: relative;
  z-index: 1;
  padding: 11rem 0 12rem;
  background: var(--color-gradetion);
}

.itm_area .sec_inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 7rem;
  width: 104rem;
  margin: 0 auto;
}

.itm_area .sec_inner:nth-child(n+2){
  margin-top: 10rem
}

.itm_area .scrl_act2 {
  opacity: 0;
  transition: opacity 1s;
}

.itm_area .scrl_act2.active {
  opacity: 1;
}

.itm_area .scrl_act2 .itm_img_wrap {
  opacity: 0;
  filter: blur(5px);
  transition-delay: .6s;
  transition: opacity 1.5s, filter 1.5s;
}

.itm_area .scrl_act2.active .itm_img_wrap {
  opacity: 1;
  filter: blur(0);
}

.itm_img_wrap {
  position: relative;
  border-radius: 2rem;
  width: 48rem;
  height: fit-content;
  padding: 7rem 0 6rem;
  background: #fff;
}

.itm_img_wrap .category{
  font-size: 6rem;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-main);
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateY(-50%);
  color: transparent;
}

.itm_img > div {
  margin: 0 auto 4rem;
}

.itm_area .sec_ttl {
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: .075em;
  text-align: center;
  color: var(--color-main);
}

.itm_area .sec_ttl .txt_S {
  position: relative;
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
  padding-left: 10.5rem;
  font-size: 2rem;
  letter-spacing: .07em;
}

.itm_area .sec_ttl .txt_S::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9.5rem;
  height: 1px;
  margin-bottom: .1rem;
  background: var(--color-main);
  content: "";
}

.btn_sample-open {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -5.6rem -6rem 0;
}

.btn_sample-open::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100rem;
  width: 11.2rem;
  height: 11.2rem;
  background: #fff;
  content: "";
  animation: circle 3s infinite;
}

.btn_sample-open a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  width: 11.2rem;
  height: 11.2rem;
  text-align: center;
}

.btn_sample-open a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100rem;
  width: 11.2rem;
  height: 11.2rem;
  background: var(--color-main);
  content: "";
  animation: circle 3s infinite;
}

/*@keyframes circle {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  10% {
    transform: scale(1);
  }

  30%{
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: scale(1.16);
    opacity: 0;
  }
}*/

@keyframes circle {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.16);
  }


  100% {
    transform: scale(1);
  }
}

.btn_sample-open a span {
  position: relative;
  padding: 1rem 0 1.8rem;
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: .125em;
  color: #fff;
}

.btn_sample-open a span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 1.5rem;
  background: #fff;
  content: "";
}

.btn_sample-open a span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1px;
  margin-bottom: .7rem;
  background: #fff;
  content: "";
}

body.no_scroll {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

header.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(254, 253, 251, .8);
  transition: opacity .3s;
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
}

.modal_inner {
  position: relative;
  z-index: 1;
  width: 50rem;
  margin: 0 auto;
}

.modal_inner .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.25rem;
  height: 4.25rem;
  margin: -5.6rem -.7rem 0 0;
  transform: rotate(45deg);
  cursor: pointer;
}

.modal_inner .btn_close::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #e3a594;
  content: "";
}

.modal_inner .btn_close::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #e3a594;
  content: "";
}

.itm_copy {
  margin-bottom: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: .06em;
  color: var(--color-main);
}

.itm_caption {
  width: 42rem;
  margin-bottom: 3.6rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .1em;
  text-align: justify;
  color: #666;
}

.itm_dtl_wrap {
  width: 46rem;
  padding: 3.8rem 4rem 4.2rem;
  background: rgba(255, 255, 255, .3);
}

.itm_feature_wrap {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 2rem;
}

.itm_feature {
  display: flex;
  align-items: center;
  border-radius: 10rem;
  height: 3rem;
  padding: 0 1rem;
  background: var(--color-main);
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: .08em;
}

.itm_release {
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: .125em;
  color: var(--color-main);
}

.itm_name {
  position: relative;
  width: fit-content;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: .125em;
}

.itm_name span {
  position: relative;
  padding-bottom: .3rem;
}

.itm_name span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
}

.itm_variation {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: .125em;
}

.itm_price {
  font-size: 1.4rem;
  letter-spacing: .125em;
  text-align: right;
}

.itm_notes {
  margin-top: 2rem;
  font-size: 1rem;
  letter-spacing: .125em;
  color: #666;
}
/*----------------------------itm*/

/*from home---------------------*/
.from-home_area {
  padding: 12rem 0;
  background: #fdfbf7;
}

.from-home_area .sec_inner {
  width: 92rem;
  margin: 0 auto;
}

.from-home_area .sec_ttl {
  margin-bottom: 5.2rem;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: .075em;
  color: var(--color-main);
}

.from-home_area .sec_ttl .txt_S {
  margin-left: 1rem;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: .125em;
  color: #1f1f1f;
}

.payment_list {
  margin-bottom: 4.5rem;
}

.payment_list li:nth-of-type(n+2) {
  margin-top: 4.5rem;
}

.payment_list li dt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: .125em;
  color: var(--color-main);
}

.payment_list li dd {
  font-size: 1.3rem;
  line-height: 2;
}

.payment_list li dd a {
  position: relative;
  padding-right: 2.2rem;
  display: inline;
  color: var(--color-main);
  text-decoration: underline;
}

.payment_list li dd a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .4rem;
  background: url(../img/icon_001.svg) center center / cover no-repeat;
  content: "";
}

.from-home_area p {
  font-size: 1.3rem;
  letter-spacing: .125em;
}
/*---------------------from home*/

/*event-------------------------*/
.event_area {
  position: relative;
  z-index: 1;
  padding: 13rem 0;
  background-color: var(--color-bg_2);
}

.event_area .sec_ttl {
  width: fit-content;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .125em;
  text-align: center;
  color: var(--color-main);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-main);
  margin: 0 auto 3rem;
}

.event_area .lead {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 2rem;
}

.event_area .text{
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5;
}

.event_area .lead_wrap .lead:nth-of-type(n+2) {
  margin-top: 1.8rem;
}

.event_area .icon_sns {
  width: 14.6rem;
  height: 14.6rem;
  margin: 3.2rem auto 0;
}
/*-------------------------event*/

/*kit----------------------------*/
.kit_area {
  padding: 12rem 0 12.2rem;
  background: linear-gradient(45deg, #fdfbf7 0%, #f8e8e4 35%, #fdfbf7 70%, #f8e8e4 100%);
}

.kit_img_wrap {
  position: relative;
  border-radius: 100rem;
  width: 49rem;
  height: 49rem;
  margin: 0 auto 5.5rem;
  padding: 6rem 0 0;
  background: rgba(255, 255, 255, .8);
}

.kit_img_wrap .sec_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.3rem;
  margin: 4.2rem 0 0 4.2rem;
}

.kit_img {
  width: 29rem;
  margin: 0 auto 4rem;
}

.kit_name {
  margin-bottom: 2.7rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: .125em;
  text-align: center;
}

.kit_price {
  font-size: 1.6rem;
  letter-spacing: .125em;
  text-align: center;
}

.kit-content_list {
  margin-bottom: 3rem;
}

.kit-content_list li {
  line-height: 1.85;
  letter-spacing: .07em;
  text-align: center;
}

.kit-content_list li sup {
  font-size: 1rem;
  color: var(--color-main);
}

.kit_notes {
  font-size: 1rem;
  letter-spacing: .125em;
  text-align: center;
  color: var(--color-main);
}
/*----------------------------kit*/

/*venue--------------------------*/
.venue_area {
  padding: 12rem 0;
  background: #fff;
}

.venue_area .sec_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.venue_area .sec_ttl {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: .075em;
  color: var(--color-main);
}

.venue-floor {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .125em;
}

.venue-address {
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  letter-spacing: .1em;
}

.venue-tel {
  display: flex;
  gap: .4rem;
  font-size: 1.3rem;
  letter-spacing: .1em;
}

.venue-map {
  position: relative;
  border-radius: 2rem;
  width: 60rem;
  height: 24rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(145, 98, 108, .2);
  overflow: hidden;
}

.venue-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------venue*/

.btn_sumup_wrap {
  padding: 12rem 0 12.3rem;
  background-color: var(--color-bg);
}

.btn_sumup {
  width: fit-content;
  margin: 0 auto 2rem;
}

.btn_sumup a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62rem;
  height: 6rem;
  background: #91626c;
  font-size: 2.4rem;
  letter-spacing: .075em;
  color: #fff;
}

.btn_sumup a span {
  position: relative;
  padding-right: 2rem;
}

.btn_sumup a span::before {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_001.svg) center center / cover no-repeat;
  content: "";
}

.LP_page .notes {
  font-size: 1rem;
  letter-spacing: .125em;
  text-align: center;
  color: #666;
}

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {

#footer{margin-top: calc(-40 * (100vw / 750))}

/*all----------------------------*/

.LP_page::before {
  background: url(../img/bg_sp.jpg) center center / cover no-repeat;
}

.LP_page .only_pc {
  display: none;
}

.share-txt {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding-bottom: calc(40 * (100vw / 750));
  background: #fdfbf7;
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  display: block;
  padding-bottom: calc(50 * (100vw / 750));
}

.mv_area .mv {
  width: auto;
  margin-bottom: calc(60 * (100vw / 780));
}

.main_ttl_wrap {
  width: auto;
}

.main_ttl {
  margin-bottom: calc(25 * (100vw / 780));
  font-size: calc(56 * (100vw / 780));
}

.main_ttl .logo {
  width: calc(208 * (100vw / 780));
  margin: 0 auto calc(40 * (100vw / 780));
}

.main_ttl .txt_S {
  margin-bottom: calc(20 * (100vw / 780));
  font-size: calc(30 * (100vw / 780));
}

.main_ttl_wrap p {
  font-size: calc(26 * (100vw / 780));
}
/*-----------------------------mv*/

/*itm----------------------------*/
.itm_area {
  padding: calc(180 * (100vw / 780)) 0 calc(140 * (100vw / 780));
}

.itm_area .sec_inner {
  display: block;
  width: calc(660 * (100vw / 780));
}

.itm_area .sec_inner:nth-child(n+2){
  margin-top: calc(140 * (100vw / 780));
}

.itm_area .scrl_act2 .itm_img_wrap {
  opacity: 0;
  filter: blur(0);
  transition-delay: 0s;
  transition: opacity 1s;
}

.itm_area .scrl_act2 .txt_wrap {
  opacity: 0;
  filter: blur(5px);
  transition-delay: .6s;
  transition: opacity 1.5s, filter 1.5s;
}

.itm_area .scrl_act2.active .txt_wrap {
  opacity: 1;
  filter: blur(0);
}

.itm_img_wrap {
  border-radius: calc(40 * (100vw / 780));
  width: auto;
  margin: 0 0 calc(60 * (100vw / 780));
  padding: calc(100 * (100vw / 780)) 0;
}

.itm_img_wrap .category{
  font-size: calc(100 * (100vw / 780));
  left: calc(40 * (100vw / 780));
}

.itm_img > div {
  margin: 0 auto calc(62 * (100vw / 780));
}

.itm_area .sec_ttl {
  font-size: calc(48 * (100vw / 780));
}

.itm_area .sec_ttl .txt_S {
  margin: calc(20 * (100vw / 780)) auto 0;
  padding: 0 0 0 calc(185 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
}

.itm_area .sec_ttl .txt_S::before {
  width: calc(175 * (100vw / 780));
  margin-bottom: calc(6 * (100vw / 780));
}

.btn_sample-open {
  border-radius: calc(200 * (100vw / 780));
  margin: 0 calc(-40 * (100vw / 780)) calc(-95 * (100vw / 780)) 0;
}

.btn_sample-open::before {
  border-radius: calc(200 * (100vw / 780));
  width: calc(156 * (100vw / 780));
  height: calc(156 * (100vw / 780));
}

.btn_sample-open a {
  border-radius: calc(200 * (100vw / 780));
  width: calc(156 * (100vw / 780));
  height: calc(156 * (100vw / 780));
}

.btn_sample-open a:before {
  border-radius: calc(200 * (100vw / 780));
  width: calc(156 * (100vw / 780));
  height: calc(156 * (100vw / 780));
}

@keyframes circle {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }


  100% {
    transform: scale(1);
  }
}

.btn_sample-open a span {
  padding: calc(15 * (100vw / 780)) 0 calc(30 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.btn_sample-open a span::before {
  height: calc(22 * (100vw / 780));
}

.btn_sample-open a span::after {
  width: calc(22 * (100vw / 780));
  margin-bottom: calc(10 * (100vw / 780));
}

.modal_inner {
  width: calc(640 * (100vw / 780));
}

.modal_inner .btn_close {
  width: calc(56.6 * (100vw / 780));
  height: calc(56.6 * (100vw / 780));
  margin: calc(-88 * (100vw / 780)) calc(-10 * (100vw / 780)) 0 0;
}

.itm_copy {
  margin-bottom: calc(30 * (100vw / 780));
  font-size: calc(34 * (100vw / 780));
  letter-spacing: -.01em;
  white-space: nowrap;
}

.itm_caption {
  width: auto;
  margin-bottom: calc(50 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.itm_dtl_wrap {
  width: auto;
  padding: calc(36 * (100vw / 780)) calc(40 * (100vw / 780)) calc(42 * (100vw / 780));
}

.itm_feature_wrap {
  gap: calc(20 * (100vw / 780));
  margin-bottom: calc(40 * (100vw / 780));
}

.itm_feature {
  border-radius: calc(100 * (100vw / 780));
  height: calc(58 * (100vw / 780));
  padding: 0 calc(20 * (100vw / 780));
  font-size: calc(26 * (100vw / 780));
}

.itm_release {
  font-size: calc(22 * (100vw / 780));
  line-height: 1.45;
}

.itm_name {
  margin-bottom: calc(35 * (100vw / 780));
  font-size: calc(32 * (100vw / 780));
}

.itm_name span {
  padding-bottom: calc(5 * (100vw / 780));
}

.itm_variation {
  margin-bottom: calc(40 * (100vw / 780));
  font-size: calc(26 * (100vw / 780));
}

.itm_price {
  font-size: calc(26 * (100vw / 780));
}

.itm_notes {
  margin-top: calc(30 * (100vw / 780));
  font-size: calc(20 * (100vw / 780));
}
/*----------------------------itm*/

/*from home---------------------*/
.from-home_area {
  padding: calc(140 * (100vw / 780)) 0;
}

.from-home_area .sec_inner {
  width: calc(660 * (100vw / 780));
}

.from-home_area .sec_ttl {
  margin-bottom: calc(74 * (100vw / 780));
  font-size: calc(56 * (100vw / 780));
}

.from-home_area .sec_ttl .txt_S {
  display: block;
  margin: calc(32 * (100vw / 780)) 0 0 0;
  font-size: calc(24 * (100vw / 780));
}

.payment_list {
  margin-bottom: calc(68 * (100vw / 780));
}

.payment_list li:nth-of-type(n+2) {
  margin-top: calc(60 * (100vw / 780));
}

.payment_list li dt {
  margin-bottom: calc(30 * (100vw / 780));
  font-size: calc(32 * (100vw / 780));
}

.payment_list li dd {
  font-size: calc(24 * (100vw / 780));
  letter-spacing: .125em;
}

.payment_list li dd a {
  padding-right: calc(38 * (100vw / 780));
}

.payment_list li dd a::before {
  width: calc(26 * (100vw / 780));
  height: calc(26 * (100vw / 780));
  margin-right: calc(5 * (100vw / 780));
}

.from-home_area p {
  font-size: calc(24 * (100vw / 780));
}
/*---------------------from home*/

/*event-------------------------*/
.event_area {
  padding: calc(158 * (100vw / 780)) 0;
}

.event_area .sec_ttl {
  margin-bottom: calc(30 * (100vw / 780));
  font-size: calc(30 * (100vw / 780));
}

.event_area .lead {
  font-size: calc(34 * (100vw / 780));
  margin-bottom: calc(30 * (100vw / 780));
}

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

.event_area .lead_wrap .lead:nth-of-type(n+2) {
  margin-top: calc(30 * (100vw / 780));
}

.event_area .icon_sns {
  width: calc(254 * (100vw / 780));
  height: calc(254 * (100vw / 780));
  margin: calc(46 * (100vw / 780)) auto 0;
}
/*-------------------------event*/

/*kit----------------------------*/
.kit_area {
  padding: calc(134 * (100vw / 780)) 0 calc(145 * (100vw / 780));
}

.kit_img_wrap {
  border-radius: calc(1000 * (100vw / 780));
  width: calc(720 * (100vw / 780));
  height: calc(720 * (100vw / 780));
  margin: 0 auto calc(65 * (100vw / 780));
  padding: calc(78 * (100vw / 780)) 0 0;
}

.kit_img_wrap .sec_ttl {
  width: calc(227 * (100vw / 780));
  margin: calc(53 * (100vw / 780)) 0 0 calc(53 * (100vw / 780));
}

.kit_img {
  width: calc(406 * (100vw / 780));
  margin: 0 auto calc(38 * (100vw / 780));
}

.kit_name {
  margin-bottom: calc(32 * (100vw / 780));
  font-size: calc(32 * (100vw / 780));
  line-height: 1.6;
}

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

.kit-content_list {
  margin-bottom: calc(40 * (100vw / 780));
}

.kit-content_list li {
  line-height: 2;
  letter-spacing: .125em;
}

.kit-content_list li sup {
  font-size: calc(20 * (100vw / 780));
}

.kit_notes {
  font-size: calc(20 * (100vw / 780));
}
/*----------------------------kit*/

/*venue--------------------------*/
.venue_area {
  padding: calc(140 * (100vw / 780)) 0;
}

.venue_area .sec_inner {
  display: block;
  width: calc(660 * (100vw / 780));
  margin: 0 auto;
}

.venue_area .txt_wrap {
  margin: 0 0 calc(60 * (100vw / 780));
}

.venue_area .sec_ttl {
  margin-bottom: calc(46 * (100vw / 780));
  font-size: calc(56 * (100vw / 780));
}

.venue-floor {
  margin-bottom: calc(25 * (100vw / 780));
  font-size: calc(32 * (100vw / 780));
}

.venue-address {
  margin-bottom: calc(24 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.venue-tel {
  gap: calc(5 * (100vw / 780));
  font-size: calc(24 * (100vw / 780));
}

.venue-map {
  border-radius: calc(20 * (100vw / 780));
  width: auto;
  height: calc(264 * (100vw / 780));
}
/*--------------------------venue*/
.btn_sumup_wrap {
  padding: calc(140 * (100vw / 780)) 0 calc(125 * (100vw / 780));
}

.btn_sumup {
  margin: 0 auto calc(30 * (100vw / 780));
}

.btn_sumup a {
  width: calc(600 * (100vw / 780));
  height:  calc(165 * (100vw / 780));
  font-size: calc(40 * (100vw / 780));
  text-align: center;
}

.btn_sumup a span {
  line-height: 1.6;
  padding-right: 0;
}

.btn_sumup a span::before {
  width: calc(40 * (100vw / 780));
  height: calc(40 * (100vw / 780));
  margin-left: calc(40 * (100vw / 780));
}

.LP_page .notes {
  font-size: calc(20 * (100vw / 780));
}

/*------------ accordion ------------*/

.LP_page .accordion_wrap {
  display: none;
}

.LP_page .btn_accordion {
  display: block;
  width: fit-content;
  margin: calc(30 * (100vw / 780)) auto 0;
  cursor: pointer;
  position: relative;
  padding-right: calc(40 * (100vw / 780));
  font-size: calc(22 * (100vw / 780));
  line-height: 1;
  letter-spacing: .16em;
  transition: opacity .2s;
  color: var(--color-main);
}

.LP_page .btn_accordion .arrow{
  display: inline-block;
  width: calc(20 * (100vw / 780));
  height: calc(20 * (100vw / 780));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.LP_page .btn_accordion .arrow::before,
.LP_page .btn_accordion .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: calc(20 * (100vw / 780));
  background: var(--color-main);
  transition: all 0.5s;
}

.LP_page .btn_accordion .arrow::after{
  width: calc(20 * (100vw / 780));
  height: 1px;
}

.LP_page .btn_accordion.active .arrow::before{
  transform: rotate(90deg);
}
}
/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  html {
    overflow-y: scroll;
  }

  .only_sp {
    display: none;
  }
}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px){
  html {
    font-size: calc((10 * (100vw / 1400)));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/