@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_tsuku0ldMin: "fot-tsukuaoldmin-pr6n", sans-serif;
  --color_01: #789C98;
  --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;
}

.fv_area {
  position: relative;
  z-index: 1;
  padding: 6rem 0 8rem;
}


.fv_area::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color_01);
  opacity: .03;
  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_tsuku0ldMin);
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.main_ttl .txt_S {
  display: block;
  margin-bottom: 2rem;
  font-family: var(--font_yuGothic);
  font-size: 2.6rem;
  letter-spacing: .05em;
}

.main_ttl .txt_and {
  font-size: 4rem;
}

.main_ttl .txt_24 {
  display: inline-block;
  width: 10rem;
}

.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;
  padding: 5rem;
  border: solid var(--color_01);
  border-width: .1rem;
  background: #fff;
  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_list {
  width: 110rem;
  margin: 0 auto;
  padding: 13rem 0 5rem;
}

.lineup_list li {
  position: relative;
  z-index: 1;
}

.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: 13rem;
}

.lineup_list li:nth-of-type(2),
.lineup_list li:nth-of-type(5) {
  padding-left: 10rem;
}

.lineup_list li:nth-of-type(3),
.lineup_list li:nth-of-type(4),
.lineup_list li:nth-of-type(6) {
  display: flex;
  justify-content: space-between;
}

.lineup_list li:nth-of-type(4) {
  align-items: center;
}

.lineup_list li .itm_img_wrap {
  position: relative;
  height: fit-content;
}

.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);
}

.lineup_list li .itm_img_wrap.active {
  transform: unset !important;
}

.lineup_list li .itm_img {
  position: relative;
  overflow: clip;
}

.lineup_list li:nth-of-type(1) .itm_img_wrap {
  width: 72rem;
}

.lineup_list li:nth-of-type(2) .itm_img_wrap {
  width: 76rem;
}

.lineup_list li:nth-of-type(3) .itm_img_wrap {
  width: 81rem;
  order: 2;
}

.lineup_list li:nth-of-type(4) .itm_img_wrap {
  width: 79rem;
}

.lineup_list li:nth-of-type(5) .itm_img_wrap {
  width: 82rem;
}

.lineup_list li:nth-of-type(6) .itm_img_wrap {
  width: 78rem;
  order: 2;
}

.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_time {
  position: absolute;
  top: 0;
  height: 9rem;
  pointer-events: none;
}

.lineup_list li:nth-of-type(1) .txt_time {
  left: 0;
  margin: -5.5rem 0 0 2rem;
}

.lineup_list li:nth-of-type(2) .txt_time {
  left: 100%;
  margin: 5rem 0 0 -4.5rem;
}

.lineup_list li:nth-of-type(3) .txt_time {
  right: 100%;
  margin: -3rem 1rem 0 0;
}

.lineup_list li:nth-of-type(4) .txt_time {
  right: 0;
  margin: 2rem 3rem 0 0;
}

.lineup_list li:nth-of-type(5) .txt_time {
  left: 0;
  margin: 2rem 0 0 3rem;
}

.lineup_list li:nth-of-type(6) .txt_time {
  right: 0;
  margin: 2rem 3rem 0 0;
}

.lineup_list li .itm_catch {
  position: absolute;
  font-family: var(--font_tsuku0ldMin);
  font-size: 3.4rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: .1rem;
  text-underline-offset: .4rem;
  text-decoration-color: var(--color_regular);
  white-space: nowrap;
  pointer-events: none;
}

.lineup_list li:nth-of-type(1) .itm_catch {
  top: 0;
  left: 0;
  margin: 7rem 0 0 2.5rem;
  writing-mode: vertical-rl;
  text-underline-offset: -.1rem;
}

.lineup_list li:nth-of-type(2) .itm_catch {
  top: 0;
  left: 100%;
  margin: 17rem 0 0 3rem;
  writing-mode: vertical-rl;
  text-underline-offset: -.1rem;
}

.lineup_list li:nth-of-type(3) .itm_catch {
  top: 0;
  right: 100%;
  margin: 7rem -3rem 0 0;
}

.lineup_list li:nth-of-type(4) .itm_catch {
  top: 0;
  left: 0;
  margin: 6rem 0 0 3.5rem;
  writing-mode: vertical-rl;
  text-underline-offset: -.1rem;
  color: #fff;
}

.lineup_list li:nth-of-type(5) .itm_catch {
  top: 0;
  left: 100%;
  margin: -7rem 0 0 3.5rem;
  writing-mode: vertical-rl;
  text-underline-offset: -.1rem;
}

.lineup_list li:nth-of-type(6) .itm_catch {
  bottom: 0;
  left: 0;
  margin: 0 0 2.5rem 3rem;
  color: #fff;
}

.lineup_list li .txt_time img {
  width: auto;
  height: 100%;
}

.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;
  width: fit-content;
  transition-delay: .3s;
}

.lineup_list li:nth-of-type(1) .txt_wrap {
  margin: -40rem 0 0 auto;
}

.lineup_list li:nth-of-type(2) .txt_wrap {
  margin: -6.8rem 0 0 16rem;
}

.lineup_list li:nth-of-type(3) .txt_wrap {
  margin: 20rem 0 0 0;
}

.lineup_list li:nth-of-type(5) .txt_wrap {
  margin: -19rem 0 0 3rem;
  color: #fff;
  gap: 5.5rem;
  grid-template-rows: auto;
}

.lineup_list li:nth-of-type(6) .txt_wrap > div:nth-of-type(2) {
  margin-top: 5rem;
}

.lineup_list li .itm_name {
  position: relative;
  margin-bottom: 1rem;
  font-family: var(--font_yuGothic);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  white-space: nowrap;
}

.lineup_list li:nth-of-type(2) .itm_name {
  margin-bottom: 2.5rem;
  color: #fff;
}

.lineup_list li .itm_name .txt_S {
  font-size: 1.5rem;
  vertical-align: .2rem;
}

.lineup_list li .itm_caption {
  margin-bottom: 1.5rem;
  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;
}

.itm_price_wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}

.variation_wrap .itm_price_wrap {
  justify-content: space-between;
}

.variation_wrap .itm_price_wrap:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

.itm_price {
  font-family: var(--font_yuGothic);
  font-size: 2.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.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: 20rem;
  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);
}

.lineup_list li .itm_voice {
  position: relative;
  z-index: 1;
  border-radius: 4rem;
  margin-top: 5rem;
  padding: 4rem;
  border: solid rgba(120, 156, 152, .8);
  border-width: .1rem;
  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: 7rem;
  height: 7rem;
  margin: -2rem -3rem 0 0;
  border-radius: 50%;
  background: url(../img/profile_003.jpg) center center / cover no-repeat;
  content: "";
  pointer-events: none;
}

.lineup_list li .itm_voice::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.4rem;
  height: 9.4rem;
  margin: -3.6rem -4.7rem 0 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;
}

.lineup_list li:nth-of-type(6) .itm_voice::before {
  background: #fff;
}

.lineup_list li .notes {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 1rem;
  font-size: 1.1rem;
}


/*-------------------------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(120, 156, 152, .2);
  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(120, 156, 152, .2);
  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;
}

.fv_area {
  padding: calc(30 * (100vw / 430)) 0 calc(60 * (100vw / 430));
}

.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(40 * (100vw / 430));
  line-height: 1.2;
}

.main_ttl .txt_S {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
  line-height: 1.5;
}

.main_ttl .txt_and {
  font-size: calc(30 * (100vw / 430));
}

.main_ttl .txt_24 {
  width: calc(66 * (100vw / 430));
}

.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));
  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;
  padding: calc(80 * (100vw / 430)) 0 calc(30 * (100vw / 430));
}

.lineup_list li {
  display: block !important;
}

.lineup_list li:nth-of-type(2),
.lineup_list li:nth-of-type(5) {
  padding: 0;
}

.lineup_list li:nth-of-type(n+2) {
  margin-top: calc(80 * (100vw / 430));
}

.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:nth-of-type(3) {
  margin-top: calc(120 * (100vw / 430));
}

.lineup_list li:nth-of-type(4) {
  margin-top: calc(160 * (100vw / 430));
}

.lineup_list li:nth-of-type(1) .itm_img_wrap {
  width: auto;
}

.lineup_list li:nth-of-type(2) .itm_img_wrap {
  margin: 0;
  width: calc(320 * (100vw / 430));
}

.lineup_list li:nth-of-type(3) .itm_img_wrap {
  width: calc(320 * (100vw / 430));
  margin-left: auto;
}

.lineup_list li:nth-of-type(3) .itm_img_wrap {
  width: calc(360 * (100vw / 430));
}

.lineup_list li:nth-of-type(4) .itm_img_wrap {
  width: auto;
}

.lineup_list li:nth-of-type(5) .itm_img_wrap {
  width: calc(330 * (100vw / 430));
}

.lineup_list li:nth-of-type(6) .itm_img_wrap {
  width: auto;
}

.lineup_list li .txt_time {
  height: calc(68 * (100vw / 430));
}

.lineup_list li:nth-of-type(1) .txt_time {
  margin: calc(-50 * (100vw / 430)) 0 0 calc(20 * (100vw / 430));
}

.lineup_list li:nth-of-type(2) .txt_time {
  margin: calc(-20 * (100vw / 430)) 0 0 calc(-90 * (100vw / 430));
}

.lineup_list li:nth-of-type(3) .txt_time {
  right: 0;
  margin: calc(-45 * (100vw / 430)) calc(10 * (100vw / 430)) 0 0;
}

.lineup_list li:nth-of-type(4) .txt_time {
  margin: calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) 0 0;
}

.lineup_list li:nth-of-type(5) .txt_time {
  margin: calc(15 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
}

.lineup_list li:nth-of-type(6) .txt_time {
  margin: calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) 0 0;
}

.lineup_list li .itm_catch {
  font-size: calc(24 * (100vw / 430));
  text-decoration-thickness: calc(1 * (100vw / 430));
  text-underline-offset: calc(4 * (100vw / 430));
}

.lineup_list li:nth-of-type(1) .itm_catch {
  margin: calc(25 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
  text-underline-offset: calc(-1 * (100vw / 430));
}

.lineup_list li:nth-of-type(2) .itm_catch {
  margin: calc(85 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
  text-underline-offset: calc(-1 * (100vw / 430));
}

.lineup_list li:nth-of-type(3) .itm_catch {
  margin: calc(20 * (100vw / 430)) calc(20 * (100vw / 430)) 0 0;
  writing-mode: vertical-rl;
  text-underline-offset: calc(-1 * (100vw / 430));
}

.lineup_list li:nth-of-type(4) .itm_catch {
  top: auto;
  bottom: 100%;
  width: 100%;
  margin: 0 0 calc(15 * (100vw / 430)) 0;
  writing-mode: horizontal-tb;
  text-underline-offset: calc(4 * (100vw / 430));
  text-align: center;
  color: #000;
}

.lineup_list li:nth-of-type(5) .itm_catch {
  margin: calc(60 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
  text-underline-offset: calc(-1 * (100vw / 430));
}

.lineup_list li:nth-of-type(6) .itm_catch {
  margin: 0 0 calc(20 * (100vw / 430)) calc(20 * (100vw / 430));
}

.lineup_list li .txt_wrap {
  display: flex;
  flex-direction: column;
  padding: 0 calc(20 * (100vw / 430));
  gap: calc(15 * (100vw / 430));
}

.lineup_list li:nth-of-type(1) .txt_wrap {
  margin: 0;
}

.lineup_list li:nth-of-type(2) .txt_wrap {
  margin: calc(-90 * (100vw / 430)) 0 0 0;
}

.lineup_list li:nth-of-type(3) .txt_wrap {
  margin: calc(20 * (100vw / 430)) 0 0 0;
  padding-left: calc(70 * (100vw / 430));
}

.lineup_list li:nth-of-type(4) .txt_wrap {
  margin-top: calc(20 * (100vw / 430));
}

.lineup_list li:nth-of-type(5) .txt_wrap {
  margin: calc(-140 * (100vw / 430)) 0 0 0;
  gap: 0;
}

.lineup_list li:nth-of-type(6) .txt_wrap > div:nth-of-type(2) {
  margin-top: calc(30 * (100vw / 430));
}

.lineup_list li .txt_wrap > div {
  order: 2;
}

.lineup_list li:nth-of-type(5) .txt_wrap > div {
  order: unset;
}

.lineup_list li .itm_name {
  margin-bottom: calc(12 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.lineup_list li:nth-of-type(2) .itm_name {
  margin-bottom: calc(25 * (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:nth-of-type(5) .itm_caption {
  width: calc(296 * (100vw / 430));
}

.lineup_list li .itm_caption .notes {
  font-size: calc(10 * (100vw / 430));
}

.variation_wrap .itm_price_wrap {
  gap: calc(12 * (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;
}
 
.lineup_list li:nth-of-type(5) .itm_price {
  color: #000;
}

.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: calc(370 * (100vw / 430));
  border-radius: calc(30 * (100vw / 430));
  margin-top: calc(20 * (100vw / 430));
  padding: calc(30 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.lineup_list li .itm_voice::after {
  width: calc(60 * (100vw / 430));
  height: calc(60 * (100vw / 430));
  margin: calc(-30 * (100vw / 430)) calc(-20 * (100vw / 430)) 0 0;
}


.lineup_list li .itm_voice::before {
  width: calc(80 * (100vw / 430));
  height: calc(80 * (100vw / 430));
  margin: calc(-43 * (100vw / 430)) calc(-33 * (100vw / 430)) 0 0;
}

.lineup_list li:nth-of-type(6) .itm_voice::before {
  background: #000;
}

.lineup_list li .notes {
  position: relative;
  padding: 0 calc(20 * (100vw / 430)) 0 calc(70 * (100vw / 430));
  margin-top: calc(20 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
  line-height: 1.5;
}
/*-------------------------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(120, 156, 152, .2);
}

.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%;
  }

  .lineup_list li:nth-of-type(3) .itm_price_wrap,
  .lineup_list li:nth-of-type(4) .itm_price_wrap,
  .lineup_list li:nth-of-type(6) .itm_price_wrap   {
    flex-direction: column;
    align-items: flex-start;
  }

  .lineup_list li:nth-of-type(5) .itm_voice {
    margin-top: 12rem;
  }

  .lineup_list li:nth-of-type(6) .itm_caption {
    width: 28rem;
  }

  .lineup_list li:nth-of-type(6) .itm_voice {
    position: absolute;
    left: 100%;
    width: 30rem;
    margin: 7rem 0 0 7rem;
  }
}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
