@charset "UTF-8";

/*//////////////////////////////////////////////////

  CellLuxeSeries '25 | Celvoke Website

//////////////////////////////////////////////////*/

html {
  font-size: calc(10 * (100vw/466));
}

@media (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}


/* ========================================================
                      * 共通設定  *
========================================================= */

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

#Wrap {
  width: 100%;
}

#share {
  z-index: 111 !important;
  transition: translate .5s;
}

@media screen and (max-width: 768px) {
  #share.move {
    translate: 0 calc(-120 * 46.6rem / 750);
  }
}

.lp_contents * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

.lp_contents {
  width: 100%;
  max-width: 46.6rem;
  height: 100%;
  line-height: 1.65;
  letter-spacing: .07em;
  --color1: #000;
  --color2: #fff;
  --color3: #84b1bf;
  --color4: #f9f9f9;
  --color5: #757575;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  --font-jp: "Noto Sans JP";
  --font-europa: "europa";
  --font-garamond: "adobe-garamond-pro";
  --SourceHanSerifJP: "source-han-serif-japanese";
  font-weight: normal;
}

@media (min-width: 769px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    z-index: 0;
    line-height: 1.65;
  }
}

.lp_contents .pcOnly {
  display: none;
}

.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents_inner {
  background: var(--color2);
  overflow-x: hidden;
  position: relative;
}

.lp_contents_inner,
.lp_contents_inner section {
  width: 100%;
  color: var(--color1);
}

.lp_contents_inner section .inner {
  margin: 0 calc(35 * 46.6rem / 750) 0 calc(35 * 46.6rem / 750);
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  font-weight: normal;
}

.lp_contents h2 {
  font-family: var(--SourceHanSerifJP);

}


.lp_contents h4 {
  font-size: calc(41 * 46.6rem / 750);
}

.lp_contents ul {
  padding: 0;
  list-style: none;
}

.lp_contents .opacity {
  opacity: 0;
}

.lp_contents .opacity_enable {
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.3s 1 forwards;
  animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.3s 1 forwards;
}

@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.lp_contents .drop_container {
  position: absolute;
}

.lp_contents .drop_container.drop01 {
  width: calc(60 * 46.6rem / 750);
  height: calc(60 * 46.6rem / 750);
  top: calc(280 * 46.6rem / 750);
  right: calc(35 * 46.6rem / 750);
}

.lp_contents .drop_container.drop02 {
  width: calc(222 * 46.6rem / 750);
  height: calc(213 * 46.6rem / 750);
  top: calc(55 * 46.6rem / 750);
  right: calc(38 * 46.6rem / 750);
}


.lp_contents .drop_container.drop03 {
  width: calc(400 * 46.6rem / 750);
  height: calc(365 * 46.6rem / 750);
  top: calc(-212 * 46.6rem / 750);
  left: calc(-71 * 46.6rem / 750);
}

.lp_contents .drop_container.drop04 {
  width: calc(260 * 46.6rem / 750);
  height: calc(241 * 46.6rem / 750);
  right: calc(26 * 46.6rem / 750);
  top: calc(157 * 46.6rem / 750);
}

.lp_contents .drop_container.drop05 {
  width: calc(60 * 46.6rem / 750);
  height: calc(60 * 46.6rem / 750);
  right: calc(43 * 46.6rem / 750);
  top: calc(61 * 46.6rem / 750);
}

.lp_contents .drop_container.drop06 {
  width: calc(320 * 46.6rem / 750);
  height: calc(277 * 46.6rem / 750);
  bottom: calc(128 * 46.6rem / 750);
  left: calc(-30 * 46.6rem / 750);
}


.lp_contents .flex_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lp_contents .section_header {
  font-weight: normal;
  font-size: calc(32 * 46.6rem / 750);
  border-top: 1px solid var(--color1);
  border-bottom: 1px solid var(--color1);
  padding: calc(12 * 46.6rem / 750) 0;
  position: relative;
  z-index: 10;
}

.lp_contents .price {
  font-family: var(--font-europa);
}

.lp_contents .tax {
  font-family: var(--font-jp);
}

.lp_contents .more_button {
  cursor: pointer;
}

.lp_contents .under_line_blue {
  text-decoration: underline;
  text-decoration-color: rgba(132, 177, 191, 0.2);
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}

.lp_contents .annotation_gray {
  color: var(--color5);
}

.lp_contents .asterisk {
  font-size: 1em;
}

.lp_contents .asterisk sup {
  font-size: 0.6em;
  vertical-align: super;
}

.lp_contents .buy_button {
  font-family: var(--font-europa);
  font-size: calc(30 * 46.6rem / 750);
  letter-spacing: 0.07em;
  width: calc(194 * 46.6rem / 750);
}

.lp_contents .buy_button a {
  position: relative;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}

.lp_contents .buy_button a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color1);
  position: absolute;
  bottom: calc(-14 * 46.6rem / 750);
}

.lp_contents .buy_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: calc(20 * 46.6rem / 750);
  height: calc(20 * 46.6rem / 750);
  border-left: 1px solid var(--color1);
  border-bottom: 1px solid var(--color1);
  transform: translateY(-50%) rotate(-134deg);
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/

@media (min-width: 769px) {
  .lp_contents .grid_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .lp_contents .grid_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    pointer-events: all;
    height: 100vh;
  }

  .lp_contents .grid_area .fixed_left {
    top: 0;
    grid-column: 1;
    background: var(--color4);
    -webkit-clip-path: border-box;
    clip-path: border-box;
  }

  .fixed_left_inner {
    text-align: center;
    width: 30rem;
  }

  .fixed_left_inner .logo {
    width: 30rem;
  }

  .lp_contents .fixed_left_inner_title {
    margin-top: 1.5rem;
  }

  .lp_contents .fixed_left_inner_title span {
    display: block;
  }

  .lp_contents .fixed_left_inner_title span:nth-of-type(1) {
    font-size: 1.5rem;
    margin-right: 5.1rem;
  }

  .lp_contents .fixed_left_inner_title span:nth-of-type(2) {
    font-size: 1.7rem;
    margin-left: 5rem;
  }

  .fixed_left_inner_sub_titele {
    font-size: 2.6rem;
    margin-top: 2.6rem;
  }

  .fixed_left_inner_sub_titele span {
    font-size: 0.7em;
  }

  .lp_contents_inner {
    grid-column: 2;
    margin-inline: auto;
    width: 46.6rem;
  }

  .lp_contents .grid_area .fixed_right {
    top: 0;
    grid-column: 3;
    background: var(--color4);
    -webkit-clip-path: border-box;
    clip-path: border-box;
  }

  .lp_contents h3 {
    font-size: 5.3rem;
    line-height: 1.5
  }

  .lp_contents h4 {
    font-size: 4.2rem;
  }

  .lp_contents .under_line_blue_container {
    margin-bottom: 11rem;
  }

}


/* ========================================================
                      * mv_section  *
========================================================= */
.mv_section {
  position: relative;
  padding-bottom: calc(115 * 46.6rem / 750);
}

.mv_bg {
  background-image: url(../img/CellLuxeSeries.jpg);
  aspect-ratio: 750 / 1000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-bottom: calc(39 * 46.6rem / 750);
}

.lp_contents .mv_titele_container {
  position: absolute;
  top: calc(45 * 46.6rem / 750);
  margin-left: calc(40 * 46.6rem / 750);
  text-align: left;
  line-height: 1.5;
  width: calc(334 * 46.6rem / 750);
}

.mv_logo {
  width: calc(300 * 46.6rem / 750);
  margin-left: calc(35 * 46.6rem / 750);
}

.mv_titele {
  margin-top: calc(22 * 46.6rem / 750);
  white-space: nowrap;
  line-height: 1.5;
}

.lp_contents .mv_titele span {
  display: block;
}

.lp_contents .mv_titele span:nth-of-type(1) {
  font-size: calc(30 * 46.6rem / 750);
}

.lp_contents .mv_titele span:nth-of-type(2) {
  font-size: calc(36 * 46.6rem / 750);
  padding-left: calc(60 * 46.6rem / 750);
}

h2.mv_sub_titele {
  font-size: calc(56 * 46.6rem / 750);
  margin-bottom: 2.1rem;
}

.mv_sub_titele span {
  font-size: 0.75em;
  display: inline-block;
  margin-left: calc(-18 * 46.6rem / 750);
}

.mv_read {
  font-size: calc(32 * 46.6rem / 750);
  margin-bottom: calc(50 * 46.6rem / 750);
}

ul.mv_text_container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: calc(23 * 46.6rem / 750);
  width: calc(250 * 46.6rem / 750);
  margin: 0 auto;
  white-space: nowrap;
}

.mv_text {
  padding-left: calc(61 * 46.6rem / 750);
  font-size: calc(26 * 46.6rem / 750);
  position: relative;
}

.mv_text::before {
  content: "";
  background: url(../img/check_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: calc(38 * 46.6rem / 750);
  height: calc(32 * 46.6rem / 750);
  position: absolute;
  left: calc(8 * 46.6rem / 750);
  top: 50%;
  transform: translateY(-50%);
}

.mv_annotation {
  font-size: calc(20 * 46.6rem / 750);
  margin-top: calc(50 * 46.6rem / 750);
  text-align: left;
}

@media (min-width: 769px) {
  .mv_section {
    aspect-ratio: 150 / 192;
  }
}

/* ========================================================
                      * catchcopy_section  *
========================================================= */

.catchcopy_image {
  width: 100%;
  margin-bottom: calc(59 * 46.6rem / 750);
}

.catchcopy_title {
  width: calc(547 * 46.6rem / 750);
  margin: 0 auto;
}

.catchcopy_3_effect_image_conntainer {
  width: calc(690 * 46.6rem / 750);
  margin: 0 auto;
}

.catchcopy_3_effect_image_conntainer img {
  margin-top: calc(40 * 46.6rem / 750);
}

.catchcopy_text {
  font-size: calc(26 * 46.6rem / 750);
  margin-top: calc(58 * 46.6rem / 750);
  text-align: justify;
  text-align-last: left;
}

.catchcopy_annotation {
  margin-top: calc(55 * 46.6rem / 750);
  font-size: calc(20 * 46.6rem / 750);
  text-align: left;
}

.catchcopy_item_info {
  aspect-ratio: 750 / 840;
  background: url(../img/catchcopy_item_image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-top: calc(114 * 46.6rem / 750);
  position: relative;
}

.catchcopy_item_info_inner {
  position: absolute;
  top: calc(292 * 46.6rem / 750);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding-left: calc(40 * 46.6rem / 750);
  /* gap: 16px; */
}

.catchcopy_item_info .item_name {
  font-size: calc(30 * 46.6rem / 750);
}

.catchcopy_item_info .item_price_container {
  font-size: calc(26 * 46.6rem / 750);
  margin-top: calc(13 * 46.6rem / 750);
}

.catchcopy_item_info .item_price_container .price {
  padding-left: calc(35 * 46.6rem / 750);
}

.catchcopy_button {
  margin-top: calc(49 * 46.6rem / 750);
}


/* ========================================================
                      * appeal_section  *
========================================================= */

.appeal_section {
  padding: calc(126 * 46.6rem / 750) 0 calc(211 * 46.6rem / 750);
}

.appeal_titile {
  text-align: center;
  margin-bottom: calc(74 * 46.6rem / 750);
}

.appeal_titile span {
  font-size: calc(38 * 46.6rem / 750);
}

.appeal_comment_container {
  aspect-ratio: 690 / 857;
  background: url(../img/doctor_comment_fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: calc(61 * 46.6rem / 750) calc(55 * 46.6rem / 750);
}

.appeal_comment_container .flex_container {
  justify-content: space-between;
}

.doctor_about {
  text-align: left;
  margin-top: calc(-30 * 46.6rem / 750);
}

.doctor_position {
  font-size: calc(26 * 46.6rem / 750);
}

.doctor_name {
  font-size: calc(32 * 46.6rem / 750);
}

.doctor_image {
  width: calc(220 * 46.6rem / 750);
  aspect-ratio: 220 / 275;

}

.doctor_comment {
  margin-top: calc(81 * 46.6rem / 750);
  font-size: calc(24 * 46.6rem / 750);
  position: relative;
  text-align: justify;
  text-align-last: left;
  line-height: 1.6;
}

.doctor_comment::before {
  content: "“";
  position: absolute;
  top: calc(-67 * 46.6rem / 750);
  left: 0;
  font-size: calc(60 * 46.6rem / 750);
  font-family: var(--SourceHanSerifJP);
}

.doctor_comment::after {
  content: "”";
  position: absolute;
  bottom: calc(-89 * 46.6rem / 750);
  right: 0;
  font-size: calc(60 * 46.6rem / 750);
  font-family: var(--SourceHanSerifJP);
}

.doctor_comment span {
  font-size: calc(24 * 46.6rem / 750);
}


/* ========================================================
                      * point_section  *
========================================================= */

.section_header.point_section_header {
  border: none;
  color: var(--color2);
  font-size: calc(38 * 46.6rem / 750);
  background: linear-gradient(20deg, #93aab5 20%, #eaedef 100%);
  padding: calc(31 * 46.6rem / 750) 0;
  margin-bottom: calc(80 * 46.6rem / 750);
}

.point_title {
  width: calc(688 * 46.6rem / 750);
  margin: 0 auto;
}

.point_contents_container {
  margin-top: calc(188 * 46.6rem / 750);
}

.point_contents_inner {
  position: relative;
  padding: calc(93 * 46.6rem / 750) calc(47 * 46.6rem / 750) calc(106 * 46.6rem / 750);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.point_contents_inner:not(:last-of-type) {
  margin-bottom: calc(179 * 46.6rem / 750);
}

.point_contents_inner_01::before,
.point_contents_inner_02::before,
.point_contents_inner_03::before {
  content: "";
  display: block;
  width: calc(200 * 46.6rem / 750);
  height: calc(200 * 46.6rem / 750);
  position: absolute;
  top: calc(-131 * 46.6rem / 750);
  right: 1rem;
}

.point_contents_inner_01::before {
  background: url(../img/point_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.point_contents_inner_02::before {
  background: url(../img/point_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.point_contents_inner_03::before {
  background: url(../img/point_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.point_contents_inner_01::after,
.point_contents_inner_02::after,
.point_contents_inner_03::after {
  content: "";
  display: block;
  position: absolute;
}

.point_contents_inner_01::after {
  background: url(../img/swallows_nest_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: calc(203 * 46.6rem / 750);
  height: calc(178 * 46.6rem / 750);
  right: calc(-43 * 46.6rem / 750);
  bottom: calc(317 * 46.6rem / 750);
}

.point_contents_inner_02::after {
  background: url(../img/extract_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: calc(170 * 46.6rem / 750);
  height: calc(170 * 46.6rem / 750);
  left: calc(-36 * 46.6rem / 750);
  top: calc(155 * 46.6rem / 750);
}

.point_contents_inner_03::after {
  background: url(../img/yomogi_Perl_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: calc(228 * 46.6rem / 750);
  height: calc(211 * 46.6rem / 750);
  right: calc(-53 * 46.6rem / 750);
  bottom: calc(171 * 46.6rem / 750);
}

.point_num {
  position: absolute;
  top: calc(-118 * 46.6rem / 750);
  left: calc(55 * 46.6rem / 750);
  width: calc(120 * 46.6rem / 750);
  height: calc(189 * 46.6rem / 750);
  aspect-ratio: 120 / 189;
}

.point_num_01 {
  background: url(../img/point_num_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.point_num_02 {
  background: url(../img/point_num_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.point_num_03 {
  background: url(../img/point_num_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.point_catch {
  font-family: var(--SourceHanSerifJP);
  margin-bottom: calc(50 * 46.6rem / 750);
  font-size: calc(38 * 46.6rem / 750);
  line-height: 1.5;
}

.point_text {
  font-size: calc(26 * 46.6rem / 750);
  margin-bottom: calc(57 * 46.6rem / 750);
}

.point_contents_inner_02 .point_text,
.point_contents_inner_03 .point_text {
  font-size: calc(32 * 46.6rem / 750);
  margin-bottom: calc(39 * 46.6rem / 750);
}

.point_text.left {
  text-align: justify;
  text-align-last: left;
}

.point_text.left .under_line_blue {
  font-size: 1.23em;
}

.point_ingredient {
  font-size: calc(20 * 46.6rem / 750);
  color: var(--color5);
  text-align: justify;
  text-align-last: left;
  line-height: 1.6;
}

.point_modal {
  margin-top: calc(91 * 46.6rem / 750);
  width: calc(668 * 46.6rem / 750);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.point_modal .flex_container {
  padding: calc(51 * 46.6rem / 750) 0 calc(68 * 46.6rem / 750);
}

.point_modal_title {
  font-size: calc(38 * 46.6rem / 750);
  font-family: var(--SourceHanSerifJP);
  white-space: nowrap;
  margin-left: 0;
}

.point_modal_title span {
  font-size: calc(32 * 46.6rem / 750);
}

.point_modal_text {
  font-size: calc(24 * 46.6rem / 750)
}

.point_modal_container {
  overflow: hidden;
  max-height: 0;
  transition: max-height .6s ease-in;
}

.point_modal.open .point_modal_container {
  max-height: 40rem;
}

.point_modal_button {
  font-size: calc(29 * 46.6rem / 750);
  justify-content: center;
  align-items: center;
  gap: calc(20 * 46.6rem / 750);
  padding-right: calc(14 * 46.6rem / 750);
  cursor: pointer;
}

.brend_triangle_container {
  width: calc(212 * 46.6rem / 750);
  aspect-ratio: 212 / 209;
  margin-left: calc(31 * 46.6rem / 750);
}

.brend_triangle_detail_container {
  width: 100%;
  margin: calc(84 * 46.6rem / 750) 0 calc(93 * 46.6rem / 750);
}

.point_modal .flex_container div {
  line-height: 1.75;
}

.modal_button_container {
  margin-top: calc(27 * 46.6rem / 750);
}

.point_modal_button.modal_button::after {
  width: calc(42 * 46.6rem / 750);
  height: calc(42 * 46.6rem / 750);
  left: 60%;
}


/* ========================================================
                      * kit_section  *
========================================================= */

.kit_section {
  padding: calc(197 * 46.6rem / 750) 0 calc(198 * 46.6rem / 750);
  position: relative;
  z-index: 10;
}

.kit_title {
  width: calc(690 * 46.6rem / 750);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.item_text {
  margin-top: calc(99 * 46.6rem / 750);
  font-size: calc(39 * 46.6rem / 750);
  line-height: calc(66 * 46.6rem / 750);
}


.kit_container {
  width: calc(687 * 46.6rem / 750);
  margin: 0 auto;
  padding: calc(60 * 46.6rem / 750) 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: var(--color2);
}

.kit_image {
  width: calc(590 * 46.6rem / 750);
  margin: 0 auto;
  aspect-ratio: 590 / 316;
}

.kit_name {
  font-size: calc(30 * 46.6rem / 750);
  margin-top: calc(51 * 46.6rem / 750);
}

.kit_price {
  font-size: calc(26 * 46.6rem / 750);
  margin-top: calc(13 * 46.6rem / 750);
}

.kit_text {
  font-size: calc(26 * 46.6rem / 750);
  margin-top: calc(40 * 46.6rem / 750);
  margin-bottom: calc(80 * 46.6rem / 750);
}

.kit_button {
  margin: 0 auto;
  margin-top: calc(49 * 46.6rem / 750);
}

.kit_button a {
  padding-right: 42px;
}

.kit_package {
  font-size: calc(20 * 46.6rem / 750);
  margin-top: calc(65 * 46.6rem / 750);
  padding: 0 calc(50 * 46.6rem / 750);
  text-align: justify;
}


/* ========================================================
                      * review_section  *
========================================================= */

.review_section {
  position: relative;
}

.review_section_header {
  font-family: var(--font-garamond);
  font-size: calc(46 * 46.6rem / 750);
  margin-bottom: calc(38 * 46.6rem / 750);
  position: relative;
  z-index: 10;
}

.review_image_container {
  width: calc(508 * 46.6rem / 750);
  aspect-ratio: 508 / 381;
  margin: 0 auto;
  margin-top: calc(80 * 46.6rem / 750);
}

.review_container {
  margin-top: calc(68 * 46.6rem / 750);
}

.review_container .inner {
  position: relative;

}

.review_container .slider_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.review_container .slider_button.prev_button {
  left: calc(-14 * 46.6rem / 750);
}

.review_container .slider_button.next_button {
  right: calc(-14 * 46.6rem / 750);
}

.arrow {
  position: relative;
  display: inline-block;
  width: calc(22 * 46.6rem / 750);
  height: calc(70 * 46.6rem / 750);
}

.prev_button.arrow {
  background: url(../img/arrow_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.next_button.arrow {
  background: url(../img/arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.review_contents_block {
  height: calc(636 * 46.6rem / 750) !important;
  background: var(--color4);
  padding: calc(52 * 46.6rem / 750) calc(47 * 46.6rem / 750);
  position: relative;
}

.review_contents_block::after {
  content: "";
  position: absolute;
  bottom: calc(-30 * 46.6rem / 750);
  right: calc(134 * 46.6rem / 750);
  width: calc(40 * 46.6rem / 750);
  height: calc(30 * 46.6rem / 750);
  background: var(--color4);
  clip-path: polygon(18% 0, 0% 100%, 99% 0);
}

.review_contents_block .flex_container {
  padding-bottom: calc(22 * 46.6rem / 750);
  justify-content: space-between;
  position: relative;
  height: calc(142 * 46.6rem / 750);
}

.review_contents_block .flex_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(../img/dot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.review_contents_block .flex_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.review_header,
.review_comment {
  text-align: justify;
  line-height: 1.75;
}

.review_annotation_container {
  margin-top: calc(65 * 46.6rem / 750);
}

.review_annotation {
  text-align: right;
  font-size: calc(20 * 46.6rem / 750);
  padding-right: calc(30 * 46.6rem / 750);
}

.review_item_name {
  font-size: calc(20 * 46.6rem / 750);
}

.review_star_container {
  margin-top: calc(10 * 46.6rem / 750);
  width: calc(182 * 46.6rem / 750);
  aspect-ratio: 182 / 28;
}

.review_item_icon.oil {
  width: calc(38 * 46.6rem / 750);
}

.review_item_icon.cream {
  width: calc(64 * 46.6rem / 750);
}

.review_item_icon.lotion {
  width: calc(26 * 46.6rem / 750);
}

.review_header {
  font-size: calc(32 * 46.6rem / 750);
  margin-top: calc(50 * 46.6rem / 750);
}

.review_comment {
  font-size: calc(24 * 46.6rem / 750);
  margin-top: calc(42 * 46.6rem / 750);
}

.pagination {
  text-align: center;
  margin-top: calc(28 * 46.6rem / 750);
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(30 * 46.6rem / 750);
}

.dot {
  display: inline-block;
  width: calc(16 * 46.6rem / 750);
  height: calc(16 * 46.6rem / 750);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.slick-active .dot {
  background: var(--color1);
}

.lp_contents .all_item_buttton {
  width: calc(420 * 46.6rem / 750);
  margin: 0 auto;
  padding-top: calc(122 * 46.6rem / 750);
  font-size: calc(38 * 46.6rem / 750);
}

.lp_contents .all_item_buttton a {
  padding-right: 70px;
}

.lp_contents .all_item_buttton .button_blue {
  font-size: calc(47 * 46.6rem / 750);
  padding: calc(47 * 46.6rem / 750);
}


/* ========================================================
                      * series_section  *
========================================================= */

.series_section {
  position: relative;
  padding-top: calc(195 * 46.6rem / 750);
  padding-bottom: calc(200 * 46.6rem / 750);
}

.series_text {
  font-size: calc(38 * 46.6rem / 750);
  margin-top: calc(70 * 46.6rem / 750);
  font-family: var(--SourceHanSerifJP);
}

.series_list_container {
  padding-top: calc(109 * 46.6rem / 750);
  padding-bottom: calc(75 * 46.6rem / 750);
}

.series_list_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.series_list_inner::after {
  content: "";
  position: absolute;
  top: calc(43 * 46.6rem / 750);
  right: calc(-6 * 46.6rem / 750);
  background-image: url(../img/awards_icon.svg);
  aspect-ratio: 256 / 178;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(256 * 46.6rem / 750);
  height: calc(178 * 46.6rem / 750);
}

.series_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: calc(62 * 46.6rem / 750);
}

.series_list_item:nth-of-type(1) {
  width: calc(181 * 46.6rem / 750);
  margin-right: calc(60 * 46.6rem / 750);
}

.series_list_item:nth-of-type(2) {
  width: calc(151 * 46.6rem / 750);
  margin-right: calc(80 * 46.6rem / 750);
}

.series_list_item:nth-of-type(3) {
  width: calc(151 * 46.6rem / 750);
}

.series_list_item p {
  font-size: calc(24 * 46.6rem / 750);
  white-space: nowrap;
}

.series_list_item_image_01 {
  width: calc(142 * 46.6rem / 750);
  position: relative;
  display: inline-block;
}

.series_list_item_image_01::after,
.series_list_item_image_02::after,
.series_list_item_image_03::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  pointer-events: none;
  z-index: -1;
}

.series_list_item_image_01::after {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 26%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 26%);
}

.series_list_item_image_02::after {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 16%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 16%);
}

.series_list_item_image_03::after {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
}

.series_list_item_image_01::after {
  background-image: url("../img/Cellluxe_Concentrate_Oil.png");
}

.series_list_item_image_02 {
  width: calc(142 * 46.6rem / 750);
  position: relative;
  display: inline-block;
}

.series_list_item_image_02::after {
  background-image: url("../img/Cellluxe_Treatment_Lotion.png");
}

.series_list_item_image_03 {
  width: calc(170 * 46.6rem / 750);
  position: relative;
  display: inline-block;
}

.series_list_item_image_03::after {
  background-image: url("../img/Cellluxe_Treatment_Cream.png");
}

.series_list_inner .item_image {
  cursor: pointer;
}


/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */


.fixed_right .menu_list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.fixed_right .menu_list_item {
  width: 15rem;
  height: 15rem;
}


.fixed_right .menu_list_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed_right .menu_list_item:nth-of-type(1) a {
  background: url(../img/menu_01_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list_item:nth-of-type(2) a {
  background: url(../img/menu_02_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (max-width: 768px) {

  .lp_contents .grid_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    translate: 0 100%;
    transition: translate .5s;
    z-index: 100;
  }

  .lp_contents .grid_area .fixed_right.active {
    translate: 0 0;
  }

  .fixed_right .menu_list {
    width: calc(750 * 46.6rem / 750);
    background: linear-gradient(10deg, #93aab5, #eaedef);
    gap: 0;
  }

  .fixed_right .menu_list_item:first-of-type {
    border-right: .2rem solid var(--color2);
  }

  .fixed_right .menu_list_item {
    width: calc(100vw / 2);
    height: calc(120 * 46.6rem / 750);
  }

  .fixed_right .menu_list_item:nth-of-type(1) a {
    background: url(../img/menu_01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .fixed_right .menu_list_item:nth-of-type(2) a {
    background: url(../img/menu_02_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

}


/* ========================================================
                         * modal  *
========================================================= */

body.no_scroll {
  overflow: hidden;
}

.lp_contents .modal_button {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.lp_contents .modal_button_container {
  position: relative;
}

.lp_contents .modal_button.btn_modalOpen {
  width: calc(60 * 46.6rem / 750);
  height: calc(60 * 46.6rem / 750);
  background: url(../img/modal_open_button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  border: none;
}

.point_modal .modal_button.btn_modalOpen {
  width: calc(42 * 46.6rem / 750);
  height: calc(42 * 46.6rem / 750);
  top: calc(4 * 46.6rem / 750);
  right: calc(56 * 46.6rem / 750);
}

.lp_contents .modal_button.btn_modalClose {
  width: calc(60 * 46.6rem / 750);
  height: calc(60 * 46.6rem / 750);
  background: url(../img/modal_close_button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  float: right;
  position: sticky;
  top: calc(30 * 46.6rem / 750);
  right: calc(30 * 46.6rem / 750);
}

.lp_contents .modal_outside.hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.lp_contents .modal_outside {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .modal_outside::-webkit-scrollbar {
  display: none;
}

.lp_contents .modal_outside::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color1);
  opacity: .3;
  content: "";
}

.lp_contents .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_contents .modal_wrap {
  width: calc(690 * (46.6rem / 750));
  margin: 0 auto;
  max-height: calc(100% - calc(200 * (46.6rem / 750)));
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: var(--color2);
}

.lp_contents .modal_wrap::-webkit-scrollbar {
  display: none;
}

.lp_contents .modal_inner {
  position: relative;
  background: #fff;
}

.lp_contents .modal_content {
  padding: calc(110 * 46.6rem / 750) 0 calc(150 * 46.6rem / 750);
}

.lp_contents .modal_content_inner {
  padding-inline: calc(52 * 46.6rem / 750);
}

/* 心も肌も満たされるような13種の精油ブレンドモーダル */
.series_modal_button:nth-of-type(1) .modal_button.btn_modalOpen {
  top: calc(-18 * 46.6rem / 750);
  right: calc(-8 * 46.6rem / 750);
}

.series_modal_button:nth-of-type(2) .modal_button.btn_modalOpen {
  top: calc(-39 * 46.6rem / 750);
  right: calc(-63 * 46.6rem / 750);
}

.series_modal_button:nth-of-type(3) .modal_button.btn_modalOpen {
  top: calc(-52 * 46.6rem / 750);
  right: calc(-50 * 46.6rem / 750);
}

/* セルリュクスシリーズモーダル */
.modal_item_container {
  text-align: center;
}

.modal_item_image_container {
  width: calc(420 * 46.6rem / 750);
  height: calc(420 * 46.6rem / 750);
  margin: 0 auto;
}

.modal_item_image {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal02 .modal_item_image {
  width: calc(175 * 46.6rem / 750);
}

#modal03 .modal_item_image {
  width: calc(100 * 46.6rem / 750);
}

#modal04 .modal_item_image {
  width: calc(286 * 46.6rem / 750);
}

.modal_item_header {
  font-size: calc(30 * 46.6rem / 750);
  margin-top: calc(54 * 46.6rem / 750);
}

.modal_item_price {
  font-size: calc(26 * 46.6rem / 750);
  margin-top: calc(10 * 46.6rem / 750);
}

.modal_item_price span.price {
  padding-left: calc(25 * 46.6rem / 750);
}

.modal_item_text {
  font-size: calc(24 * 46.6rem / 750);
  margin-top: calc(40 * 46.6rem / 750);
}

.modal_content .buy_button {
  margin: calc(56 * 46.6rem / 750) auto 0;
}