@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

@font-face {
  font-family: "AlbraDisplay";
  src: url(../font/AlbraDisplay.otf) format("OpenType");
  font-weight: 800;
}

: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: #9E493B;
  --color_bg: #fff;
}

.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 --------------------*/
.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_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 {
  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 .maquiaNumber {
  display: block;
  margin-top: 2.5rem;
}

/*-------------------- main title*/

/*beauty person------------------*/
.beauty-person_wrap {
  position: relative;
  width: 70rem;
  margin: 0 auto 15rem;
  padding: 5rem;
  background: rgba(255, 255, 255, .8);
  color: #000;
}

.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_img_wrap {
  position: relative;
  width: 140rem;
  margin: 0 auto 7rem;
}

.lineup_img {
  filter: drop-shadow(0 0 20px rgba(158, 73, 59, .3));
}

.to_detail {
  position: absolute;
  top: 0;
  left: 0;
}

.to_detail.itm_a {
  width: 17rem;
  height: 24rem;
  margin: 20rem 0 0 108rem;
}

.to_detail.itm_b {
  width: 17rem;
  height: 26rem;
  margin: 2.5rem 0 0 89rem;
}

.to_detail.itm_c {
  width: 14rem;
  height: 21rem;
  margin: 29rem 0 0 84rem;
}

.to_detail.itm_d {
  width: 13rem;
  height: 25rem;
  margin: 15rem 0 0 69rem;
  border-radius: 0 0 0 80%;
}

.to_detail.itm_e {
  width: 28rem;
  height: 30rem;
  margin: 47rem 0 0 94rem;
  border-radius: 40% 0 0 0;
}

.to_detail.itm_f {
  width: 14rem;
  height: 23rem;
  margin: 34rem 0 0 65.5rem;
  border-radius: 0 90% 0 0;
}

.to_detail.itm_g {
  width: 17rem;
  height: 27rem;
  margin: 16rem 0 0 34rem;
}

.to_detail.itm_h {
  width: 18rem;
  height: 20rem;
  margin: 43.5rem 0 0 23rem;
}

.to_detail.itm_i {
  width: 18rem;
  height: 22rem;
  margin: 21rem 0 0 13rem;
}

.to_detail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  content: "";
  animation: dot_scale 2s infinite;
}

@keyframes dot_scale {
  0% {
    scale: 0;
    opacity: .9;
  }

  80% {
    opacity: .9;
  }

  100% {
    scale: 1;
    opacity: 0;
  }
}

.to_detail.itm_a::before {
  margin: 14rem 0 0 8rem;
}

.to_detail.itm_b::before {
  margin: 15rem 0 0 7rem;
}

.to_detail.itm_c::before {
  margin: 13rem 0 0 5.5rem;
}

.to_detail.itm_d::before {
  margin: 12rem 0 0 6rem;
}

.to_detail.itm_e::before {
  margin: 19rem 0 0 14rem;
}

.to_detail.itm_f::before {
  margin: 12rem 0 0 6.5rem;
}

.to_detail.itm_g::before {
  margin: 16rem 0 0 8rem;
}

.to_detail.itm_h::before {
  margin: 10rem 0 0 7.5rem;
}

.to_detail.itm_i::before {
  margin: 8.5rem 0 0 5rem;
}

.to_detail p {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font_ZenOldMincho);
  font-size: 2.5rem;
  color: var(--color_01);
  white-space: nowrap;
}

.to_detail p span {
  font-family: var(--font_AlbraDisplay);
  font-size: 3rem;
  color: #000;
}

.to_detail.itm_a p {
  margin: 20rem 0 0 0;
}

.to_detail.itm_b p {
  margin: 5rem 0 0 13rem;
}

.to_detail.itm_c p {
  margin: 18rem 0 0 -2rem;
}

.to_detail.itm_d p {
  margin: -2rem 0 0 -2rem;
}

.to_detail.itm_e p {
  margin: 19rem 0 0 -6rem;
}

.to_detail.itm_f p {
  margin: 18rem 0 0 -4rem;
}

.to_detail.itm_g p {
  margin: 20rem 0 0 -1rem;
}

.to_detail.itm_h p {
  margin: 2rem 0 0 -7rem;
}

.to_detail.itm_i p {
  margin: 0 0 0 -4rem;
}

.lineup_list {
  width: 120rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.lineup_list li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9rem;
  padding: 10.5rem 10rem 5.5rem;
}

.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: 11rem;
}

.lineup_list li::before,
.lineup_list li::after {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  content: "";
  opacity: .2;
  filter: blur(5px);
}

.lineup_list li:nth-of-type(odd)::before,
.lineup_list li:nth-of-type(odd)::after {
  right: 0;
}

.lineup_list li:nth-of-type(even)::before,
.lineup_list li:nth-of-type(even)::after {
  left: 0;
}

.lineup_list li:nth-of-type(odd)::before {
  margin-right: 5rem;
}

.lineup_list li:nth-of-type(even)::before {
  margin-left: 5rem;
}

.lineup_list li::before {
  margin-top: 5rem;
}

.lineup_list li .itm_img_wrap {
  position: relative;
  width: 38rem;
  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_wrap::before,
.lineup_list li .itm_img_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  content: "";
}

.lineup_list li .itm_img_wrap::before {
  margin: .8rem 0 0 .8rem;
  background: linear-gradient(#fff, #E3B589);
}

.lineup_list li .itm_img_wrap::after {
  z-index: 2;
  margin: -.8rem 0 0 -.8rem;
  border: solid #B58556;
  border-width: .1rem;
  pointer-events: none;
}

.lineup_list li .itm_img {
  position: relative;
  z-index: 1;
  border-radius: .5rem;
  overflow: clip;
}

.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_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;
}

/*-------------------------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 .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: 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: 20rem;
}

.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:nth-of-type(1) figure {
  width: 18rem;
}

.luckup-act_list li:nth-of-type(3) figure {
  width: 40rem;
  margin: -2rem -4rem 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 --------------------*/
.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(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 {
  margin-bottom: calc(60 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.main_lead .txt_S {
  margin-top: calc(20 * (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: 0 auto calc(100 * (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(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*/


/*lineup-------------------------*/
.lineup_img_wrap {
  width: auto;
  margin: 0 auto calc(60 * (100vw / 430));
}

.to_detail.itm_a {
  width: calc(100 * (100vw / 430));
  height: calc(150 * (100vw / 430));
  margin: calc(110 * (100vw / 430)) 0 0 calc(290 * (100vw / 430));
}

.to_detail.itm_b {
  width: calc(100 * (100vw / 430));
  height: calc(160 * (100vw / 430));
  margin: calc(5 * (100vw / 430)) 0 0 calc(180 * (100vw / 430));
}

.to_detail.itm_c {
  width: calc(80 * (100vw / 430));
  height: calc(125 * (100vw / 430));
  margin: calc(170 * (100vw / 430)) 0 0 calc(150 * (100vw / 430));
}

.to_detail.itm_d {
  width: calc(80 * (100vw / 430));
  height: calc(155 * (100vw / 430));
  margin: calc(80 * (100vw / 430)) 0 0 calc(55 * (100vw / 430));
  border-radius: 0 0 0 80%;
}

.to_detail.itm_e {
  width: calc(180 * (100vw / 430));
  height: calc(175 * (100vw / 430));
  margin: calc(280 * (100vw / 430)) 0 0 calc(200 * (100vw / 430));
  border-radius: 40% 0 0 0;
}

.to_detail.itm_f {
  width: calc(90 * (100vw / 430));
  height: calc(140 * (100vw / 430));
  margin: calc(200 * (100vw / 430)) 0 0 calc(35 * (100vw / 430));
  border-radius: 0 90% 0 0;
}

.to_detail.itm_g {
  width: calc(110 * (100vw / 430));
  height: calc(170 * (100vw / 430));
  margin: calc(500 * (100vw / 430)) 0 0 calc(240 * (100vw / 430));
}

.to_detail.itm_h {
  width: calc(103 * (100vw / 430));
  height: calc(120 * (100vw / 430));
  margin: calc(670 * (100vw / 430)) 0 0 calc(180 * (100vw / 430));
}

.to_detail.itm_i {
  width: calc(110 * (100vw / 430));
  height: calc(140 * (100vw / 430));
  margin: calc(530 * (100vw / 430)) 0 0 calc(110 * (100vw / 430));
}

.to_detail::before {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
}

.to_detail.itm_a::before {
  margin: calc(90 * (100vw / 430)) 0 0 calc(50 * (100vw / 430));
}

.to_detail.itm_b::before {
  margin: calc(90 * (100vw / 430)) 0 0 calc(40 * (100vw / 430));
}

.to_detail.itm_c::before {
  margin: calc(80 * (100vw / 430)) 0 0 calc(30 * (100vw / 430));
}

.to_detail.itm_d::before {
  margin: calc(70 * (100vw / 430)) 0 0 calc(35 * (100vw / 430));
}

.to_detail.itm_e::before {
  margin: calc(110 * (100vw / 430)) 0 0 calc(90 * (100vw / 430));
}

.to_detail.itm_f::before {
  margin: calc(75 * (100vw / 430)) 0 0 calc(40 * (100vw / 430));
}

.to_detail.itm_g::before {
  margin: calc(105 * (100vw / 430)) 0 0 calc(55 * (100vw / 430));
}

.to_detail.itm_h::before {
  margin: calc(65 * (100vw / 430)) 0 0 calc(40 * (100vw / 430));
}

.to_detail.itm_i::before {
  margin: calc(55 * (100vw / 430)) 0 0 calc(35 * (100vw / 430));
}

.to_detail p {
  font-size: calc(16 * (100vw / 430));
}

.to_detail p span {
  font-size: calc(20 * (100vw / 430));
}

.to_detail.itm_a p {
  margin: calc(125 * (100vw / 430)) 0 0 0;
}

.to_detail.itm_b p {
  margin: calc(30 * (100vw / 430)) 0 0 calc(75 * (100vw / 430));
}

.to_detail.itm_c p {
  margin: calc(105 * (100vw / 430)) 0 0 calc(-20 * (100vw / 430));
}

.to_detail.itm_d p {
  margin: calc(-10 * (100vw / 430)) 0 0 calc(-20 * (100vw / 430));
}

.to_detail.itm_e p {
  margin: calc(110 * (100vw / 430)) 0 0 calc(-20 * (100vw / 430));
}

.to_detail.itm_f p {
  margin: calc(115 * (100vw / 430)) 0 0 calc(-20 * (100vw / 430));
}

.to_detail.itm_g p {
  margin: calc(130 * (100vw / 430)) 0 0 calc(-10 * (100vw / 430));
}

.to_detail.itm_h p {
  margin: calc(10 * (100vw / 430)) 0 0 calc(-40 * (100vw / 430));
}

.to_detail.itm_i p {
  margin: 0 0 0 calc(-20 * (100vw / 430));
}

.lineup_list {
  width: auto;
}

.lineup_list li {
  display: block;
  padding: calc(55 * (100vw / 430)) calc(20 * (100vw / 430)) calc(35 * (100vw / 430));
}

.lineup_list li:nth-of-type(n+2) {
  margin-top: calc(80 * (100vw / 430));
}

.lineup_list li::before,
.lineup_list li::after {
  width: calc(100% - calc(10 * (100vw / 430)));
  filter: blur(1px);
}

.lineup_list li::before {
  width: calc(100% - calc(20 * (100vw / 430)));
}

.lineup_list li:nth-of-type(odd)::before,
.lineup_list li:nth-of-type(odd)::after {
  right: auto;
  left: 0;
}

.lineup_list li:nth-of-type(even)::before,
.lineup_list li:nth-of-type(even)::after {
  left: auto;
  right: 0;
}

.lineup_list li:nth-of-type(odd)::before {
  margin-right: 0;
}

.lineup_list li:nth-of-type(even)::before {
  margin-left: 0;
}

.lineup_list li::before {
  margin-top: calc(10 * (100vw / 430));
}

.lineup_list li .itm_img_wrap {
  width: calc(260 * (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_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:nth-of-type(odd) .txt_wrap  {
  padding-right: calc(20 * (100vw / 430));
}

.lineup_list li:nth-of-type(even) .txt_wrap  {
  padding-left: calc(20 * (100vw / 430));
}

.lineup_list li .txt_wrap > div {
  order: 2;
}

.lineup_list li .itm_catch {
  margin: calc(20 * (100vw / 430)) 0 calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.lineup_list li .itm_catch .txt_mark {
  font-size: calc(30 * (100vw / 430));
}

.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_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;
}
/*-------------------------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(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 {
  padding: 0;
}

.luckup-act_list li:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 430));
}

.luckup-act_list li figure {
  width: calc(132 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(odd) figure {
  margin: 0 calc(-35 * (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(-20 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(1) figure {
  width: calc(132 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(3) figure {
  width: auto;
  margin: 0 auto calc(10 * (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));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
