@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

footer {
  position: relative;
  z-index: 2;
}

.nav-top {
  display: none;
  z-index: 5;
}

:root {
  --font_yuGothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', sans-serif;
  --font_tenMincho: "ten-mincho-text", serif;
  --font_dnpShueiGothic: "dnp-shuei-gothic-gin-std", sans-serif;
  --font_udkakugoLlarge: "fot-udkakugo-large-pr6n", sans-serif;
  --font_futura: "futura-pt", sans-serif;
  --color_01: #D3B5C1;
  --color_02: #656772;
  --color_03: #F3F2F4;
  --color_bg: #DFDEE1;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  padding: 0 0 12rem;
  background: var(--color_bg);
  font-family: var(--font_udkakugoLlarge);
  color: #000;
  overflow-x: clip;
  opacity: 0;
  transition: opacity 1s;
}

.fixed_bg_area {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}

.fixed_bg_area .for_bg_001 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.fixed_bg_area .for_bg_001::before {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100lvh;
  background: url(../img/bg_000.jpg) center center / cover no-repeat;
  opacity: .5;
  content: "";
}

.LP_page.active {
  opacity: 1;
}

.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  opacity: 1 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.LP_page sup {
  font-size: 1rem;
}

.LP_page .activePoint,
.LP_page .activeDelay {
  opacity: 0;
  transform: translate(0, 3rem);
  transition: opacity 1s, transform 1s;
}

.LP_page .activeDelay.delay1 {
  transition-delay: .15s;
}

.LP_page .activeDelay.delay2 {
  transition-delay: .3s;
}

.LP_page .activeDelay.delay3 {
  transition-delay: .45s;
}

.LP_page .activeDelay.delay4 {
  transition-delay: .6s;
}

.LP_page .activePoint.active,
.LP_page .activePoint.active > .activeDelay {
  opacity: 1;
  transform: unset;
}
/*----------------------------all*/

/*main title --------------------*/
.serialization_ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  margin: 0 auto 5rem;
  padding: 1rem 3rem;
  background: var(--color_01);
}

.serialization_ttl {
  position: relative;
  padding-right: 2rem;
  font-family: var(--font_tenMincho);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .2em;
  text-align: right;
  color: #fff;
}

.serialization_ttl .txt_S {
  border-radius: 10rem;
  border: solid rgba(0, 0, 0, .5);
  border-width: .1rem;
  margin-right: .5rem;
  padding: .1rem 1.4rem;
  font-family: var(--font_yuGothic);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .15em;
  color: #000;
  vertical-align: .5rem;
}

.serialization_ttl::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: .1rem;
  height: calc(100% - 1rem);
  background: #000;
  content: "";
}

.serialization_num {
  width: 13.2rem;
}

.main_ttl {
  margin-bottom: 4rem;
  font-family: var(--font_tenMincho);
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
}

.main_ttl .txt_S {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.main_ttl .txt_emphasis {
  color: #fff;
  letter-spacing: .1em;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, .2);
}

.main_lead {
  margin-bottom: 8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.main_lead .txt_S {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.main_lead .txt_gray {
  display: block;
  margin-top: 2.5rem;
  color: #9E9E9E;
}

/*-------------------- main title*/

/*beauty person------------------*/
.beauty-person_wrap {
  position: relative;
  width: 70rem;
  margin: 0 auto 10rem;
  padding: 5rem;
  background: var(--color_03);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.beauty-person_wrap > dt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2rem;
  padding: .8rem 2rem;
  background: var(--color_01);
  font-family: var(--font_tenMincho);
  font-size: 2.4rem;
  letter-spacing: .2em;
  color: #fff;
}

.person_name {
  margin-bottom: 2rem;
  font-family: var(--font_tenMincho);
  font-weight: 400;
  font-size: 4.2rem;
  letter-spacing: .2em;
  text-align: center;
}

.person_name .txt_S {
  font-size: 2rem;
}

.person_comment {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 1rem 3rem;
  font-family: var(--font_dnpShueiGothic);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
}

.person_comment::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-top: solid #000;
  border-left: solid #000;
  border-width: .1rem;
  box-sizing: border-box;
  content: "";
}

.person_comment::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-bottom: solid #000;
  border-right: solid #000;
  border-width: .1rem;
  box-sizing: border-box;
  content: "";
}

.profile_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.profile_wrap > figure {
  width: 15rem;
}

.profile_wrap > dl {
  width: 30rem;
}

.profile_wrap > dl > dt {
  margin-bottom: .8rem;
  font-family: var(--font_futura);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2em;
  font-style: italic;
}

.profile_wrap > dl > dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
/*------------------beauty person*/


/*lineup-------------------------*/
.lineup_area {
  width: 140rem;
  margin: 0 auto;
  padding-bottom: 12rem;
}

.each_cat {
  position: relative;
  z-index: 1;
  padding: 12rem 15rem 16rem;
}

.each_cat:nth-of-type(n+2) {
  margin-top: 8rem;
}

.each_cat::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

#Skincare.each_cat::before {
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
}

#Innercare.each_cat::before {
  background: url(../img/bg_002.jpg) center center / cover no-repeat;
}

.cat_ttl {
  border-bottom: solid var(--color_01);
  border-width: .1rem;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
  font-family: var(--font_tenMincho);
  font-size: 7rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, .2);
}

.feature_txt_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 10rem;
  margin-bottom: 12rem;
}

#Skincare .feature_txt {
  width: 50rem;
}

#Innercare .feature_txt {
  text-align: center;
}

#Skincare .feature_txt:nth-of-type(3) {
  position: relative;
  display: flex;
  align-items: center;
  width: 80rem;
  height: 26rem;
  padding-right: 30rem;
}

.feature_txt h5 {
  margin-bottom: 2rem;
  font-family: var(--font_tenMincho);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #fff;
}

.feature_ttl_wrap figure {
  position: absolute;
  top: 0;
  right: 0;
  border: solid #fff;
  border-width: .3rem;
  border-radius: 50%;
  width: 26rem;
  overflow: clip;
}

.feature_txt p {
  font-family: var(--font_dnpShueiGothic);
  font-size: 1.5rem;
  line-height: 1.75;
}

.feature_txt p .notes {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.lineup_list {
  padding: 0 5rem;
}

.lineup_list li {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.lineup_list li:nth-of-type(odd) {
  justify-content: flex-start;
}

.lineup_list li:nth-of-type(even) {
  justify-content: flex-end;
}

.lineup_list li:nth-of-type(n+2) {
  margin-top: 10rem;
}

.lineup_list li .itm_img_wrap {
  position: relative;
  width: 40rem;
  transition-delay: .3s;
}

.lineup_list li:nth-of-type(odd) .itm_img_wrap {
  transform: translate(-6rem, 0);
}

.lineup_list li:nth-of-type(even) .itm_img_wrap {
  transform: translate(6rem, 0);
  order: 2;
}

.lineup_list li .itm_img_wrap.active {
  transform: unset !important;
}

.lineup_list li .itm_img {
  position: relative;
  z-index: 1;
}

.lineup_list li .itm_img img {
  transition: transform .5s;
  filter: drop-shadow(2rem 2rem .5rem rgba(0, 0, 0, .2));
}

.lineup_list li .itm_img a:hover img {
  transform: scale(1.05);
}

.lineup_list li .txt_wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: min-content min-content;
  grid-template-columns: min-content;
}

.lineup_list li .itm_name {
  position: relative;
  margin-bottom: 2rem;
  font-family: var(--font_yuGothic);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  white-space: nowrap;
}

.lineup_list li .itm_name .txt_S {
  font-size: 1.5rem;
  vertical-align: .2rem;
}

.lineup_list li .itm_caption {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .1em;
}

.lineup_list li .itm_caption .notes {
  font-size: 1.1rem;
}

.itm_price_wrap:nth-of-type(n+2) {
  margin-top: 3rem;
}

.itm_price {
  margin-bottom: 1.5rem;
  font-family: var(--font_yuGothic);
  font-size: 2.8rem;
  font-weight: 500;
}

.itm_price .txt_M {
  margin-right: 1rem;
  font-size: 2rem;
}

.itm_price .txt_S {
  margin-left: .8rem;
  font-size: 1.5rem;
}

.itm_link {
  width: fit-content;
}

.itm_link a {
  display: grid;
  place-items: center;
  width: 22rem;
  height: 4rem;
  border: solid var(--color_01);
  border-width: .1rem;
  background: var(--color_01);
  font-family: var(--font_futura);
  font-size: 2.8rem;
  letter-spacing: .1em;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.itm_link a:hover {
  background: #fff !important;
  color: var(--color_01);
}

.txt_comingsoon {
  width: fit-content;
  padding: 1rem 1.5rem;
  background: var(--color_03);
  font-family: var(--font_tenMincho);
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color_02);
}

.lineup_list li .itm_voice {
  position: relative;
  z-index: 1;
  border-radius: 4rem;
  margin-top: 7rem;
  padding: 4rem;
  background: var(--color_03);
  font-family: var(--font_dnpShueiGothic);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .02em;
  color: var(--color_02);
}

.lineup_list li .itm_voice::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  height: 9.4rem;
  margin: -5rem 0 0 -4rem;
  background: url(../img/img_002.png) center center / cover no-repeat;
  content: "";
  pointer-events: none;
}

.expert_wrap {
  position: relative;
  z-index: 1;
  width: 60rem;
  height: 60rem;
  margin: 12rem auto 0;
  padding-top: 13.5rem;
}

.expert_wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: clip;
  background: var(--color_03);
  content: "";
}

.expert_wrap h5 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2.5rem 0 0 5rem;
  font-family: var(--font_tenMincho);
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
}

.expert_wrap h5 span {
  display: block;
  width: fit-content;
  padding: 1rem 0;
  background: var(--color_01);
}

.expert_wrap h5 .txt_S {
  margin-left: -2.5rem;
  padding: 1rem;
  font-size: 1.8rem;
}

.expert_wrap h6 {
  margin-bottom: 1.5rem;
  font-family: var(--font_yuGothic);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color_02);
}

.expert_txt {
  width: 43rem;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.75;
}

.expert_wrap .profile_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.expert_wrap .profile_wrap figure {
  width: 13rem;
}

.expert_wrap .profile_wrap .profile_name {
  margin-bottom: 1.5rem;
  font-family: var(--font_yuGothic);
  font-size: 2.4rem;
  font-weight: 600;
}

.expert_wrap .profile_wrap .profile_name .txt_M {
  display: block;
  margin-bottom: .8rem;
  font-size: 1.6rem;
}

.expert_wrap .profile_wrap .profile_name .txt_S {
  font-size: 1.6rem;
}

.expert_wrap .profile_wrap .profile_caption {
  width: 18rem;
  font-size: 1.2rem;
  line-height: 1.75;
}

.information_wrap {
  position: relative;
  width: 90rem;
  margin: 12rem auto 0;
  padding: 8rem 6rem 8rem 44rem;
  background: var(--color_01);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.information_wrap h3 {
  position: absolute;
  top: 0;
  right: 0;
  margin: -2.5rem 2.5rem 0 0;
  padding-bottom: .5rem;
  font-family: var(--font_tenMincho);
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: .2em;
  color: var(--color_02);
}

.information_wrap h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  background: var(--color_02);
  content: "";
}

.information_wrap .itm_img {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 33rem;
  margin-left: 6rem;
}

.information_wrap dt {
  margin-bottom: 2rem;
  font-family: var(--font_yuGothic);
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.information_wrap dd {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .1em;
}

.information_wrap .itm_price_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.information_wrap .itm_price {
  margin-bottom: 0;
}

.information_wrap .itm_link a {
  background: var(--color_02);
}

/*-------------------------lineup*/

/*fortune------------------------*/
.fortune_area {
  border-top: solid #fff;
  border-width: .1rem;
  padding-top: 10rem;
  color: #000;
}

.fortune_area .sec_inner {
  position: relative;
  z-index: 1;
  width: 90rem;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.fortune_area .sec_inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: var(--color_03);
  content: "";
}

.fortune_area .sec_inner::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 24.5rem);
  border-radius: 4rem;
  background: var(--color_03);
  content: "";
}

.fortune_ttl {
  position: relative;
  height: 24.5rem;
  margin-bottom: 5rem;
  padding-top: 3.5rem;
  font-family: var(--font_tenMincho);
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
}

.fortune_ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50rem;
  height: .1rem;
  background: var(--color_02);
  content: "";
}

.fortune_ttl .txt_curve {
  display: block;
  width: 32rem;
  margin: 0 auto -2rem;
}

.fortune_ttl .txt_emphasis {
  display: block;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: .8rem 2rem .3rem;
  background: var(--color_01);
  font-size: 2.4rem;
  letter-spacing: .2em;
  color: #fff;
}

.instructor_wrap {
  margin-bottom: 5rem;
}

.instructor_wrap > div {
  width: 45.5rem;
  margin: 0 auto;
}

.instructor_wrap .txt_enclosed {
  display: block;
  width: fit-content;
  margin: 0 auto .2rem;
  border: solid rgba(0, 0, 0, .5);
  border-width: .1rem;
  border-radius: 10rem;
  padding: .8rem 2.5rem .5rem;
  font-family: var(--font_tenMincho);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .2em;
}

.instructor_img_wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.instructor_img {
  width: 10rem;
  border-radius: 50%;
  overflow: clip;
}

.instructor_name .txt_M {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--font_yuGothic);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.instructor_name {
  font-family: var(--font_yuGothic);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.instructor_name .txt_S {
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.instructor_caption_wrap {
  position: relative;
  padding-right: 16.5rem;
}

.instructor_caption {
  font-size: 1.2rem;
  line-height: 1.75;
}

.instructor_caption a {
  display: inline;
}

.instructor_caption_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
}

.instructor_advice {
  margin-bottom: 5rem;
  text-align: center;
}

.instructor_advice dt {
  margin-bottom: 1.5rem;
  font-family: var(--font_tenMincho);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}

.instructor_advice dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

.luckup-act_point {
  margin-bottom: 5rem;
}

.luckup-act_point dt {
  margin-bottom: 1.5rem;
  font-family: var(--font_futura);
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .2em;
  text-align: center;
}

.luckup-act_point ul {
  width: fit-content;
  margin: 0 auto;
}

.luckup-act_point li {
  font-family: var(--font_yuGothic);
  font-size: 1.6rem;
  font-weight: 700;
}

.luckup-act_point li:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

.luckup-act_list_wrap > dt {
  margin-bottom: 2rem;
  font-family: var(--font_tenMincho);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}

.luckup-act_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.luckup-act_list li figure {
  width: 20rem;
}

.luckup-act_list li:nth-of-type(odd) figure {
  order: 2;
}

.luckup-act_list li dl {
  width: 41rem;
}

.luckup-act_list li dt {
  margin-bottom: 1rem;
  font-family: var(--font_tenMincho);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}

.luckup-act_list li dd {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.75;
}
/*------------------------fortune*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  z-index: 5 !important;
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: var(--color_bg);
}

.LP_page {
  padding: 0 0 calc(80 * (100vw / 430));
}

.fixed_bg_area {
  padding-top: calc(30 * (100vw / 430));
}

.fixed_bg_area .for_bg_001::before {
  background: url(../img/bg_000_sp.jpg) center center / cover no-repeat;
}

.LP_page sup {
  font-size: calc(10 * (100vw / 430));
}

.LP_page .activePoint,
.LP_page .activeDelay {
  transform: translate(0, calc(20 * (100vw / 430)));
}

/*----------------------------all*/

/*main title --------------------*/
.serialization_ttl_wrap {
  position: relative;
  gap: calc(10 * (100vw / 430));
  margin: 0 auto calc(30 * (100vw / 430));
  padding: calc(8 * (100vw / 430)) calc(10 * (100vw / 430));
}

.serialization_ttl {
  padding-right: calc(10 * (100vw / 430));
  font-size: calc(21 * (100vw / 430));
}

.serialization_ttl .txt_S {
  border-radius: calc(100 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  margin-right: calc(5 * (100vw / 430));
  padding: calc(1 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
  vertical-align: calc(5 * (100vw / 430));
}

.serialization_ttl::before {
  width: calc(1 * (100vw / 430));
  height: calc(100% - calc(8 * (100vw / 430)));
}

.serialization_num {
  width: calc(85 * (100vw / 430));
}

.main_ttl {
  margin-bottom: calc(30 * (100vw / 430));
  font-size: calc(36 * (100vw / 430));
  line-height: 1.3;
  letter-spacing: .05em;
}

.main_ttl .txt_emphasis {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(40 * (100vw / 430));
}

.main_ttl .txt_S {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.main_lead {
  margin-bottom: calc(60 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.main_lead .txt_S {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.main_lead .txt_gray {
  margin-top: calc(20 * (100vw / 430));
}

/*-------------------- main title*/

/*beauty person------------------*/
.beauty-person_wrap {
  width: calc(390 * (100vw / 430));
  margin: 0 auto calc(70 * (100vw / 430));
  padding: calc(35 * (100vw / 430)) calc(20 * (100vw / 430));
}

.beauty-person_wrap > dt {
  margin-top: calc(-15 * (100vw / 430));
  padding: calc(5 * (100vw / 430)) calc(15 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.person_name {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.person_name .txt_S {
  font-size: calc(18 * (100vw / 430));
}

.person_comment {
  margin: 0 auto calc(20 * (100vw / 430));
  padding: calc(3 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.person_comment::before {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.person_comment::after {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.profile_wrap {
  gap: calc(15 * (100vw / 430));
}

.profile_wrap > figure {
  width: calc(120 * (100vw / 430));
}

.profile_wrap > dl {
  width: calc(190 * (100vw / 430));
}

.profile_wrap > dl > dt {
  margin-bottom: calc(5 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.profile_wrap > dl > dd {
  font-size: calc(12 * (100vw / 430));
}
/*------------------beauty person*/


/*lineup-------------------------*/
.lineup_area {
  width: calc(400 * (100vw / 430));
}

.each_cat {
  padding: calc(50 * (100vw / 430)) calc(15 * (100vw / 430)) calc(80 * (100vw / 430));
}

.each_cat:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 430));
}

.each_cat::before {
  display: none;
}

.each_cat .for_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.each_cat .for_bg::before {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100lvh;
  content: "";
}

#Skincare.each_cat .for_bg::before {
  background: url(../img/bg_001_sp.jpg) center center / cover no-repeat;
}

#Innercare.each_cat .for_bg::before {
  background: url(../img/bg_002_sp.jpg) center center / cover no-repeat;
}

.cat_ttl {
  border-width: calc(1 * (100vw / 430));
  margin-bottom: calc(35 * (100vw / 430));
  padding-bottom: calc(20 * (100vw / 430));
  font-size: calc(45 * (100vw / 430));
}

.feature_txt_wrap {
  display: block;
  margin-bottom: calc(80 * (100vw / 430));
}

#Skincare .feature_txt {
  width: auto;
}

#Innercare .feature_txt {
  text-align: left;
}

.feature_txt:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 430));
}

#Skincare .feature_txt:nth-of-type(3) {
  display: block;
  width: auto;
  height: auto;
  padding-right: 0;
}

.feature_txt h5 {
  margin-bottom: calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
  text-align: center;
}

.feature_ttl_wrap {
  display: flex;
  align-items: center;
  gap: calc(15 * (100vw / 430));
  margin-bottom: calc(12 * (100vw / 430));
}

.feature_ttl_wrap figure {
  position: static;
  border-width: calc(3 * (100vw / 430));
  width: calc(120 * (100vw / 430));
}

.feature_ttl_wrap h5 {
  flex: 1;
  margin-bottom: 0;
  text-align: left;
}

.feature_txt p {
  font-size: calc(13 * (100vw / 430));
}

.feature_txt p .notes {
  display: inline;
  font-size: calc(10 * (100vw / 430));
  line-height: 1.5;
}

.lineup_list {
  padding: 0;
}

.lineup_list li {
  display: block;
}

.lineup_list li:nth-of-type(n+2) {
  margin-top: calc(80 * (100vw / 430));
}

.lineup_list li .itm_img_wrap {
  width: calc(300 * (100vw / 430));
  margin: 0 auto;
  transition-delay: unset;
}

.lineup_list li:nth-of-type(odd) .itm_img_wrap {
  transform: translate(calc(20 * (100vw / 430)), 0);
}

.lineup_list li:nth-of-type(even) .itm_img_wrap {
  transform: translate(calc(-20 * (100vw / 430)), 0);
}

.lineup_list li .itm_img img {
  filter: drop-shadow(calc(20 * (100vw / 430)) calc(20 * (100vw / 430)) calc(5 * (100vw / 430)) rgba(0, 0, 0, .2));
}

.lineup_list li .txt_wrap {
  display: flex;
  flex-direction: column;
}

.lineup_list li .txt_wrap > div {
  order: 2;
}

.lineup_list li .itm_name {
  margin: calc(35 * (100vw / 430)) 0 calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.lineup_list li .itm_name::before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  width: calc(30 * (100vw / 430));
  height: calc(30 * (100vw / 430));
  margin: 0 0 calc(5 * (100vw / 430)) 0;
}

.lineup_list li .itm_name .txt_S {
  font-size: calc(13 * (100vw / 430));
  vertical-align: calc(3 * (100vw / 430));
}

.lineup_list li .itm_caption {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.lineup_list li .itm_caption .notes {
  font-size: calc(10 * (100vw / 430));
}

.itm_price_wrap {
  display: flex;
  align-items: flex-end;
}

.itm_price_wrap:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 430));
}

.itm_price {
  margin: 0 calc(10 * (100vw / 430)) calc(5 * (100vw / 430)) 0;
  font-size: calc(26 * (100vw / 430));
  line-height: 1.3;
}

.itm_price .txt_M {
  margin-right: calc(8 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_price .txt_S {
  margin-left: calc(4 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.itm_link {
  margin-bottom: calc(5 * (100vw / 430));
}

.itm_link a {
  width: calc(160 * (100vw / 430));
  height: calc(34 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.txt_comingsoon {
  padding: calc(8 * (100vw / 430)) calc(12 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.itm_link.small a {
  width: calc(120 * (100vw / 430));
}

.itm_crosssell {
  margin-top: calc(15 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_crosssell .txt_S {
  font-size: calc(10 * (100vw / 430));
}

.lineup_list li .itm_voice {
  width: calc(340 * (100vw / 430));
  border-radius: calc(30 * (100vw / 430));
  margin: calc(35 * (100vw / 430)) 0 0 auto;
  padding: calc(30 * (100vw / 430)) calc(25 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.lineup_list li .itm_voice::after {
  width: calc(94 * (100vw / 430));
  height: calc(80 * (100vw / 430));
  margin: calc(-50 * (100vw / 430)) 0 0 calc(-40 * (100vw / 430));
}

.expert_wrap {
  width: calc(460 * (100vw / 430));
  height: calc(460 * (100vw / 430));
  margin: calc(120 * (100vw / 430)) calc(50% - calc(230 * (100vw / 430))) 0;
  padding-top: calc(55 * (100vw / 430));
}

.expert_wrap h5 {
  margin: calc(-40 * (100vw / 430)) 0 0 calc(70 * (100vw / 430));
  font-size: calc(25 * (100vw / 430));
}

.expert_wrap h5 span {
  padding: calc(10 * (100vw / 430)) 0;
}

.expert_wrap h5 .txt_S {
  margin-left: calc(-25 * (100vw / 430));
  padding: calc(10 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.expert_wrap h6 {
  margin-bottom: calc(10 * (100vw / 430));
  font-family: var(--font_yuGothic);
  font-size: calc(17 * (100vw / 430));
}

.expert_txt {
  width: calc(330 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.expert_wrap .profile_wrap {
  gap: calc(15 * (100vw / 430));
  margin-top: calc(15 * (100vw / 430));
}

.expert_wrap .profile_wrap figure {
  width: calc(86 * (100vw / 430));
}

.expert_wrap .profile_wrap .profile_name {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
}

.expert_wrap .profile_wrap .profile_name .txt_M {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.expert_wrap .profile_wrap .profile_name .txt_S {
  font-size: calc(10 * (100vw / 430));
}

.expert_wrap .profile_wrap .profile_caption {
  width: calc(150 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.information_wrap {
  width: calc(390 * (100vw / 430));
  margin: calc(80 * (100vw / 430)) auto;
  padding: calc(35 * (100vw / 430)) calc(25 * (100vw / 430)) calc(40 * (100vw / 430));
}

.information_wrap h3 {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  margin: calc(-18 * (100vw / 430)) 0 0 0;
  padding-bottom: calc(3 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.information_wrap h3::before {
  height: calc(1 * (100vw / 430));
}

.information_wrap .itm_img {
  position: static;
  translate: 0 0;
  width: calc(280 * (100vw / 430));
  margin: 0 auto calc(20 * (100vw / 430));
}

.information_wrap dt {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
  text-align: center;
}

.information_wrap dd {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.information_wrap .itm_link {
  margin: 0 auto;
}
/*-------------------------lineup*/

/*fortune------------------------*/
.fortune_area {
  border-width: calc(1 * (100vw / 430));
  padding: calc(60 * (100vw / 430)) calc(15 * (100vw / 430)) 0;
}

.fortune_area .sec_inner {
  width: auto;
  border-radius: calc(300 * (100vw / 430)) calc(300 * (100vw / 430)) calc(20 * (100vw / 430)) calc(20 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) calc(20 * (100vw / 430)) calc(50 * (100vw / 430));
  background: var(--color_03);
}

.fortune_area .sec_inner::before {
  display: none;
}

.fortune_area .sec_inner::after {
  display: none;
}

.fortune_ttl {
  height: auto;
  margin-bottom: calc(25 * (100vw / 430));
  padding: 0 0 calc(25 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.fortune_ttl::before {
  width: calc(360 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

.fortune_ttl .txt_curve {
  width: calc(216 * (100vw / 430));
  margin: 0 auto calc(-10 * (100vw / 430));
}

.fortune_ttl .txt_emphasis {
  margin: 0 auto calc(10 * (100vw / 430));
  padding: calc(4 * (100vw / 430)) calc(15 * (100vw / 430)) calc(5 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.instructor_wrap {
  margin-bottom: calc(30 * (100vw / 430));
}

.instructor_wrap .txt_enclosed {
  margin: 0 auto calc(3 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430));
  padding: calc(6 * (100vw / 430)) calc(15 * (100vw / 430)) calc(3 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.instructor_wrap > div {
  width: auto;
}

.instructor_img_wrap {
  gap: calc(20 * (100vw / 430));
  margin-bottom: calc(10 * (100vw / 430));
}

.instructor_img {
  width: calc(90 * (100vw / 430));
}

.instructor_name .txt_M {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.instructor_name {
  font-size: calc(17 * (100vw / 430));
}

.instructor_name .txt_S {
  font-size: calc(13 * (100vw / 430));
}

.instructor_caption {
  font-size: calc(11 * (100vw / 430));
}

.instructor_caption_wrap {
  padding-right: calc(116 * (100vw / 430));
}

.instructor_caption_img {
  width: calc(106 * (100vw / 430));
}

.instructor_advice {
  margin-bottom: 0;
}

.instructor_advice dt {
  margin-bottom: calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.instructor_advice dd {
  font-size: calc(12 * (100vw / 430));
  text-align: left;
}

.luckup-act_point {
  margin-bottom: calc(30 * (100vw / 430));
}

.luckup-act_point dt {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.luckup-act_point li {
  font-size: calc(15 * (100vw / 430));
}

.luckup-act_point li:nth-of-type(n+2) {
  margin-top: calc(12 * (100vw / 430));
}

.luckup-act_list_wrap > dt {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.luckup-act_list li {
  position: relative;
  display: block;
  padding: 0;
}

.luckup-act_list li:nth-of-type(n+2) {
  margin-top: 0;
}

.luckup-act_list li figure {
  width: calc(132 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(odd) figure {
  float: right;
  margin: 0 calc(-20 * (100vw / 430)) calc(2 * (100vw / 430)) calc(5 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(even) figure {
  float: left;
  margin: 0 calc(15 * (100vw / 430)) calc(2 * (100vw / 430)) calc(-20 * (100vw / 430));
}

.luckup-act_list li dl {
  width: auto;
  padding-top: calc(80 * (100vw / 430));
}

.luckup-act_list li dt {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
}

.luckup-act_list li dd {
  font-size: calc(12 * (100vw / 430));
}
/*------------------------fortune*/

}

/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }

  #header_bottom .inner {
    width: 100%;
  }
}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
