@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

footer {
  position: relative;
  z-index: 2;
}

.nav-top {
  display: none;
  z-index: 5;
}

:root {
  --font_yuGothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', sans-serif;
  --font_tenMincho: "ten-mincho-text", serif;
  --font_dnpShueiGothic: "dnp-shuei-gothic-gin-std", sans-serif;
  --font_udkakugoLlarge: "fot-udkakugo-large-pr6n", sans-serif;
  --font_futura: "futura-pt", sans-serif;
  --color_01: #C5998B;
  --color_02: #B05C52;
  --color_03: #F0EDE7;
  --color_04: #FAF9F7;
  --color_bg: #E6E1D7;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  padding: 6rem 0 12rem;
  background: var(--color_bg);
  font-family: var(--font_udkakugoLlarge);
  color: #000;
  overflow-x: clip;
  opacity: 0;
  transition: opacity 1s;
}

.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_yuGothic);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
}

.main_ttl .txt_S {
  display: block;
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.main_ttl .txt_emphasis {
  color: var(--color_02);
}

.main_lead {
  margin-bottom: 8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.main_lead .txt_S {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.main_lead .txt_gray {
  display: block;
  margin-top: 2.5rem;
  color: #9E9E9E;
}

/*-------------------- main title*/

/*beauty person------------------*/
.beauty-person_wrap {
  position: relative;
  width: 70rem;
  margin: 0 auto 6rem;
  padding: 5rem;
  background: var(--color_03);
  box-shadow: 0 0 10px rgba(197, 153, 139, .2);
}

.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: 600;
  text-align: center;
}

.person_comment::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-top: solid #000;
  border-left: solid #000;
  border-width: .1rem;
  box-sizing: border-box;
  content: "";
}

.person_comment::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-bottom: solid #000;
  border-right: solid #000;
  border-width: .1rem;
  box-sizing: border-box;
  content: "";
}

.profile_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.profile_wrap > figure {
  width: 15rem;
}

.profile_wrap > dl {
  width: 30rem;
}

.profile_wrap > dl > dt {
  margin-bottom: .8rem;
  font-family: var(--font_futura);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2em;
  font-style: italic;
}

.profile_wrap > dl > dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
/*------------------beauty person*/

/*lineup-------------------------*/
.lineup_area {
  width: 110rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.each_cat {
  padding: 2rem 0 11rem;
}

.cat_ttl {
  border-bottom: solid var(--color_01);
  border-width: .2rem;
  margin-bottom: 7rem;
  padding-bottom: 1.5rem;
  font-family: var(--font_yuGothic);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.cat_ttl .txt_L {
  position: relative;
  padding: 0 3rem;
  font-family: var(--font_futura);
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: .2em;
  font-style: italic;
}

.cat_ttl .txt_L::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color_01);
  transform: scaleX(0);
  content: "";
}

.cat_ttl.active .txt_L::before {
  animation: box-scal 1s .3s forwards;
}

@keyframes box-scal {
  0% {
    transform: scaleX(0);
    transform-origin: center left;
  }

  50% {
    transform: scaleX(1);
    transform-origin: center left;
  }

  60% {
    transform: scaleX(1);
    transform-origin: center right;
  }

  100% {
    transform: scaleX(0);
    transform-origin: center right;
  }
}

.cat_ttl .txt_L span {
  opacity: 0;
}

.cat_ttl.active .txt_L span {
  font-weight: 300;
  letter-spacing: .2em;
  animation: txt-opacity 1s .3s forwards;
}

@keyframes txt-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.lineup_list {
  padding: 0 5rem;
}

.lineup_list li {
  display: flex;
  align-items: center;
  gap: 4.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 .itm_img_wrap {
  position: relative;
  width: 49rem;
  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 {
  filter: drop-shadow(2rem 2rem .3rem rgba(0, 0, 0, .15));
}

.lineup_list li .itm_img img {
  transition: transform .5s;
}

.lineup_list li .itm_img a:hover img {
  transform: scale(1.05);
}

.lineup_list li .itm_brand {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font_futura);
  font-size: 2.4rem;
  letter-spacing: .2em;
  font-style: italic;
  pointer-events: none;
}

.each_cat:nth-of-type(1) .lineup_list li:nth-of-type(1) .itm_brand {
  margin: 20rem 0 0 8.5rem;
  transform: rotate(-6deg);
}

.each_cat:nth-of-type(1) .lineup_list li:nth-of-type(2) .itm_brand {
  margin: 4rem 0 0 5rem;
  transform: rotate(-22deg);
}

.each_cat:nth-of-type(1) .lineup_list li:nth-of-type(3) .itm_brand {
  margin: 6rem 0 0 37rem;
  transform: rotate(21deg);
}

.each_cat:nth-of-type(2) .lineup_list li:nth-of-type(1) .itm_brand {
  margin: 14rem 0 0 2.5rem;
  transform: rotate(-62deg);
}

.each_cat:nth-of-type(2) .lineup_list li:nth-of-type(2) .itm_brand {
  margin: 28rem 0 0 5.5rem;
  transform: rotate(50deg);
}

.each_cat:nth-of-type(2) .lineup_list li:nth-of-type(3) .itm_brand {
  margin: 22rem 0 0 7rem;
  transform: rotate(74deg);
}

.each_cat:nth-of-type(3) .lineup_list li:nth-of-type(1) .itm_brand {
  margin: 15rem 0 0 10.5rem;
  transform: rotate(75deg);
}

.each_cat:nth-of-type(3) .lineup_list li:nth-of-type(2) .itm_brand {
  margin: 13rem 0 0 17rem;
  transform: rotate(105deg);
}

.each_cat:nth-of-type(3) .lineup_list li:nth-of-type(3) .itm_brand {
  margin: 15.5rem 0 0 12rem;
  transform: rotate(74deg);
}

.lineup_list li .itm_texture {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  width: 20rem;
  margin: 0 -3rem -6rem 0;
  filter: drop-shadow(2rem 2rem .3rem rgba(0, 0, 0, .15));
}

.lineup_list li .itm_variation {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font_futura);
  font-size: 2.4rem;
  letter-spacing: .2em;
  font-style: italic;
  pointer-events: none;
}

.itm_variation.variation7 {
  margin: 9rem 0 0 16.5rem;
}

.itm_variation.variation4 {
  margin: 21rem 0 0 42rem;
}

.itm_variation.variation3 {
  margin: 34.5rem 0 0 24.5rem;
}

.itm_variation.variation6 {
  margin: 46rem 0 0 43rem;
}

.itm_variation.variation1 {
  margin: 54rem 0 0 10.5rem;
}

.lineup_list li .txt_wrap {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: min-content min-content;
  grid-template-columns: min-content;
}

.lineup_list li .itm_name {
  margin-bottom: 2rem;
  font-family: var(--font_yuGothic);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  white-space: nowrap;
}

.lineup_list li .itm_name .txt_S {
  font-size: 1.5rem;
  vertical-align: .2rem;
}

.lineup_list li .itm_caption {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .1em;
}

.lineup_list li .itm_caption .notes {
  font-size: 1.1rem;
}

.lineup_list li .itm_price {
  margin-bottom: 2rem;
  font-family: var(--font_yuGothic);
  font-size: 2.8rem;
  font-weight: 500;
}

.lineup_list li .itm_price .txt_M {
  margin-right: 1rem;
  font-size: 2rem;
}

.lineup_list li .itm_price .txt_S {
  font-size: 1.5rem;
}

.itm_link {
  width: fit-content;
}

.itm_link a {
  display: grid;
  place-items: center;
  width: 22rem;
  height: 4rem;
  border: solid #000;
  border-width: .1rem;
  background: #000;
  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;
  color: #000;
}

.itm_crosssell {
  margin-top: 1.5rem;
  font-family: var(--font_yuGothic);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-align: right;
  color: var(--color_02);
  transition: color .3s;
}

.itm_crosssell .txt_S {
  font-size: 1.1rem;
}

.itm_crosssell:hover {
  color: var(--color_01);
}

.lineup_list li .itm_voice {
  position: relative;
  z-index: 1;
  border-radius: 4rem;
  margin-top: 6rem;
  padding: 4rem;
  background: var(--color_04);
  font-family: var(--font_dnpShueiGothic);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .02em;
  color: var(--color_02);
}

.lineup_list li .itm_voice::before {
  position: absolute;
  z-index: -1;
  top: 0;
  border-top: solid var(--color_04) 2.2rem;
  border-left: solid transparent 4rem;
  border-right: solid transparent 4rem;
  margin-top: 10rem;
  content: "";
}

.lineup_list li:nth-of-type(odd) .itm_voice::before {
  right: 100%;
  margin-right: -4.5rem;
  transform: rotate(15deg);
}

.lineup_list li:nth-of-type(even) .itm_voice::before {
  left: 100%;
  margin-left: -4.5rem;
  transform: rotate(-15deg);
}

.lineup_list li .itm_voice::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
  height: 11rem;
  margin: -2.7rem 0 0 -3rem;
  background: url(../img/txt_003.svg) center center / cover no-repeat;
  content: "";
  pointer-events: none;
}

/*-------------------------lineup*/

/*fortune------------------------*/
.fortune_area {
  border-top: solid var(--color_02);
  border-width: .1rem;
  padding-top: 10rem;
}

.fortune_area .sec_inner {
  position: relative;
  z-index: 1;
  width: 90rem;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.fortune_area .sec_inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: var(--color_04);
  content: "";
}

.fortune_area .sec_inner::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 24.5rem);
  border-radius: 4rem;
  background: var(--color_04);
  content: "";
}

.fortune_ttl {
  position: relative;
  height: 24.5rem;
  margin-bottom: 5rem;
  padding-top: 3.5rem;
  font-family: var(--font_tenMincho);
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
}

.fortune_ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50rem;
  height: .1rem;
  background: var(--color_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 .txt_enclosed {
  display: block;
  width: fit-content;
  margin: 0 auto 1.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_wrap > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.instructor_img {
  width: 13rem;
  border-radius: 50%;
  overflow: clip;
}

.instructor_wrap .txt_wrap {
  width: fit-content;
}

.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 {
  margin-bottom: 1.5rem;
  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 {
  font-size: 1.2rem;
  line-height: 1.75;
}

.instructor_advice {
  margin-bottom: 5rem;
  text-align: center;
}

.instructor_advice dt {
  margin-bottom: 1.5rem;
  font-family: var(--font_tenMincho);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}

.instructor_advice dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

.luckup-act_point {
  margin-bottom: 5rem;
}

.luckup-act_point dt {
  margin-bottom: 1.5rem;
  font-family: var(--font_futura);
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .2em;
  text-align: center;
}

.luckup-act_point ul {
  width: fit-content;
  margin: 0 auto;
}

.luckup-act_point li {
  font-family: var(--font_yuGothic);
  font-size: 1.6rem;
  font-weight: 700;
}

.luckup-act_point li:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

.luckup-act_list_wrap > dt {
  margin-bottom: 2rem;
  font-family: var(--font_tenMincho);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}

.luckup-act_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.luckup-act_list li:nth-of-type(n+2) {
  margin-top: 3rem;
}

.luckup-act_list li figure {
  width: 20rem;
}

.luckup-act_list li:nth-of-type(odd) figure {
  order: 2;
}

.luckup-act_list li dl {
  width: 41rem;
}

.luckup-act_list li dt {
  margin-bottom: 1rem;
  font-family: var(--font_tenMincho);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
}

.luckup-act_list li dd {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.75;
}
/*------------------------fortune*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  z-index: 5 !important;
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: var(--color_bg);
}

.LP_page {
  padding: calc(30 * (100vw / 430)) 0 calc(80 * (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(25 * (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(44 * (100vw / 430));
  line-height: 1.3;
  letter-spacing: .05em;
}

.main_ttl .txt_S {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(28 * (100vw / 430));
  line-height: 1.3;
  letter-spacing: .05em;
}

.main_lead {
  margin-bottom: calc(60 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.main_lead .txt_S {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.main_lead .txt_gray {
  margin-top: calc(20 * (100vw / 430));
}

/*-------------------- main title*/

/*beauty person------------------*/
.beauty-person_wrap {
  width: calc(390 * (100vw / 430));
  margin: 0 auto calc(50 * (100vw / 430));
  padding: calc(35 * (100vw / 430)) calc(25 * (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(22 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.person_comment::before {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.person_comment::after {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.profile_wrap {
  gap: calc(15 * (100vw / 430));
}

.profile_wrap > figure {
  width: calc(120 * (100vw / 430));
}

.profile_wrap > dl {
  width: calc(190 * (100vw / 430));
}

.profile_wrap > dl > dt {
  margin-bottom: calc(5 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.profile_wrap > dl > dd {
  font-size: calc(12 * (100vw / 430));
}
/*------------------beauty person*/

/*lineup-------------------------*/
.lineup_area {
  width: auto;
  padding: 0 calc(20 * (100vw / 430));
}

.each_cat {
  padding: calc(10 * (100vw / 430)) 0 calc(80 * (100vw / 430));
}

.cat_ttl {
  border-width: calc(2 * (100vw / 430));
  margin-bottom: calc(40 * (100vw / 430));
  padding-bottom: calc(10 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.cat_ttl .txt_L {
  padding: 0 calc(10 * (100vw / 430));
  font-size: calc(45 * (100vw / 430));
}

.lineup_list {
  padding: 0;
}

.lineup_list li {
  display: block;
}

.lineup_list li:nth-of-type(n+2) {
  margin-top: calc(80 * (100vw / 430));
}

.lineup_list li .itm_img_wrap {
  width: calc(326 * (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 {
  filter: drop-shadow(calc(20 * (100vw / 430)) calc(20 * (100vw / 430)) calc(3 * (100vw / 430)) rgba(0, 0, 0, .15));
}

.lineup_list li .itm_brand {
  font-size: calc(17 * (100vw / 430));
}

.each_cat:nth-of-type(1) .lineup_list li:nth-of-type(1) .itm_brand {
  margin: calc(130 * (100vw / 430)) 0 0 calc(55 * (100vw / 430));
}

.each_cat:nth-of-type(1) .lineup_list li:nth-of-type(2) .itm_brand {
  margin: calc(20 * (100vw / 430)) 0 0 calc(30 * (100vw / 430));
}

.each_cat:nth-of-type(1) .lineup_list li:nth-of-type(3) .itm_brand {
  margin: calc(35 * (100vw / 430)) 0 0 calc(240 * (100vw / 430));
}

.each_cat:nth-of-type(2) .lineup_list li:nth-of-type(1) .itm_brand {
  margin: calc(85 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
}

.each_cat:nth-of-type(2) .lineup_list li:nth-of-type(2) .itm_brand {
  margin: calc(185 * (100vw / 430)) 0 0 calc(35 * (100vw / 430));
}

.each_cat:nth-of-type(2) .lineup_list li:nth-of-type(3) .itm_brand {
  margin: calc(140 * (100vw / 430)) 0 0 calc(45 * (100vw / 430));
}

.each_cat:nth-of-type(3) .lineup_list li:nth-of-type(1) .itm_brand {
  margin: calc(90 * (100vw / 430)) 0 0 calc(65 * (100vw / 430));
}

.each_cat:nth-of-type(3) .lineup_list li:nth-of-type(2) .itm_brand {
  margin: calc(90 * (100vw / 430)) 0 0 calc(110 * (100vw / 430));
}

.each_cat:nth-of-type(3) .lineup_list li:nth-of-type(3) .itm_brand {
  margin: calc(100 * (100vw / 430)) 0 0 calc(75 * (100vw / 430));
}

.lineup_list li .itm_texture {
  width: calc(150 * (100vw / 430));
  margin: 0 calc(-55 * (100vw / 430)) calc(-50 * (100vw / 430)) 0;
  filter: drop-shadow(calc(20 * (100vw / 430)) calc(20 * (100vw / 430)) calc(3 * (100vw / 430)) rgba(0, 0, 0, .15));
}

.lineup_list li .itm_variation {
  font-size: calc(17 * (100vw / 430));
}

.itm_variation.variation7 {
  margin: calc(55 * (100vw / 430)) 0 0 calc(110 * (100vw / 430));
}

.itm_variation.variation4 {
  margin: calc(135 * (100vw / 430)) 0 0 calc(280 * (100vw / 430));
}

.itm_variation.variation3 {
  margin: calc(225 * (100vw / 430)) 0 0 calc(165 * (100vw / 430));
}

.itm_variation.variation6 {
  margin: calc(300 * (100vw / 430)) 0 0 calc(285 * (100vw / 430));
}

.itm_variation.variation1 {
  margin: calc(350 * (100vw / 430)) 0 0 calc(70 * (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: calc(20 * (100vw / 430)) 0 calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.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(20 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.lineup_list li .itm_caption .notes {
  font-size: calc(10 * (100vw / 430));
}

.lineup_list li .itm_price_wrap {
  display: flex;
  align-items: center;
}

.lineup_list li .itm_price {
  margin: 0 calc(18 * (100vw / 430)) 0 0;
  font-size: calc(26 * (100vw / 430));
}

.lineup_list li .itm_price .txt_M {
  margin-right: calc(8 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.lineup_list li .itm_price .txt_S {
  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));
}

.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(350 * (100vw / 430));
  border-radius: calc(30 * (100vw / 430));
  margin: calc(50 * (100vw / 430)) 0 0 auto;
  padding: calc(30 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.lineup_list li .itm_voice::before {
  top: auto;
  bottom: 100%;
  right: 0;
  border-top: solid var(--color_04) calc(22 * (100vw / 430));
  border-left: solid transparent calc(40 * (100vw / 430));
  border-right: solid transparent calc(40 * (100vw / 430));
}

.lineup_list li:nth-of-type(odd) .itm_voice::before {
  right: 0;
  margin: 0 calc(110 * (100vw / 430)) calc(-10 * (100vw / 430)) 0;
  transform: rotate(30deg);
}

.lineup_list li:nth-of-type(even) .itm_voice::before {
  left: auto;
  margin: 0 calc(110 * (100vw / 430)) calc(-10 * (100vw / 430)) 0;
  transform: rotate(30deg);
}

.lineup_list li .itm_voice::after {
  width: calc(140 * (100vw / 430));
  height: calc(110 * (100vw / 430));
  margin: calc(-30 * (100vw / 430)) 0 0 calc(-40 * (100vw / 430));
}

/*-------------------------lineup*/

/*fortune------------------------*/
.fortune_area {
  border-width: calc(1 * (100vw / 430));
  padding: calc(60 * (100vw / 430)) calc(15 * (100vw / 430)) 0;
}

.fortune_area .sec_inner {
  width: auto;
  border-radius: calc(300 * (100vw / 430)) calc(300 * (100vw / 430)) calc(20 * (100vw / 430)) calc(20 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) calc(20 * (100vw / 430)) calc(50 * (100vw / 430));
  background: var(--color_04);
}

.fortune_area .sec_inner::before {
  display: none;
}

.fortune_area .sec_inner::after {
  display: none;
}

.fortune_ttl {
  height: auto;
  margin-bottom: calc(25 * (100vw / 430));
  padding: 0 0 calc(25 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.fortune_ttl::before {
  width: calc(360 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

.fortune_ttl .txt_curve {
  width: calc(216 * (100vw / 430));
  margin: 0 auto calc(-10 * (100vw / 430));
}

.fortune_ttl .txt_emphasis {
  margin: 0 auto calc(10 * (100vw / 430));
  padding: calc(2 * (100vw / 430)) calc(15 * (100vw / 430)) calc(3 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.instructor_wrap {
  margin-bottom: calc(30 * (100vw / 430));
}

.instructor_wrap .txt_enclosed {
  margin: 0 auto calc(15 * (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 {
  gap: calc(15 * (100vw / 430));
}

.instructor_img {
  width: calc(120 * (100vw / 430));
}

.instructor_wrap .txt_wrap {
  width: auto;
  flex: 1;
}

.instructor_name .txt_M {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.instructor_name {
  margin-bottom: calc(10 * (100vw / 430));
  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_advice {
  margin-bottom: calc(25 * (100vw / 430));
}

.instructor_advice dt {
  margin-bottom: calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.instructor_advice dd {
  font-size: calc(12 * (100vw / 430));
  text-align: left;
}

.luckup-act_point {
  margin-bottom: calc(30 * (100vw / 430));
}

.luckup-act_point dt {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.luckup-act_point li {
  font-size: calc(15 * (100vw / 430));
}

.luckup-act_point li:nth-of-type(n+2) {
  margin-top: calc(12 * (100vw / 430));
}

.luckup-act_list_wrap > dt {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.luckup-act_list li {
  position: relative;
  display: block;
  padding: 0;
}

.luckup-act_list li:nth-of-type(n+2) {
  margin-top: calc(15 * (100vw / 430));
}

.luckup-act_list li figure {
  width: calc(150 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(odd) figure {
  float: right;
  margin: 0 calc(-20 * (100vw / 430)) calc(2 * (100vw / 430)) calc(5 * (100vw / 430));
}

.luckup-act_list li:nth-of-type(even) figure {
  float: left;
  margin: 0 calc(5 * (100vw / 430)) calc(2 * (100vw / 430)) calc(-20 * (100vw / 430));
}

.luckup-act_list li dl {
  width: auto;
  padding-top: calc(15 * (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));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
