@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
  padding: 0;
}

footer {
  position: relative;
  z-index: 2;
}

.nav-top {
  display: none;
  z-index: 5;
}

:root {
  --color_regular: #514327;
  --color_01: #00692F;
  --color_02: #E2EFD5;
  --color_03: #eff4e9;
  --color_04: #FFFDC2;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .1em;
}

.LP_page {
  background: var(--color_03);
  color: var(--color_regular);
  font-family: "Quicksand", "Noto Sans JP", sans-serif;
  overflow-x: clip;
}

.LP_page.modalOpen {
  overflow-y: scroll;
  height: 100%;
}

.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;
}

.activePoint {
  opacity: 0;
  transition: opacity 1s;
}

.activePoint.active {
  opacity: 1;
}

.header_txt_bnr a {
  display: grid;
  place-items: center;
  height: 4rem;
  background: var(--color_01);
  font-size: 2rem;
  color: #fff;
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  position: relative;
  max-width: 180rem;
  margin: 0 auto 10rem;
  padding: calc(210*(100vw / 1800)) calc(10*(100vw / 1800)) 0 0
}

.mv_area .mv {
  border-radius: calc(60*(100vw / 1800)) calc(60*(100vw / 1800)) calc(60*(100vw / 1800)) calc(60*(100vw / 1800));
  width: calc(1390*(100vw / 1800));
  margin: auto;
  overflow: clip;
}

.main_ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(300 * (100vw / 1800));
  margin: 0 calc(1445 * (100vw / 1800)) calc(90 * (100vw / 1800)) 0;
}

.main_lead {
  position: absolute;
  top: 0;
  right: 0;
  margin: calc(50 * (100vw / 1800)) calc(1200 * (100vw / 1800)) 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: calc(30 * (100vw / 1800));
  line-height: 3;
  letter-spacing: .3em;
  writing-mode: vertical-rl;
  color: var(--color_01);
}

.main_lead .txt_horizontal {
  margin: calc(-2 * (100vw / 1800)) 0 calc(2 * (100vw / 1800));
  font-size: calc(36 * (100vw / 1800));
  letter-spacing: 0;
  text-combine-upright: all;
}

.txt_scroll {
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: calc(120 * (100vw / 1800));
  margin: 0 0 calc(20 * (100vw / 1800)) calc(1650 * (100vw / 1800));
  padding-bottom: 8.5rem;
  transition: opacity .3s;
}

.txt_scroll.hide {
  opacity: 0;
  pointer-events: none;
}

.txt_scroll::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: calc(100 * (100vw / 1800));
  width: calc(6 * (100vw / 1800));
  height: calc(70 * (100vw / 1800));
  background: #fff;
  content: "";
}

.txt_scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10rem;
  width: calc(6 * (100vw / 1800));
  height: calc(70 * (100vw / 1800));
  mask-image: linear-gradient(#000, #000);  
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(#000, #000);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: top center;
  -webkit-mask-size: 100% 100%;
  background: var(--color_01);
  content: "";
  animation: flush 3s infinite;
}

@keyframes flush {
  0% {
    mask-size: 100% 0;
    mask-position: top center;
    -webkit-mask-size: 100% 0;
    -webkit-mask-position: top center;
  }

  45% {
    mask-size: 100% 100%;
    mask-position: top center;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top center;
  }

  55% {
    mask-size: 100% 100%;
    mask-position: bottom center;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: bottom center;
  }

  100% {
    mask-size: 100% 0;
    mask-position: bottom center;
    -webkit-mask-size: 100% 0;
    -webkit-mask-position: bottom center;
  }
}

@media screen and  (min-width:1800px) {
.mv_area {
  padding: 1rem 1rem 0 0;
}

.mv_area .mv {
  border-radius: 40rem 6rem 6rem 6rem;
  width: 139rem;
}

.main_ttl {
  width: 30rem;
  margin: 0 144.5rem 9rem 0;
}

.main_lead {
  margin: 5rem 120rem 0 0;
  font-size: 3rem;
}

.main_lead .txt_horizontal {
  margin: -.2rem 0 .6rem;
  font-size: 3.6rem;
}

.txt_scroll {
  width: 12rem;
  margin: 0 0 2rem 160rem;
  padding-bottom: 8.5rem;
}

.txt_scroll::before {
  border-radius: 10rem;
  width: .6rem;
  height: 7rem;
}

.txt_scroll::after {
  border-radius: 10rem;
  width: .6rem;
  height: 7rem;
}
}
/*-----------------------------mv*/

/*beginning----------------------*/
.beginning_area {
  padding-bottom: 12rem;
}

.worry_list_wrap {
  position: relative;
  z-index: 1;
  padding: 32rem 0;
}

.worry_list_wrap::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 49%;
  width: 185rem;
  height: 100%;
  background: #fff;
  content: "";
}

.worry_list_wrap .worry {
  font-weight: 700;
  font-size: 3rem;
  line-height: 2.5;
  text-align: center;
}

.worry_list_wrap .worry .txt_emphasis {
  display: block;
  margin-top: 2rem;
  font-size: 5rem;
  color: var(--color_01);
}

.worry_list_wrap .worry .txt_emphasis > span {
  position: relative;
  padding-top: 2rem;
}

.worry_list_wrap .worry .txt_emphasis > span::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--color_01);
  opacity: .5;
  content: "";
}

.worry_list li {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  background: var(--color_03);
  filter: drop-shadow(0 3px 10px rgba(81, 67, 39, .2));
}

.worry_list li::before {
  position: absolute;
  border-radius: 50%;
  width: 3.2rem;
  height: 2rem;
  background: var(--color_03);
  content: "";
  filter: drop-shadow(0 3px 10px rgba(81, 67, 39, .2));
}

.worry_list li::after {
  position: absolute;
  border-radius: 50%;
  width: 1.9rem;
  height: 1.1rem;
  background: var(--color_03);
  content: "";
  filter: drop-shadow(0 3px 10px rgba(81, 67, 39, .2));
}

.worry_list li:nth-of-type(1) {
  top: 0;
  margin: 7rem 0 0 0;
}

.worry_list li:nth-of-type(1)::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: .5rem 0 0 0;
  content: "";
}

.worry_list li:nth-of-type(1)::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 3rem 0 0 1rem;
  content: "";
}

.worry_list li:nth-of-type(2) {
  top: 0;
  margin: 17rem 0 0 21.5rem;
}

.worry_list li:nth-of-type(2)::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: -1.5rem 0 0 -7rem;
  content: "";
}

.worry_list li:nth-of-type(2)::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 1rem 0 0 -9rem;
  content: "";
}

.worry_list li:nth-of-type(3) {
  top: 0;
  margin: 40rem 0 0 27rem;
}


.worry_list li:nth-of-type(3)::before {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin: -3rem 0 0 0;
  content: "";
}

.worry_list li:nth-of-type(3)::after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin: -4rem 3.5rem 0 0;
  content: "";
}

.worry_list li:nth-of-type(4) {
  bottom: 0;
  margin: 0 0 7rem 11.8rem;
}

.worry_list li:nth-of-type(4)::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: -1.8rem 0 0 -4rem;
  content: "";
}

.worry_list li:nth-of-type(4)::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: -3.2rem 0 0 -6rem;
  content: "";
}

.worry_list li:nth-of-type(5) {
  bottom: 0;
  margin: 0 0 7rem -11.8rem;
}

.worry_list li:nth-of-type(5)::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: -1.8rem 0 0 4rem;
  content: "";
}

.worry_list li:nth-of-type(5)::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: -3.2rem 0 0 6rem;
  content: "";
}

.worry_list li:nth-of-type(6) {
  top: 0;
  margin: 40rem 0 0 -27rem;
}

.worry_list li:nth-of-type(6)::before {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin: -3rem 0 0 0;
  content: "";
}

.worry_list li:nth-of-type(6)::after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin: -4rem 0 0 3.5rem;
  content: "";
}

.worry_list li:nth-of-type(7) {
  top: 0;
  margin: 17rem 0 0 -21.5rem;
}

.worry_list li:nth-of-type(7)::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: -1.5rem 0 0 7rem;
  content: "";
}

.worry_list li:nth-of-type(7)::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 1rem 0 0 9rem;
  content: "";
}

.worry_list li p {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.worry_list li .txt_hash {
  position: relative;
  font-size: 3rem;
}

.worry_list li .txt_hash > span {
  opacity: 0;
}

.worry_list li .txt_hash::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 3rem;
  margin-top: .3rem;
  background: url(../img/material_015.svg) center center / cover no-repeat;
  content: "";
}

.worry_list_wrap .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 9.2rem;
  height: 9.2rem;
  margin-top: -2.5rem;
}

.worry_list_wrap .arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  background: url(../img/material_002.svg) center center / cover no-repeat;
  content: "";
}

.worry_list_wrap .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 4.6rem;
  margin-top: -.5rem;
  background: url(../img/material_005.svg) center center / cover no-repeat;
  content: "";
}

.answer_wrap {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 11rem auto 7rem;
}

.answer_wrap .itm_img_wrap .itm_img {
  position: absolute;
  top: 0;
  width: 20rem;
  margin-top: -19rem;
  filter: drop-shadow(0 3px 10px rgba(81, 67, 39, .2));
}

.answer_wrap .itm_img_wrap .itm_img:nth-of-type(1) {
  left: 0;
  margin-left: -26rem;
  transform: rotate(-15deg);
}

.answer_wrap .itm_img_wrap .itm_img:nth-of-type(2) {
  right: 0;
  margin-right: -26rem;
  transform: rotate(15deg);
}

.answer_wrap .answer {
  width: fit-content;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 2;
  text-align: center;
  color: var(--color_01);
  white-space: nowrap;
}

.answer_wrap .answer .txt_aotsubu {
  display: inline-block;
  width: 25rem;
  margin-right: 2rem;
  vertical-align: -.7rem;
}

.LP_page .markerline {
  position: relative;
  z-index: 1;
}

.LP_page .markerline::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: calc(100% + 1rem);
  height: 62%;
  margin-bottom: -.1rem;
  background: var(--color_04);
  content: "";
}

.LP_page .btn_purchase {
  display: grid;
  place-items: center;
}

.LP_page .btn_purchase a {
  display: grid;
  place-items: center;
  border-radius: 100rem;
  border: solid var(--color_01);
  border-width: .4rem;
  width: 67rem;
  height: 10.6rem;
  background: var(--color_01);
  transition: background-color .3s;
}

.LP_page .btn_purchase a:hover {
  background: #fff;
}

.LP_page .btn_purchase .btn_inner {
  position: relative;
  padding-left: 8rem;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: .3em;
  color: #fff;
  transition: color .3s;
}

.LP_page .btn_purchase a:hover .btn_inner {
  color: var(--color_01);
}

.LP_page .btn_purchase .btn_inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7rem;
  height: 7rem;
  mask-image: url(../img/material_006.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_006.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: #fff;
  content: "";
  transition: background-color .3s;
}

.LP_page .btn_purchase a:hover .btn_inner::before {
  background: var(--color_01);
}

.LP_page .btn_purchase .txt_aotsubu {
  position: relative;
  display: inline-block;
  width: 21rem;
  margin-right: 1.5rem;
  vertical-align: -.6rem;
}

.LP_page .btn_purchase .txt_aotsubu img {
  opacity: 0;
}

.LP_page .btn_purchase .txt_aotsubu::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/txt_aotsubu.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/txt_aotsubu.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: #fff;
  content: "";
  transition: background-color .3s;
}

.LP_page .btn_purchase a:hover .txt_aotsubu::before {
  background: var(--color_01);
}

.LP_page .bnr_cp {
  position: relative;
  width: 85rem;
  margin: 0 auto;
}

.beginning_area .bnr_cp {
  margin-top: 8rem;
}

.LP_page .bnr_cp .mark {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 6rem 0 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}

.LP_page .bnr_cp a:hover .mark {
  font-weight: 900;
  color: var(--color_01);
}

.LP_page .bnr_cp .mark::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 12.5rem;
  height: 12.5rem;
  margin: .8rem 0 0 -.8rem;
  transform: translate(-50%, -50%) rotate(-142deg);
  mask-image: url(../img/material_002.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_002.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_01);
  content: "";
  transition: background-color .3s;
}

.LP_page .bnr_cp .mark::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2.2rem;
  margin: -2.5rem 0 0 -2.5rem;
  transform: rotate(-17deg);
  background: url(../img/material_009.svg) center center/ cover no-repeat;
  content: "";
}

.LP_page .bnr_cp a:hover .mark::before {
  background: #fff;
}
/*----------------------beginning*/

/*menu---------------------------*/
.menu_area .sec_ttl {
  margin-bottom: 4rem;
}

.menu_area .sec_ttl .txt_sub {
  position: relative;
  display: block;
  margin-bottom: 7rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .2em;
  text-align: center;
}

.menu_area .sec_ttl .txt_sub::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34rem;
  height: 13.2rem;
  margin-top: .8rem;
  background: url(../img/material_011.svg) center center/ cover no-repeat;
  opacity: .6 ;
  content: "";
}

.menu_area .sec_ttl .txt_main {
  position: relative;
  display: block;
  width: 17rem;
  margin: 0 auto;
}

.menu_area .sec_ttl .txt_main::before,
.menu_area .sec_ttl .txt_main::after {
  position: absolute;
  top: 50%;
  width: 6rem;
  height: 2rem;
  transform: translateY(-50%);
  mask-image: url(../img/material_016.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_016.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_regular);
  opacity: .6;
  content: "";
}

.menu_area .sec_ttl .txt_main::before {
  right: 100%;
  margin-right: 2rem;
}

.menu_area .sec_ttl .txt_main::after {
  left: 100%;
  margin-left: 2rem;
}

.menu_list_wrap {
  position: relative;
  z-index: 1;
  background: var(--color_regular);
}

.menu_list_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  margin-top: -1rem;
  mask-image: url(../img/material_001.svg);  
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 40rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat:  repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 40rem 100%;
  background: var(--color_regular);
  filter:blur(0);
  content: "";
}

.menu_list_wrap::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  margin-bottom: -1rem;
  mask-image: url(../img/material_001.svg);  
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: .9rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat:  repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 40rem 100%;
  background: var(--color_regular);
  transform: scaleY(-1);
  filter:blur(0);
  content: "";
}

.menu_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 110rem;
  margin: 0 auto;
}

.menu_list::before,
.menu_list::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .4rem;
  height: calc(100% - 3rem);
  mask-image: url(../img/material_017.svg);  
  mask-repeat: repeat-y;
  mask-position: top left;
  mask-size: 100% .9rem;
  -webkit-mask-image: url(../img/material_017.svg);
  -webkit-mask-repeat:  repeat-y;
  -webkit-mask-position: top left;
  -webkit-mask-size: 100% .9rem;
  background: #fff;
  opacity: .6;
  content: "";
}

.menu_list::before {
  left: 0;
}

.menu_list::after {
  right: 0;
}

.menu_list li {
  position: relative;
}

.menu_list li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: .4rem;
  height: calc(100% - 3rem);
  mask-image: url(../img/material_017.svg);  
  mask-repeat: repeat-y;
  mask-position: top left;
  mask-size: 100% .9rem;
  -webkit-mask-image: url(../img/material_017.svg);
  -webkit-mask-repeat:  repeat-y;
  -webkit-mask-position: top left;
  -webkit-mask-size: 100% .9rem;
  background: #fff;
  opacity: .6;
  content: "";
}

.menu_list li:nth-of-type(3n)::before {
 display: none;
}

.menu_list li:nth-of-type(n+4)::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3rem);
  height: .4rem;
  mask-image: url(../img/material_018.svg);  
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: .9rem 100%;
  -webkit-mask-image: url(../img/material_018.svg);
  -webkit-mask-repeat:  repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: .9rem 100%;
  background: #fff;
  opacity: .6;
  content: "";
}

.menu_list li a {
  height: 15.5rem;
  padding: 2.5rem 0;
}

.menu_list li a:hover {
  background: radial-gradient(#392F1C, transparent);
}

.menu_list li .chapter_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1rem;
}

.menu_list li .chapter_wrap .txt_chapter {
  position: relative;
  width: 10rem;
}

.menu_list li .chapter_wrap .txt_chapter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/txt_003.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/txt_003.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: #fff;
  content: "";
}

.menu_list li .chapter_wrap .txt_num {
  position: relative;
  width: 2rem;
}

.menu_list li .chapter_wrap .txt_num::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: #fff;
  content: "";
}

.menu_list li:nth-of-type(1) .chapter_wrap .txt_num::before {
  mask-image: url(../img/num_001.svg);
  -webkit-mask-image: url(../img/num_001.svg);
}

.menu_list li:nth-of-type(2) .chapter_wrap .txt_num::before {
  mask-image: url(../img/num_001.svg);
  -webkit-mask-image: url(../img/num_002.svg);
}

.menu_list li:nth-of-type(3) .chapter_wrap .txt_num::before {
  mask-image: url(../img/num_001.svg);
  -webkit-mask-image: url(../img/num_003.svg);
}

.menu_list li:nth-of-type(4) .chapter_wrap .txt_num::before {
  mask-image: url(../img/num_001.svg);
  -webkit-mask-image: url(../img/num_004.svg);
}

.menu_list li:nth-of-type(5) .chapter_wrap .txt_num::before {
  mask-image: url(../img/num_001.svg);
  -webkit-mask-image: url(../img/num_005.svg);
}

.menu_list li:nth-of-type(6) .chapter_wrap .txt_num::before {
  mask-image: url(../img/num_001.svg);
  -webkit-mask-image: url(../img/num_006.svg);
}

.menu_list li .chapter_wrap .txt_chapter img,
.menu_list li .chapter_wrap .txt_num img {
  opacity: 0;
}

.menu_ttl {
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .2em;
  text-align: center;
  color: #fff;
  min-height: 6rem;
}

.menu_ttl .txt_aotsubu img {
  opacity: 0;
}

.menu_ttl .txt_aotsubu {
  position: relative;
  width: 12.3rem;
  margin-bottom: .2rem;
}

.menu_ttl .txt_aotsubu::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/txt_aotsubu.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/txt_aotsubu.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: #fff;
  content: "";
}
/*---------------------------menu*/

/*line animetion-----------------*/
.main-contents_area {
  position: relative;
  padding: 25rem 0 0;
  background: #fff;
}

.main-contents_inner {
  position: relative;
  padding: 0 0 12rem;
}

.main-contents_area::before,
.main-contents_area::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.6rem;
  margin-top: 8.2rem;
  background-repeat: repeat-x;
  background-size: 28rem 100%;
  content: "";
}

.main-contents_inner::before,
.main-contents_inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.6rem;
  margin-bottom: 3rem;
  background-repeat: repeat-x;
  background-size: 28rem 100%;
  content: "";
}

.main-contents_area::before,
.main-contents_inner::before {
  background-image: url(../img/material_019.svg);
  animation: blinking1 2.5s infinite;
}

.main-contents_area::after,
.main-contents_inner::after {
  background-image: url(../img/material_020.svg);
  animation: blinking2 2.5s infinite;
}

@keyframes blinking1 {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blinking2 {
  0% {
    opacity: 1;
  }

  1% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/*-----------------line animetion*/

/*chapter1-----------------------*/
#Chapter1 {
  position: relative;
  padding-bottom: 16rem;
}

#Chapter1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  margin-top: -1rem;
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 0.9rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 40rem 100%;
  background: #fff;
  filter: blur(0);
  transform: scaleY(-1);
  content: "";
}

.chapter_ttl_wrap {
  background: var(--color_02);
  color: var(--color_01);
}

.chapter_ttl_inner {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 110rem;
  margin: 0 auto;
}

.chapter_ttl_wrap .txt_wrap {
  position: relative;
  flex: 1;
}

.chapter_ttl_wrap .txt_wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 11rem;
  height: 20.6rem;
  margin-top: -8rem;
  mask-image: url(../img/material_004.svg);  
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_004.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: cover;
  background: #fff;
  transform: rotate(37deg);
  opacity: .4;
  content: "";
}

.chapter_ttl_wrap .txt_wrap::after {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 11rem;
  height: 20.6rem;
  margin-bottom: -8rem;
  mask-image: url(../img/material_004.svg);  
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_004.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: cover;
  background: #fff;
  transform: rotate(-36deg);
  opacity: .4;
  content: "";
}

.chapter_ttl_wrap .ttl_img {
  width: 55rem;
}

.chapter_ttl_wrap .chapter_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}

.chapter_ttl_wrap .chapter_ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .6rem;
  mask-image: url(../img/material_018.svg);  
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 1.2rem 100%;
  -webkit-mask-image: url(../img/material_018.svg);
  -webkit-mask-repeat:  repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 1.2rem 100%;
  background: var(--color_01);
  opacity: .5;
  content: "";
}

.chapter_ttl .chapter_wrap {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1rem;
}

.chapter_ttl .chapter_wrap .txt_chapter {
  width: 10rem;
}

.chapter_ttl .chapter_wrap .txt_num {
  width: 2rem;
}

.chapter_lead {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
}

.LP_page .adjust_space {
  font-feature-settings: "palt";
}

.feature_list_wrap {
  position: relative;
  width: 52rem;
  margin: 8rem auto;
}

.feature_list_wrap .feature_img img {
  border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(81, 67, 39, .2));
}

.feature_list li {
  position: absolute;
  z-index: 1;
  width: fit-content;
}

.feature_list li:nth-of-type(1) {
  bottom: 0;
  right: 100%;
  margin: 0 -1rem 15rem 0;
}

.feature_list li:nth-of-type(2) {
  top: 0;
  left: 100%;
  margin: 9rem 0 0 0;
}

.feature_list li::before,
.feature_list li::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 18rem;
  height: 18rem;
  content: "";
}

.feature_list li::before {
  background: url(../img/material_002.svg) center center / cover no-repeat;
}

.feature_list li::after {
  background: url(../img/material_003.svg) center center / cover no-repeat;
}

.feature_list li:nth-of-type(1)::before,
.feature_list li:nth-of-type(1)::after {
  margin: 1.2rem 0 0 .5rem;
  transform: translate(-50%, -50%) rotate(165deg);
}

.feature_list li:nth-of-type(2)::before,
.feature_list li:nth-of-type(2)::after {
  margin: -.9rem 0 0 -.2rem;
  transform: translate(-50%, -50%) rotate(8deg);
}

.feature_list li p {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: var(--color_01);
  white-space: nowrap;
}

.feature_list li p::before  {
  position: absolute;
  width: 4rem;
  height: 4.4rem;
  background: url(../img/material_009.svg) center center/ cover no-repeat;
  content: "";
}

.feature_list li:nth-of-type(1) p::before {
  top: 0;
  right: 100%;
  margin: -5rem 2.5rem 0 0;
  transform: rotate(-20deg);
}

.feature_list li:nth-of-type(2) p::before {
  top: 0;
  left: 100%;
  margin: 8.5rem 0 0 3.5rem;
  transform: rotate(140deg);
}

.diagram_nutrient_wrap {
  width: 88.4rem;
  margin: 0 auto 10rem;
}

.diagram_ttl {
  position: relative;
  width: 66rem;
  margin: 0 auto 4rem;
  padding: 3rem 1rem 2rem;
  background: url(../img/material_010.svg) top left / 100% auto no-repeat;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.diagram_ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.9%;
  height: 2.5rem;
  margin-bottom: -1rem;
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: bottom center;
  mask-size: 40rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom center;
  -webkit-mask-size: 40rem 100%;
  background: var(--color_03);
  filter: blur(0);
  transform: scaleY(-1);
  content: "";
}

.diagram_nutrient {
  margin: 0 auto;
  border: solid var(--color_regular);
  border-width: .2rem;
  border-radius: 1rem;
  border-spacing: 0;
  background: #FFFEEC;
  overflow: clip;
}

.diagram_nutrient th {
  position: relative;
  height: 12.8rem;
  padding: 0 3.5rem 0 4.5rem;
  background: var(--color_regular);
}

.diagram_nutrient tr:nth-of-type(1) th {
  border-radius: .8rem 0 0 0;
}

.diagram_nutrient tr:nth-last-of-type(1) th {
  border-radius: 0 0 0 .8rem;
}

.diagram_nutrient tr:nth-of-type(n+2) th::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3rem);
  height: .3rem;
  mask-image: url(../img/material_021.svg);  
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: .9rem 100%;
  -webkit-mask-image: url(../img/material_021.svg);
  -webkit-mask-repeat:  repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: .9rem 100%;
  background: #fff;
  opacity: .6;
  content: "";
}

.nutrient_effect {
  position: relative;
  display: grid;
  place-items: center;
  width: 17.3rem;
  height: 3.4rem;
  padding-right: .6rem;
  background: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color_regular);
}

.nutrient_effect::before {
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid .6rem var(--color_regular);
  border-bottom: solid 1.7rem transparent;
  border-top: solid 1.7rem transparent;
  content: "";
}

.nutrient_effect::after {
  position: absolute;
  bottom: 100%;
  right: 100%;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-bottom: .8rem;
  background: #fff;
  content: "";
}

.nutrient_name {
  position: relative;
  display: grid;
  place-items: center;
  width: 17.3rem;
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 2.2rem;
  color: #fff;
}

.nutrient_name::before {
  position: absolute;
  bottom: 0;
  right: 100%;
  border-radius: 10rem;
  width: .3rem;
  height: 8.5rem;
  margin: 0 .3rem -1.2rem 0;
  background: #fff;
  content: "";
}

.diagram_nutrient td {
  position: relative;
  display: flex;
  align-items: center;
  height: 12.8rem;
  padding-right: 2rem;
}

.diagram_nutrient tr:nth-of-type(n+2) td::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3rem);
  height: .3rem;
  mask-image: url(../img/material_021.svg);  
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: .9rem 100%;
  -webkit-mask-image: url(../img/material_021.svg);
  -webkit-mask-repeat:  repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: .9rem 100%;
  background: var(--color_regular);
  opacity: .6;
  content: "";
}

.food_ratio_wrap {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  margin-left: 3rem;
}

.food_img {
  height: 11rem;
}

.food_img img,
.food_img picture {
  width: auto;
  height: 100%;
}

.food_ratio {
  margin-bottom: .8rem;
  font-weight: 500;
  font-size: 3.2rem;
}

.food_ratio .txt_S {
  display: block;
  font-size: 2rem;
}

.food_ratio .txt_L {
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: .02em;
}

.diagram_source {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.diagram_dietary-fiber_wrap {
  width: 88.4rem;
  margin: 0 auto 8rem;
}

.diagram_dietary-fiber {
  position: relative;
}

.diagram_dietary-fiber::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  margin: 17rem 0 0 7rem;
  background: url(../img/material_012.png) center center / cover no-repeat;
  content: "";
}

.sumup_img {
  position: relative;
  width: 51rem;
  margin: 0 auto 10rem;
}

.sumup_img img {
  border-radius: 4rem;
}

.sumup_img figcaption {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  margin: 16rem 0 0 -3rem;
  text-align: center;
}

.sumup_img figcaption::before,
.sumup_img figcaption::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 26rem;
  height: 26rem;
  margin: -1.5rem 0 0 -1.5rem;
  transform: translate(-50%, -50%) rotate(-46deg);
  content: "";
}

.sumup_img figcaption::before {
  background: url(../img/material_002.svg) center center / cover no-repeat;
}
.sumup_img figcaption::after {
  background: url(../img/material_003.svg) center center / cover no-repeat;
}

.sumup_img figcaption span {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--color_01);
  white-space: nowrap;
}

.sumup_img figcaption span::before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 4rem;
  height: 4.4rem;
  margin: 1rem 0 0 7rem;
  background: url(../img/material_009.svg) center center/ cover no-repeat;
  transform: rotate(130deg);
  content: ""
}
/*-----------------------chapter1*/

/*chapter2-----------------------*/
#Chapter2 {
  position: relative;
  padding-bottom: 16rem;
}

#Chapter2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  margin-top: -1rem;
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 0.9rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 40rem 100%;
  background: #fff;
  filter: blur(0);
  transform: scaleY(-1);
  content: "";
}

#Chapter2 .chapter_ttl_wrap .txt_wrap {
  order: 2;
}

#Chapter2 .chapter_ttl_wrap .txt_wrap::before {
  right: auto;
  left: 0;
  margin: -8rem 0 0 9rem;
  transform: rotate(-36deg);
}

#Chapter2 .chapter_ttl_wrap .txt_wrap::after {
  right: 0;
  margin-bottom: -7rem;
  transform: rotate(38deg);
}

.movie_wrap {
  position: relative;
  width: 110rem;
  margin: 8rem auto 6rem;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.movie_inner {
  position: relative;
  padding: calc(9% / 0.16) 0 0 0;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.producer_voice_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.producer_img {
  width: 28rem;
}

.producer_img img {
  border-radius: 50%;
}

.producer_img figcaption {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.producer_voice {
  font-size: 1.6rem;
  line-height: 2;
}
/*-----------------------chapter2*/

/*chapter3-----------------------*/
#Chapter3 {
  position: relative;
  padding: 16rem 0 8rem;
  background: var(--color_03);
}

#Chapter3::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  margin-top: -1rem;
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 0.9rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 40rem 100%;
  background: #fff;
  filter: blur(0);
  transform: scaleY(-1);
  content: "";
}

.LP_page .sec_inner {
  width: 110rem;
  margin: 0 auto;
}

.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl) {
  position: relative;
  margin-bottom: 15rem;
  padding-bottom: 5rem;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  color: var(--color_01);
}

.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl)::before,
.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20.4rem;
  height: 3.4rem;
  content: "";
}

.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl)::before {
  background: url(../img/material_022.svg) center center / cover no-repeat;
  animation: blinking1 2.5s infinite;
}

.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl)::after {
  background: url(../img/material_023.svg) center center / cover no-repeat;
  animation: blinking2 2.5s infinite;
}

.chapter_ttl .chapter_wrap:not(#Chapter1 .chapter_ttl .chapter_wrap, #Chapter2 .chapter_ttl .chapter_wrap) {
  justify-content: center;
}

.staff-review_list {
  width: 100vw;
  opacity: 0;
  height: 70.7rem;
  transition: opacity .3s;
}

.staff-review_list.active {
  opacity: 1;
  height: auto;
}

.LP_page .slick-track {
  display: flex;
}

.LP_page .slick-slide {
  height: auto !important;
}

.each_staff-review {
  position: relative;
  border-radius: 2rem;
  width: 38rem;
  margin-right: 2rem;
  background: #fff;
  overflow: clip;
}

.each_staff-review::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(rgba(0, 0, 0, .6), transparent);
  content: "";
  pointer-events: none;
}

.each_staff-review a:hover .staff-review_img img {
  opacity: .6;
}

.staff_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 1rem 0 0 1rem;
}

.staff_img img {
  border-radius: 50%;
  width: 6.8rem;
}

.staff_img figcaption {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}

.staff-review {
  font-size: 1.6rem;
  line-height: 1.75;
}

.staff-review_outside {
  padding: 2rem 2rem 3rem;
}

.LP_page .accordion_wrap {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s;
}

.LP_page .accordion_outside.active .accordion_wrap {
  grid-template-rows: 1fr;
}

.LP_page .accordion_wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: linear-gradient(transparent, #fff);
  content: "";
}

.LP_page .accordion_outside.active .accordion_wrap::before {
  display: none;
}

.LP_page .accordion_inner {
  height: 14rem;
  overflow: hidden;
}

.LP_page .accordion_inner.release {
  height: auto !important;
}

.LP_page .accordion_btn {
  position: relative;
  width: fit-content;
  margin: 1rem auto 0;
  padding-right: 2.5rem;
  font-size: 1.6rem;
  color: var(--color_01);
  cursor: pointer;
}

.LP_page .accordion_btn::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/material_007.svg) center center / cover no-repeat;
  content: "";
}

.LP_page .accordion_outside.active .accordion_btn::before {
  background: url(../img/material_008.svg) center center / cover no-repeat;
}

.LP_page .accordion_btn .to_open {
  display: block;
}

.LP_page .accordion_btn .to_close {
  display: none;
}

.LP_page .accordion_outside.active .to_open {
  display: none;
}

.LP_page .accordion_outside.active .to_close {
  display: block;
}

/* ▼ arrow ▼ */
.LP_page .slick-arrow:before {
  display: none;
}

.LP_page .slick-arrow {
  z-index: 1;
  top: auto !important;
  right: auto !important;
  bottom: 0;
  left: 0 !important;
  width: 4.2rem;
  height: 5.4rem;
  margin-bottom: -1rem;
  mask-image: url(../img/material_005.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_005.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_01);
}

.LP_page .slick-next {
  transform: rotate(-90deg);
}

.LP_page .slick-prev {
  transform: rotate(90deg);
}


/* ▲ arrow ▲ */

/* ▼ dots ▼ */
.LP_page .slick-dotted.slick-slider {
 margin-bottom: 0;
}

.LP_page .slick-dots {
  position: static;
  font-size: 0;
  width: fit-content;
  margin-top: 8rem;
  padding: 0 4rem 0 8rem;
}

.LP_page .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 2rem 0 0;
}

.LP_page .slick-dots li:nth-last-of-type(1) {
  margin-right: 0;
}

.LP_page .slick-dots li.slick-active {
  width: 3.2rem;
  height: 3.2rem;
}

.LP_page .slick-dots li button {
  border: solid var(--color_01);
  border-width: .3rem;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
}

.LP_page .slick-dots li.slick-active button {
  border-radius: 0;
  border: none;
  mask-image: url(../img/material_002.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_002.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_01);
  transform: rotate(15deg);
}

.LP_page .slick-dots li button::before {
  display: none;
}

/* ▲ dots ▲ */
.staff-review_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: -6rem;
}

.staff-review_btn a {
  display: grid;
  place-items: center;
  border-radius: 10rem;
  width: 42rem;
  height: 9.2rem;
  background: var(--color_02);
}

.staff-review_btn a span {
  position: relative;
  padding-right: 4.5rem;
  font-weight: 700;
  font-size: 2rem;
  color: var(--color_01);
}

.staff-review_btn a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  width: 2.3rem;
  height: 3rem;
  background: url(../img/material_005.svg) center center / cover no-repeat;
  content: "";
  transition: margin .3s;
}

.staff-review_btn a:hover span::before {
  margin-right: -1rem;
}
/*-----------------------chapter3*/

/*chapter4-----------------------*/
#Chapter4 {
  padding: 8rem 0 16rem;
  background: var(--color_03);
}

.user-review_list_wrap {
  display: flex;
  gap: 4rem;
  width: 100vw;
  margin-bottom: 10rem;
}

.user-review_list_wrap .img_aotsubu {
  border-radius: 2rem;
  width: 47rem;
  overflow: clip;
}

.user-review_list {
  width: calc(100vw - 51rem);
  height: 40.5rem;
  opacity: 0;
  transition: opacity .3s;
}

.user-review_list.active {
  opacity: 1;
  height: fit-content;
}

.each_user-review {
  border-radius: 2rem;
  width: 55rem;
  margin-right: 2rem;
  padding: 3rem;
  background: #fff;
}

.review_rate_wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.review_rate {
  width: 3rem;
}

.user-review_ttl {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2rem;
}

.user-review {
  font-size: 1.6rem;
  line-height: 1.75;
}

.user-review .user_name {
  display: block;
  margin-top: 2rem;
  text-align: right;
}

.user-review_list .slick-dots {
  margin-top: 4rem;
}

/*-----------------------chapter4*/

/*chapter5-----------------------*/
#Chapter5 {
  position: relative;
  padding: 13rem 0 15rem;
}

#Chapter5::before,
#Chapter5::after {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 2.5rem;
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 0.9rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 40rem 100%;
  background: #fff;
  filter: blur(0);
  content: "";
}

#Chapter5::before {
  top: 0;
  margin-top: -1rem;
}

#Chapter5::after {
  bottom: 0;
  margin-bottom: -1rem;
  transform: scaleY(-1);
}

.qa_list {
  margin-bottom: 10rem;
}

.qa_list .each_qa:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

.each_qa > dt {
  position: relative;
  display: flex;
  gap: 4rem;
  border-radius: 2rem;
  min-height: 10rem;
  padding: 2.5rem 10rem 2.5rem 4.5rem;
  background: var(--color_02);
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--color_01);
  cursor: pointer;
}

.each_qa > dt::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  margin: 3.5rem 3rem 0 0;
  background: url(../img/material_007.svg) center center / cover no-repeat;
  content: "";
}

.each_qa.open > dt::before {
  background: url(../img/material_008.svg) center center / cover no-repeat;
}

.each_qa > dt .mark {
  position: relative;
  z-index: 1;
  margin-top: .5rem;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
}

.each_qa > dt .mark::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(306deg);
  width: 6.2rem;
  height: 6.2rem;
  margin: -.3rem 0 0 -.4rem;
  mask-image: url(../img/material_002.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_002.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_01);
  content: "";
  transition: transform .3s, margin .2s;
}

.each_qa.open > dt .mark::before {
  transform: translate(-50%, -50%) rotate(260deg);
  margin: 0 0 0 -.5rem;
}

.each_qa > dt .question {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.each_qa > dd {
  border-radius: 2rem;
  padding: 0 4rem 0 4.5rem;
  background: var(--color_03);
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s, padding .3s, margin .3s;
}

.each_qa.open > dd {
  margin-top: .5rem;
  padding: 3.5rem 4rem 4rem 4.5rem;
  min-height: 10rem;
}

.each_qa.open > dd {
  grid-template-rows: 1fr;
}

.each_qa > dd .answer_inner {
  opacity: 0;
  height: 0;
  transition: opacity .3s;
  pointer-events: none;
}

.each_qa.open > dd .answer_inner {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.each_qa > dd .answer_main {
  display: flex;
  gap: 4rem;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}

.each_qa > dd .answer_main .mark {
  position: relative;
  z-index: 1;
  margin-top: -.5rem;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
}

.each_qa > dd .answer_main .mark::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(306deg);
  width: 6.2rem;
  height: 6.2rem;
  margin: -.4rem 0 0 -.5rem;
  mask-image: url(../img/material_002.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_002.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_regular);
  content: "";
}

.each_qa > dd .answer_dtl {
  margin-left: 6.6rem;
}

.each_qa > dd .answer {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.75;
}

.qa_list .each_qa:nth-of-type(1) .answer_inner {
  position: relative;
  width: fit-content;
}

.qa_list .each_qa:nth-of-type(1) .answer_inner .answer {
  width: 71.5rem;
}

.qa_list .each_qa:nth-of-type(1) .answer_inner .answer_img {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 21.6rem;
  margin: 0 0 -2rem 1rem;
}

.answer_inner dl {
  position: relative;
  margin-top: 3rem;
  padding-top: 3.2rem;
  font-weight: 500;
}

.answer_inner dl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  mask-image: url(../img/material_021.svg);
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 0.8rem 100%;
  -webkit-mask-image: url(../img/material_021.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 0.8rem 100%;
  background: var(--color_regular);
  opacity: .8;
  content: "";
}

.answer_inner dl dt {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}

.answer_inner dl dt:nth-of-type(n+2) {
  margin-top: 3rem;
}

.answer_inner dl dd {
  font-size: 1.8rem;
  line-height: 1.75;
}

.answer_inner .answer_dtl {
  margin-left: 6.6rem;
}

.answer_inner dl dd .txt_emphasis {
  font-weight: 700;
  color: var(--color_01);
}

.guideline_ttl {
  margin: 3rem 0 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
}

.answer_inner .guideline {
  border: solid var(--color_regular);
  border-width: 0.2rem;
  border-radius: 1rem;
  border-spacing: 0;
  width: 66.2rem;
  margin-bottom: 2rem;
  overflow: clip;
  font-size: 2rem;
  text-align: center;
}

.answer_inner .guideline tr {
  height: 6rem;
}

.answer_inner .guideline tr:nth-of-type(n+2) {
  border-top: solid var(--color_regular);
  border-width: .1rem;
}

.answer_inner .guideline th {
  font-weight: 500;
  background: rgba(81, 67, 39, .2);
}

.answer_inner .guideline th:nth-of-type(n+2),
.answer_inner .guideline td:nth-of-type(n+2) {
  border-left: solid var(--color_regular);
  border-width: .1rem;
}

.answer_inner .guideline td {
  border-top: solid var(--color_regular);
  border-width: .1rem;
  background: #fff;
  font-weight: 500;
}
/*-----------------------chapter5*/

/*chapter6-----------------------*/
#Chapter6 {
  position: relative;
  z-index: 1;
  padding: 34rem 0 16rem;
  overflow: clip;
}

#Chapter6 .for_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

#Chapter6 .for_bg::before {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
  content: "";
}

#Chapter6 .sec_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10rem 0 0;
}

#Chapter6 .sec_inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: calc(100vw + 20rem);
  height: 146rem;
  background: #fff;
  content: "";
}

#Chapter6 .sec_inner::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 73rem;
  background: #fff;
  content: "";
}

#Chapter6 .chapter_ttl .txt_aotsubu {
  display: block;
  width: 21.3rem;
  margin: 0 auto;
}

#Chapter6 .bnr_cp {
  margin-bottom: 3rem;
}

.discount_caption {
  margin-bottom: 16rem;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}

.discount_caption .txt_B {
  font-weight: 700;
}

.discount_caption .txt_L {
  font-size: 2.8rem;
  letter-spacing: .02em;
}

.discount_caption .txt_S {
  font-size: 1.2rem;
}

.discount_caption .markerline {
  margin-left: .2rem;
}

.product_cat_list {
  width: 110rem;
  margin: 0 auto;
}

.product_cat_list .each_product_cat_wrap:nth-of-type(n+2) {
  margin-top: 16rem;
}

.each_product_cat_wrap {
  position: relative;
  border-radius: 2rem;
  padding: 9.5rem 0 10rem;
  background: #F1F6ED;
}

.product_icon_wrap {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -6.8rem;
  padding-top: 4rem;
}

.product_icon_txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19rem;
}

.product_icon {
  position: relative;
  z-index: 1;
  width: 13.6rem;
}

.product_icon::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% + 2.4rem);
  height: calc(100% + 2.4rem);
  background: #F1F6ED;
  content: "";
}

.product_cat {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0 4rem;
  font-weight: 700;
  font-size: 3.2rem;
  color: var(--color_01);
}

.product_cat::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-38deg);
  width: 1.6rem;
  height: 1.6rem;
  mask-image: url(../img/material_002.svg);
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_002.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: cover;
  background: var(--color_01);
  content: "";
}

.product_cat::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(66deg);
  width: 1.6rem;
  height: 1.6rem;
  mask-image: url(../img/material_002.svg);
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_002.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: cover;
  background: var(--color_01);
  content: "";
}

.product_cat_feature_list li {
  position: absolute;
  z-index: 1;
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1) {
  top: 0;
  left: 0;
  margin: 21rem 0 0 -2rem;
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2) {
  top: 0;
  right: 0;
  margin: 32rem -2rem 0 0;
}


.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1) {
  top: 0;
  right: 0;
  margin: 27rem 24rem 0 0;
}

.product_cat_feature_list li::before,
.product_cat_feature_list li::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 14rem;
  height: 14rem;
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: cover;
  content: "";
}

.product_cat_feature_list li::before {
  mask-image: url(../img/material_002.svg);
  -webkit-mask-image: url(../img/material_002.svg);
  background: var(--color_04);
}

.product_cat_feature_list li::after {
  mask-image: url(../img/material_003.svg);
  -webkit-mask-image: url(../img/material_003.svg);
  background: var(--color_01);
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1)::before,
.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1)::after {
  margin: -.8rem 0 0 -1rem;
  transform: translate(-50%, -50%) rotate(-53deg);
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2)::before,
.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2)::after {
  margin: -.5rem 0 0 0;
  transform: translate(-50%, -50%) rotate(15deg);
}

.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1)::before,
.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1)::after {
  margin: .6rem 0 0 .5rem;
  transform: translate(-50%, -50%) rotate(165deg);
}

.product_cat_feature_list li p {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: var(--color_01);
}

.product_cat_feature_list li p::before  {
  position: absolute;
  width: 4rem;
  height: 4.4rem;
  background: url(../img/material_009.svg) center center/ cover no-repeat;
  content: "";
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1) p::before {
  top: 0;
  left: 100%;
  margin: -3rem 0 0 3rem;
  transform: rotate(-250deg);
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2) p::before {
  bottom: 100%;
  left: 0;
  margin: 0 0 4.6rem 1rem;
  transform: rotate(12deg);
}

.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1) p::before {
  bottom: 100%;
  left: 100%;
  margin: 0 0 3.8rem 1.8rem;
  transform: rotate(-280deg);
}

.product_list {
  display: flex;
  justify-content: center;
  gap: 8rem;
}

.product_list li {
  position: relative;
  width: 36rem;
}

.product_feature {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 17rem;
  pointer-events: none;
}

.each_product_cat_wrap.individual-package .product_list li:nth-of-type(1) .product_feature {
  left: 0;
  margin: 17rem 0 0 -10rem;
}

.each_product_cat_wrap.refill .product_list li:nth-of-type(2) .product_feature {
  right: 0;
  margin: 7rem -11rem 0 0;
}


.product_net {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 25rem;
  height: 5.6rem;
  margin: 0 auto 2rem;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
}

.product_net::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/material_010.svg);
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_010.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-size: cover;
  background: var(--color_regular);
  content: "";
}

.product_net::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 99.9%;
  height: 2.5rem;
  margin-bottom: -1rem;
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: bottom center;
  mask-size: 30rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom center;
  -webkit-mask-size: 30rem 100%;
  background: var(--color_regular);
  filter: blur(0);
  transform: scaleY(-1);
  content: "";
}

.product_img {
  border-radius: 6rem;
  margin-bottom: 2rem;
  overflow: clip;
}

.product_item_name {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}

.product_price .off {
  display: inline-block;
  font-weight: 600;
  font-size: 2.2rem;
  background: #d7712e;
  margin-left: 1rem;
  padding: 0.6rem 1rem 0.4rem;
  color: #fff;
}

.product_price .off_S {
  font-size: 1.3rem;
}

.product_price {
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 3.4rem;
  text-align: center;
}

.product_price .txt_L {
  font-size: 4rem;
  letter-spacing: .02em;
}

.product_price .txt_S {
  margin-left: .5rem;
  font-size: 1.6rem;
}

.product_cart-in_wrap {
  display: flex;
  gap: 2rem;
}

.select-amount_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.select-amount_wrap p {
  font-weight: 500;
  font-size: 1.8rem;
}

.select-amount_wrap .amount {
  width: 8rem;
  height: 5.8rem;
  border-radius: .5rem;
  border: solid var(--color_regular);
  border-width: .1rem;
  outline: none;
  background: #fff;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 600 !important;
  font-size: 2.4rem !important;
  letter-spacing: .02em;
  text-align: center;
  color: var(--color_regular);
  cursor: pointer;
}

.product_cart-in_wrap .product_cart-in {
  flex: 1;
}

.product_cart-in a {
  display: grid;
  place-items: center;
  border: solid var(--color_01);
  border-width: .2rem;
  border-radius: 10rem;
  width: 100%;
  height: 5.8rem;
  background: var(--color_01);
  transition: background-color .3s;
}

.product_cart-in a:hover {
  background: #fff;
}

.product_cart-in a span {
  position: relative;
  padding-left: 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  transition: color .3s;
}

.product_cart-in a:hover span {
  color: var(--color_01);
}

.product_cart-in a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  mask-image: url(../img/material_006.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_006.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: #fff;
  content: "";
  transition: background-color .3s;
}

.product_cart-in a:hover span::before {
  background: var(--color_01);
}

#Chapter6 .btn_purchase {
  margin-top: 10rem;
}
/*-----------------------chapter6*/

/*campaign-----------------------*/
#Campaign {
  border: solid var(--color_01);
  border-width: .4rem;
  border-radius: 6rem;
  width: 110rem;
  margin: 8rem auto 0;
  overflow: clip;
}

.cp_ttl {
  background: var(--color_01);
}

.campaign_list {
  padding: 4rem 10rem;
}

.campaign_list > li {
  border-radius: 2rem;
  padding: 2rem 0 3rem;
  background: var(--color_02);
}

.campaign_list > li:nth-of-type(n+2) {
  margin-top: 2rem;
}

.campaign_list > li dt {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  color: var(--color_01);
}

.campaign_list > li dt .txt_S {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin: 0 auto 1.5rem;
}

.campaign_list > li dt .txt_S::before {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%) rotate(-30deg);
  width: 1.8rem;
  height: 3.3rem;
  margin-right: 1.5rem;
  background: url(../img/material_004.svg) center center / cover no-repeat;
  content: "";
}

.campaign_list > li dt .txt_S::after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) rotate(30deg);
  width: 1.8rem;
  height: 3.3rem;
  margin-left: 1.5rem;
  background: url(../img/material_004.svg) center center / cover no-repeat;
  content: "";
}

.campaign_list > li dt .txt_campaign {
  width: 12rem;
}

.campaign_list > li dt .weblimited {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  color: var(--color_01);
  margin-bottom: 2rem;
  z-index: 0;
}

.campaign_list > li dt .weblimited::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.1rem;
  height: 2rem;
  background-color: var(--color_01);
  top: 0.5rem;
  left: -1.2rem;
  transform: rotate(-30deg);
  z-index: 1;
}

.campaign_list > li dt .weblimited::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.1rem;
  height: 2rem;
  background-color: var(--color_01);
  top: 0.5rem;
  right: -1.2rem;
  transform: rotate(30deg);
  z-index: 1;
}

.campaign_list > li dt .txt_num {
  width: 2rem;
}

.campaign_list > li dt .txt_L {
  margin-right: 0;
  font-size: 7rem;
  letter-spacing: .02em;
}

.campaign_list > li dd P {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.campaign_list > li dd P sup {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
}

.campaign_list > li dd P a {
  display: inline;
  text-decoration: underline;
}

.campaign_list > li dd P .markerline {
  font-size: 2.2rem;
}

.campaign_list > li dd .notes_list {
  width: fit-content;
  margin: 2.5rem auto 0;
}

.campaign_list > li dd .notes_list li {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -3em;
  padding-left: 3em
}

.campaign_list > li dd .notes_list li a {
  display: inline;
  text-decoration: underline;
  color: var(--color_01);
}

.campaign_list > li dd .notes_list li:nth-of-type(n+2) {
  margin-top: .5rem;
}

.campaign_list .txt_L {
  color: #b01018;
}

.campaign_list .txt_L sup {
  font-size: 4rem;
}

/*-----------------------campaign*/

/*sns----------------------------*/
.sns_area {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  padding: 8rem 0;
}

.sns_area::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  margin-top: -1rem;
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 0.9rem 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 40rem 100%;
  background: #fff;
  filter: blur(0);
  transform: scaleY(-1);
  content: "";
}

.sns_btn a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 2rem;
  width: 51rem;
  height: 14rem;
  padding-left: 2rem;
  background: var(--color_02);
  color: var(--color_01);
}

.sns_btn a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  width: 2.5rem;
  height: 3.3rem;
  margin-right: 2rem;
  background: url(../img/material_005.svg) center center / cover no-repeat;
  content: "";
  transition: margin .3s;
}

.sns_btn a:hover::before {
  margin-right: 1rem;
}

.sns_img {
  position: relative;
  border-radius: 50%;
  width: 10rem;
  overflow: clip;
}

.sns_img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/material_014.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/material_014.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_01);
  content: "";
  transition: background-color .3s;
}

.sns_btn a:hover .sns_img::before {
  background: var(--color_02);
}

.sns_name {
  position: relative;
  padding-right: 4.5rem;
  font-weight: 700;
  font-size: 2.4rem;
}

.sns_name::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../img/icon_sns.svg) center center / cover no-repeat;
  content: "";
}
/*----------------------------sns*/

/*Product ------------------------*/
body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

header.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: 11;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(81, 67, 39, .8);
  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;
  height: 100%;
  max-height: calc(100% - 12rem);
}

.modal_inner .btn_close {
  position: absolute;
  z-index: 1;
	top: 0;
	right: 0;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin: -2.5rem -2.5rem 0 0;
  background: var(--color_01);
  transform: rotate(45deg);
  cursor: pointer;
}

.modal_inner .btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  width: 2.4rem;
  height: .3rem;
  background: #fff;
  content: "";
}

.modal_inner .btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  width: .3rem;
  height: 2.4rem;
  background: #fff;
  content: "";
}

.modal_content {
  width: 140rem;
  height: fit-content;
  max-height: 100%;
  padding: 4rem 3rem;
  background: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal_content::-webkit-scrollbar {
  display:none;
}

.modal_content .bnr_cp {
  margin-bottom: 2rem;
}

.modal_content .discount_caption {
  margin-bottom: 3rem;
}

.modal_content .product_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-radius: 2rem;
  background: #F1F6ED;
}

.modal_content .product_list li {
  position: relative;
  width: auto;
  padding: 3rem;
}

.modal_content .product_list li:nth-of-type(odd)::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 10rem;
  width: .4rem;
  height: calc(100% - 6rem);
  margin-right: -.2rem;
  background: #fff;
  content: "";
}

.modal_content .product_list li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10rem;
  width: calc(100% - 6rem);
  height: .4rem;
  margin-bottom: -.2rem;
  background: #fff;
  content: "";
}

.modal_content .product_list li:nth-last-of-type(1)::after {
  display: none;
}

.modal_content .product_list li:nth-of-type(odd):nth-last-of-type(2)::after {
  display: none;
}

.modal_content .product_list li .product_net {
  position: absolute;
  width: calc(100% - 32rem);
  height: 5rem;
  margin: 1.8rem 0 0 26rem;
}

.modal_content .product_list li .content_wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.modal_content .product_list li .txt_wrap {
  flex: 1;
  padding-top: 8rem;
}

.modal_content .product_list li .product_img {
  position: relative;
  border-radius: 1rem;
  width: 24rem;
  margin-bottom: 0;
  z-index: 0;
}

.modal_content .product_list li .product_img.limited {
  overflow: unset;
}

.modal_content .product_list li .product_img.limited::before {
  position: absolute;
  content: "限定";
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/limited_bg.svg) no-repeat;
  background-size: 100%;
  width: 7rem;
  height: 7rem;
  top: -2rem;
  left: -1rem;
  z-index: 1;
}

.modal_content .product_list li .product_price {
  text-align: left;
}
/*------------------------Product*/

/*fixed menu---------------------*/
.menu_list_wrap.fixed {
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform .3s;
}

.menu_list_wrap.fixed.active {
  transform: translateY(0);
}

.menu_list_wrap.fixed::before,
.menu_list_wrap.fixed::after {
  display: none;
}

.menu_list_wrap.fixed .menu_list {
  grid-template-columns: repeat(6, 1fr);
  width: 140rem;
}

.menu_list_wrap.fixed .menu_list::before,
.menu_list_wrap.fixed .menu_list::after,
.menu_list_wrap.fixed .menu_list li::before {
  margin-top: .3rem;
}

.menu_list_wrap.fixed .menu_list li:nth-of-type(3n)::before {
  display: block;
 }
  
.menu_list_wrap.fixed .menu_list li:nth-of-type(n+4)::after {
  display: none;
}

.menu_list_wrap.fixed .menu_list li a {
  height: 10.8rem;
  padding: 1.5rem 0;
}

.menu_list_wrap.fixed .menu_list li .chapter_wrap {
  gap: 1rem;
  margin-bottom: .5rem;
}

.menu_list_wrap.fixed .menu_list li .chapter_wrap .txt_chapter {
  width: 8.2rem;
}

.menu_list_wrap.fixed .menu_list li .chapter_wrap .txt_num {
  width: 1.6rem;
}

.menu_list_wrap.fixed .menu_ttl {
  min-height: 4.4rem;
  font-size: 1.5rem;
}

.menu_list_wrap.fixed .menu_ttl .txt_aotsubu {
  width: 9rem;
}
/*---------------------fixed menu*/

/*fixed btn----------------------*/
.fixed_wrap {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110rem;
}

.btn_purchase.fixed {
  position: absolute;
  bottom: 0;
  right: 100%;
  margin: 0 6rem 4rem 0;
  padding-top: 7.5rem;
  transform: translateY(calc(100% + 4rem));
  opacity: 0;
  transition: transform .6s, opacity .3s;
}

.btn_purchase.fixed.active {
  transform: translateY(0);
  opacity: 1;
}

.btn_purchase.fixed.move {
  transform: translateY(-10.8rem);
}

.btn_purchase.fixed a .logo_aotsubu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.btn_purchase.fixed a {
  display: grid;
  place-items: center;
  width: 23rem;
  height: 7rem;
}

.btn_purchase.fixed a .btn_inner {
  padding-left: 5.7rem;
  font-size: 2.4rem;
}

.btn_purchase.fixed a .btn_inner::before {
  width: 5rem;
  height: 5rem;
}

.bnr_cp.fixed {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 30rem;
  margin: 0 0 4rem 3rem;
  transform: translateY(calc(100% + 4rem));
  opacity: 0;
  transition: transform .6s, opacity .3s;
}

.bnr_cp.fixed.active {
  transform: translateY(0);
  opacity: 1;
}

.bnr_cp.fixed.move {
  transform: translateY(-10.8rem);
}

.bnr_cp.fixed.hide {
  opacity: 0;
  pointer-events: none;
}

.bnr_cp.fixed a {
  filter: drop-shadow(0 0 20px rgba(0, 105, 47, .2));
}

@media screen and  (min-width:769px) {
.bnr_cp.fixed .mark {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translate(-50% , 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 24.2rem;
  height: 4rem;
  margin-bottom: 2.5rem;
  background: var(--color_01);
  font-size: 1.6rem;
  line-height: 1;
  transition: background-color .3s;
}


.bnr_cp.fixed a:hover .mark {
  background: #fff;
}

.bnr_cp.fixed .mark::before {
  display: none;
}

.bnr_cp.fixed .mark::after {
  left: 100%;
  transform: rotate(80deg);
  margin: -1.4rem 0 0 -.6rem;
}

}

.bnr_cp.fixed .btn_close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  border: solid var(--color_01);
  border-width: .3rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin: 1rem 1rem 0 0;
  cursor: pointer;
  transform: rotate(45deg);
  transition: background-color .3s;
}

.bnr_cp.fixed .btn_close:hover {
  background: var(--color_01);
}

.bnr_cp.fixed .btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  width: 0.3rem;
  height: 1.6rem;
  background: var(--color_01);
  content: "";
  transition: background-color .3s;
}

.bnr_cp.fixed .btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  width: 1.6rem;
  height: .3rem;
  background: var(--color_01);
  content: "";
  transition: background-color .3s;
}

.bnr_cp.fixed .btn_close:hover::before,
.bnr_cp.fixed .btn_close:hover::after {
  background: #fff;
}
/*----------------------fixed btn*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  z-index: 5 !important;
  transition: transform .6s;
}

#share.move {
  transform: translateY(calc(-40 * (100vw / 430)));
}

#share.move2 {
  transform: translateY(calc(-120 * (100vw / 430)));
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: var(--color_03);
}

/*----------------------------all*/

/*all----------------------------*/

.header_txt_bnr a {
  height: calc(30 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  max-width: unset;
  margin: 0 auto calc(50*(100vw / 430));
  padding: calc(560*(100vw / 1800)) 0 0 0;
}

.mv_area .mv {
  border-radius: unset;
  width: 100%;
}

.main_ttl {
  width: calc(140 * (100vw / 430));
  margin: 0 calc(25 * (100vw / 430)) calc(15 * (100vw / 430)) 0;
}

.main_lead {
  right: auto;
  left: 0;
  margin: calc(20 * (100vw / 430)) 0 0 calc(10 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.main_lead .txt_horizontal {
  margin: calc(-2 * (100vw / 430)) 0 calc(2 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.txt_scroll {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: calc(64 * (100vw / 430));
  margin: 0 0 calc(15 * (100vw / 430)) calc(20 * (100vw / 430));
  padding-bottom: calc(60 * (100vw / 430));
}

.txt_scroll::before {
  border-radius: calc(100 * (100vw / 430));
  width: calc(4 * (100vw / 430));
  height: calc(50 * (100vw / 430));
}

.txt_scroll::after {
  border-radius: calc(100 * (100vw / 430));
  width: calc(4 * (100vw / 430));
  height: calc(50 * (100vw / 430));
}
/*-----------------------------mv*/

/*beginning----------------------*/
.beginning_area {
  padding-bottom: calc(100 * (100vw / 430));
}

.worry_list_wrap {
  padding: calc(190 * (100vw / 430)) 0;
}

.worry_list_wrap::before {
  width: calc(630 * (100vw / 430));
}

.worry_list_wrap .worry {
  font-size: calc(20 * (100vw / 430));
  line-height: 2.2;
}

.worry_list_wrap .worry .txt_emphasis {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.worry_list_wrap .worry .txt_emphasis > span {
  padding-top: calc(8 * (100vw / 430));
}

.worry_list_wrap .worry .txt_emphasis > span::before {
  width: calc(8 * (100vw / 430));
  height: calc(8 * (100vw / 430));
}

.worry_list li {
  width: calc(114 * (100vw / 430));
  height: calc(114 * (100vw / 430));
}

.worry_list li::before {
  width: calc(20 * (100vw / 430));
  height: calc(12 * (100vw / 430));
}

.worry_list li::after {
  width: calc(12 * (100vw / 430));
  height: calc(6 * (100vw / 430));
}

.worry_list li:nth-of-type(1) {
  margin: calc(50 * (100vw / 430)) 0 0 0;
}

.worry_list li:nth-of-type(1)::before {
  margin: calc(4 * (100vw / 430)) 0 0 0;
}

.worry_list li:nth-of-type(1)::after {
  margin: calc(20 * (100vw / 430)) 0 0 calc(4 * (100vw / 430));
}

.worry_list li:nth-of-type(2) {
  margin: calc(110 * (100vw / 430)) 0 0 calc(120 * (100vw / 430));
}

.worry_list li:nth-of-type(2)::before {
  margin: calc(-15 * (100vw / 430)) 0 0 calc(-50 * (100vw / 430));
}

.worry_list li:nth-of-type(2)::after {
  margin: calc(-6 * (100vw / 430)) 0 0 calc(-68 * (100vw / 430));
}

.worry_list li:nth-of-type(3) {
  margin: calc(240 * (100vw / 430)) 0 0 calc(150 * (100vw / 430));
}

.worry_list li:nth-of-type(3)::before {
  margin: calc(-30 * (100vw / 430)) calc(-5 * (100vw / 430)) 0 0;
}

.worry_list li:nth-of-type(3)::after {
  margin: calc(-32 * (100vw / 430)) calc(18 * (100vw / 430)) 0 0;
}

.worry_list li:nth-of-type(4) {
  margin: 0 0 calc(50 * (100vw / 430)) calc(66 * (100vw / 430));
}

.worry_list li:nth-of-type(4)::before {
  margin: calc(-12 * (100vw / 430)) 0 0 calc(-20 * (100vw / 430));
}

.worry_list li:nth-of-type(4)::after {
  margin: calc(-20 * (100vw / 430)) 0 0 calc(-30 * (100vw / 430));
}

.worry_list li:nth-of-type(5) {
  margin: 0 0 calc(50 * (100vw / 430)) calc(-66 * (100vw / 430));
}

.worry_list li:nth-of-type(5)::before {
  margin: calc(-12 * (100vw / 430)) 0 0 calc(20 * (100vw / 430));
}

.worry_list li:nth-of-type(5)::after {
  margin: calc(-20 * (100vw / 430)) 0 0 calc(30 * (100vw / 430));
}

.worry_list li:nth-of-type(6) {
  margin: calc(240 * (100vw / 430)) 0 0 calc(-150 * (100vw / 430));
}

.worry_list li:nth-of-type(6)::before {
  margin: calc(-30 * (100vw / 430)) 0 0 calc(-5 * (100vw / 430));
}

.worry_list li:nth-of-type(6)::after {
  margin: calc(-32 * (100vw / 430)) 0 0 calc(18 * (100vw / 430));
}

.worry_list li:nth-of-type(7) {
  margin: calc(110 * (100vw / 430)) 0 0 calc(-120 * (100vw / 430));
}

.worry_list li:nth-of-type(7)::before {
  margin: calc(-15 * (100vw / 430)) 0 0 calc(50 * (100vw / 430));
}

.worry_list li:nth-of-type(7)::after {
  margin: calc(-6 * (100vw / 430)) 0 0 calc(68 * (100vw / 430));
}

.worry_list li p {
  font-size: calc(13 * (100vw / 430));
  letter-spacing: .02em;
}

.worry_list li .txt_hash {
  font-size: calc(18 * (100vw / 430));
}

.worry_list li .txt_hash::before {
  width: calc(11 * (100vw / 430));
  height: calc(17 * (100vw / 430));
  margin-top: 0;
}

.worry_list_wrap .arrow {
  width: calc(72 * (100vw / 430));
  height: calc(72 * (100vw / 430));
  margin-top: calc(-15 * (100vw / 430));
}

.worry_list_wrap .arrow::after {
  width: calc(26 * (100vw / 430));
  height: calc(34 * (100vw / 430));
  margin-top: calc(-3 * (100vw / 430));
}

.answer_wrap {
  margin: calc(90 * (100vw / 430)) auto calc(60 * (100vw / 430));
}

.answer_wrap .itm_img_wrap .itm_img {
  width: calc(100 * (100vw / 430));
  margin-top: calc(-110 * (100vw / 430));
}

.answer_wrap .itm_img_wrap .itm_img:nth-of-type(1) {
  margin-left: calc(-18 * (100vw / 430));
}

.answer_wrap .itm_img_wrap .itm_img:nth-of-type(2) {
  margin-right: calc(-18 * (100vw / 430));
}

.answer_wrap .answer {
  font-size: calc(22 * (100vw / 430));
  line-height: 1.8;
}

.answer_wrap .answer .txt_aotsubu {
  width: calc(140 * (100vw / 430));
  margin-right: calc(6 * (100vw / 430));
  vertical-align: calc(-4 * (100vw / 430));
}

.LP_page .markerline::before {
  width: calc(100% + calc(10 * (100vw / 430)));
  height: 70%;
  margin-bottom: calc(-2 * (100vw / 430));
}

.LP_page .btn_purchase a {
  border-radius: calc(100 * (100vw / 430));
  border-width: calc(3 * (100vw / 430));
  width: calc(350 * (100vw / 430));
  height: calc(64 * (100vw / 430));
}

.LP_page .btn_purchase .btn_inner {
  padding-left: calc(42 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.LP_page .btn_purchase .btn_inner::before {
  width: calc(36 * (100vw / 430));
  height: calc(36 * (100vw / 430));
}

.LP_page .btn_purchase .txt_aotsubu {
  width: calc(124 * (100vw / 430));
  margin-right: calc(8 * (100vw / 430));
  vertical-align: calc(-3 * (100vw / 430));
}

.LP_page .bnr_cp {
  width: calc(400 * (100vw / 430));
}

.beginning_area .bnr_cp {
  margin-top: calc(60 * (100vw / 430));
}

.LP_page .bnr_cp .mark {
  margin: 0 calc(20 * (100vw / 430)) 0 0;
  font-size: calc(10 * (100vw / 430));
  line-height: 1.3;
}

.LP_page .bnr_cp .mark::before {
  width: calc(60 * (100vw / 430));
  height: calc(60 * (100vw / 430));
  margin: calc(4 * (100vw / 430)) 0 0 calc(-6 * (100vw / 430));
}

.LP_page .bnr_cp .mark::after {
  width: calc(10 * (100vw / 430));
  height: calc(11 * (100vw / 430));
  margin: calc(-15 * (100vw / 430)) 0 0 calc(-10 * (100vw / 430));
}
/*----------------------beginning*/

/*menu---------------------------*/
.menu_area .sec_ttl {
  margin-bottom: calc(30 * (100vw / 430));
}

.menu_area .sec_ttl .txt_sub {
  margin-bottom: calc(45 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.menu_area .sec_ttl .txt_sub::before {
  width: calc(256 * (100vw / 430));
  height: calc(100 * (100vw / 430));
  margin-top: calc(4 * (100vw / 430));
}

.menu_area .sec_ttl .txt_main {
  width: calc(116 * (100vw / 430));
}

.menu_area .sec_ttl .txt_main::before,
.menu_area .sec_ttl .txt_main::after {
  width: calc(50 * (100vw / 430));
  height: calc(16 * (100vw / 430));
}

.menu_area .sec_ttl .txt_main::before {
  margin-right: calc(15 * (100vw / 430));
}

.menu_area .sec_ttl .txt_main::after {
  margin-left: calc(15 * (100vw / 430));
}

.menu_list_wrap::before {
  height: calc(14 * (100vw / 430));
  margin-top: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

.menu_list_wrap::after {
  height: calc(14 * (100vw / 430));
  margin-bottom: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

.menu_list {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.menu_list::before,
.menu_list::after {
  display: none;
}

.menu_list li:nth-of-type(3n)::before {
  display: block;
 } 

.menu_list li:nth-of-type(odd):before {
  width: calc(3 * (100vw / 430));
  height: calc(100% - calc(22 * (100vw / 430)));
  margin-right: calc(-1.5 * (100vw / 430));
  mask-size: 100% calc(6 * (100vw / 430));
  -webkit-mask-size: 100% calc(6 * (100vw / 430));
}

.menu_list li:nth-of-type(even):before {
  width: calc(3 * (100vw / 430));
  height: calc(100% - calc(20 * (100vw / 430)));
  mask-size: 100% calc(6 * (100vw / 430));
  -webkit-mask-size: 100% calc(6 * (100vw / 430));
  display: none;
}

.menu_list li:nth-of-type(n+3)::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - calc(24 * (100vw / 430)));
  height: calc(3 * (100vw / 430));
  mask-image: url(../img/material_018.svg);  
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: calc(6 * (100vw / 430)) 100%;
  -webkit-mask-image: url(../img/material_018.svg);
  -webkit-mask-repeat:  repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: calc(6 * (100vw / 430)) 100%;
  background: #fff;
  opacity: .6;
  content: "";  
}

.menu_list li a {
  height: calc(100 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) 0;
}

.menu_list li .chapter_wrap {
  gap: calc(8 * (100vw / 430));
  margin-bottom: calc(6 * (100vw / 430));
}

.menu_list li .chapter_wrap .txt_chapter {
  width: calc(74 * (100vw / 430));
}

.menu_list li .chapter_wrap .txt_num {
  width: calc(13 * (100vw / 430));
}

.menu_ttl {
  font-size: calc(13 * (100vw / 430));
  min-height: calc(37 * (100vw / 430));
}

.menu_ttl .txt_aotsubu {
  width: calc(80 * (100vw / 430));
  margin-bottom: calc(2 * (100vw / 430));
}
/*---------------------------menu*/

/*line animetion-----------------*/
.main-contents_area {
  padding: calc(120 * (100vw / 430)) 0 0;
}

.main-contents_inner {
  padding: 0 0 calc(80 * (100vw / 430));
}

.main-contents_area::before,
.main-contents_area::after {
  height: calc(46 * (100vw / 430));
  margin-top: calc(40 * (100vw / 430));
  background-size: calc(170 * (100vw / 430)) 100%;
}

.main-contents_inner::before,
.main-contents_inner::after {
  height: calc(46 * (100vw / 430));
  margin-bottom: calc(20 * (100vw / 430));
  background-size: calc(170 * (100vw / 430)) 100%;
}

/*-----------------line animetion*/

/*chapter1-----------------------*/
#Chapter1 {
  padding-bottom: calc(70 * (100vw / 430));
}

#Chapter1::before {
  height: calc(14 * (100vw / 430));
  margin-top: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

.chapter_ttl_inner {
  flex-direction: column;
  align-items: center;
  gap: calc(40 * (100vw / 430));
  width: auto;
  padding-top: calc(40 * (100vw / 430));
}

.chapter_ttl_wrap .txt_wrap {
  width: calc(370 * (100vw / 430));
  margin: 0 auto;
}

.chapter_ttl_wrap .txt_wrap::before {
  width: calc(73 * (100vw / 430));
  height: calc(137 * (100vw / 430));
  margin: calc(-30 * (100vw / 430)) calc(80 * (100vw / 430)) 0 0;
  transform: rotate(33deg);
}

.chapter_ttl_wrap .txt_wrap::after {
  right: 0;
  width: calc(73 * (100vw / 430));
  height: calc(137 * (100vw / 430));
  margin: 0 calc(10 * (100vw / 430)) calc(-30 * (100vw / 430)) 0;
  transform: rotate(-37deg);
}

.chapter_ttl_wrap .ttl_img {
  width: auto;
  order: 2;
}

.chapter_ttl_wrap .chapter_ttl {
  margin-bottom: calc(20 * (100vw / 430));
  padding-bottom: calc(25 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.chapter_ttl_wrap .chapter_ttl::before {
  height: calc(5 * (100vw / 430));
  mask-size: calc(10 * (100vw / 430)) 100%;
  -webkit-mask-size: calc(10 * (100vw / 430)) 100%;
}

.chapter_ttl .chapter_wrap {
  gap: calc(8 * (100vw / 430));
  margin-bottom: calc(5 * (100vw / 430));
}

.chapter_ttl .chapter_wrap .txt_chapter {
  width: calc(74 * (100vw / 430));
}

.chapter_ttl .chapter_wrap .txt_num {
  width: calc(13 * (100vw / 430));
}

.chapter_lead {
  font-size: calc(16 * (100vw / 430));
}

.feature_list_wrap {
  width: calc(225 * (100vw / 430));
  margin: calc(50 * (100vw / 430)) auto;
}

.feature_list li:nth-of-type(1) {
  bottom: auto;
  top: 0;
  margin: calc(10 * (100vw / 430)) calc(-36 * (100vw / 430)) 0 0;
}

.feature_list li:nth-of-type(2) {
  top: auto;
  bottom: 0;
  left: 100%;
  margin: 0 0 calc(20 * (100vw / 430)) calc(-10 * (100vw / 430));
}

.feature_list li::before,
.feature_list li::after {
  width: calc(114 * (100vw / 430));
  height: calc(114 * (100vw / 430));
}

.feature_list li:nth-of-type(1)::before,
.feature_list li:nth-of-type(1)::after {
  margin: calc(-2 * (100vw / 430)) 0 0 calc(1 * (100vw / 430));
  transform: translate(-50%, -50%) rotate(24deg);
}

.feature_list li:nth-of-type(2)::before,
.feature_list li:nth-of-type(2)::after {
  margin: calc(-6 * (100vw / 430)) 0 0 calc(2 * (100vw / 430));
  transform: translate(-50%, -50%) rotate(50deg);
}

.feature_list li p {
  font-size: calc(12 * (100vw / 430));
  letter-spacing: .05em;
}

.feature_list li p::before  {
  width: calc(20 * (100vw / 430));
  height: calc(22 * (100vw / 430));
}

.feature_list li:nth-of-type(1) p::before {
  margin: calc(10 * (100vw / 430)) calc(25 * (100vw / 430)) 0 0;
  transform: rotate(-35deg);
}

.feature_list li:nth-of-type(2) p::before {
  margin: calc(-20 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
  transform: rotate(90deg);
}

.diagram_nutrient_wrap {
  width: calc(400 * (100vw / 430));
  margin: 0 auto calc(70 * (100vw / 430));
}

.diagram_ttl {
  width: calc(360 * (100vw / 430));
  margin: 0 auto calc(20 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) calc(5 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.diagram_ttl::before {
  height: calc(14 * (100vw / 430));
  margin-bottom: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

.diagram_nutrient {
  border-width: calc(2 * (100vw / 430));
  border-radius: calc(10 * (100vw / 430));
}

.diagram_nutrient th {
  height: calc(75 * (100vw / 430));
  padding: 0 calc(7 * (100vw / 430)) 0 calc(15 * (100vw / 430));
}

.diagram_nutrient tr:nth-of-type(1) th {
  border-radius: calc(8 * (100vw / 430)) 0 0 0;
}

.diagram_nutrient tr:nth-last-of-type(1) th {
  border-radius: 0 0 0 calc(8 * (100vw / 430));
}

.diagram_nutrient tr:nth-of-type(n+2) th::before {
  width: calc(100% - calc(10 * (100vw / 430)));
  height: calc(2 * (100vw / 430));
  mask-size: calc(6 * (100vw / 430)) 100%;
  -webkit-mask-size: calc(6 * (100vw / 430)) 100%;
}

.nutrient_effect {
  width: calc(108 * (100vw / 430));
  height: calc(22 * (100vw / 430));
  padding-right: calc(6 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.nutrient_effect::before {
  border-right: solid calc(6 * (100vw / 430)) var(--color_regular);
  border-bottom: solid calc(11 * (100vw / 430)) transparent;
  border-top: solid calc(11 * (100vw / 430)) transparent;
}

.nutrient_effect::after {
  width: calc(6 * (100vw / 430));
  height: calc(6 * (100vw / 430));
  margin-bottom: calc(3 * (100vw / 430));
}

.nutrient_name {
  width: calc(108 * (100vw / 430));
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.nutrient_name::before {
  border-radius: calc(10 * (100vw / 430));
  width: calc(2 * (100vw / 430));
  height: calc(50 * (100vw / 430));
  margin: 0 calc(2 * (100vw / 430)) calc(-5 * (100vw / 430)) 0;
}

.diagram_nutrient td {
  height: calc(75 * (100vw / 430));
  padding-right: calc(10 * (100vw / 430));
}

.diagram_nutrient tr:nth-of-type(n+2) td::before {
  width: calc(100% - calc(20 * (100vw / 430)));
  height: calc(2 * (100vw / 430));
  mask-size: calc(6 * (100vw / 430)) 100%;
  -webkit-mask-size: calc(6 * (100vw / 430)) 100%;
}

.food_ratio_wrap {
  gap: calc(8 * (100vw / 430));
  margin-left: calc(8 * (100vw / 430));
}

.food_img {
  height: calc(48 * (100vw / 430));
}

.food_ratio {
  margin-bottom: 0;
  font-size: calc(16 * (100vw / 430));
}

.food_ratio .txt_S {
  font-size: calc(12 * (100vw / 430));
}

.food_ratio .txt_L {
  font-size: calc(30 * (100vw / 430));
}

.diagram_source {
  margin-top: calc(5 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
  line-height: 1.5;
}

.diagram_dietary-fiber_wrap {
  width: calc(400 * (100vw / 430));
  margin: 0 auto calc(40 * (100vw / 430));
}

.diagram_dietary-fiber::before {
  width: calc(30 * (100vw / 430));
  height: calc(30 * (100vw / 430));
  margin: calc(92 * (100vw / 430)) 0 0 calc(40 * (100vw / 430));
}

.sumup_img {
  width: calc(327 * (100vw / 430));
  margin: 0 auto calc(80 * (100vw / 430));
}

.sumup_img img {
  border-radius: calc(40 * (100vw / 430));
}

.sumup_img figcaption {
  top: auto;
  bottom: 0;
  margin: 0 0 calc(10 * (100vw / 430)) calc(-110 * (100vw / 430));
}

.sumup_img figcaption::before,
.sumup_img figcaption::after {
  width: calc(160 * (100vw / 430));
  height: calc(160 * (100vw / 430));
  margin: calc(-5 * (100vw / 430)) 0 0 calc(8 * (100vw / 430));
  transform: translate(-50%, -50%) rotate(77deg);
}

.sumup_img figcaption span {
  font-size: calc(12 * (100vw / 430));
  letter-spacing: .05em;
}

.sumup_img figcaption span::before {
  width: calc(20 * (100vw / 430));
  height: calc(22 * (100vw / 430));
  margin: calc(-24 * (100vw / 430)) 0 0 calc(34 * (100vw / 430));
  transform: rotate(92deg);
}
/*-----------------------chapter1*/

/*chapter2-----------------------*/
#Chapter2 {
  padding-bottom: calc(70 * (100vw/ 430));
}

#Chapter2::before {
  height: calc(14 * (100vw / 430));
  margin-top: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

#Chapter2 .chapter_ttl_wrap .txt_wrap {
  order: 1;
}

#Chapter2 .chapter_ttl_wrap .txt_wrap::before {
  right: 0;
  left: auto;
  margin: calc(-20 * (100vw / 430)) calc(110 * (100vw / 430)) 0 0;
  transform: rotate(-32deg);
}

#Chapter2 .chapter_ttl_wrap .txt_wrap::after {
  margin: 0 calc(-10 * (100vw / 430)) calc(-40 * (100vw / 430)) 0;
  transform: rotate(35deg);
}

.movie_wrap {
  width: calc(400 * (100vw / 430));
  margin: calc(30 * (100vw / 430)) auto;
}

.producer_voice_wrap {
  flex-direction: column;
  gap: calc(20 * (100vw / 430));
}

.producer_img {
  width: calc(180 * (100vw / 430));
  margin: 0 auto;
}

.producer_img figcaption {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.producer_voice {
  font-size: calc(15 * (100vw / 430));
  line-height: 1.75;
  text-align: center;
}
/*-----------------------chapter2*/

/*chapter3-----------------------*/
#Chapter3 {
  padding: calc(70 * (100vw / 430)) 0;
}

#Chapter3::before {
  height: calc(14 * (100vw / 430));
  margin-top: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

.LP_page .sec_inner {
  width: calc(400 * (100vw / 430));
}

.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl) {
  margin-bottom: calc(90 * (100vw / 430));
  padding-bottom: calc(30 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl)::before,
.chapter_ttl:not(#Chapter1 .chapter_ttl, #Chapter2 .chapter_ttl)::after {
  width: calc(142 * (100vw / 430));
  height: calc(24 * (100vw / 430));
}

.staff-review_list {
  height: calc(512 * (100vw / 430));
  margin: 0 calc(50% - 50vw);
}

.each_staff-review {
  border-radius: calc(20 * (100vw / 430));
  width: calc(290 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
  transform: translateX(calc(15 * (100vw / 430)));
}

.each_staff-review::before {
  height: calc(90 * (100vw / 430));
}

.staff_img {
  gap: calc(10 * (100vw / 430));
  margin: calc(8 * (100vw / 430)) 0 0 calc(8 * (100vw / 430));
}

.staff_img img {
  width: calc(50 * (100vw / 430));
}

.staff_img figcaption {
  font-size: calc(12 * (100vw / 430));
}

.staff-review {
  font-size: calc(14 * (100vw / 430));
}

.staff-review_outside {
  padding: calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) calc(20 * (100vw / 430));
}

.LP_page .accordion_wrap::before {
  height: calc(40 * (100vw / 430));
}

.LP_page .accordion_inner {
  height: calc(110 * (100vw / 430));
}

.LP_page .accordion_btn {
  margin: calc(8 * (100vw / 430)) auto 0;
  padding-right: calc(25 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.LP_page .accordion_btn::before {
  width: calc(17 * (100vw / 430));
  height: calc(17 * (100vw / 430));
}

/* ▼ arrow ▼ */

.LP_page .slick-arrow {
  width: calc(32 * (100vw / 430));
  height: calc(42 * (100vw / 430));
  margin-bottom: calc(-10 * (100vw / 430));
}

.LP_page .slick-next {
  left: auto !important;
  right: 0 !important;
}
/* ▲ arrow ▲ */

/* ▼ dots ▼ */
.LP_page .slick-dots {
  position: static;
  font-size: 0;
  width: fit-content;
  margin: calc(25 * (100vw / 430)) auto 0;
  padding: 0 calc(64 * (100vw / 430));
}

.LP_page .slick-dots li {
  width: calc(14 * (100vw / 430));
  height: calc(14 * (100vw / 430));
  margin: 0 calc(14 * (100vw / 430)) 0 0;
}

.LP_page .slick-dots li.slick-active {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
}

.LP_page .slick-dots li button {
  border-width: calc(2 * (100vw / 430));
}
/* ▲ dots ▲ */

.staff-review_btn {
  display: block;
  width: fit-content;
  margin: calc(30 * (100vw / 430)) auto 0;
}

.staff-review_btn a {
  border-radius: calc(100 * (100vw / 430));
  width: calc(350 * (100vw / 430));
  height: calc(62 * (100vw / 430));
}

.staff-review_btn a span {
  padding-right: calc(40 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.staff-review_btn a span::before {
  width: calc(19 * (100vw / 430));
  height: calc(25 * (100vw / 430));
}

.staff-review_btn a:hover span::before {
  margin-right: calc(-10 * (100vw / 430));
}
/*-----------------------chapter3*/

/*chapter4-----------------------*/
#Chapter4 {
  position: relative;
  padding: calc(70 * (100vw / 430)) 0;
  background: url(../img/bg_002.jpg) center center / cover no-repeat;
}

#Chapter4::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(14 * (100vw / 430));
  margin-top: calc(-5 * (100vw / 430));
  mask-image: url(../img/material_001.svg);
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 50% 100%;
  -webkit-mask-image: url(../img/material_001.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 50% 100%;
  background: var(--color_03);
  filter: blur(0);
  transform: scaleY(-1);
  content: "";  
}

.user-review_list_wrap {
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw) calc(30 * (100vw / 430));
  min-height: calc(750 * (100vw / 430));
}

.user-review_list {
  width: 100vw;
  height: calc(310 * (100vw / 430));
}

.each_user-review {
  border-radius: calc(20 * (100vw / 430));
  width: calc(354 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
  padding: calc(20 * (100vw / 430)) calc(20 * (100vw / 430)) calc(30 * (100vw / 430));
  transform: translateX(calc(15 * (100vw / 430)));
}

.review_rate_wrap {
  gap: calc(8 * (100vw / 430));
  margin-bottom: calc(15 * (100vw / 430));
}

.review_rate {
  width: calc(22 * (100vw / 430));
}

.user-review_ttl {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.user-review {
  font-size: calc(14 * (100vw / 430));
}

.user-review .user_name {
  margin-top: calc(8 * (100vw / 430));
}

.user-review_list .slick-dots {
  margin-top: calc(30 * (100vw / 430));
}

/*-----------------------chapter4*/

/*chapter5-----------------------*/
#Chapter5 {
  position: relative;
  padding: calc(70 * (100vw / 430)) 0;
}

#Chapter5::before,
#Chapter5::after {
  height: calc(14 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

#Chapter5::before {
  margin-top: calc(-5 * (100vw / 430));
}

#Chapter5::after {
  margin-bottom: calc(-5 * (100vw / 430));
}

.qa_list {
  margin-bottom: calc(60 * (100vw / 430));
}

.qa_list .each_qa:nth-of-type(n+2) {
  margin-top: calc(8 * (100vw / 430));
}

.each_qa > dt {
  gap: calc(20 * (100vw / 430));
  border-radius: calc(10 * (100vw / 430));
  min-height: calc(77 * (100vw / 430));
  padding: calc(12 * (100vw / 430)) calc(50 * (100vw / 430)) calc(12 * (100vw / 430)) calc(25 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.each_qa > dt::before {
  width: calc(22 * (100vw / 430));
  height: calc(22 * (100vw / 430));
  margin: calc(28 * (100vw / 430)) calc(15 * (100vw / 430)) 0 0;
}

.each_qa > dt .mark {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.each_qa > dt .mark::before {
  width: calc(40 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  margin: calc(-8 * (100vw / 430)) 0 0 calc(-2 * (100vw / 430));
}

.each_qa.open > dt .mark::before {
  transform: translate(-50%, -50%) rotate(260deg);
  margin: calc(-6 * (100vw / 430)) 0 0 calc(-3 * (100vw / 430));
}

.each_qa > dd {
  border-radius: calc(10 * (100vw / 430));
  padding: 0 calc(15 * (100vw / 430)) 0 calc(25 * (100vw / 430));
}

.each_qa.open > dd {
  margin-top: calc(5 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) calc(25 * (100vw / 430));
  min-height: calc(77 * (100vw / 430));
}

.each_qa > dd .answer_main {
  gap: calc(20 * (100vw / 430));
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.each_qa > dd .answer_main .mark {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.each_qa > dd .answer_main .mark::before {
  width: calc(40 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  margin: calc(-10 * (100vw / 430)) 0 0 calc(-3 * (100vw / 430));
}

.each_qa > dd .answer_dtl {
  margin-left: 0;
}

.each_qa > dd .answer {
  font-size: calc(15 * (100vw / 430));
}

.qa_list .each_qa:nth-of-type(1) .answer_inner .answer {
  width: auto;
}

.qa_list .each_qa:nth-of-type(1) .answer_inner .answer_img {
  position: static;
  float: right;
  width: calc(145 * (100vw / 430));
  margin: calc(-30 * (100vw / 430)) 0 calc(4 * (100vw / 430)) calc(8 * (100vw / 430));
}

.answer_inner dl {
  margin-top: calc(20 * (100vw / 430));
  padding-top: calc(22 * (100vw / 430));
}

.answer_inner dl::before {
  height: calc(2 * (100vw / 430));
  mask-size: calc(8 * (100vw / 430)) 100%;
  -webkit-mask-size: calc(8 * (100vw / 430)) 100%;
}

.answer_inner dl dt {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
}

.answer_inner dl dt:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 430));
}

.answer_inner dl dd {
  font-size: calc(15 * (100vw / 430));
}

.answer_inner .answer_dtl {
  margin-left: 0;
}

.guideline_ttl {
  margin: calc(20 * (100vw / 430)) 0 calc(8 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.answer_inner .guideline {
  border-width: calc(2 * (100vw / 430));
  border-radius: calc(10 * (100vw / 430));
  width: calc(370 * (100vw / 430));
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.answer_inner .guideline tr {
  height: calc(50 * (100vw / 430));
}

.answer_inner .guideline tr:nth-of-type(n+2) {
  border-width: calc(1 * (100vw / 430));
}

.answer_inner .guideline th:nth-of-type(n+2),
.answer_inner .guideline td:nth-of-type(n+2) {
  border-width: calc(1 * (100vw / 430));
}

.answer_inner .guideline td {
  border-width: calc(1 * (100vw / 430));
}
/*-----------------------chapter5*/

/*chapter6-----------------------*/
#Chapter6 {
  position: relative;
  z-index: 1;
  padding: calc(240 * (100vw / 430)) 0 calc(60 * (100vw / 430));
  overflow: clip;
}

#Chapter6 .for_bg::before {
  background: url(../img/bg_001_sp.jpg) center center / cover no-repeat;
}


#Chapter6 .sec_inner {
  padding: calc(50 * (100vw / 430)) 0 0;
}

#Chapter6 .sec_inner::before {
  width: calc(100vw + calc(15 * (100vw / 430)));
  height: calc(350 * (100vw / 430));
}

#Chapter6 .sec_inner::after {
  margin-top: calc(175 * (100vw / 430));
}

#Chapter6 .chapter_ttl .txt_aotsubu {
  width: calc(148 * (100vw / 430));
}

#Chapter6 .bnr_cp {
  margin-bottom: calc(20 * (100vw / 430));
}

.discount_caption {
  margin-bottom: calc(100 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
  line-height: 1.5;
}

.discount_caption .txt_L {
  font-size: calc(24 * (100vw / 430));
}

.discount_caption .txt_S {
  font-size: calc(11 * (100vw / 430));
}

.discount_caption .markerline {
  margin-left: 0;
}

.product_cat_list {
  width: calc(400 * (100vw / 430));
}

.product_cat_list .each_product_cat_wrap:nth-of-type(n+2) {
  margin-top: calc(100 * (100vw / 430));
}

.each_product_cat_wrap {
  border-radius: calc(10 * (100vw / 430));
  padding: calc(65 * (100vw / 430)) calc(20 * (100vw / 430)) calc(50 * (100vw / 430));
}

.product_icon_wrap {
  margin-bottom: calc(-40 * (100vw / 430));
  padding-top: calc(28 * (100vw / 430));
}

.product_icon_txt {
  width: calc(130 * (100vw / 430));
}

.product_icon {
  width: calc(80 * (100vw / 430));
}

.product_icon::before {
  width: calc(100% + calc(14 * (100vw / 430)));
  height: calc(100% + calc(14 * (100vw / 430)));
}

.product_cat {
  margin: 0 auto calc(30 * (100vw / 430));
  padding: 0 calc(24 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.product_cat::before {
  width: calc(13 * (100vw / 430));
  height: calc(13 * (100vw / 430));
}

.product_cat::after {
  width: calc(13 * (100vw / 430));
  height: calc(13 * (100vw / 430));
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1) {
  left: auto;
  right: 0;
  margin: calc(45 * (100vw / 430)) calc(15 * (100vw / 430)) 0 0;
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2) {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  margin: 0 0  calc(-20 * (100vw / 430)) calc(20 * (100vw / 430));
}

.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1) {
  top: 0;
  right: 0;
  margin: calc(40 * (100vw / 430)) calc(20 * (100vw / 430)) 0 0;
}

.product_cat_feature_list li::before,
.product_cat_feature_list li::after {
  width: calc(86 * (100vw / 430));
  height: calc(86 * (100vw / 430));
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1)::before,
.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1)::after {
  margin: calc(-2 * (100vw / 430)) 0 0 calc(2 * (100vw / 430));
  transform: translate(-50%, -50%) rotate(75deg);
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2)::before,
.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2)::after {
  margin: calc(-2 * (100vw / 430)) 0 0 calc(-2 * (100vw / 430));
  transform: translate(-50%, -50%) rotate(10deg);
}

.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1)::before,
.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1)::after {
  margin: calc(-2 * (100vw / 430)) 0 0 calc(4 * (100vw / 430));
  transform: translate(-50%, -50%) rotate(40deg);
}

.product_cat_feature_list li p {
  font-size: calc(11 * (100vw / 430));
}

.product_cat_feature_list li p::before  {
  width: calc(20 * (100vw / 430));
  height: calc(22 * (100vw / 430));
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(1) p::before {
  top: 0;
  left: 100%;
  margin: calc(-12 * (100vw / 430)) 0 0 calc(12 * (100vw / 430));
  transform: rotate(-250deg);
}

.each_product_cat_wrap.individual-package .product_cat_feature_list li:nth-of-type(2) p::before {
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-10 * (100vw / 430)) calc(-38 * (100vw / 430));
  transform: rotate(-60deg);
}

.each_product_cat_wrap.bottle .product_cat_feature_list li:nth-of-type(1) p::before {
  bottom: 0;
  left: 100%;
  margin: 0 0 calc(-48 * (100vw / 430)) calc(2 * (100vw / 430));
  transform: rotate(-190deg);
}

.product_list {
  display: block;
}

.product_list li {
  width: auto;
}

.product_list li:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 430));
}

.product_feature {
  width: calc(120 * (100vw / 430));
  filter: drop-shadow(calc(4 * (100vw / 430)) 0 0 #F1F6ED);
}

.each_product_cat_wrap.individual-package .product_list li:nth-of-type(1) .product_feature {
  left: 0;
  margin: calc(-26 * (100vw / 430)) 0 0 calc(-28 * (100vw / 430));
}

.each_product_cat_wrap.refill .product_list li:nth-of-type(2) .product_feature {
  right: auto;
  left: 0;
  margin: calc(-26 * (100vw / 430)) 0 0 calc(-28 * (100vw / 430));
}

.product_net {
  width: auto;
  height: calc(26 * (100vw / 430));
  margin: 0 auto calc(10 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}


.product_net::after {
  height: calc(14 * (100vw / 430));
  margin-bottom: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

.product_list li .content_wrap {
  display: flex;
  align-items: flex-end;
  gap: calc(15 * (100vw / 430));
}

.product_img {
  border-radius: calc(20 * (100vw / 430));
  width: calc(140 * (100vw / 430));
  margin-bottom: 0;
}

.product_item_name {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.product_price .off {
  font-size: calc(18*(100vw / 430));
  margin-top: calc(10*(100vw / 430));
  margin-left: calc(0*(100vw / 430));
  padding: calc(6*(100vw / 430)) calc(10*(100vw / 430)) calc(4*(100vw / 430));
}

.product_price .off_S {
  font-size: calc(12*(100vw / 430));
}

.product_list li .content_wrap .txt_wrap {
  flex: 1;
}

.product_price {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
  text-align: left;
}

.product_price .txt_L {
  font-size: calc(32 * (100vw / 430));
}

.product_price .txt_S {
  margin-left: calc(5 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.product_cart-in_wrap {
  align-items: flex-end;
  gap: calc(10 * (100vw / 430));
}

.select-amount_wrap {
  display: block;
}

.select-amount_wrap p {
  margin-bottom: calc(3 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.select-amount_wrap .amount {
  width: calc(70 * (100vw / 430));
  height: calc(45 * (100vw / 430));
  border-radius: calc(5 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(20 * (100vw / 430)) !important;
}

.product_cart-in a {
  border-width: calc(2 * (100vw / 430));
  border-radius: calc(20 * (100vw / 430));
  height: calc(57 * (100vw / 430));
}

.product_cart-in a span {
  padding-left: calc(38 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
  line-height: 1.2;
}

.product_cart-in a span::before {
  width: calc(35 * (100vw / 430));
  height: calc(35 * (100vw / 430));
}

#Chapter6 .btn_purchase {
  margin-top: calc(60 * (100vw / 430));
}
/*-----------------------chapter6*/

/*campaign-----------------------*/
#Campaign {
  border-width: calc(3 * (100vw / 430));
  border-radius: calc(20 * (100vw / 430));
  width: calc(400 * (100vw / 430));
  margin: calc(60 * (100vw / 430)) auto 0;
}

.campaign_list {
  padding: calc(25 * (100vw / 430)) calc(15 * (100vw / 430));
}

.campaign_list > li {
  border-radius: calc(10 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) 0 calc(25 * (100vw / 430));
}

.campaign_list > li:nth-of-type(n+2) {
  margin-top: calc(15 * (100vw / 430));
}

.campaign_list > li dt {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
  line-height: 1.3;
}

.campaign_list > li dt .txt_S {
  gap: calc(8 * (100vw / 430));
  margin: 0 auto calc(5 * (100vw / 430));
}

.campaign_list > li dt .txt_S::before {
  width: calc(12 * (100vw / 430));
  height: calc(22 * (100vw / 430));
  margin-right: calc(10 * (100vw / 430));
}

.campaign_list > li dt .txt_S::after {
  width: calc(12 * (100vw / 430));
  height: calc(22 * (100vw / 430));
  margin-left: calc(10 * (100vw / 430));
}

.campaign_list > li dt .txt_campaign {
  width: calc(78 * (100vw / 430));
}

.campaign_list > li dt .weblimited {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: calc(18*(100vw / 430));
  color: var(--color_01);
  margin-bottom: calc(15*(100vw / 430));
  z-index: 0;
}

.campaign_list > li dt .weblimited::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(1*(100vw / 430));
  height: calc(20*(100vw / 430));
  background-color: var(--color_01);
  top: calc(5*(100vw / 430));
  left: calc(-10*(100vw / 430));
  transform: rotate(-30deg);
  z-index: 1;
}

.campaign_list > li dt .weblimited::after {
  position: absolute;
  content: "";
  display: block;
  width:  calc(1 * (100vw / 430));
  height:  calc(20 * (100vw / 430));
  background-color: var(--color_01);
  top:  calc(5 * (100vw / 430));
  right:  calc(-10 * (100vw / 430));
  transform: rotate(30deg);
  z-index: 1;
}

.campaign_list > li dt .txt_num {
  width: calc(13 * (100vw / 430))
}

.campaign_list > li dt .txt_L {
  margin-right: 0;
  font-size: calc(48 * (100vw / 430));
}

.campaign_list > li dd P {
  font-size: calc(15 * (100vw / 430));
}

.campaign_list > li dd P sup {
  font-size: calc(10 * (100vw / 430));
}

.campaign_list > li dd P .markerline {
  font-size: calc(18 * (100vw / 430));
}

.campaign_list > li dd .notes_list {
  margin: calc(20 * (100vw / 430)) auto 0;
}

.campaign_list > li dd .notes_list li {
  font-size: calc(11 * (100vw / 430));
}

.campaign_list > li dd .notes_list li:nth-of-type(n+2) {
  margin-top: calc(5 * (100vw / 430));
}

.campaign_list .txt_L sup {
  font-size: calc(20 * (100vw / 430));
}

/*-----------------------campaign*/

/*sns----------------------------*/
.sns_area {
  flex-direction: column;
  gap: calc(15 * (100vw / 430));
  padding:  calc(50 * (100vw / 430)) 0 calc(30 * (100vw / 430));
}

.sns_area::before {
  height: calc(14 * (100vw / 430));
  margin-top: calc(-5 * (100vw / 430));
  mask-size: 50% 100%;
  -webkit-mask-size: 50% 100%;
}

.sns_btn {
  width: fit-content;
  margin: 0 auto;
}

.sns_btn a {
  gap: calc(15 * (100vw / 430));
  border-radius: calc(20 * (100vw / 430));
  width: calc(370 * (100vw / 430));
  height: calc(100 * (100vw / 430));
  padding-left: calc(15 * (100vw / 430));
}

.sns_btn a::before {
  width: calc(19 * (100vw / 430));
  height: calc(25 * (100vw / 430));
  margin-right: calc(20 * (100vw / 430));
}

.sns_btn a:hover::before {
  margin-right: calc(10 * (100vw / 430));
}

.sns_img {
  width: calc(80 * (100vw / 430));
}

.sns_name {
  padding-right: calc(35 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.sns_name::before {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
}
/*----------------------------sns*/

/*Product ------------------------*/
.modal_inner {
  max-height: calc(100% - calc(60 * (100vw / 430)));
}

.modal_inner .btn_close {
  width: calc(30 * (100vw / 430));
  height: calc(30 * (100vw / 430));
  margin: calc(-15 * (100vw / 430)) calc(-15 * (100vw / 430)) 0 0;
}

.modal_inner .btn_close::before {
  border-radius: calc(10 * (100vw / 430));
  width: calc(14 * (100vw / 430));
  height: calc(3 * (100vw / 430));
}

.modal_inner .btn_close::after {
  border-radius: calc(10 * (100vw / 430));
  width: calc(3 * (100vw / 430));
  height: calc(14 * (100vw / 430));
}

.modal_content {
  width: calc(390 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) calc(10 * (100vw / 430));
}

.modal_content .bnr_cp {
  width: calc(370 * (100vw / 430));
  margin-bottom: calc(20 * (100vw / 430));
}

.modal_content .bnr_cp .mark {
  margin-right: calc(10 * (100vw / 430));
}

.modal_content .discount_caption {
  margin-bottom: calc(25 * (100vw / 430));
}

.modal_content .product_list {
  display: block;
  border-radius: calc(20 * (100vw / 430));
}

.modal_content .product_list li {
  padding: calc(20 * (100vw / 430)) calc(10 * (100vw / 430));
}

.modal_content .product_list li:nth-of-type(n+2) {
  margin-top: 0;
}

.modal_content .product_list li:nth-of-type(odd)::before {
  display: none;
}

.modal_content .product_list li::after {
  border-radius: calc(10 * (100vw / 430));
  width: calc(100% - calc(20 * (100vw / 430)));
  height: calc(3 * (100vw / 430));
  margin-bottom: calc(-1.5 * (100vw / 430));
}

.modal_content .product_list li:nth-last-of-type(1)::after {
  display: none;
}

.modal_content .product_list li:nth-of-type(odd):nth-last-of-type(2)::after {
  display: none;
}

.modal_content .product_list li .product_net {
  position: relative;
  width: auto;
  height: calc(26 * (100vw / 430));
  margin: 0 auto calc(10 * (100vw / 430));
}

.modal_content .product_list li .content_wrap {
  gap: calc(15 * (100vw / 430));
}

.modal_content .product_list li .txt_wrap {
  padding-top: 0;
}

.modal_content .product_list li .product_img {
  border-radius: calc(10 * (100vw / 430));
  width: calc(50 * (100vw / 430));
}

.modal_content .product_list li .product_img.limited::before {
  position: absolute;
  content: "限定";
  color: #fff;
  font-size: calc(15*(100vw / 430));
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/limited_bg.svg) no-repeat;
  background-size: 100%;
  width: calc(50*(100vw / 430));
  height: calc(50*(100vw / 430));
  top: calc(-20*(100vw / 430));
  left: calc(-10*(100vw / 430));
  z-index: 1;
}

.modal_content .product_list li .product_img {
  border-radius: calc(10 * (100vw / 430));
  width: calc(140 * (100vw / 430));
}
/*------------------------Product*/

/*fixed menu---------------------*/
.menu_switch {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(40 * (100vw / 430));
  background: var(--color_regular);
  transform: translateY(100%);
  transition: transform .3s
}

.menu_switch.active {
  transform: translateY(0);
}

.menu_switch.open {
  transform: translateY(calc(-80 * (100vw / 430)));
}

.menu_switch::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1 * (100vw / 430));
  background: #fff;
  opacity: .5;
  content: "";
}

.menu_switch .to_open {
  display: block;
}

.menu_switch .to_close {
  display: none;
}

.menu_switch.open .to_close {
  display: block;
}

.menu_switch.open .to_open {
  display: none;
}

.menu_list_wrap.fixed .menu_list {
  display: flex;
  width: 100vw;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu_list_wrap.fixed .menu_list::-webkit-scrollbar {
  display:none;
}

.menu_list_wrap.fixed .menu_list::before,
.menu_list_wrap.fixed .menu_list::after,
.menu_list_wrap.fixed .menu_list li:nth-of-type(n+2)::before {
  margin-top: 0;
}

.menu_list_wrap.fixed .menu_list li:nth-of-type(n+3)::after {
  display: none;
}

.menu_list_wrap.fixed .menu_list li:nth-of-type(even):before {
  display: block;
}

.menu_list_wrap.fixed .menu_list li:nth-last-of-type(1):before {
  display: none;
}

.menu_list_wrap.fixed .menu_list li a {
  width: fit-content;
  height: calc(80 * (100vw / 430));
  padding: calc(10 * (100vw / 430)) calc(20 * (100vw / 430));
}

.menu_list_wrap.fixed .menu_list li .chapter_wrap {
  gap: calc(6 * (100vw / 430));
  margin-bottom: calc(4 * (100vw / 430));
}

.menu_list_wrap.fixed .menu_list li .chapter_wrap .txt_chapter {
  width: calc(74 * (100vw / 430));
}

.menu_list_wrap.fixed .menu_list li .chapter_wrap .txt_num {
  width: calc(10 * (100vw / 430));
}

.menu_list_wrap.fixed .menu_ttl {
  min-height: calc(35 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
  white-space: nowrap;
}

.menu_list_wrap.fixed .menu_ttl .txt_aotsubu {
  width: calc(76 * (100vw / 430));
}
/*---------------------fixed menu*/

/*fixed btn----------------------*/
.fixed_wrap {
  left: 0;
  transform: translateX(0);
  width: 100%;
}

.btn_purchase.fixed {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
  margin: 0 0 calc(20 * (100vw / 430)) calc(10 * (100vw / 430));
  padding-top: 7.5rem;
  transform: translateY(calc(100% + calc(20 * (100vw / 430))));
}

.btn_purchase.fixed.active {
  transform: translateY(0);
  opacity: 1;
}

.btn_purchase.fixed.move {
  transform: translateY(calc(-40 * (100vw / 430)));
}

.btn_purchase.fixed.move2 {
  transform: translateY(calc(-120 * (100vw / 430)));
}

.btn_purchase.fixed a .logo_aotsubu {
  position: static;
}

.btn_purchase.fixed a {
  display: block;
  border-radius: calc(20 * (100vw / 430));
  width: calc(130 * (100vw / 430));
  height: fit-content;
  padding: calc(10 * (100vw / 430));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.btn_purchase.fixed a:hover {
  background: var(--color_01);
}

.btn_purchase.fixed a .btn_inner {
  display: block;
  width: fit-content;
  margin: calc(8 * (100vw / 430)) auto 0;
  padding-left: calc(25 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
  letter-spacing: .1em;
}

.btn_purchase.fixed a:hover .btn_inner {
  color: #fff;
}

.btn_purchase.fixed a .btn_inner::before {
  width: calc(22 * (100vw / 430));
  height: calc(22 * (100vw / 430));
}

.btn_purchase.fixed a:hover .btn_inner::before {
  background: #fff;
}

.fixed_wrap_bnr_cp {
  bottom: auto;
  top: 0;
}

.bnr_cp.fixed {
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  transform: translateY(-100%);
}

.bnr_cp.fixed.move {
  transform: translateY(0);
}

.bnr_cp.fixed a {
  height: calc(80 * (100vw / 430));
  background: var(--color_02);
}

.bnr_cp.fixed a picture,
.bnr_cp.fixed a img {
  height: 100%;
}

.bnr_cp.fixed .btn_close {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  border-width: calc(2 * (100vw / 430));
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  margin: 0 0 calc(5 * (100vw / 430)) calc(5 * (100vw / 430));
}

.bnr_cp.fixed .btn_close::before {
  border-radius: calc(10 * (100vw / 430));
  width: calc(2 * (100vw / 430));
  height: calc(10 * (100vw / 430));
}

.bnr_cp.fixed .btn_close::after {
  border-radius: calc(10 * (100vw / 430));
  width:calc(10 * (100vw / 430));
  height: calc(2 * (100vw / 430));
}
/*----------------------fixed btn*/


}

/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }

  .header_wrap {
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .header_wrap::-webkit-scrollbar {
    display:none;
  }
}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1800px){
  html {
    font-size: calc(10 * (100vw / 1800));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/


/* ＝＝＝＝ 2025追加箇所 ＝＝＝＝ */
.product_cat_name {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.product_cat_feature_list_off {
  position: relative;
  z-index: 0;
}

.product_cat_feature_list_off li {
  position: absolute;
  z-index: 1;
  top: 5rem;
  right: 26rem;
}

.product_cat_feature_list_off li::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/limited_bg.svg) no-repeat;
  background-size: 100%;
  width: 12rem;
  height: 12rem;
  top: -4rem;
  left: -2rem;
  z-index: -1;
}

.product_cat_feature_list_off li p {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
}

.product_cat_feature_list_off li p .small_1 {
  font-size: 1.6rem;
}

.product_cat_feature_list_off li p .small_2 {
  font-size: 2.2rem;
}

@media screen and  (max-width:768px) {
  .product_cat_name {
    font-size: calc(15*(100vw / 430));
    margin-bottom: calc(20*(100vw / 430));
  }
  
  .product_cat_feature_list_off li {
    position: absolute;
    z-index: 1;
    top: calc(50*(100vw / 430));
    right: calc(0*(100vw / 430));
  }
  
  .product_cat_feature_list_off li::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/limited_bg.svg) no-repeat;
    background-size: 100%;
    width: calc(65*(100vw / 430));
    height: calc(65*(100vw / 430));
    top: calc(-16*(100vw / 430));
    left: calc(-5*(100vw / 430));
    z-index: -1;
  }
  
  .product_cat_feature_list_off li p {
    font-size: calc(20 * (100vw / 430));
  }
  
  .product_cat_feature_list_off li p .small_1 {
    font-size: calc(13 * (100vw / 430));
  }
  
  .product_cat_feature_list_off li p .small_2 {
    font-size: calc(18 * (100vw / 430));
  }
}

