@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
/*  padding-top: 0;*/
  width: auto;
}

footer {
  position: relative;
  z-index: 2;
}

.nav-top {
  display: none;
  z-index: 5;
}

:root {
  --color_regular: #313131;
  --color_01: #014B01;
  --color_02: #E55227;
  --color_03: #EBE2D8;
  --color_04: #FFFCF2;
  --color_05: #F5EEE6;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  padding-bottom: 13rem;
  background: var(--color_04);
  color: var(--color_regular);
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
}

.LP_page.modalOpen {
  overflow-y: scroll;
  height: 100%;
}

.LP_page .txt_eng {
  font-family: "Poppins", sans-serif;
}

.LP_page .txt_ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
}


.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  opacity: 1 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.LP_page sup {
  font-size: 1.1rem;
}

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

/*mv-----------------------------*/
.main_ttl {
  width: 120rem;
  margin: 0 auto;
}

.main_ttl._241206{
  padding-top: 6rem;
}

.main_ttl a:hover img {
  opacity: .7;
}
/*-----------------------------mv*/

/*cp summary---------------------*/
.CPsummary_wrap {
  width: 80rem;
  margin: 6rem auto 0;
  padding: 4rem 0 5rem;
  background: var(--color_03);
  font-weight: 500;
}

.CPsummary_wrap dt {
  margin-bottom: 1.2rem;
  font-size: 3.6rem;
  text-align: center;
}

.CPsummary_wrap dt .txt_S {
  display: block;
  margin-bottom: .8rem;
  font-size: 1.5rem;
  color: var(--color_02);
}

.CPsummary_wrap dd {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.CPsummary_wrap dd > a {
  display: inline;
  text-decoration: underline;
  transition: opacity .3s;
}

.CPsummary_wrap dd .cp_period {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

.CPsummary_wrap dd .cp_period .txt_S {
  font-size: 1.3rem;
}

.CPsummary_wrap dd .cp_txt {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.CPsummary_wrap dd .cp_txt a {
  display: inline;
  text-decoration: underline;
  transition: opacity .3s;
  line-height: 1.5;
}

.CPsummary_wrap dd > a:hover {
  opacity: .7 !important;
}

.CPsummary_wrap dd .txt_L {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color_02);
}

.CPsummary_wrap dd .day{
  font-size: 1.9rem;
  line-height: 1;
  margin-top: 1.5rem;
}

.CPsummary_wrap dd .day small{
  font-size: 1.3rem;
}

.CPsummary_wrap dd .txt_blk{
  width: 50rem;
  padding: 2rem;
  background-color: #fff;
  margin: 2rem auto 0;
}

.CPsummary_wrap dd .txt_blk p{
  font-size: 1.8rem;
  line-height: 2;
}

.CPsummary_wrap dd .txt_blk p a{
  display: inline-block;
  text-decoration: underline;
}

.CPsummary_wrap dd .txt_blk p big{
  font-size: 2.2rem;
  color: #E55227;
}

.CPsummary_wrap dd .txt_blk p small{
  font-size: 1.1rem;
}

.coupon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.coupon_wrap > p {
  font-size: 1.4rem;
}

.coupon_copy {
  display: flex;
  width: fit-content;
  height: 5rem;
  border: solid var(--color_regular);
  border-width: .1rem;
  background: #fff;
}

.coupon_code {
  display: grid;
  place-items: center;
  width: 22rem;
  font-size: 2.4rem;
  color: var(--color_regular);
}

.for_copy {
  width: 10rem;
  border: none;
  border-left: solid var(--color_regular);
  border-width: .1rem;
  background: var(--color_regular);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.for_copy.copied {
  background: transparent;
  color: var(--color_regular);
}

.for_copy .copy_before,
.for_copy.copied .copy_after {
  font-size: inherit;
  opacity: 1;
  transition: opacity .3s;
}

.for_copy.copied .copy_before,
.for_copy .copy_after  {
  font-size: 0;
  opacity: 0;
}

.cp_notes_wrap {
  width: fit-content;
  margin: 0 auto;
}

.cp_notes {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
}

.btn_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.btn_wrap a {
  display: grid;
  place-items: center;
  width: 30rem;
  height: 5.6rem;
  background: var(--color_regular);
  font-size: 1.6rem;
  color: #fff;
  transition: border-radius .3s;
}

.btn_wrap a:hover {
  border-radius: 3rem;
}

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

.btn_wrap a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: .1rem;
  background: #fff;
  content: "";
}

.btn_wrap a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 1rem;
  height: .1rem;
  background: #fff;
  content: "";
}

body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

header.hide,
.fixed_nav.hide,
.fixed_wrap.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow-y: auto;
}

.modal_outside {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(49, 49, 49, .6);
  transition: opacity .3s, visibility .3s;
  visibility: visible;
  overflow-y: scroll;
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_inner {
  position: relative;
  margin: 0 auto;
  max-height: calc(100% - 6rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal_inner::-webkit-scrollbar {
  display:none;
}

.modal_inner .btn_close {
  position: fixed;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-top: 1rem;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(49, 49, 49, .4);
}

#Campaign .modal_inner .btn_close {
  background: var(--color_03);
  margin-left: 85rem;
}

#LineUp .modal_inner .btn_close {
  background: var(--color_04);
  margin-left: 115rem;
}

.modal_inner .btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .1rem;
  height: 2rem;
  background: var(--color_regular);
  content: "";
}

.modal_inner .btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2rem;
  height: .1rem;
  background: var(--color_regular);
  content: "";
}

.modal_content .campaign_area {
  margin-top: 0;
}

#LineUp .modal_content {
  width: 120rem;
  padding: 5rem 0;
  background: var(--color_04);
}

#LineUp .sec_inner {
  width: 106rem;
}

#LineUp .each_line:nth-of-type(n+2) {
  margin-top: 6rem;
}

#LineUp .line_ttl {
  margin-bottom: 3rem;
}

#LineUp .itm_list {
  gap: 2rem;
}
/*---------------------cp summary*/

/*worry list---------------------*/
.worry_list {
  width: 90rem;
  margin: 7rem auto 0;
  padding: 4rem 25rem 5rem 4rem;
  background: url(../img/img_001.jpg) center center / cover no-repeat;
}

.worry_list._241206{
  padding: 0;
  background: initial;
}

.worry_list dt {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}

.worry_list dt .txt_B {
  font-weight: 700;
  color: var(--color_01);
}

.worry_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.worry_list li {
  position: relative;
  padding-left: 3.8rem;
  font-size: 1.6rem;
}

.worry_list li:nth-of-type(odd) {
  min-width: 26rem;
}

.worry_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/icon_001.svg) center center / cover no-repeat;
  content: "";
}

/*---------------------worry list*/

/*topics-------------------------*/
.anchor-link_area {
  margin: 7rem 0 10rem;
}

.anchor-link_area h3 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: var(--color_01);
}

.anchor-link_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 70rem;
  margin: 0 auto;
}

.anchor-link_list li a {
  position: relative;
  width: 22rem;
  height: 9rem;
  border: solid var(--color_01);
  border-width: .1rem;
  background: var(--color_01);
  transition: background-color .3s;
}

.anchor-link_list li a:hover {
  background: var(--color_04);
}

.anchor-link_list li a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 5rem;
  margin: 0 .6rem .6rem 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_04);
  opacity: .15;
  content: "";
  transition: background-color .3s;
}

.anchor-link_list li a:hover::before {
  background: var(--color_01);
}

.anchor-link_list li.about a::before {
  mask-image: url(../img/icon_011.svg); 
  -webkit-mask-image: url(../img/icon_011.svg); 
}

.anchor-link_list li.limitedSetItems a::before {
  mask-image: url(../img/icon_021.svg); 
  -webkit-mask-image: url(../img/icon_021.svg); 
}

.anchor-link_list li.Selftest a::before{
  mask-image: url(../img/icon_selftest.svg); 
  -webkit-mask-image: url(../img/icon_selftest.svg); 
}

.anchor-link_list li.staffReview a::before {
  mask-image: url(../img/icon_031.svg); 
  -webkit-mask-image: url(../img/icon_031.svg); 
}

.anchor-link_list li.userVoice a::before {
  mask-image: url(../img/icon_041.svg); 
  -webkit-mask-image: url(../img/icon_041.svg); 
}

.anchor-link_list li.howToTake a::before {
  mask-image: url(../img/icon_051.svg); 
  -webkit-mask-image: url(../img/icon_051.svg); 
}

.anchor-link_list li.allLineUp a::before {
  mask-image: url(../img/icon_061.svg); 
  -webkit-mask-image: url(../img/icon_061.svg); 
}

.anchor-link_area .anchor-link_list li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: .8rem;
  height: .8rem;
  border-right: solid #fff;
  border-bottom: solid #fff;
  border-width: .1rem;
  margin-bottom: 1.2rem;
  content: "";
  transition: margin .3s, border-color .3s;
}

.anchor-link_list li a:hover::after {
  margin-bottom: .8rem;
  border-color: var(--color_01);
}

.anchor-link_list li a p {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 7.5rem;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  transition: color .3s;
}

.anchor-link_list li a:hover p {
  color: var(--color_01);
}

.anchor-link_list li a p span {
  line-height: 1.5;
}
/*-------------------------topics*/

/*about--------------------------*/
.each_sec {
  position: relative;
  padding: 14.3rem 0;
}

.each_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color_01);
  opacity: .1;
  font-family: "Poppins", sans-serif;
  font-size: 7.6rem;
  font-weight: 600;
  white-space: nowrap;
}

.main_area .each_sec:nth-of-type(even)::before {
  left: auto;
  right: 0;
}

#About::before {
  content: "ABOUT GREEN PAPAYA ENZYME";
}

#LimitedSetItems::before {
  content: "LIMITED SET ITEMS";
}

#StaffReview::before {
  content: "STAFF REVIEW";
}

#UserVoice::before {
  content: "USER VOICE";
}

#FAQ::before {
  content: "HOW TO TAKE";
}

#AllLineUp::before {
  content: "ALL LINE UP";
}

.each_sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  margin-top: 6.3rem;
  background: var(--color_01);
  content: "";
}

.sec_inner {
  width: 100rem;
  margin: 0 auto;
}

.sec_inner + .sec_inner{
  margin-top: 10rem;
}

.sec_ttl {
  position: relative;
  margin-bottom: 8rem;
  padding-top: 5.5rem;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  color: var(--color_01);
}

.sec_ttl::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 5rem;
  content: "";
}

#About .sec_ttl::before {
  background: url(../img/icon_011.svg) center center / cover no-repeat;
}

#LimitedSetItems .sec_ttl::before {
  background: url(../img/icon_021.svg) center center / cover no-repeat;
}

#Selftest .sec_ttl::before{
  background: url(../img/icon_selftest.svg) center center / cover no-repeat;
}

#StaffReview .sec_ttl::before {
  background: url(../img/icon_031.svg) center center / cover no-repeat;
}

#UserVoice .sec_ttl::before {
  background: url(../img/icon_041.svg) center center / cover no-repeat;
}

#FAQ .sec_ttl::before {
  background: url(../img/icon_051.svg) center center / cover no-repeat;
}

#AllLineUp .sec_ttl::before {
  background: url(../img/icon_061.svg) center center / cover no-repeat;
}

.about_lead {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.about_lead .txt_L {
  font-weight: 700;
  font-size: 2rem;
}

.about_lead .markerline {
  position: relative;
  z-index: 1;
}

.about_lead .markerline::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: calc(100% + .3rem);
  height: 1.2rem;
  background: #F6C6B7;
  content: "";
}

.comparison-table {
  width: 90rem;
  margin: 0 auto 4rem;
  box-shadow: 3px 3px 5px rgba(49, 49, 49, .2);
}

.side-note {
  text-align: center;
}

.side-note dt {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2.2rem;
}

.side-note dd {
  font-size: 1.5rem;
  line-height: 1.8;
}

.lineUp_btn {
  width: fit-content;
  margin: 7rem auto 0;
}

.lineUp_btn a {
  position: relative;
  display: grid;
  place-items: center;
  width: 58rem;
  height: 9rem;
  border: solid var(--color_02);
  border-width: .1rem;
  background: var(--color_04);
  font-size: 3rem;
  font-weight: 500;
  color: var(--color_02);
  transition: background-color .3s, color .3s;
}

.lineUp_btn a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8rem;
  height: .1rem;
  border-radius: 0 .1rem .1rem 0;
  margin-right: -4rem;
  background: var(--color_02);
  content: "";
  transition: margin .3s;
}

.lineUp_btn a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: center right;
  width: .8rem;
  height: .1rem;
  border-radius: 0 .1rem .1rem 0;
  margin-right: -4rem;
  background: var(--color_02);
  content: "";
  transition: margin .3s, background-color .3s;
}

.lineUp_btn a:hover::before,
.lineUp_btn a:hover::after {
  margin-right: -6rem;
  background: #FF9171;
}

.lineUp_btn a > span {
  position: relative;
  padding-right: 6rem;
  letter-spacing: .1em;
}

.lineUp_btn a:hover {
  background: #E55227;
  color: var(--color_04);
}

.lineUp_btn a > span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  mask-image: url(../img/icon_002.svg); 
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/icon_002.svg); 
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_02);
  transition: background-color .3s;
  content: "";
}

.lineUp_btn a:hover > span::before {
  background: var(--color_04);
}

.process_blk{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem 6rem;
}

.process_img{
  width: 51rem;
}

.process_list{
  width: 43rem;
  padding: 3rem;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.process_ttl{
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
  color: #014B01;
}

.process_list ul{
  display: grid;
  gap: 1.5rem;
}

.process_list ul li{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  line-height: 1.75;
}

.process_list ul li span{
  color: #014B01;
}

/*--------------------------about*/

/*limited set items--------------*/
.set-itm_list > li:nth-of-type(n+2) {
  margin-top: 6rem;
}

.set-itm_list > li {
  padding: 6rem 5rem 5rem;
  background: #fff;
}

.set-itm_list > li > div {
  display: flex;
  gap: 5rem;
  align-items: center;
}

.set-itm_list > li .set-itm_img_wrap {
  position: relative;
}

.set-itm_list > li:nth-of-type(even) .set-itm_img_wrap {
  order: 2;
}

.set-itm_list > li .set-itm_img {
  width: 40rem;
  border: solid rgba(49, 49, 49, .1);
  border-width: .1rem;
}

.set-itm_list > li .set-itm_img_wrap .txt_eng {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  margin: -4.2rem 0 0 2rem;
  font-size: 6rem;
  text-align: center;
  color: var(--color_01);
  pointer-events: none;
}

.set-itm_list > li .set-itm_img_wrap .txt_eng::before {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: .1rem;
  height: 7rem;
  margin: 0 0 -3.5rem -1rem;
  background: var(--color_01);
  transform: rotate(45deg);
  content: "";
}

.set-itm_list > li .set-itm_img_wrap .set-itm_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 12rem;
  height: 12rem;
  margin: 1rem 0 0 1rem;
  border-radius: 50%;
  border: solid #fff;
  border-width: .2rem;
  background: rgba(1, 75, 1, .6);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.set-itm_list > li > div .txt_wrap {
  flex: 1;
}

.set-itm_list > li .set-itm_name {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color_01);
}

.set-itm_list > li .set-itm_name .square {
  margin-right: 1rem;
  padding: .1rem .8rem;
  background: var(--color_01);
  font-size: 1.8rem;
  color: #fff;
}

.set-itm_list > li .price_img{
  width: 18.5rem;
}

.set-itm_list > li .regular_price {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.set-itm_list > li .regular_price .strikethrough {
  position: relative;
  margin-left: .8rem;
  font-weight: 700;
  font-size: 1.8rem;
}

.set-itm_list > li .regular_price .strikethrough::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + .4rem);
  height: .1rem;
  margin-top: .2rem;
  background: var(--color_02);
  content: "";
}

.set-itm_list > li .discount_price_wrap {
  display: flex;
  gap: 1rem;
}

.set-itm_list > li .set-itm_price {
  font-weight: 500;
  font-size: 4rem;
  color: var(--color_02);
}

.set-itm_list > li .set-itm_price .txt_S {
  font-size: 1.4rem;
}

.set-itm_list > li .discount-rate {
  padding: .3rem 1.2rem;
  background: var(--color_02);
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

.set-itm_list > li .discount-rate .txt_L {
  font-size: 3rem;
  vertical-align: -.2rem;
}

.set-itm_list > li .feature_list{
  margin-top: 2rem;
  padding: 2rem 3rem 1.5rem;
  border-radius: .5rem;
  background: var(--color_05);
}

.set-itm_list > li .feature_list .itm_caption {
  font-size: 1.6rem;
  line-height: 1.75;
}

.set-itm_list > li .feature_list dt {
  margin-bottom: .8rem;
  font-size: 1.4rem;
}

.set-itm_list > li .feature_list li {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.set-itm_list > li .feature_list li p{
  font-size: 1.6rem;
  line-height: 1.5;
}

.set-itm_list > li .feature_list li:nth-of-type(n+2) {
  border-top: dotted #bfb2a3;
  border-width: .1rem;
}

.set-itm_list > li .feature_list li .square {
  margin-right: 1rem;
  padding: .1rem .8rem;
  background: var(--color_regular);
  font-size: 1.4rem;
  color: #fff;
}

.set-itm_list > li .per1_price_before {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1.5rem;
  border-bottom: dotted #bfb2a3;
  border-width: .1rem;
  font-size: 1.6rem;
}

.set-itm_list > li .per1_price_before::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 2rem;
  margin-top: -.8rem;
  background: var(--color_05);
  content: "";
}

.set-itm_list > li .per1_price_before::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -.4rem;
  border-top: solid 1.2rem var(--color_regular);
  border-left: solid 1.25rem transparent;
  border-right: solid 1.25rem transparent;
  content: "";
}

.set-itm_list > li .per1_price_after {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  padding: .5rem 0 1.5rem;
  font-size: 1.8rem;
}

.set-itm_list > li .per1_price_after > span {
  margin-bottom: -.2rem;
  color: var(--color_02);
  white-space: nowrap;
}

.set-itm_list > li .per1_price_after > span .txt_L {
  font-size: 3.4rem;
  font-weight: 500;
}

.set-itm_list > li .set-itm_cart-in {
  width: fit-content;
  margin: 3rem auto 0;
}

.set-itm_list > li .set-itm_cart-in a {
  position: relative;
  display: grid;
  place-items: center;
  width: 40rem;
  height: 6rem;
  border: solid var(--color_02);
  border-width: .1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #E55227;
}

.set-itm_list > li .set-itm_cart-in a:hover {
  background: var(--color_02);
  color: #fff;
}

.set-itm_list > li .set-itm_cart-in a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 5rem;
  height: .1rem;
  border-radius: 0 .1rem .1rem 0;
  margin-right: -2.5rem;
  background: var(--color_02);
  content: "";
  transition: margin .3s;
}

.set-itm_list > li .set-itm_cart-in a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: center right;
  width: .8rem;
  height: .1rem;
  border-radius: 0 .1rem .1rem 0;
  margin-right: -2.5rem;
  background: var(--color_02);
  content: "";
  transition: margin .3s, background-color .3s;
}

.set-itm_list > li .set-itm_cart-in a:hover::before,
.set-itm_list > li .set-itm_cart-in a:hover::after {
  margin-right: -3.5rem;
  background: #FF9171;
}

.set-itm_list > li .set-itm_cart-in a span {
  position: relative;
  padding-right: 3.5rem;
}

.set-itm_list > li .set-itm_cart-in a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  mask-image: url(../img/icon_002.svg); 
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/icon_002.svg); 
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_02);
  transition: background-color .3s;
  content: "";
}

.set-itm_list > li .set-itm_cart-in a:hover span::before {
  background: var(--color_04);
}

.bnr_blk{
  width: 65rem;
  border-radius: 1rem;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  margin: auto;
}
/*--------------limited set items*/

/*staff review-------------------*/
#StaffReview .sec_ttl {
  margin-bottom: 6rem;
}

.sec_lead {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.staff-review_list {
  height: 70rem;
  opacity: 0;
  transition: opacity .3s;
}

.staff-review_list.active {
  opacity: 1;
  height: auto;
}

.staff-review_list .slick-list {
  width: 100vw;
}

.each_staff-review {
  position: relative;
  width: 38rem;
  margin-right: 2rem;
  background: #fff;
}

.staff_img {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.staff_img img {
  border-radius: 50%;
  width: 6.8rem;
}

.staff_img figcaption {
  font-size: 1.5rem;
  line-height: 1.5;
}

.staff-review_outside {
  padding: 2rem 2rem 3rem;
}

.staff-review_list .accordion_wrap {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s;
}

.staff-review_list .accordion_outside.active .accordion_wrap {
  grid-template-rows: 1fr;
}

.staff-review_list .accordion_wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: linear-gradient(transparent, #fff);
  content: "";
}

.staff-review_list .accordion_outside.active .accordion_wrap::before {
  display: none;
}

.staff-review_list .accordion_inner {
  height: 14rem;
  overflow: hidden;
}

.staff-review_list .accordion_inner.release {
  height: auto !important;
}

.staff-review_list .accordion_btn {
  position: relative;
  width: fit-content;
  margin: 1rem auto 0;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}

.staff-review_list .accordion_btn .to_open {
  display: block;
}

.staff-review_list .accordion_btn .to_close {
  display: none;
}

.staff-review_list .accordion_outside.active .to_open {
  display: none;
}

.staff-review_list .accordion_outside.active .to_close {
  display: block;
}

.staff-review {
  font-size: 1.6rem;
  line-height: 1.8;
}

.link_all-review {
  width: fit-content;
  margin: 6rem auto 0;
}

.link_all-review a {
  position: relative;
  display: grid;
  place-items: center;
  width: 40rem;
  height: 6rem;
  border: solid var(--color_regular);
  border-width: .1rem;
  background: var(--color_regular);
  font-weight: 500;
  font-size: 2rem;
  color: var(--color_04);
  transition: background-color .3s, color .3s;
}

.link_all-review a:hover {
  background: var(--color_04);
  color: var(--color_regular);
}

.link_all-review a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid var(--color_04);
  border-right: solid var(--color_04);
  border-width: .1rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 2rem;
  content: "";
  transition: border-color .3s, margin .3s;
}

.link_all-review a:hover::before {
  border-color: var(--color_regular);
  margin-right: 1rem;
}
/*-------------------staff review*/

/*user voice---------------------*/
#UserVoice .sec_ttl {
  margin-bottom: 6rem;
}

.user-voice_list {
  height: 33rem;
  opacity: 0;
  transition: opacity .3s;
}

.user-voice_list .slick-list {
  width: 100vw;
}

.LP_page .slick-track {
  display: flex;
}

.LP_page .slick-slide {
  height: auto !important;
}

.user-voice_list.active {
  opacity: 1;
  height: auto;
}

.each_user-voice {
  width: 55rem;
  margin-right: 2rem;
  padding: 3rem;
  background: #fff;
}

.review-rating {
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
  color: var(--color_02);
}

.each_user-voice dt {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}

.each_user-voice dd {
  font-size: 1.6rem;
  line-height: 1.8;
}

.each_user-voice dd .user_name {
  display: block;
  margin-top: .5rem;
  text-align: right;
}


/* ▼ arrow ▼ */
.LP_page .slick-arrow:before {
  display: none;
}

.LP_page .slick-arrow {
  z-index: 1;
  top: auto !important;
  bottom: 0;
  width: 3rem;
  height: 1.5rem;
  margin-bottom: -1rem;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_01);
}

.LP_page .slick-prev {
  left: 0 !important;
  mask-image: url(../img/icon_003.svg);
  -webkit-mask-image: url(../img/icon_003.svg);
}

.LP_page .slick-next {
  right: 0 !important;
  mask-image: url(../img/icon_004.svg);
  -webkit-mask-image: url(../img/icon_004.svg);
}

/* ▲ arrow ▲ */

/* ▼ dots ▼ */
.LP_page .slick-dotted.slick-slider {
 margin-bottom: 0;
}

.LP_page .slick-dots {
  position: static;
  font-size: 0;
  width: fit-content;
  margin: 3rem auto 0;
  padding: 0 6rem;

  display: none !important;
}

.LP_page .slick-num{
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 3rem auto 0;
}

.LP_page .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 1.8rem 0 0;
}

.LP_page .slick-dots li:nth-last-of-type(1) {
  margin-right: 0;
}

.LP_page .slick-dots li button {
  border: solid var(--color_01);
  border-width: .2rem;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
}

.LP_page .slick-dots li.slick-active button {
  background: var(--color_01);
}

.LP_page .slick-dots li button::before {
  display: none;
}
/* ▲ dots ▲ */
/*---------------------user voice*/

/*faq----------------------------*/
.faq_list > li:nth-of-type(n+2) {
  margin-top: .8rem;
}

.each_faq > dt {
  position: relative;
  display: flex;
  gap: 2rem;
  padding: 2rem 6rem 2rem 2rem;
  background: var(--color_03);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

.each_faq > dt .txt_eng {
  margin-top: .2rem;
  font-size: 3rem;
}

.each_faq > dt::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: .2rem;
  margin-right: 2rem;
  background: var(--color_regular);
  content: "";
}

.each_faq > dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 2rem;
  height: .2rem;
  margin-right: 2rem;
  background: var(--color_regular);
  content: "";
  transition: transform .3s;
}

.each_faq.open > dt::after {
  transform: translateY(-50%) rotate(0);
}

.each_faq > dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s, padding .3s;
  padding: 0 2rem;
  background: #fff;
}

.each_faq.open > dd {
  padding: 4rem 2rem;
  grid-template-rows: 1fr;
}

.each_faq > dd .txt_eng {
  font-size: 3rem;
  font-weight: 600;
}

.each_faq > dd .accordion_inner {
  overflow: hidden;
  display: flex;
  gap: 2rem;
}

.each_faq > dd .accordion_inner > div {
  font-size: 1.8rem;
  line-height: 1.8;
}

.intake_list {
  margin-top: 2rem;
  border-spacing: 0;
  border: solid var(--color_regular);
  border-width: .1rem;
}

.intake_list th {
  border-right: solid var(--color_regular);
  border-width: .1rem;
  padding: 1rem 2.5rem;
  background: var(--color_05);
  font-weight: 400;
}

.intake_list td {
  padding: 1.5rem 2.5rem;
  background: #fff;
  line-height: 1.8;
}

.intake_list tr:nth-of-type(n+2) th,
.intake_list tr:nth-of-type(n+2) td {
  border-top: solid var(--color_regular);
  border-width: .1rem;
}
/*----------------------------faq*/

/*lineup--------------------------*/
#AllLineUp {
  padding-bottom: 0;
}

#AllLineUp .each_line {
  position: relative;
  padding-bottom: 10.7rem;
}

#AllLineUp .each_line:nth-of-type(n+2) {
  margin-top: 7rem;
}

#AllLineUp .each_line::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.7rem;
  background: url(../img/deco_001.svg) center left / 4.4rem 100% repeat-x;
  opacity: .15;
  content: "";
}

#AllLineUp .sec_inner {
  width: 110rem;
}

.line_ttl_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}

.line_img {
  width: 65rem;
}

#AllLineUp .each_line:nth-of-type(odd) .line_img {
  margin-right: -3rem;
}

#AllLineUp .each_line:nth-of-type(even) .line_img {
  margin-left: -3rem;
  order: 2;
}

.line_ttl_wrap .txt_wrap {
  flex: 1;
  position: relative;
}

.line_ttl {
  border-bottom: solid var(--color_01);
  border-width: .1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  color: var(--color_01);
}

.line_ttl .txt_ttl {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-size: 3rem;
}

.line_ttl .txt_ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .6rem;
  height: 4rem;
  margin-top: .2rem;
  background: var(--color_01);
  content: "";
}

.line_ttl .txt_eng {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.line_lead {
  font-size: 1.7rem;
  line-height: 1.6;
}

#AllLineUp .each_line:nth-of-type(odd) .line_lead {
  width: fit-content;
  margin: 0 0 0 auto;
}

.itm_list_wrap {
  width: fit-content;
  margin: 0 auto;
}

.itm_list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.itm_list > li {
  width: 34rem;
  padding: 1.5rem 1.5rem 3rem;
  background: #fff;
  box-shadow: 0 0 10px var(--color_03);
}

.itm_list > li .itm_img_wrap {
  position: relative;
}

.itm_list > li .itm_cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  background: var(--color_01);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
}

.itm_list > li .anniversary-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5rem;
  margin: .8rem .8rem 0 0;
  pointer-events: none;
}

.itm_list > li .set-list_wrap {
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(49, 49, 49, .7) 35%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.itm_list > li .itm_img_wrap.open .set-list_wrap {
  opacity: 1;
  pointer-events: auto;
}

.itm_list > li .set-list_wrap ul {
  width: 100%;
  margin-bottom: 5rem;
  padding: 0 1rem;
}

.itm_list > li .set-list_wrap ul li {
  padding: .8rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}

.itm_list > li .set-list_wrap ul li .square {
  margin-right: 1rem;
  padding: .1rem .8rem;
  background: var(--color_regular);
  font-size: 1.3rem;
  color: #fff;
}

.itm_list > li .set-list_wrap ul li:nth-of-type(n+2) {
  border-top: dotted #fff;
  border-width: .1rem;
}

.itm_list > li .view-set_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10rem;
  margin-bottom: 1rem;
  padding: .8rem 1rem;
  font-weight: 500;
  font-size: 1.2rem;
  background: #fff;
  cursor: pointer;
}

.itm_list > li .view-set_btn span {
  position: relative;
  padding-right: 1.2rem;
  white-space: nowrap;
}

.itm_list > li .view-set_btn span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: .8rem;
  height: .1rem;
  margin-top: .1rem;
  background: var(--color_regular);
  content: "";
}

.itm_list > li .view-set_btn span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: .8rem;
  height: .1rem;
  margin-top: .1rem;
  background: var(--color_regular);
  content: "";
  transition: transform .3s;
}

.itm_list > li .itm_img_wrap.open .view-set_btn span::after {
  transform: translateY(-50%) rotate(0);
}

.itm_list > li .view-set_btn .to_open {
  display: block;
}

.itm_list > li .view-set_btn .to_close {
  display: none;
}

.itm_list > li .itm_img_wrap.open .view-set_btn .to_open {
  display: none;
}

.itm_list > li .itm_img_wrap.open .view-set_btn .to_close {
  display: block;
}

.itm_list > li .txt_wrap {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: solid rgba(49, 49, 49, .5);
  border-width: .1rem;
}

.itm_list > li .itm_name {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
}

.itm_list > li .itm_name .square {
  margin-right: 1rem;
  padding: .1rem .8rem;
  background: var(--color_regular);
  font-size: 1.4rem;
  color: #fff;
}

.itm_list > li .itm_ingredient {
  border-radius: .5rem;
  margin-bottom: 1.2rem;
  padding: .8rem 2rem;
  background: var(--color_05);
  font-size: 1.2rem;
  line-height: 1.5;
}

.itm_list > li .txt_wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.itm_list > li .itm_price {
  font-weight: 500;
  font-size: 3.2rem;
}

.itm_list > li .itm_price.discount_price {
  color: var(--color_02);
}

.itm_list > li .itm_price .txt_S {
  font-weight: 400;
  font-size: 1.4rem;
}

.itm_price_wrap .per1_price {
  position: relative;
  border-radius: .5rem;
  margin: .5rem 0 1rem;
  padding: .8rem 0;
  background: var(--color_03);
  font-size: 1.5rem;
  text-align: center;
}

.itm_price_wrap .per1_price .txt_B {
  font-weight: 700;
  font-size: 2rem;
  color: var(--color_02);
}

.itm_price_wrap .per1_price::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: solid 1rem var(--color_03);
  border-left: solid .5rem transparent;
  border-right: solid .5rem transparent;
  margin-top: -.1rem;
  content: "";
}

.itm_price_wrap .regular_price {
  min-height: 1.6rem;
  margin: 2rem 0 1.5rem;
  font-size: 1.2rem;
}

.itm_price_wrap .regular_price > span {
  position: absolute;
}

.itm_price_wrap .regular_price .strikethrough {
  position: relative;
  margin-left: .4rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.itm_price_wrap .regular_price .strikethrough::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + .4rem);
  height: .1rem;
  margin-top: .2rem;
  background: var(--color_02);
  content: "";
}

.itm_price_wrap .discount-rate {
  margin-bottom: .8rem;
  padding: .3rem 0;
  background: var(--color_02);
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.itm_price_wrap .discount-rate .txt_L {
  font-size: 2.4rem;
  vertical-align: -.2rem;
}

.select-amount_wrap {
  display: flex;
  align-items: flex-end;
  gap: .5rem;
}

.select-amount_wrap > p {
  font-size: 1.6rem;
  margin-bottom: .3rem;
}

.select-amount_wrap .amount {
  width: 7.5rem;
  height: 5.8rem;
  border-radius: .5rem;
  border: solid var(--color_regular);
  border-width: .1rem;
  background: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 2.4rem !important;
  font-weight: 500 !important;
  text-align: center;
  color: var(--color_regular);
  cursor: pointer;
  outline: none;
}

.itm_list > li .itm_cart-in {
  width: fit-content;
  margin: 2.5rem auto 0;
}

.itm_list > li .itm_cart-in a {
  position: relative;
  display: grid;
  place-items: center;
  width: 26rem;
  height: 4.8rem;
  border: solid var(--color_02);
  border-width: .1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #E55227;
}

.itm_list > li .itm_cart-in a:hover {
  background: var(--color_02);
  color: #fff;
}

.itm_list > li .itm_cart-in a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: .1rem;
  border-radius: 0 .1rem .1rem 0;
  margin-right: -1.5rem;
  background: var(--color_02);
  content: "";
  transition: margin .3s;
}

.itm_list > li .itm_cart-in a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: center right;
  width: .8rem;
  height: .1rem;
  border-radius: 0 .1rem .1rem 0;
  margin-right: -1.5rem;
  background: var(--color_02);
  content: "";
  transition: margin .3s, background-color .3s;
}

.itm_list > li .itm_cart-in a:hover::before,
.itm_list > li .itm_cart-in a:hover::after {
  margin-right: -2.5rem;
  background: #FF9171;
}

.itm_list > li .itm_cart-in a span {
  position: relative;
  padding-right: 3rem;
}

.itm_list > li .itm_cart-in a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  mask-image: url(../img/icon_002.svg); 
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/icon_002.svg); 
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_02);
  transition: background-color .3s;
  content: "";
}

.itm_list > li .itm_cart-in a:hover span::before {
  background: var(--color_04);
}

.itm_list_wrap .notes {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: right;
}

.sumup_btn_wrap {
  margin-top: 7rem;
}

.sumup_btn_txt {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--color_01);
}

.sumup_btn_txt .txt_B {
  font-weight: 700;
  color: var(--color_02);
}

.sumup_btn_txt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: .2rem;
  height: 2.5rem;
  margin-bottom: -.3rem;
  background: var(--color_01);
  transform: rotate(-30deg);
  content: "";
}

.sumup_btn_txt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: .2rem;
  height: 2.5rem;
  margin-bottom: -.3rem;
  background: var(--color_01);
  transform: rotate(30deg);
  content: "";
}

.sumup_btn {
  width: fit-content;
  margin: 0 auto;
}

.sumup_btn a {
  position: relative;
  display: grid;
  place-items: center;
  width: 71rem;
  height: 9rem;
  border: solid var(--color_01);
  border-width: .1rem;
  background: var(--color_01);
  font-size: 3rem;
  font-weight: 700;
  color: var(--color_04);
  transition: background-color .3s, color .3s;
}

.sumup_btn a:hover {
  background: var(--color_04);
  color: var(--color_01);
}

.sumup_btn a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid var(--color_04);
  border-right: solid var(--color_04);
  border-width: .1rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2rem;
  content: "";
  transition: border-color .3s, margin .3s;
}

.sumup_btn a:hover::before {
  border-color: var(--color_01);
  margin-right: 1rem;
}

/*--------------------------lineup*/

/*campaign------------------------*/
.campaign_area {
  width: 90rem;
  margin: 13rem auto 0;
  padding: 5rem 5rem 6rem;
  background: var(--color_03);
}

.campaign_area h3 {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.each_campaign:nth-of-type(n+2) {
  margin-top: 4rem;
}

.each_campaign dt {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.each_campaign dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: .1rem;
  background: var(--color_regular);
  content: "";
}

.each_campaign dt > span {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
  background: var(--color_03);
  font-weight: 600;
}

.each_campaign dt .txt_L {
  font-size: 3.6rem;
}

.each_campaign dt .txt_eng {
  font-weight: 700;
  margin: 0 .5rem;
}

.each_campaign dd {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.each_campaign dd .txt_B {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color_02);
}

.each_campaign dd a {
  display: inline;
  text-decoration: underline;
  transition: opacity .3s;
}

.each_campaign dd a:hover {
  opacity: .7 !important;
}

.each_campaign dd .notes_list {
  width: fit-content;
  margin: 1.5rem auto 0;
}

.each_campaign dd .notes_list li {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}

/*------------------------campaign*/

/*fixed nav-----------------------*/
.fixed_nav {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  transform: translateY(100%);
  transition: transform .3s;
}

.fixed_nav.active {
  transform: translateY(0);
}

.fixed_nav .anchor-link_list {
  flex-wrap: nowrap;
  gap: .5rem;
  width: auto;
  padding: 1rem 0;
  background: rgba(255, 252, 242, .5);
  box-shadow: 0 -10px 10px rgba(49, 49, 49, .2);
}

.fixed_nav .anchor-link_list li a {
  display: grid;
  place-items: center;
  width: 16rem;
  width: 20rem;
  height: 6rem;
}

.fixed_nav .anchor-link_list li.campaign a {
  background: var(--color_03);
  box-shadow: 0 0 5px rgba(49, 49, 49, .8);
  border: none;
}

.fixed_nav .anchor-link_list li.campaign a:hover {
  background: var(--color_04);
}

.fixed_nav .anchor-link_list li a::before {
  width: 5.4rem;
  height: 4.5rem;
  margin: 0 .3rem .3rem 0;
}

.fixed_nav .anchor-link_list li.campaign a::before {
  display: none;
}

.fixed_nav .anchor-link_list li a p {
  min-height: unset;
  font-size: 1.3rem;
}

.fixed_nav .anchor-link_list li.campaign a p {
  font-weight: 600;
  color: var(--color_regular);
}

.fixed_nav .anchor-link_list li.campaign a:hover p {
  color: var(--color_02);
}
/*-----------------------fixed nav*/

/*fixed lineUp btn----------------*/
.fixed_wrap {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120rem;
}

.fixed_wrap .lineUp_btn {
  position: absolute;
  bottom: 0;
  right: 100%;
  margin: 0;
  transform: translateY(100%);
  transition: margin .3s, transform .3s;
}

.fixed_wrap .lineUp_btn.active {
  transform: translateY(0);
  margin-bottom: 2rem;
}

.fixed_wrap .lineUp_btn.move {
  margin-bottom: 10rem;
}

.fixed_wrap .lineUp_btn a {
  width: 26rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(49, 49, 49, .2);
}

.fixed_wrap .lineUp_btn a::before,
.fixed_wrap .lineUp_btn a::after {
  display: none;
}

.fixed_wrap .lineUp_btn a > span {
  letter-spacing: .2em;
  padding-right: 0;
}

.fixed_wrap .lineUp_btn a > span::before {
  display: none;
}

.fixed_wrap .lineUp_btn a .txt_L {
  position: relative;
  display: block;
  margin-top: .8rem;
  padding-right: 4rem;
  font-size: 3rem;
  letter-spacing: .1em;
}

.fixed_wrap .lineUp_btn a .txt_L::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  mask-image: url(../img/icon_002.svg); 
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/icon_002.svg); 
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_02);
  transition: background-color .3s;
  content: "";
}

.fixed_wrap .lineUp_btn a:hover .txt_L::before {
  background: var(--color_04);
}
/*----------------fixed lineUp btn*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  bottom: 0 !important;
  right: 0 !important;
  z-index: 5 !important;
  margin: 0 calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) 0 !important;
  transition: margin .3s;
}

#share.move {
  margin-bottom: calc(81 * (100vw / 430)) !important;
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: var(--color_04);
}

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

.LP_page {
  padding-bottom: calc(80 * (100vw / 430));
}

.LP_page sup {
  font-size: calc(10 * (100vw / 430));
}

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

/*mv-----------------------------*/
.main_ttl {
  width: auto;
}

.main_ttl._241206{
  padding-top: 0;
}
/*-----------------------------mv*/

/*cp summary---------------------*/
.CPsummary_wrap {
  width: calc(400 * (100vw / 430));
  margin: calc(40 * (100vw / 430)) auto 0;
  padding: calc(30 * (100vw / 430)) 0 calc(40 * (100vw / 430));
}

.CPsummary_wrap dt {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(32 * (100vw / 430));
}

.CPsummary_wrap dt .txt_S {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.CPsummary_wrap dd {
  font-size: calc(16 * (100vw / 430));
}

.CPsummary_wrap dd .cp_period {
  margin-bottom: calc(25 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.CPsummary_wrap dd .cp_period .txt_S {
  font-size: calc(11 * (100vw / 430));
}

.CPsummary_wrap dd .cp_txt {
  margin-bottom: calc(25 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.CPsummary_wrap dd .txt_L {
  font-size: calc(22 * (100vw / 430));
}

.CPsummary_wrap dd .day{
  font-size: calc(16 * (100vw / 430));
  margin-top: calc(15 * (100vw / 430));
}

.CPsummary_wrap dd .day small{
  font-size: calc(11 * (100vw / 430));
}

.CPsummary_wrap dd .txt_blk{
  width: calc(350 * (100vw / 430));
  padding: calc(20 * (100vw / 430)) calc(10 * (100vw / 430));
  margin: calc(20 * (100vw / 430)) auto 0;
}

.CPsummary_wrap dd .txt_blk p{
  font-size: calc(16 * (100vw / 430));
}

.CPsummary_wrap dd .txt_blk p big{
  font-size: calc(20 * (100vw / 430));
}

.CPsummary_wrap dd .txt_blk p small{
  font-size: calc(11 * (100vw / 430));
}

.coupon_wrap {
  gap: calc(10 * (100vw / 430));
  margin-bottom: calc(15 * (100vw / 430));
}

.coupon_wrap > p {
  font-size: calc(12 * (100vw / 430));
}

.coupon_copy {
  height: calc(50 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.coupon_code {
  width: calc(170 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.for_copy {
  width: calc(80 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.cp_notes {
  font-size: calc(10 * (100vw / 430));
  padding-left: 1em;
  text-indent: -1em;
}

.btn_wrap {
  display: block;
  margin-top: calc(20 * (100vw / 430));
}

.btn_wrap p {
  width: fit-content;
  margin: 0 auto;
}

.btn_wrap p:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 430));
}

.btn_wrap a {
  width: calc(260 * (100vw / 430));
  height: calc(45 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.btn_wrap a:hover {
  border-radius: calc(30 * (100vw / 430));
}

.btn_wrap a span {
  padding-right: calc(20 * (100vw / 430));
}

.btn_wrap a span::before {
  width: calc(10 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

.btn_wrap a span::after {
  width: calc(10 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

#Campaign .modal_inner {
  max-height: calc(100% - calc(40 * (100vw / 430)));
}

#LineUp .modal_inner {
  max-height: 100%;
  width: 100%;
}

.modal_inner .btn_close {
  width: calc(40 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  margin-top: calc(8 * (100vw / 430));
}

#Campaign .modal_inner .btn_close {
  margin-left: calc(352 * (100vw / 430));
}

#LineUp .modal_inner .btn_close {
  margin-left: calc(382 * (100vw / 430));
}

.modal_inner .btn_close::before {
  width: calc(1 * (100vw / 430));
  height: calc(20 * (100vw / 430));
}

.modal_inner .btn_close::after {
  width: calc(20 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

#LineUp .modal_content {
  width: 100%;
  padding: calc(30 * (100vw / 430)) calc(15 * (100vw / 430));
}

#LineUp .sec_inner {
  width: calc(400 * (100vw / 430));
}

#LineUp .each_line:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 430));
}

#LineUp .line_ttl {
  margin-bottom: calc(15 * (100vw / 430));
}
/*---------------------cp summary*/

/*worry list---------------------*/
.worry_list {
  width: calc(400 * (100vw / 430));
  margin: calc(50 * (100vw / 430)) auto 0;
  padding: calc(25 * (100vw / 430)) 0 calc(30 * (100vw / 430)) calc(20 * (100vw / 430));
  background: url(../img/img_001_sp.jpg) center center / cover no-repeat;
}

.worry_list dt {
  margin-bottom: calc(25 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
  line-height: 1.5;
}

.worry_list ul {
  display: block;
}

.worry_list li {
  padding-left: calc(25 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.worry_list li:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 430));
}

.worry_list li:nth-of-type(odd) {
  min-width: unset;
}

.worry_list li::before {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
}

/*---------------------worry list*/

/*topics-------------------------*/
.anchor-link_area {
  margin: calc(60 * (100vw / 430)) 0;
}

.anchor-link_area h3 {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.anchor-link_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 * (100vw / 430));
  width: calc(400 * (100vw / 430));
}

.anchor-link_list li a {
  width: auto;
  height: calc(70 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.anchor-link_list li a::before {
  width: calc(54 * (100vw / 430));
  height: calc(45 * (100vw / 430));
  margin: 0 calc(3 * (100vw / 430)) calc(3 * (100vw / 430)) 0;
}

.anchor-link_area .anchor-link_list li a::after {
  width: calc(5 * (100vw / 430));
  height: calc(5 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  margin-bottom: calc(8 * (100vw / 430));
}

.anchor-link_list li a:hover::after {
  margin-bottom: calc(5 * (100vw / 430));
}

.anchor-link_list li a p {
  min-height: calc(60 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}
/*-------------------------topics*/

/*about--------------------------*/
.each_sec {
  position: relative;
  padding: calc(80 * (100vw / 430)) 0;
}

.each_sec::before {
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(46 * (100vw / 430));
}

#About::before {
  content: "ABOUT";
}

.main_area .each_sec:nth-of-type(even)::before {
  left: 50%;
  right: auto;
}

.each_sec::after {
  height: calc(1 * (100vw / 430));
  margin-top: calc(38 * (100vw / 430));
}

.sec_inner {
  width: calc(400 * (100vw / 430));
}

.sec_inner + .sec_inner{
  margin-top: calc(80 * (100vw / 430));
}

.sec_ttl {
  margin-bottom: calc(50 * (100vw / 430));
  padding-top: calc(50 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.sec_ttl::before {
  width: calc(54 * (100vw / 430));
  height: calc(45 * (100vw / 430));
}

.about_lead {
  margin-bottom: calc(30 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.about_lead .txt_L {
  font-size: calc(18 * (100vw / 430));
}

.about_lead .markerline::before {
  width: calc(100% + calc(3 * (100vw / 430)));
  height: calc(12 * (100vw / 430));
}

.comparison-table {
  width: auto;
  margin: 0 auto calc(30 * (100vw / 430));
}

.side-note dt {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
  line-height: 1.5;
}

.side-note dd {
  font-size: calc(13 * (100vw / 430));
}

.lineUp_btn {
  margin: calc(50 * (100vw / 430)) auto 0;
}

.lineUp_btn a {
  width: calc(340 * (100vw / 430));
  height: calc(60 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.lineUp_btn a::before {
  width: calc(46 * (100vw / 430));
  height: calc(1 * (100vw / 430));
  border-radius: 0 calc(1 * (100vw / 430)) calc(1 * (100vw / 430)) 0;
  margin-right: calc(-23 * (100vw / 430));
}

.lineUp_btn a::after {
  width: calc(8 * (100vw / 430));
  height: calc(1 * (100vw / 430));
  border-radius: 0 calc(1 * (100vw / 430)) calc(1 * (100vw / 430)) 0;
  margin-right: calc(-23 * (100vw / 430));
}

.lineUp_btn a:hover::before,
.lineUp_btn a:hover::after {
  margin-right: calc(-35 * (100vw / 430));
}

.lineUp_btn a > span {
  padding-right: calc(30 * (100vw / 430));
}

.lineUp_btn a > span::before {
  width: calc(28 * (100vw / 430));
  height: calc(28 * (100vw / 430));
}

.process_blk{
  gap: calc(30 * (100vw / 430));
}

.process_img{
  width: 100%;
}

.process_list{
  width: calc(360 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) calc(20 * (100vw / 430));
}

.process_ttl{
  font-size: calc(18 * (100vw / 430));
  margin-bottom: calc(15 * (100vw / 430));
}

.process_list ul{
  gap: calc(8 * (100vw / 430));
}

.process_list ul li{
  gap: calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}
/*--------------------------about*/

/*limited set items--------------*/
.set-itm_list > li:nth-of-type(n+2) {
  margin-top: calc(50 * (100vw / 430));
}

.set-itm_list > li {
  padding: 0 0 calc(35 * (100vw / 430));
}

.set-itm_list > li > div {
  display: block;
}

.set-itm_list > li .set-itm_img {
  width: auto;
  border: none;
  border-bottom: solid rgba(49, 49, 49, .1);
  border-width: calc(1 * (100vw / 430));
}

.set-itm_list > li .set-itm_img_wrap .txt_eng {
  width: calc(30 * (100vw / 430));
  margin: calc(-35 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
  font-size: calc(50 * (100vw / 430));
}

.set-itm_list > li .set-itm_img_wrap .txt_eng::before {
  width: calc(1 * (100vw / 430));
  height: calc(60 * (100vw / 430));
  margin: 0 0 calc(-28 * (100vw / 430)) calc(-5 * (100vw / 430));
}

.set-itm_list > li .set-itm_img_wrap .set-itm_icon {
  width: calc(110 * (100vw / 430));
  height: calc(110 * (100vw / 430));
  margin: calc(10 * (100vw / 430)) 0 0 calc(10 * (100vw / 430));
  border-width: calc(2 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.set-itm_list > li > div .txt_wrap {
  padding: calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) 0;
}

.set-itm_list > li .set-itm_name {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
  white-space: nowrap;
}

.set-itm_list > li .set-itm_name .square {
  margin-right: calc(6 * (100vw / 430));
  padding: calc(1 * (100vw / 430)) calc(8 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.set-itm_list > li .price_img{
  width: calc(154 * (100vw / 430));
}

.set-itm_list > li .regular_price {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.set-itm_list > li .regular_price .strikethrough {
  margin-left: calc(8 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.set-itm_list > li .regular_price .strikethrough::before {
  width: calc(100% + calc(3 * (100vw / 430)));
  height: calc(1 * (100vw / 430));
  margin-top: calc(1 * (100vw / 430));
}

.set-itm_list > li .discount_price_wrap {
  gap: calc(8 * (100vw / 430));
}

.set-itm_list > li .set-itm_price {
  font-size: calc(34 * (100vw / 430));
}

.set-itm_list > li .set-itm_price .txt_S {
  font-size: calc(11 * (100vw / 430));
}

.set-itm_list > li .discount-rate {
  padding: calc(4 * (100vw / 430)) calc(12 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.set-itm_list > li .discount-rate .txt_L {
  font-size: calc(24 * (100vw / 430));
  vertical-align: calc(-1 * (100vw / 430));
}

.set-itm_list > li .feature_list {
  margin-top: calc(20 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) calc(20 * (100vw / 430)) calc(10 * (100vw / 430));
  border-radius: calc(5 * (100vw / 430));
}

.set-itm_list > li .feature_list .itm_caption {
  font-size: calc(14 * (100vw / 430));
}

.set-itm_list > li .feature_list dt {
  margin-bottom: calc(4 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.set-itm_list > li .feature_list li {
  padding: calc(12 * (100vw / 430)) 0;
}

.set-itm_list > li .feature_list li p{
  font-size: calc(14 * (100vw / 430));
}

.set-itm_list > li .feature_list li:nth-of-type(n+2) {
  border-width: calc(1 * (100vw / 430));
}

.set-itm_list > li .feature_list li .square {
  margin-right: calc(8 * (100vw / 430));
  padding: calc(1 * (100vw / 430)) calc(8 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.set-itm_list > li .per1_price_before {
  padding: calc(12 * (100vw / 430)) 0;
  border-width: calc(1 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.set-itm_list > li .per1_price_before::before {
  width: calc(60 * (100vw / 430));
  height: calc(15 * (100vw / 430));
  margin-top: calc(-6 * (100vw / 430));
}

.set-itm_list > li .per1_price_before::after {
  margin-top: calc(-3 * (100vw / 430));
  border-top: solid calc(12 * (100vw / 430)) var(--color_regular);
  border-left: solid calc(12.5 * (100vw / 430)) transparent;
  border-right: solid calc(12.5 * (100vw / 430)) transparent;
}

.set-itm_list > li .per1_price_after {
  gap: calc(10 * (100vw / 430));
  padding: calc(2 * (100vw / 430)) 0 calc(12 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.set-itm_list > li .per1_price_after > span {
  margin-bottom: calc(-2 * (100vw / 430));
}

.set-itm_list > li .per1_price_after > span .txt_L {
  font-size: calc(28 * (100vw / 430));
}

.set-itm_list > li .set-itm_cart-in {
  margin: calc(20 * (100vw / 430)) auto 0;
}

.set-itm_list > li .set-itm_cart-in a {
  width: calc(320 * (100vw / 430));
  height: calc(45 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.set-itm_list > li .set-itm_cart-in a::before {
  width: calc(40 * (100vw / 430));
  height: calc(1 * (100vw / 430));
  border-radius: 0 calc(1 * (100vw / 430)) calc(1 * (100vw / 430)) 0;
  margin-right: calc(-20 * (100vw / 430));
}

.set-itm_list > li .set-itm_cart-in a::after {
  width: calc(8 * (100vw / 430));
  height: calc(1 * (100vw / 430));
  border-radius: 0 calc(1 * (100vw / 430)) calc(1 * (100vw / 430)) 0;
  margin-right: calc(-20 * (100vw / 430));
}

.set-itm_list > li .set-itm_cart-in a:hover::before,
.set-itm_list > li .set-itm_cart-in a:hover::after {
  margin-right: calc(-28 * (100vw / 430));
}

.set-itm_list > li .set-itm_cart-in a span {
  padding-right: calc(30 * (100vw / 430));
}

.set-itm_list > li .set-itm_cart-in a span::before {
  width: calc(26 * (100vw / 430));
  height: calc(26 * (100vw / 430));
}

.bnr_blk{
  width: calc(400 * (100vw / 430));
  border-radius: calc(10 * (100vw / 430));
}
/*--------------limited set items*/

/*staff review-------------------*/
#StaffReview .sec_ttl {
  margin-bottom: calc(30 * (100vw / 430));
}

#StaffReview .sec_inner {
  width: auto;
}

.sec_lead {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.staff-review_list {
  height: calc(550 * (100vw / 430));
}

.each_staff-review {
  position: relative;
  width: calc(290 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
  transform: translateX(calc(15 * (100vw / 430)));
}

.staff_img {
  gap: calc(12 * (100vw / 430));
  margin-bottom: calc(10 * (100vw / 430));
}

.staff_img img {
  width: calc(50 * (100vw / 430));
}

.staff_img figcaption {
  font-size: calc(12 * (100vw / 430));
}

.staff-review_outside {
  padding: calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) calc(20 * (100vw / 430));
}

.staff-review_list .accordion_wrap::before {
  height: calc(40 * (100vw / 430));
}

.staff-review_list .accordion_inner {
  height: calc(110 * (100vw / 430));
}

.staff-review_list .accordion_btn {
  margin: calc(8 * (100vw / 430)) auto 0;
  font-size: calc(14 * (100vw / 430));
}

.staff-review {
  font-size: calc(14 * (100vw / 430));
}

.link_all-review {
  margin-top: calc(40 * (100vw / 430));
}

.link_all-review a {
  width: calc(300 * (100vw / 430));
  height: calc(45 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.link_all-review a::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(8 * (100vw / 430));
  height: calc(8 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.link_all-review a:hover::before {
  margin-right: calc(8 * (100vw / 430));
}
/*-------------------staff review*/

/*user voice---------------------*/
#UserVoice .sec_inner {
  width: auto;
}

#UserVoice .sec_ttl {
  margin-bottom: calc(30 * (100vw / 430));
}

.user-voice_list {
  height: calc(355 * (100vw / 430));
}

.each_user-voice {
  width: calc(354 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
  padding: calc(20 * (100vw / 430));
  transform: translateX(calc(15 * (100vw / 430)));
}

.review-rating {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.each_user-voice dt {
  margin-bottom: calc(12 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.each_user-voice dd {
  font-size: calc(14 * (100vw / 430));
}

.each_user-voice dd .user_name {
  margin-top: calc(8 * (100vw / 430));
}


/* ▼ arrow ▼ */
.LP_page .slick-arrow {
  width: calc(30 * (100vw / 430));
  height: calc(15 * (100vw / 430));
  margin-bottom: calc(-10 * (100vw / 430));
}
/* ▲ arrow ▲ */

/* ▼ dots ▼ */

.LP_page .slick-dots {
  margin: calc(25 * (100vw / 430)) auto 0;
  padding: 0 calc(50 * (100vw / 430));
}

.LP_page .slick-num{
  margin: calc(20 * (100vw / 430)) auto 0;
}

.LP_page .slick-dots li {
  width: calc(8 * (100vw / 430));
  height: calc(8 * (100vw / 430));
  margin: 0 calc(12 * (100vw / 430)) 0 0;
}

.LP_page .slick-dots li button {
  border-width: calc(1 * (100vw / 430));
}
/* ▲ dots ▲ */
/*---------------------user voice*/

/*faq----------------------------*/
.faq_list > li:nth-of-type(n+2) {
  margin-top: calc(5 * (100vw / 430));
}

.each_faq > dt {
  gap: calc(12 * (100vw / 430));
  padding: calc(12 * (100vw / 430)) calc(60 * (100vw / 430)) calc(12 * (100vw / 430)) calc(15 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.each_faq > dt .txt_eng {
  margin-top: calc(4 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.each_faq > dt::before {
  width: calc(15 * (100vw / 430));
  height: calc(2 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.each_faq > dt::after {
  width: calc(15 * (100vw / 430));
  height: calc(2 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.each_faq > dd {
  padding: 0 calc(15 * (100vw / 430));
}

.each_faq.open > dd {
  padding: calc(25 * (100vw / 430)) calc(15 * (100vw / 430));
}

.each_faq > dd .txt_eng {
  margin-top: calc(3 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.each_faq > dd .accordion_inner {
  gap: calc(12 * (100vw / 430));
}

.each_faq > dd .accordion_inner > div {
  font-size: calc(15 * (100vw / 430));
}

.intake_list {
  width: 100%;
  margin-top: calc(15 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  text-align: center;
}

.intake_list th,
.intake_list td {
  display: block;
}

.intake_list th {
  border-right: none;
  padding: calc(10 * (100vw / 430)) 0;
}

.intake_list td {
  padding: calc(10 * (100vw / 430)) 0;
  line-height: 1.5;
}

.intake_list tr:nth-of-type(n+2) th {
  border-top: solid var(--color_regular);
  border-width: calc(1 * (100vw / 430));
}

.intake_list tr:nth-of-type(n+2) td {
  border-top: none;
}
/*----------------------------faq*/

/*lineup--------------------------*/
#AllLineUp .each_line {
  padding-bottom: calc(77 * (100vw / 430));
}

#AllLineUp .each_line:nth-of-type(n+2) {
  margin-top: calc(30 * (100vw / 430));
}

#AllLineUp .each_line::before {
  height: calc(37 * (100vw / 430));
  background: url(../img/deco_001.svg) center left / calc(35 * (100vw / 430)) 100% repeat-x;
}

#AllLineUp .sec_inner {
  width: calc(400 * (100vw / 430));
}

.line_ttl_wrap {
  position: relative;
  display: block;
  margin-bottom: calc(30 * (100vw / 430));
}

.line_img {
  position: absolute;
  top: 0;
  width: auto;
  margin-top: calc(18 * (100vw / 430));
}

#AllLineUp .each_line:nth-of-type(odd) .line_img {
  margin-right: 0;
}

#AllLineUp .each_line:nth-of-type(even) .line_img {
  margin-left: 0;
}

.line_ttl {
  border-bottom: none;
  margin-bottom: calc(145 * (100vw / 430));
  padding: 0;
  color: var(--color_01);
}

.line_ttl .txt_ttl {
  margin-bottom: calc(8 * (100vw / 430));
  padding-left: calc(15 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.line_ttl .txt_ttl::before {
  width: calc(4 * (100vw / 430));
  height: calc(30 * (100vw / 430));
  margin-top: calc(2 * (100vw / 430));
}

.line_ttl .txt_eng {
  padding-left: calc(15 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.line_lead {
  font-size: calc(14 * (100vw / 430));
}

#AllLineUp .each_line:nth-of-type(odd) .line_lead {
  margin: 0;
}

.itm_list_wrap {
  width: auto;
}

.itm_list {
  display: block;
}

.itm_list > li {
  display: flex;
  align-items: center;
  gap: calc(10 * (100vw / 430));
  width: auto;
  padding: calc(8 * (100vw / 430)) calc(10 * (100vw / 430)) calc(8 * (100vw / 430)) calc(8 * (100vw / 430));
}

.itm_list > li:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 430));
}

.itm_list > li .itm_img_wrap {
  position: relative;
}

.itm_list > li .itm_img {
  width: calc(180 * (100vw / 430));
  box-shadow: 0 0 2px rgba(245, 238, 230, .8);
}

.itm_list > li .itm_cat {
  padding: calc(5 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_list > li .itm_img_wrap.open .itm_cat {
  opacity: 0;
}

.itm_list > li .anniversary-icon {
  width: calc(50 * (100vw / 430));
  margin: calc(3 * (100vw / 430)) calc(3 * (100vw / 430)) 0 0;
}

.itm_list > li .set-list_wrap {
  align-items: flex-start;
  background: rgba(49, 49, 49, .7);
}

.itm_list > li .set-list_wrap ul {
  margin-bottom: 0;
  padding: calc(1 * (100vw / 430)) calc(5 * (100vw / 430));
}

.itm_list > li .set-list_wrap ul li {
  padding: calc(3 * (100vw / 430)) 0;
  font-size: calc(11 * (100vw / 430));
}

.itm_list > li .set-list_wrap ul li .square {
  margin-right: calc(3 * (100vw / 430));
  padding: calc(1 * (100vw / 430)) calc(4 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.itm_list > li .set-list_wrap ul li:nth-of-type(n+2) {
  border-width: calc(1 * (100vw / 430));
}

.itm_list > li .view-set_btn {
  border-radius: calc(10 * (100vw / 430));
  margin-bottom: calc(5 * (100vw / 430));
  padding: calc(5 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.itm_list > li .view-set_btn span {
  padding-right: calc(10 * (100vw / 430));
}

.itm_list > li .view-set_btn span::before {
  width: calc(6 * (100vw / 430));
  height: calc(1 * (100vw / 430));
  margin-top: 0;
}

.itm_list > li .view-set_btn span::after {
  width: calc(6 * (100vw / 430));
  height: calc(1 * (100vw / 430));
  margin-top: 0;
}

.itm_list > li .txt_wrap {
  flex: 1;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.itm_list > li .itm_name {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_list > li .itm_name .square {
  margin-right: calc(8 * (100vw / 430));
  padding: calc(1 * (100vw / 430)) calc(8 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.itm_list > li .itm_ingredient {
  border-radius: calc(3 * (100vw / 430));
  margin-bottom: calc(10 * (100vw / 430));
  padding: calc(5 * (100vw / 430)) calc(8 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.itm_list > li .itm_price {
  margin-bottom: calc(2 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.itm_list > li .itm_price .txt_S {
  font-size: calc(10 * (100vw / 430));
}

.itm_price_wrap .per1_price {
  border-radius: calc(3 * (100vw / 430));
  margin: 0 0 calc(10 * (100vw / 430));
  padding: calc(6* (100vw / 430)) 0;
  font-size: calc(12 * (100vw / 430));
}

.itm_price_wrap .per1_price .txt_B {
  font-size: calc(15 * (100vw / 430));
}

.itm_price_wrap .per1_price::before {
  border-top: solid calc(8 * (100vw / 430)) var(--color_03);
  border-left: solid calc(4 * (100vw / 430)) transparent;
  border-right: solid calc(4 * (100vw / 430)) transparent;
  margin-top: calc(-1 * (100vw / 430));
}

.itm_price_wrap .regular_price {
  min-height: calc(15 * (100vw / 430));
  margin: 0 0 calc(5 * (100vw / 430));
  font-size: calc(11 * (100vw / 430))
}

.itm_price_wrap .regular_price .strikethrough {
  margin-left: calc(4 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.itm_price_wrap .regular_price .strikethrough::before {
  width: calc(100% + calc(3 * (100vw / 430)));
  height: calc(1 * (100vw / 430));
  margin-top: calc(1 * (100vw / 430));
}

.itm_price_wrap .discount-rate {
  margin-bottom: calc(8 * (100vw / 430));
  padding: calc(2 * (100vw / 430)) 0;
  font-size: calc(13 * (100vw / 430));
}

.itm_price_wrap .discount-rate .txt_L {
  font-size: calc(18 * (100vw / 430));
  vertical-align: calc(-1 * (100vw / 430))
}

.select-amount_wrap .amount {
  width: calc(50 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  border-radius: calc(3 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(18 * (100vw / 430)) !important;
}

.itm_list > li .itm_cart-in {
  width: auto;
  margin: calc(10 * (100vw / 430)) auto 0;
}

.itm_list > li .itm_cart-in a {
  width: auto;
  height: calc(30 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_list > li .itm_cart-in a::before {
  display: none;
}

.itm_list > li .itm_cart-in a::after {
  display: none;
}

.itm_list > li .itm_cart-in a span {
  padding-right: calc(25 * (100vw / 430));
}

.itm_list > li .itm_cart-in a span::before {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
}

.itm_list_wrap .notes {
  margin-top: calc(20 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.sumup_btn_wrap {
  margin-top: calc(40 * (100vw / 430));
}

.sumup_btn_txt {
  margin: 0 auto calc(15 * (100vw / 430));
  padding: 0 calc(25 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
  text-align: center;
  line-height: 1.5;
}

.sumup_btn_txt::before {
  width: calc(2 * (100vw / 430));
  height: calc(30 * (100vw / 430));
  margin-bottom: calc(1 * (100vw / 430));
}

.sumup_btn_txt::after {
  width: calc(2 * (100vw / 430));
  height: calc(30 * (100vw / 430));
  margin-bottom: calc(1 * (100vw / 430));
}

.sumup_btn a {
  width: calc(380 * (100vw / 430));
  height: calc(60 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.sumup_btn a::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(10 * (100vw / 430));
  height: calc(10 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.sumup_btn a:hover::before {
  margin-right: calc(8 * (100vw / 430));
}

/*--------------------------lineup*/

/*campaign------------------------*/
.campaign_area {
  width: calc(400 * (100vw / 430));
  margin: calc(80 * (100vw / 430)) auto 0;
  padding: calc(30 * (100vw / 430)) calc(15 * (100vw / 430)) calc(40 * (100vw / 430));
}

.campaign_area h3 {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(26 * (100vw / 430));
}

.each_campaign:nth-of-type(n+2) {
  margin-top: calc(35 * (100vw / 430));
}

.each_campaign dt {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.each_campaign dt::before {
  height: calc(1 * (100vw / 430));
}

.each_campaign dt > span {
  padding: 0 calc(18 * (100vw / 430));
}

.each_campaign dt .txt_L {
  font-size: calc(32 * (100vw / 430));
}

.each_campaign dt .txt_eng {
  margin: 0 calc(5 * (100vw / 430));
}

.each_campaign dd {
  font-size: calc(16 * (100vw / 430));
}

.each_campaign dd .txt_B {
  font-size: calc(17 * (100vw / 430));
}

.each_campaign dd .notes_list {
  margin: calc(15 * (100vw / 430)) auto 0;
}

.each_campaign dd .notes_list li {
  font-size: calc(11 * (100vw / 430));
}

/*------------------------campaign*/

/*fixed nav-----------------------*/
.fixed_nav .anchor-link_list {
  display: flex;
  justify-content: flex-start;
  gap: calc(5 * (100vw / 430));
  width: 100vw;
  padding: calc(8 * (100vw / 430)) calc(10 * (100vw / 430));
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fixed_nav .anchor-link_list::-webkit-scrollbar {
  display:none;
}

.fixed_nav .anchor-link_list li a {
  width: max-content;
  padding: 0 calc(10 * (100vw / 430));
  min-width: calc(150 * (100vw / 430));
  height: calc(50 * (100vw / 430));
}

.fixed_nav .anchor-link_list li a::before {
  width: calc(42 * (100vw / 430));
  height: calc(35 * (100vw / 430));
  margin: 0 calc(2 * (100vw / 430)) calc(2 * (100vw / 430)) 0;
}

.fixed_nav .anchor-link_list li a p {
  font-size: calc(12 * (100vw / 430));
}
/*-----------------------fixed nav*/

/*fixed lineUp btn----------------*/
.fixed_wrap {
  left: 0;
  transform: translateX(0);
  width: 100%;
}

.fixed_wrap .lineUp_btn {
  right: auto;
  left: 0;
  margin-left: calc(10 * (100vw / 430));
}

.fixed_wrap .lineUp_btn.active {
  margin-bottom: calc(15 * (100vw / 430));
}

.fixed_wrap .lineUp_btn.move {
  margin-bottom: calc(81 * (100vw / 430));
}

.fixed_wrap .lineUp_btn a {
  width: calc(150 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.fixed_wrap .lineUp_btn a .txt_L {
  margin-top: calc(8 * (100vw / 430));
  padding-right: calc(25 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.fixed_wrap .lineUp_btn a .txt_L::before {
  width: calc(22 * (100vw / 430));
  height: calc(22 * (100vw / 430));
}
/*----------------fixed lineUp btn*/

}

/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }
}
/*------------------------------------------------------PC*/

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