@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display:none;
}

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

#Wrap {
  width: auto;
}

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

:root {
  --font_eng: "Jost", "Noto Sans JP", sans-serif;
  --color_regular: #2B2B2B;
  --color_01: #71BDD0;
  --color_02: #4D9BAF;
  --color_03: #EDF5F7;
  --color_04: #C4E7F0;
  --color_05: #3DA4C3;
  --color_06: #8BCCDD;
  --color_07: #EFF6F8;
  --color_08: #E2F1F5;
  --color_09: #C6E5EC;
  --color_10: #ECF6F8;
  --color_yellow: #FFF68B;
  --color_orange: #EAB485;
  --color_red: #D07878;
  --color_green: #96C7C0;
  --color_pink: #DBA4B9;
}

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

.LP_page {
  width: 100%;
  font-family: var(--font_regular);
  color: var(--color_regular);
  overflow-x: clip;
  opacity: 0;
  transition: opacity 1s;
}

.LP_page.active {
  opacity: 1;
}

.LP_page_inner {
  position: relative;
  z-index: 1;
  background: #fff;
  min-height: 100vh;
}

.LP_page a {
  display: block;
}

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

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

.LP_page sup {
  font-size: calc(7 * (60rem / 390));
  letter-spacing: -.05em;
}

/*
.activePoint.animation01 {
  opacity: 0;
  translate: 0 calc(20 * (60rem / 390));
  transition: opacity 1s, translate 1s;
}

.activePoint.animation01.active {
  opacity: 1;
  translate: unset;
}

.activePoint.animation02 {
  opacity: 0;
  filter: blur(calc(10 * (60rem / 390)));
  transition: opacity .6s, filter 1s;
}

.activePoint.animation02.active {
  opacity: 1;
  filter: unset;
}

.activePoint.animation03 {
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-size: 100% max(300%, 100vh);
  mask-position: center 100%;
  mask-repeat: none;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  -webkit-mask-repeat: none;
  transform: translateZ(0);
  transition: mask-position 1.4s linear, -webkit-mask-position 1.4s linear;
}

.activePoint.animation03.active {
  mask-position: center 0;
  -webkit-mask-position: center 0;
}
  */

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

/*heading------------------------*/
.heading_area {
  padding-bottom: calc(60 * (60rem / 390));
}

.main_ttl {
  margin-bottom: calc(35 * (60rem / 390));
  border-bottom: solid var(--color_01) 1px;
}

.main_lead_wrap p {
  font-size: calc(15 * (60rem / 390));
  line-height: 2;
  text-align: center;
}

.main_lead_wrap p:nth-of-type(n+2) {
  margin-top: calc(30 * (60rem / 390));
}
/*------------------------heading*/

/*advisor-------------------------*/
.advisor_area {
  padding-bottom: calc(60 * (60rem / 390));
}

.advisor_area .area_ttl {
  margin-bottom: calc(25 * (60rem / 390));
  padding: calc(14 * (60rem / 390)) 0;
  background: var(--color_08);
  font-size: calc(14 * (60rem / 390));
  font-weight: 500;
  text-align: center;
  color: var(--color_02);
}

.advisor_area .area_ttl .txt_L {
  margin: 0 calc(2 * (60rem / 390));
  font-size: calc(21 * (60rem / 390));
  font-weight: 700;
}

.advisor_area .advisor_comment_wrap {
  position: relative;
  margin-bottom: calc(20 * (60rem / 390));
}

.advisor_area .advisor_comment_wrap::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(12 * (60rem / 390));
  height: calc(10 * (60rem / 390));
  margin: calc(-.5 * (60rem / 390)) 0 0 calc(105 * (60rem / 390));
  background: url(../img/deco_speech02.svg) center center / 100% auto no-repeat;
  content: "";
}

.advisor_area .advisor_comment_wrap::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: calc(10 * (60rem / 390));
  height: calc(5 * (60rem / 390));
  border-radius: calc(10 * (60rem / 390));
  margin: 0 0 calc(-1 * (60rem / 390)) calc(106 * (60rem / 390));
  background: #fff;
  content: "";
}

.profile_wrap {
  width: calc(300 * (60rem / 390));
  margin: 0 auto;
}

.profile_summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(15 * (60rem / 390));
}

.advisor_img {
  width: calc(100 * (60rem / 390));
  border-radius: 50%;
  overflow: clip;
}

.advisor_job {
  margin-bottom: calc(8 * (60rem / 390));
  font-size: calc(11 * (60rem / 390));
  line-height: 1.4;
  font-weight: 500;
}

.advisor_name {
  position: relative;
  display: inline-block;
  margin-right: calc(3 * (60rem / 390));
  padding-top: calc(12 * (60rem / 390));
  font-size: calc(22 * (60rem / 390));
  font-weight: 500;
}

.advisor_name .txt_kana {
  position: absolute;
  top: 0;
  font-size: calc(10 * (60rem / 390));
  font-weight: 400;
  letter-spacing: .2em;
}

.advisor_name .txt_kana:nth-of-type(1) {
  left: calc(5 * (60rem / 390));
}

.advisor_name .txt_kana:nth-of-type(2) {
  right: calc(5 * (60rem / 390));
}

.profile_txt {
  margin-top: calc(10 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
  line-height: 1.5;
  text-align: justify;
}
/*-------------------------advisor*/

/*selfcheck-----------------------*/
.selfcheck_area {
  padding-bottom: calc(50 * (60rem / 390));
}

.selfcheck_area .area_ttl {
  margin-bottom: calc(20 * (60rem / 390));
  padding: calc(13 * (60rem / 390)) 0;
  background: var(--color_01);
  font-size: calc(24 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.selfcheck_area .area_ttl .txt_S {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto calc(10 * (60rem / 390));
  padding: 0 calc(10 * (60rem / 390));
  font-size: calc(11 * (60rem / 390));
}

.selfcheck_area .area_ttl .txt_S::before,
.selfcheck_area .area_ttl .txt_S::after {
  position: absolute;
  bottom: 0;
  width: calc(1.5 * (60rem / 390));
  height: calc(14 * (60rem / 390));
  margin-bottom: calc(-2 * (60rem / 390));
  border-radius: calc(10 * (60rem / 390));
  background: #fff;
  content: "";
}

.selfcheck_area .area_ttl .txt_S::before {
  left: 0;
  rotate: -30deg;
}

.selfcheck_area .area_ttl .txt_S::after {
  right: 0;
  rotate: 30deg;
}

.question_wrap {
  padding: 0 calc(15 * (60rem / 390));
}

.question2.each_question {
  position: relative;
  padding-top: calc(15 * (60rem / 390));
}

.question2.each_question.notTouched {
  pointer-events: none;
}

.question2.each_question::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(8 * (60rem / 390));
  height: calc(8 * (60rem / 390));
  border-radius: 50%;
  background: var(--color_01);
  content: "";
  opacity: 1;
  transition: opacity .3s;
  transition-delay: .3s;
}

.question2.each_question:nth-of-type(1):before {
  margin-left: calc(2 * (60rem / 390));
}

.question2.each_question:nth-of-type(2):before {
  margin-left: calc(-2 * (60rem / 390));
}

.question2.each_question.notTouched::before {
  opacity: 0;
  transition-delay: 0s;
}

.txt_question {
  margin-bottom: calc(10 * (60rem / 390));
  font-size: calc(15 * (60rem / 390));
  font-weight: 700;
  text-align: center;
}

.txt_question .txt_S {
  font-size: calc(10 * (60rem / 390));
}

.question2.each_question.notTouched .txt_question .txt_S {
  display: none;
}

.question2_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8 * (60rem / 390));
}

.answer_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: calc(5 * (60rem / 390));
}

.answer_list li input {
  display: none;
}

.answer_btn {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  margin-bottom: calc(22 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
  border: solid var(--color_01) calc(1.5 * (60rem / 390));
  font-weight: 500;
  line-height: 1.3;
  background: var(--color_03);
  cursor: pointer;
  transition: background-color .3s, color .3s;
}

.answer_list li:nth-of-type(1) .answer_btn {
  border-radius: calc(5 * (60rem / 390)) 0 0 calc(5 * (60rem / 390));
}

.answer_list li:nth-of-type(2) .answer_btn {
  border-radius: 0 calc(5 * (60rem / 390)) calc(5 * (60rem / 390)) 0;
  border-left: none;
}

.question1 .answer_btn {
  height: calc(45 * (60rem / 390));
}

.question2 .answer_btn {
  height: calc(56 * (60rem / 390));
}

.answer_btn::before,
.answer_btn::after {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: calc(1.5 * (60rem / 390));
  height: calc(25 * (60rem / 390));
  box-sizing: border-box;
  content: "";
}

.answer_btn::before {
  width: calc(1.5 * (60rem / 390));
  margin-top: calc(1.5 * (60rem / 390));
  border-left: dashed var(--color_regular) calc(1.5 * (60rem / 390));
}

.answer_btn::after {
  width: calc(2 * (60rem / 390));
  border-left: solid var(--color_01) calc(2 * (60rem / 390));
  transition: scale .3s;
  transform-origin: top center;
  scale: 1 0;
}

.answer_list li input:checked + .answer_btn {
  background: var(--color_01);
  color: #fff;
}

.answer_list li input:checked + .answer_btn::after {
  scale: 1 1;
}

.innercare_cate {
  position: relative;
  padding: calc(15 * (60rem / 390)) 0;
  font-size: calc(16 * (60rem / 390));
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.innercare_cate::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(8 * (60rem / 390));
  height: calc(8 * (60rem / 390));
  border-radius: 50%;
  background: var(--color_01);
  content: "";
  opacity: 0;
  transition: opacity .3s;
}

.answer_list li input:checked + .answer_btn + .innercare_cate::before {
  opacity: 1;
  transition-delay: .3s;
}

.innercare_cate .txt_S {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  font-size: calc(10 * (60rem / 390));
  letter-spacing: 0;
  white-space: nowrap;
}

.innercare_cate.cate_vitaminC {
  color: var(--color_orange);
}

.innercare_cate.cate_protein {
  color: var(--color_red);
}

.innercare_cate.cate_probiotics {
  color: var(--color_green);
}

.innercare_cate.cate_enzyme {
  color: var(--color_pink);
}
/*-----------------------selfcheck*/

/*index---------------------------*/
.main_nav {
  padding-bottom: calc(50 * (60rem / 390));
}

.main_nav h3 {
  margin-bottom: calc(15 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(21 * (60rem / 390));
  font-weight: 700;
  text-align: center;
}

.main_nav .nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(17 * (60rem / 390));
  padding: 0 calc(15 * (60rem / 390));
}

.nav_list li {
  position: relative;
}

.nav_list li::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(48 * (60rem / 390));
  height: calc(48 * (60rem / 390));
  margin: calc(-13 * (60rem / 390)) 0 0 calc(-13 * (60rem / 390));
  background: url(../img/icon_recommended.svg) center center / 100% auto no-repeat;
  content: "";
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}

.nav_list li.recommended::before {
  opacity: 1;
}

.nav_list li a {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: calc(50 * (60rem / 390));
  font-size: calc(18 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.nav_list li.cate_vitaminC a {
  background: var(--color_orange);
}

.nav_list li.cate_protein a {
  background: var(--color_red);
}

.nav_list li.cate_probiotics a {
  background: var(--color_green);
}

.nav_list li.cate_enzyme a {
  background: var(--color_pink);
}

.nav_list li a:not(.fixed_nav .nav_list li a)::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: calc(3 * (60rem / 390)) 0 0 calc(3 * (60rem / 390));
  border: solid 1px;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
}

.nav_list li.cate_vitaminC a::before {
  border-color: var(--color_orange) !important;
}

.nav_list li.cate_protein a::before {
  border-color: var(--color_red) !important;
}

.nav_list li.cate_probiotics a::before {
  border-color: var(--color_green) !important;
}

.nav_list li.cate_enzyme a::before {
  border-color: var(--color_pink) !important;
}

.main_nav .nav_list li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(6 * (60rem / 390));
  height: calc(6 * (60rem / 390));
  margin-right: calc(10 * (60rem / 390));
  border-bottom: solid #fff calc(2 * (60rem / 390));
  border-right: solid #fff calc(2 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: border-color .3s;
}

.nav_list li p .txt_S {
  display: block;
  margin-top: calc(6 * (60rem / 390));
  font-size: calc(10 * (60rem / 390));
}
/*---------------------------index*/

/*main content-------------------*/
.each_cate {
  position: relative;
  padding: calc(68 * (60rem / 390)) 0 calc(60 * (60rem / 390));
}

.each_cate:nth-last-of-type(1) {
  padding-bottom: calc(70 * (60rem / 390));
}

.each_cate::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(8 * (60rem / 390));
  background: url(../img/border_001.svg) center center / cover no-repeat;
  content: "";
}

.cate_ttl {
  position: relative;
  z-index: 1;
  width: calc(280 * (60rem / 390));
  margin: 0 auto calc(35 * (60rem / 390));
  padding: calc(13 * (60rem / 390)) 0 calc(10 * (60rem / 390));
  font-size: calc(26 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#VitaminC .cate_ttl {
  background: var(--color_orange);
}

#Protein .cate_ttl {
  background: var(--color_red);
}

#Probiotics .cate_ttl {
  background: var(--color_green);
}

#Enzyme .cate_ttl {
  background: var(--color_pink);
}

.cate_ttl .txt_S {
  display: block;
  margin-top: calc(5 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(13 * (60rem / 390));
  font-weight: 500;
  letter-spacing: .1em;
}

.cate_ttl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: calc(4 * (60rem / 390)) 0 0 calc(4 * (60rem / 390));
  border: solid 1px;
  box-sizing: border-box;
  content: "";
}

#VitaminC .cate_ttl::before {
  border-color: var(--color_orange);
}

#Protein .cate_ttl::before {
  border-color: var(--color_red);
}

#Probiotics .cate_ttl::before {
  border-color: var(--color_green);
}

#Enzyme .cate_ttl::before {
  border-color: var(--color_pink);
}

.benefit_list {
  width: fit-content;
  margin: 0 auto calc(30 * (60rem / 390));
}

.benefit_list li {
  position: relative;
  z-index: 1;
  padding-left: calc(27 * (60rem / 390));
  font-size: calc(16 * (60rem / 390));
  line-height: 1.4;
}

.benefit_list li:nth-of-type(n+2) {
  margin-top: calc(10 * (60rem / 390));
}

.benefit_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(17 * (60rem / 390));
  height: calc(17 * (60rem / 390));
  margin-top: calc(2 * (60rem / 390));
  background: url(../img/icon_check.svg) center center / 100% auto no-repeat;
  content: "";
}

.concern_list_wrap h4 {
  position: relative;
  z-index: 1;
  width: calc(160 * (60rem / 390));
  height: calc(53 * (60rem / 390));
  margin: 0 auto calc(6 * (60rem / 390));
  padding-top: calc(16 * (60rem / 390));
  font-size: calc(15 * (60rem / 390));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--color_02);
  overflow: clip;
}

.concern_list_wrap h4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(160 * (60rem / 390));
  border: solid var(--color_02) calc(2 * (60rem / 390));
  border-radius: 50%;
  box-sizing: border-box;
  opacity: .6;
  content: "";
  pointer-events: none;
}

.concern_list {
  margin-bottom: calc(40 * (60rem / 390));
  padding: 0 calc(15 * (60rem / 390));
}

.concern_list li {
  padding: calc(8 * (60rem / 390)) 0;
  border-radius: calc(2 * (60rem / 390));
  background: var(--color_04);
  font-size: calc(15 * (60rem / 390));
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.concern_list li:nth-of-type(n+2) {
  margin-top: calc(2 * (60rem / 390));
}

.advisor_comment_wrap {
  margin-bottom: calc(60 * (60rem / 390));
  padding: 0 calc(15 * (60rem / 390));
}

.advisor_comment_wrap h4 {
  margin-bottom: calc(-4 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(23 * (60rem / 390));
  font-style: italic;
  font-weight: 500;
  text-align: center;
  color: var(--color_02);
}

.advisor_comment {
  position: relative;
  z-index: 1;
  padding: calc(20 * (60rem / 390));
  border-radius: calc(5 * (60rem / 390));
  border: solid 1px var(--color_01);
  font-size: calc(13 * (60rem / 390));
  line-height: 1.75;
  letter-spacing: .03em;
  text-align: justify;
  overflow: clip;
}

.advisor_comment::before,
.advisor_comment::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.advisor_comment::before {
  background: linear-gradient(to right, transparent calc(10 * (60rem / 390)), var(--color_10) calc(10 * (60rem / 390)) calc(1 * (60rem / 390))) center center / calc(11 * (60rem / 390)) 100% repeat-x;
}

.advisor_comment::after {
  background: linear-gradient(transparent, calc(10 * (60rem / 390)), var(--color_10) calc(10 * (60rem / 390)) calc(1 * (60rem / 390))) center center / 100% calc(11 * (60rem / 390)) repeat-y;
}

.advisor_comment .txt_highlight {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: var(--color_09);
  text-decoration-thickness: calc(8 * (60rem / 390));
  text-underline-offset: calc(-4 * (60rem / 390));
}

.product_wrap h3 {
  position: relative;
  width: calc(360 * (60rem / 390));
  margin: 0 auto calc(20 * (60rem / 390));
  padding-bottom: calc(20 * (60rem / 390));
  border-bottom: solid var(--color_02) 1px;
  font-size: calc(22 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: var(--color_02);
}

.product_wrap h3::before,
.product_wrap h3::after {
  position: absolute;
  bottom: 0;
  width: calc(6 * (60rem / 390));
  height: calc(6 * (60rem / 390));
  margin-bottom: calc(-3 * (60rem / 390));
  border-radius: 50%;
  background: var(--color_02);
  content: "";
}

.product_wrap h3::before {
  left: 0;
}

.product_wrap h3::after {
  right: 0;
}

.product_catch {
  display: grid;
  place-items: center;
  min-height: calc(60 * (60rem / 390));
  margin-bottom: calc(8 * (60rem / 390));
  font-size: calc(20 * (60rem / 390));
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: var(--color_02);
}

.product_img {
  position: relative;
  width: calc(210 * (60rem / 390));
  margin: 0 auto calc(8 * (60rem / 390));
}

.product_img .icon_lips {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(64 * (60rem / 390));
  margin: calc(3 * (60rem / 390)) 0 0 calc(-30 * (60rem / 390));
  pointer-events: none;
}

.product_name {
  margin-bottom: calc(20 * (60rem / 390));
  font-size: calc(22 * (60rem / 390));
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.product_name .product_brand {
  font-family: var(--font_eng);
  font-weight: 600;
  line-height: 1.5;
}

.product_name .txt_S {
  font-size: calc(20 * (60rem / 390));
}

.product_price_wrap:not(.trial_wrap .product_price_wrap) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(15 * (60rem / 390));
}

.product_price {
  display: flex;
  align-items: center;
  font-size: calc(18 * (60rem / 390));
  font-weight: 500;
}

.product_price .product_size {
  display: grid;
  place-items: center;
  width: calc(54 * (60rem / 390));
  height: calc(24 * (60rem / 390));
  margin-right: calc(8 * (60rem / 390));
  border-radius: calc(2 * (60rem / 390));
  background: var(--color_regular);
  font-size: calc(15 * (60rem / 390));
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.product_price .product_size .txt_S {
  margin-left: calc(1.5 * (60rem / 390));
  font-size: calc(11 * (60rem / 390));
  vertical-align: .05em;
}

.product_price .txt_tax {
  margin-left: calc(3 * (60rem / 390));
  padding-top: calc(3 * (60rem / 390));
  font-size: calc(11 * (60rem / 390));
}

.product_link:not(.trial_wrap .product_link) {
  display: grid;
  place-items: center;
  width: calc(120 * (60rem / 390));
  height: calc(40 * (60rem / 390));
  border: solid var(--color_05) 1px;
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_05);
  font-size: calc(15 * (60rem / 390));
  font-weight: 700;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.product_link:not(.trial_wrap .product_link):hover {
  background: #fff;
  color: var(--color_05);
}

.product_link:not(.trial_wrap .product_link) span {
  position: relative;
  padding-right: calc(10 * (60rem / 390));
}

.product_link:not(.trial_wrap .product_link) span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(6 * (60rem / 390));
  height: calc(6 * (60rem / 390));
  border-top: solid #fff calc(2 * (60rem / 390));
  border-right: solid #fff calc(2 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: border-color .3s;
}

.product_link:not(.trial_wrap .product_link):hover span::before {
  border-color: var(--color_05);
}

.trial_wrap {
  width: fit-content;
  margin: calc(25 * (60rem / 390)) auto 0;
}

.trial_wrap a {
  display: flex;
  width: calc(360 * (60rem / 390));
  height: calc(70 * (60rem / 390));
  border-radius: calc(5 * (60rem / 390));
  border: solid var(--color_01) 1px;
  background: var(--color_03);
  overflow: clip;
  transition: background-color .3s;
}

.trial_wrap a:hover {
  background: #fff;
}

.trial_wrap h5 {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 calc(10 * (60rem / 390)) 0 calc(15 * (60rem / 390));
  background: var(--color_06);
  font-size: calc(15 * (60rem / 390));
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.trial_wrap.plusalpha h5 {
  padding: 0 calc(3 * (60rem / 390)) 0 calc(8 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
}

.trial_wrap h5::before {
  position: absolute;
  top: 0;
  left: 100%;
  border-left: solid var(--color_06) calc(15 * (60rem / 390));
  border-top: solid transparent calc(35 * (60rem / 390));
  border-bottom: solid transparent calc(35 * (60rem / 390));
  margin-left: calc(-.5 * (60rem / 390));
  content: "";
}

.trial_wrap .product_price_wrap {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: calc(35 * (60rem / 390));
}

.trial_wrap.plusalpha .product_price_wrap {
  padding-left: calc(25 * (60rem / 390));
}

.trial_wrap .product_link {
  position: relative;
  margin-top: calc(8 * (60rem / 390));
  padding-right: calc(10 * (60rem / 390));
  font-size: calc(14 * (60rem / 390));
  color: var(--color_02);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: calc(1.5 * (60rem / 390));
}

.trial_wrap .product_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(6 * (60rem / 390));
  height: calc(6 * (60rem / 390));
  border-top: solid var(--color_02) calc(2 * (60rem / 390));
  border-right: solid var(--color_02) calc(2 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: margin .3s;
}

.trial_wrap a:hover .product_link::before {
  margin-right: calc(-5 * (60rem / 390));
}

.trial_wrap .notes {
  margin-top: calc(6 * (60rem / 390));
  font-size: calc(11 * (60rem / 390));
  text-align: right;
}

.btn_allitems {
  width: fit-content;
  margin: calc(40 * (60rem / 390)) auto 0;
}

.btn_allitems a {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(320 * (60rem / 390));
  height: calc(64 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  border: solid 1px;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.btn_allitems a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(8 * (60rem / 390));
  height: calc(8 * (60rem / 390));
  margin-right: calc(12 * (60rem / 390));
  border-top: solid #fff calc(2 * (60rem / 390));
  border-right: solid #fff calc(2 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: border-color .3s;
}

.btn_allitems a:hover {
  background: #fff !important;
}

#VitaminC .btn_allitems a {
  background: var(--color_orange);
  border-color: var(--color_orange);
}

#VitaminC .btn_allitems a:hover {
  color: var(--color_orange);
}

#VitaminC .btn_allitems a:hover::before {
  border-color: var(--color_orange);
}

#Protein .btn_allitems a {
  background: var(--color_red);
  border-color: var(--color_red);
}

#Protein .btn_allitems a:hover {
  color: var(--color_red);
}

#Protein .btn_allitems a:hover::before {
  border-color: var(--color_red);
}

#Probiotics .btn_allitems a {
  background: var(--color_green);
  border-color: var(--color_green);
}

#Probiotics .btn_allitems a:hover {
  color: var(--color_green);
}

#Probiotics .btn_allitems a:hover::before {
  border-color: var(--color_green);
}

#Enzyme .btn_allitems a {
  background: var(--color_pink);
  border-color: var(--color_pink);
}

#Enzyme .btn_allitems a:hover {
  color: var(--color_pink);
}

#Enzyme .btn_allitems a:hover::before {
  border-color: var(--color_pink);
}

.btn_allitems a p {
  font-size: calc(17 * (60rem / 390));
  font-weight: 700;
  text-align: center;
}

.btn_allitems a p .txt_S {
  display: block;
  margin-top: calc(6 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(13 * (60rem / 390));
  font-weight: 500;
  letter-spacing: .1em;
}

.swiper-pagination {
  position: static;
  width: calc(360 * (60rem / 390)) !important;
  margin: calc(25 * (60rem / 390)) auto 0;
  padding-top: calc(20 * (60rem / 390));
  border-top: dotted 1px var(--color_01);
}

.swiper-pagination-bullet {
  position: relative;
  width: calc(60 * (60rem / 390));
  height: calc(66 * (60rem / 390));
  margin: 0 !important;
  padding-bottom: calc(6 * (60rem / 390));
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: calc(20 * (60rem / 390)) !important;
}

#VitaminC .swiper-pagination-bullet:nth-of-type(1) {
  background: url(../img/product_vitaminC_01.jpg) top center / 100% auto no-repeat;
}

#VitaminC .swiper-pagination-bullet:nth-of-type(2) {
  background: url(../img/product_vitaminC_02.jpg) top center / 100% auto no-repeat;
}

#VitaminC .swiper-pagination-bullet:nth-of-type(3) {
  background: url(../img/product_vitaminC_03.jpg) top center / 100% auto no-repeat;
}

#Protein .swiper-pagination-bullet:nth-of-type(1) {
  background: url(../img/product_protein_01.jpg) top center / 100% auto no-repeat;
}

#Protein .swiper-pagination-bullet:nth-of-type(2) {
  background: url(../img/product_protein_02.jpg) top center / 100% auto no-repeat;
}

#Protein .swiper-pagination-bullet:nth-of-type(3) {
  background: url(../img/product_protein_03.jpg) top center / 100% auto no-repeat;
}

#Probiotics .swiper-pagination-bullet:nth-of-type(1) {
  background: url(../img/product_probiotics_01.jpg) top center / 100% auto no-repeat;
}

#Probiotics .swiper-pagination-bullet:nth-of-type(2) {
  background: url(../img/product_probiotics_02.jpg) top center / 100% auto no-repeat;
}

#Probiotics .swiper-pagination-bullet:nth-of-type(3) {
  background: url(../img/product_probiotics_03.jpg) top center / 100% auto no-repeat;
}

#Enzyme .swiper-pagination-bullet:nth-of-type(1) {
  background: url(../img/product_enzyme_01.jpg) top center / 100% auto no-repeat;
}

#Enzyme .swiper-pagination-bullet:nth-of-type(2) {
  background: url(../img/product_enzyme_02.jpg) top center / 100% auto no-repeat;
}

#Enzyme .swiper-pagination-bullet:nth-of-type(3) {
  background: url(../img/product_enzyme_03.jpg) top center / 100% auto no-repeat;
}

.swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(40 * (60rem / 390));
  height: calc(2 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_01);
  content: "";
  scale: 0 1;
  transition: scale .3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  scale: 1 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(185 * (60rem / 390));
  width: calc(20 * (60rem / 390));
  height: calc(20 * (60rem / 390));
  border-top: solid var(--color_01) calc(1.5 * (60rem / 390));
  border-right: solid var(--color_01) calc(1.5 * (60rem / 390));
  background: none;
}

.swiper-button-next {
  rotate: 45deg;
  right: calc(40 * (60rem / 390));
}

.swiper-button-prev {
  rotate: -135deg;
  left: calc(40 * (60rem / 390));
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/*-------------------main content*/

/*by Purpose---------------------*/
.byPurpose_area {
  padding: calc(50 * (60rem / 390)) calc(10 * (60rem / 390)) calc(70 * (60rem / 390));
  background: var(--color_08);
}

.byPurpose_area .area_ttl {
  margin-bottom: calc(25 * (60rem / 390));
  font-size: calc(22 * (60rem / 390));
  text-align: center;
}

.byPurpose_area .area_ttl .txt_S {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto calc(18 * (60rem / 390));
  padding: calc(8 * (60rem / 390)) calc(20 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  border: solid var(--color_01) 1px;
  background: #fff;
  font-size: calc(14 * (60rem / 390));
  font-weight: 500;
}

.byPurpose_area .area_ttl .txt_S::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(20 * (60rem / 390));
  height: calc(20 * (60rem / 390));
  margin: calc(-6 * (60rem / 390)) 0 0 calc(20 * (60rem / 390));
  background: url(../img/deco_speech.svg) center center / 100% auto no-repeat;
  content: "";
}

.byPurpose_area .area_ttl .txt_S::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(20 * (60rem / 390));
  height: calc(4 * (60rem / 390));
  margin-left:calc(20 * (60rem / 390));
  background: #fff;
  content: "";
}

.byPurpose_area .area_ttl .txt_L {
  font-size: calc(28 * (60rem / 390));
}

.tab_list {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(2 * (60rem / 390));
}

.tab_list li {
  display: grid;
  place-items: center;
  height: calc(55 * (60rem / 390));
  margin-bottom: calc(2 * (60rem / 390));
  border-radius: calc(5 * (60rem / 390)) calc(5 * (60rem / 390)) 0 0;
  border: solid var(--color_01) calc(1.5 * (60rem / 390));
  background: #fff;
  font-size: calc(15 * (60rem / 390));
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: var(--color_02);
  cursor: pointer;
  transition: background-color .3s, color .3s;
}

.tab_list li.selected {
  height: calc(65 * (60rem / 390));
  margin-bottom: 0;
  background: var(--color_01);
  font-weight: 700;
  color: #fff;
}

.byPurpose_area .each_product {
  border-radius: 0 0 calc(5 * (60rem / 390)) calc(5 * (60rem / 390));
  background: #fff;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity .3s;
}

.byPurpose_area .each_product.selected {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding: calc(30 * (60rem / 390)) 0 calc(40 * (60rem / 390));
  border: solid var(--color_01) calc(1.5 * (60rem / 390));
}
/*---------------------by Purpose*/

/*review-------------------------*/
.review_area {
  position: relative;
  padding: calc(70 * (60rem / 390)) 0;
}

.review_area .area_ttl {
  margin-bottom: calc(25 * (60rem / 390));
  font-family: var(--font_eng);
  font-size: calc(24 * (60rem / 390));
  font-weight: 500;
  text-align: center;
}

.review_list.swiper-wrapper {
  transition-timing-function: linear;
}

.review_list .each_review {
  position: relative;
  width: calc(230 * (60rem / 390)) !important;
  height: auto;
  margin-right: calc(15 * (60rem / 390));
}

.each_review a {
  height: 100%;
  padding: calc(15 * (60rem / 390));
  border-radius: calc(3 * (60rem / 390));
  background: var(--color_03);
}

.staff_detail {
  display: flex;
  align-items: center;
  gap: calc(8 * (60rem / 390));
  margin-bottom: calc(8 * (60rem / 390));
}

.staff_img {
  width: calc(56 * (60rem / 390));
  border-radius: 50%;
  overflow: clip;
}

.staff_detail .txt_wrap {
  flex: 1;
}

.staff_department {
  font-size: calc(12 * (60rem / 390));
  line-height: 1.3;
  opacity: .8;
}

.staff_name {
  margin-top: calc(3 * (60rem / 390));
  font-size: calc(14 * (60rem / 390));
  font-weight: 700;
}

.review_txt {
  margin-top: calc(8 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.review_link {
  position: relative;
  width: fit-content;
  margin: calc(8 * (60rem / 390)) 0 0 auto;
  padding-right: calc(10 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
  font-weight: 500;
  color: var(--color_02);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: calc(1.5 * (60rem / 390));
}

.review_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(6 * (60rem / 390));
  height: calc(6 * (60rem / 390));
  border-top: solid var(--color_02) calc(2 * (60rem / 390));
  border-right: solid var(--color_02) calc(2 * (60rem / 390));
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: margin .3s;
}

.review_area .btn_allitems a {
  background: var(--color_01);
  border-color: var(--color_01);
}

.review_area .btn_allitems a:hover {
  color: var(--color_01);
}

.review_area .btn_allitems a:hover::before {
  border-color: var(--color_01);
}
/*-------------------------review*/

/*footer--------------------------*/
.footer_area {
  position: relative;
  padding: calc(60 * (60rem / 390)) calc(15 * (60rem / 390));
  background: var(--color_03);
}

.footer_area .btn_allitems {
  margin-top: 0;
}

.footer_area .btn_allitems a {
  width: calc(350 * (60rem / 390));
  height: calc(68 * (60rem / 390));
  border-color: var(--color_05);
  background: var(--color_05);
}

.footer_area .btn_allitems a:hover {
  color: var(--color_05);
}

.footer_area .btn_allitems a:hover::before {
  border-color: var(--color_05);
}

.bnr_organicdays {
  margin-top: calc(60 * (60rem / 390));
}
/*--------------------------footer*/

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

.fixed_nav.active {
  translate: unset;
  box-shadow: 0 calc(-3 * (60rem / 390)) calc(10 * (60rem / 390)) rgba(0, 0, 0, .1);
}

.fixed_nav .nav_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fixed_nav .nav_list li::before {
  display: none;
}

.fixed_nav .nav_list li a {
  height: calc(65 * (60rem / 390));
  font-size: calc(16 * (60rem / 390));
}
/*-----------------------fixed nav*/

/*shareボタン、shareテキスト---------------------------*/
@media screen and  (max-width:768px) {
#share {
  z-index: 10 !important;
  transition: translate .3s;
}

#share.move {
  translate: 0 calc(-65 * (60rem / 390));
}

.share-txt {
  display: none;
}

.only_pc {
  display: none;
}

}
/*---------------------------shareボタン、shareテキスト*/


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

  .LP_page_inner {
    position: relative;
    z-index: 1;
    width: 60rem;
    min-height: 100vh;
    margin: -100vh auto 0;
    overflow: clip;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

  .fixed_area {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: var(--color_beige);
  }
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    height: 100%;
  }

  .ttl_pc {
    width: 40rem;
  }

  .pc_nav .nav_list li::before {
    width: 4.8rem;
    height: 4.8rem;
    margin: -1.3rem 0 0 -2.5rem;
  }

  .pc_nav .nav_list li a {
    width: 20rem;
    height: 5.6rem;
    font-size: 2rem;
  }

  .pc_nav .nav_list li a::before {
    margin: .3rem 0 0 .3rem !important;
  }

  .pc_nav .nav_list li:nth-of-type(n+2) {
    margin-top: 3rem;
  }

  .pc_nav .nav_list li a .txt_S {
    margin-top: .6rem;
    font-size: 1.2rem;
    letter-spacing: .1em;
    font-weight: 500;
  }


}
/*------------------------------------------------------PC*/


/*レスポンシブ対応-------------------------------*/
@media screen and (max-width: 1600px) and (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

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