@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

: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;
  --font_ZenOldMincho: "Zen Old Mincho", serif;
  --font_AlbraDisplay: "AlbraDisplay", serif;
  --color_01: rgba(214, 139, 185, .8);
  --color_02: #D68BB9;
  --color_03: #C270AA;
  --color_bg: linear-gradient(#FCEFF5, #E3E8F5);
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  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;
  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 --------------------*/
.mv_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}

.mv_area .mv {
  width: 54rem;
  margin-right: -8.5rem;
  border-radius: 22rem 0 22rem 0;
  overflow: clip;
}

.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 {
  width: 63rem;
  margin: 0 auto 5rem;
}

/*
.main_ttl {
  margin-bottom: 4rem;
  font-family: var(--font_ZenOldMincho);
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
}
*/

.main_ttl .txt_S {
  display: block;
  margin-bottom: 2rem;
  font-family: var(--font_dnpShueiGothic);
  font-size: 2.6rem;
  letter-spacing: .01em;
  color: #000;
}

.main_ttl .txt_emphasis {
  text-shadow: 0 0 15px #9E493B;
}

.main_lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.main_lead .txt_S {
  display: block;
  margin-top: 3rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.main_lead .maquiaNumber {
  display: block;
  margin-top: 2.5rem;
}

/*-------------------- main title*/

/*beauty person------------------*/
.beauty-person_wrap {
  position: relative;
  width: 70rem;
  margin: 9rem auto 0;
  padding: 5rem;
  border: solid var(--color_02);
  border-width: .1rem;
  background: rgba(255, 255, 255, .5);
}

.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*/

/*sub lead-----------------------*/
.sub_lead_wrap {
  margin-top: 6rem;
  text-align: center;
}

.sub_lead_wrap h3 {
  margin-bottom: 3rem;
  font-family: var(--font_tenMincho);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color_03);
}

.sub_lead_wrap p {
  font-family: var(--font_dnpShueiGothic);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

/*-----------------------sub lead*/

/*lineup-------------------------*/
.lineup_area {
  margin-top: 10rem;
}

.each_cat:nth-of-type(n+2) {
  margin-top: 11rem;
}

.cat_ttl {
  width: fit-content;
  height: 7rem;
  margin: 0 auto 3rem;
}

.cat_ttl img {
  width: auto;
  height: 100%;
}

.cat_voice {
  position: relative;
  z-index: 1;
  width: 45rem;
  border-radius: 4rem;
  margin: 0 auto -9rem;
  padding: 4rem;
  background: var(--color_01);
  font-family: var(--font_dnpShueiGothic);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .02em;
  color: #fff;
}

.cat_voice::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11rem;
  height: 11rem;
  margin: 0 -5.5rem -5.5rem 0;
  mask-image: url(../img/txt_003.svg);
  mask-size: cover;
  mask-position: top right;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/txt_003.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: top right;
  -webkit-mask-repeat: no-repeat;
  background: #000;
  content: "";
  pointer-events: none;
}

.cat_voice::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7rem;
  height: 7rem;
  margin: 0 -3.5rem -3.5rem 0;
  border-radius: 50%;
  background: url(../img/profile_003.jpg) center center / cover no-repeat;
  content: "";
  pointer-events: none;
}

.lineup_list_wrap {
  width: 100rem;
  margin: 0 auto;
  padding: 12rem 5rem 8rem;
  border-radius: 10rem;
  background: rgba(255, 255, 255, .8);
}

.lineup_list li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.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: 3rem;
}

.lineup_list li .itm_img_wrap {
  position: relative;
  width: 43rem;
  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 img {
  transition: transform .5s;
}

.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_catch {
  margin-bottom: 2rem;
  font-family: var(--font_ZenOldMincho);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .02em;
  color: var(--color_01);
  white-space: nowrap;
}

.lineup_list li .itm_catch .txt_mark {
  font-family: var(--font_AlbraDisplay);
  font-size: 3.4rem;
  font-weight: 800;
  color: #000;
}

.lineup_list li .itm_name {
  position: relative;
  margin-bottom: 2rem;
  font-family: var(--font_yuGothic);
  font-size: 2rem;
  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_name .itm_num {
  margin-right: .5rem;
  font-family: var(--font_futura);
  font-size: 3.2rem;
  font-weight: 400;
}


.lineup_list li .itm_caption {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: justify;
}

.lineup_list li .itm_caption .notes {
  font-size: 1.1rem;
}

.variation_wrap {
  width: fit-content;
}

.variation_wrap .itm_price_wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

.variation_wrap .itm_price_wrap:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

.itm_price {
  margin-bottom: 1.5rem;
  font-family: var(--font_yuGothic);
  font-size: 2.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.variation_wrap .itm_price {
  margin-bottom: 0;
}

.itm_price .txt_M {
  margin-right: 1rem;
  font-size: 2rem;
}

.itm_price .txt_S {
  margin-left: .3rem;
  font-size: 1.5rem;
}

.variation_wrap .itm_link {
  margin: 0 0 0 auto;
}

.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: transparent !important;
  color: var(--color_01);
}

.lineup_list li .itm_voice {
  position: relative;
  z-index: 1;
  border-radius: 4rem;
  margin-top: 2.5rem;
  padding: 4rem;
  background: rgba(255, 255, 255, .8);
  font-family: var(--font_dnpShueiGothic);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .02em;
  color: var(--color_01);
}

.lineup_list li .itm_voice::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 11rem;
  height: 9.4rem;
  margin: -4.5rem -5rem 0 0;
  background: url(../img/img_002.png) center center / cover no-repeat;
  content: "";
  pointer-events: none;
}

.howto_wrap {
  width: 80rem;
  margin: 4rem auto 0;
  padding-top: 5rem;
  border-top: solid var(--color_02);
  border-width: .1rem;
  text-align: center;
}

.howto_wrap h3 {
  width: 33rem;
  margin: 0 auto 2rem;
}

.howto_wrap p {
  width: 50rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: justify;
}

/*-------------------------lineup*/

/*fortune------------------------*/
.fortune_area {
  padding: 12rem 0;
  color: #000;
}

.fortune_area .sec_inner {
  position: relative;
  z-index: 1;
  width: 90rem;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.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: rgba(255, 255, 255, .8);
  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;
  overflow: clip;
}

.fortune_ttl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  content: "";
}

.fortune_ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50rem;
  height: .1rem;
  background: var(--color_01);
  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 1.5rem;
  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;
  justify-content: center;
  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 {
  width: 45rem;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.75;
}

.instructor_caption a {
  display: inline;
}

.instructor_advice {
  margin-bottom: 2rem;
  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 {
  padding: 0 10rem;
}

.luckup-act_list li {
  position: relative;
}

.luckup-act_list li:nth-of-type(n+2) {
  margin-top: 2rem;
}

.luckup-act_list li figure {
  width: 23rem;
}

.luckup-act_list li:nth-of-type(odd) figure {
  float: right;
  margin: 0 0 0 2rem;
}

.luckup-act_list li:nth-of-type(even) figure {
  float: left;
  margin: 0 2rem 0 0;
}


.luckup-act_list li dl {
  padding-top: 6rem;
}

.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 {
  display: none;
}

.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 --------------------*/
.mv_area {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: calc(30 * (100vw / 430));
}

.mv_area .mv {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(400 * (100vw / 430));
  margin: calc(70 * (100vw / 430)) 0 0;
  border-radius: calc(170 * (100vw / 430)) 0 calc(170 * (100vw / 430)) 0;
}

.serialization_ttl_wrap {
  position: relative;
  gap: calc(10 * (100vw / 430));
  margin: 0 auto calc(15 * (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 {
  width: calc(400 * (100vw / 430));
  margin: 0 auto calc(90 * (100vw / 430));
}

/*
.main_ttl {
  margin-bottom: calc(30 * (100vw / 430));
  font-size: calc(34 * (100vw / 430));
  letter-spacing: .05em;
}
*/

.main_ttl .txt_emphasis {
  margin-top: calc(10 * (100vw / 430));
  letter-spacing: .05em;
}

.main_ttl .txt_S {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
  line-height: 1.4;
}

.main_lead {
  font-size: calc(13 * (100vw / 430));
}

.main_lead .txt_S {
  margin-top: calc(30 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.main_lead .maquiaNumber {
  margin-top: calc(20 * (100vw / 430));
}

/*-------------------- main title*/

/*beauty person------------------*/
.beauty-person_wrap {
  width: calc(390 * (100vw / 430));
  margin: calc(60 * (100vw / 430)) auto 0;
  padding: calc(35 * (100vw / 430)) calc(20 * (100vw / 430));
  border-width: calc(1 * (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(30 * (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*/

/*sub lead-----------------------*/
.sub_lead_wrap {
  margin-top: calc(40 * (100vw / 430));
}

.sub_lead_wrap h3 {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.sub_lead_wrap p {
  font-size: calc(13 * (100vw / 430));
}

/*-----------------------sub lead*/

/*lineup-------------------------*/
.lineup_area {
  margin-top: calc(50 * (100vw / 430));
}

.each_cat:nth-of-type(n+2) {
  margin-top: calc(80 * (100vw / 430));
}

.cat_ttl {
  height: calc(45 * (100vw / 430));
  margin: 0 auto calc(15 * (100vw / 430));
}

.each_cat:nth-of-type(3) .cat_ttl {
  height: calc(38 * (100vw / 430));
}

.cat_voice {
  width: calc(310 * (100vw / 430));
  border-radius: calc(30 * (100vw / 430));
  margin: 0 auto calc(-80 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) calc(25 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.cat_voice::before {
  width: calc(94 * (100vw / 430));
  height: calc(94 * (100vw / 430));
  margin: 0 calc(-42 * (100vw / 430)) calc(-42 * (100vw / 430)) 0;
}

.cat_voice::after {
  width: calc(60 * (100vw / 430));
  height: calc(60 * (100vw / 430));
  margin: 0 calc(-25 * (100vw / 430)) calc(-25 * (100vw / 430)) 0;
}

.lineup_list_wrap {
  width: calc(400 * (100vw / 430));
  padding: calc(120 * (100vw / 430)) calc(20 * (100vw / 430)) calc(50 * (100vw / 430));
  border-radius: calc(50 * (100vw / 430));
}

.lineup_img_wrap {
  width: auto;
  margin: 0 auto calc(60 * (100vw / 430));
}

.lineup_list {
  width: auto;
}

.lineup_list li {
  display: block;
}

.lineup_list li:nth-of-type(n+2) {
  margin-top: calc(60 * (100vw / 430));
}

.lineup_list li .itm_img_wrap {
  width: 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_wrap::before,
.lineup_list li .itm_img_wrap::after {
  border-radius: calc(5 * (100vw / 430));
}

.lineup_list li .itm_img_wrap::before {
  margin: calc(8 * (100vw / 430)) 0 0 calc(8 * (100vw / 430));
  background: linear-gradient(#fff, #E3B589);
}

.lineup_list li .itm_img_wrap::after {
  margin: calc(-8 * (100vw / 430)) 0 0 calc(-8 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.lineup_list li .txt_wrap {
  display: flex;
  flex-direction: column;
}

.lineup_list li .txt_wrap > div {
  order: 2;
}

.lineup_list li .itm_name {
  margin-bottom: calc(12 * (100vw / 430));
  font-size: calc(18 * (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_name .itm_num {
  margin-right: calc(2 * (100vw / 430));
  font-size: calc(28 * (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));
}

.variation_wrap .itm_price_wrap {
  gap: calc(10 * (100vw / 430));
}

.variation_wrap .itm_price_wrap:nth-of-type(n+2) {
  margin-top: calc(12 * (100vw / 430));
}

.itm_price_wrap {
  display: flex;
  align-items: flex-end;
  gap: calc(10 * (100vw / 430));
}

.itm_price_wrap:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 430));
}

.itm_price {
  margin-bottom: 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 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: auto;
  border-radius: calc(30 * (100vw / 430));
  margin-top: calc(30 * (100vw / 430));
  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)) calc(-15 * (100vw / 430)) 0 0;
}

.howto_wrap {
  width: auto;
  margin: calc(50 * (100vw / 430)) auto 0;
  padding-top: calc(40 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.howto_wrap h3 {
  width: calc(270 * (100vw / 430));
  margin: 0 auto calc(15 * (100vw / 430));
}

.howto_wrap p {
  width: auto;
  padding: 0 calc(10 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}
/*-------------------------lineup*/

/*fortune------------------------*/
.fortune_area {
  border-width: calc(1 * (100vw / 430));
  padding: calc(80 * (100vw / 430)) calc(15 * (100vw / 430));
}

.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: rgba(255, 255, 255, .8);
}

.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 {
  display: none;
}

.fortune_ttl::after {
  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(10 * (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 {
  width: calc(280 * (100vw / 430));
  font-size: calc(11 * (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 {
  padding: 0;
}

.luckup-act_list li:nth-of-type(n+2) {
  margin-top: calc(5 * (100vw / 430));
}

.luckup-act_list li figure {
  width: calc(140 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(odd) figure {
  margin: 0 calc(-15 * (100vw / 430)) calc(2 * (100vw / 430)) calc(5 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(even) figure {
  margin: 0 calc(5 * (100vw / 430)) calc(2 * (100vw / 430)) calc(-15 * (100vw / 430));
}

.luckup-act_list li dl {
  padding-top: calc(50 * (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));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
