@charset "UTF-8";

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

  CellLuxeSeries '25 | Celvoke Website

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

:root {
  --pw: 1400; /* PC幅 */
  --sw: 750; /* SP幅 */
  --artboard-pw: 466; /* PCアートボード幅 */
  --artboard-sw: 750; /* SPアートボード幅 */
  --rem: calc(var(--variable) * var(--ratio));
  --rem-pc: var(--variable);
}

@media (768px <= width) {
  :root {
    --ratio: calc(var(--artboard-pw) / var(--artboard-sw));
    --variable: calc(100vw / var(--pw));
  }
}
/* @media (1400px <= width) {
  :root {
    --variable: 1px;
  }
} */
@media (width < 768px) {
  :root {
    --ratio: 1;
    --variable: calc(100vw / var(--sw));
  }
}


/* 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%;
  #HeaderWrap.hide ~ & {
    position: relative;
    z-index: 500;
  }
}

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

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

.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 * var(--rem)) 0 calc(35 * var(--rem));
}

.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 * var(--rem));
}

.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 * var(--rem));
  height: calc(60 * var(--rem));
  /* top: calc(280 * var(--rem)); */
  top: calc(227 * var(--rem));
  right: calc(35 * var(--rem));
}

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


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

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

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

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


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

.lp_contents .section_header {
  font-weight: normal;
  font-size: calc(32 * var(--rem));
  border-top: 1px solid var(--color1);
  border-bottom: 1px solid var(--color1);
  padding: calc(12 * var(--rem)) 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 * var(--rem));
  letter-spacing: 0.07em;
  width: calc(194 * var(--rem));
}

.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 * var(--rem));
}

.lp_contents .buy_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: calc(20 * var(--rem));
  height: calc(20 * var(--rem));
  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; */
    width: calc(466 * var(--rem-pc));
  }

  .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 * var(--rem));
}

.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 * var(--rem));
}

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

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

.mv_titele {
  margin-top: calc(22 * var(--rem));
  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 * var(--rem));
}

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

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

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

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

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

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

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

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

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

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

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

.catchcopy_title {
  width: calc(547 * var(--rem));
  margin: 0 auto;
}

.catchcopy_3_effect_image_conntainer {
  width: calc(690 * var(--rem));
  margin: 0 auto;
}

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

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

.catchcopy_annotation {
  margin-top: calc(55 * var(--rem));
  font-size: calc(20 * var(--rem));
  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 * var(--rem));
  position: relative;
}

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

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

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

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

.catchcopy_button {
  margin-top: calc(49 * var(--rem));
}


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

.appeal_section {
  padding: calc(126 * var(--rem)) 0 calc(211 * var(--rem));
}

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

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

.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 * var(--rem)) calc(55 * var(--rem));
}

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

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

.doctor_position {
  font-size: calc(26 * var(--rem));
}

.doctor_name {
  font-size: calc(32 * var(--rem));
}

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

}

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

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

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

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


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

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

.point_title {
  width: calc(688 * var(--rem));
  margin: 0 auto;
}

.point_contents_container {
  margin-top: calc(188 * var(--rem));
}

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

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

.point_contents_inner_01::before,
.point_contents_inner_02::before,
.point_contents_inner_03::before {
  content: "";
  display: block;
  width: calc(200 * var(--rem));
  height: calc(200 * var(--rem));
  position: absolute;
  top: calc(-131 * var(--rem));
  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 * var(--rem));
  height: calc(178 * var(--rem));
  right: calc(-43 * var(--rem));
  bottom: calc(317 * var(--rem));
}

.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 * var(--rem));
  height: calc(170 * var(--rem));
  left: calc(-36 * var(--rem));
  top: calc(155 * var(--rem));
}

.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 * var(--rem));
  height: calc(211 * var(--rem));
  right: calc(-53 * var(--rem));
  bottom: calc(171 * var(--rem));
}

.point_num {
  position: absolute;
  top: calc(-118 * var(--rem));
  left: calc(55 * var(--rem));
  width: calc(120 * var(--rem));
  height: calc(189 * var(--rem));
  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 * var(--rem));
  font-size: calc(38 * var(--rem));
  line-height: 1.5;
}

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

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

.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 * var(--rem));
  color: var(--color5);
  text-align: justify;
  text-align-last: left;
  line-height: 1.6;
}

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

.point_modal .flex_container {
  padding: calc(51 * var(--rem)) 0 calc(68 * var(--rem));
}

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

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

.point_modal_text {
  font-size: calc(24 * var(--rem))
}

.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 * var(--rem));
  justify-content: center;
  align-items: center;
  gap: calc(20 * var(--rem));
  padding-right: calc(14 * var(--rem));
  cursor: pointer;
}

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

.brend_triangle_detail_container {
  width: 100%;
  margin: calc(84 * var(--rem)) 0 calc(93 * var(--rem));
}

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

.modal_button_container {
  margin-top: calc(27 * var(--rem));
}

.point_modal_button.modal_button::after {
  width: calc(42 * var(--rem));
  height: calc(42 * var(--rem));
  left: 60%;
}


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

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

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

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


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

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

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

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

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

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

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

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


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

.review_section {
  position: relative;
}

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

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

.review_container {
  margin-top: calc(68 * var(--rem));
}

.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 * var(--rem));
}

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

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

.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%;
}

/* .arrow::before {
  transform: rotate(60deg);
} */

/* .arrow::after {
  transform: rotate(-60deg);
} */

/* .arrow::after,
.arrow::before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: .1rem;
  border-radius: 9999px;
  background-color: var(--color1);
} */

/* .next_button.arrow::before,
.next_button.arrow::after {
  top: calc(50% - 1px);
  right: 0;
  transform-origin: calc(100% - 1px) 50%;
} */

/* .prev_button.arrow::before,
.prev_button.arrow::after {
  top: calc(50% - 1px);
  left: 0;
  transform-origin: 1px 50%;
} */

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

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

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

.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 * var(--rem));
}

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

.review_item_name {
  font-size: calc(20 * var(--rem));
}

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

.review_item_icon.oil {
  width: calc(38 * var(--rem));
}

.review_item_icon.cream {
  width: calc(64 * var(--rem));
}

.review_item_icon.lotion {
  width: calc(26 * var(--rem));
}

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

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

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

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

.dot {
  display: inline-block;
  width: calc(16 * var(--rem));
  height: calc(16 * var(--rem));
  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 * var(--rem));
  margin: 0 auto;
  padding-top: calc(122 * var(--rem));
  font-size: calc(38 * var(--rem));
}

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

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


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

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

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

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

.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 * var(--rem));
  right: calc(-6 * var(--rem));
  background-image: url(../img/awards_icon.svg);
  aspect-ratio: 256 / 178;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(256 * var(--rem));
  height: calc(178 * var(--rem));
}

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

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

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

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

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

.series_list_item_image_01 {
  width: calc(142 * var(--rem));
  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 * var(--rem));
  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 * var(--rem));
  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 * var(--rem));
    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 * var(--rem));
  }

  .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 * var(--rem));
  height: calc(60 * var(--rem));
  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 * var(--rem));
  height: calc(42 * var(--rem));
  top: calc(4 * var(--rem));
  right: calc(56 * var(--rem));
}

.lp_contents .modal_button.btn_modalClose {
  width: calc(60 * var(--rem));
  height: calc(60 * var(--rem));
  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 * var(--rem));
  right: calc(30 * var(--rem));
}

.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 * (var(--rem)));
  margin: 0 auto;
  max-height: calc(100% - calc(200 * (var(--rem))));
  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 * var(--rem)) 0 calc(150 * var(--rem));
}

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

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

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

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

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

.modal_item_image_container {
  width: calc(420 * var(--rem));
  height: calc(420 * var(--rem));
  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 * var(--rem));
}

#modal03 .modal_item_image {
  width: calc(100 * var(--rem));
}

#modal04 .modal_item_image {
  width: calc(286 * var(--rem));
}

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

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

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

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

.modal_content .buy_button {
  margin: calc(56 * var(--rem)) auto 0;
}



/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ N E W ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
/* #share {
  bottom: 2.5% !important;
} */

.layout-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  &::before {
    position: sticky;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background : -webkit-linear-gradient(-40deg, rgba(247, 247, 248, 1) 0%, rgba(231, 242, 242, 1) 50%, rgba(247, 247, 248, 1) 100%);
  }
}
@media (max-width: 768px) {
  .layout-background {
    display: none;
  }
}

.lp_contents_inner {
  background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(245, 248, 246, 1) 10%, rgba(247, 247, 248, 1) 34%, rgba(231, 242, 242, 1) 50%, rgba(245, 248, 246, 1) 74%, rgba(231, 239, 228, 1) 100%);
  overflow: clip;
}

.component-link-arrow {
  font-size: calc(30 * var(--rem));
  letter-spacing: .2em;
  &::after {
    content: "";
    display: inline-block;
    width: calc(12 * var(--rem));
    height: calc(25 * var(--rem));
    margin-left: calc(29 * var(--rem));
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.09%2024.18%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22m.75.66%2010.01%2011.43L.75%2023.52%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 100% 100%;
    vertical-align: baseline;
  }
}
.component-link-arrow--buy {
  letter-spacing: .1em;
  &::after {
    margin-left: calc(35 * var(--rem));
  }
}

.component-marker {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: calc(-8 * var(--rem));
  text-decoration-color: var(--marker-color, rgba(25, 179, 221, .2));
  text-decoration-thickness: calc(26 * var(--rem));
}


/* ========================================================
                      * project-mainvisual  *
========================================================= */
.project-mainvisual {
  position: relative;
}
.project-mainvisual__head {
  position: absolute;
  top: calc(49 * var(--rem));
  width: 100%;
  text-align: center;
}
.project-mainvisual__head-heading {
  font-family: var(--font-europa);
  font-size: calc(26 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
}
.project-mainvisual__head-lead {
  margin-top: calc(28 * var(--rem));
  font-family: var(--SourceHanSerifJP);
  font-size: calc(46 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
}
.project-mainvisual__head-sub {
  margin-top: calc(30 * var(--rem));
  font-size: calc(26 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
}
.project-mainvisual__foot {
  position: absolute;
  /* bottom: calc(109 * var(--rem)); */
  top: calc(851 * var(--rem));
  width: 100%;
}
.project-mainvisual__list {
  width: fit-content;
  margin-inline: auto;
}
.project-mainvisual__list-item {
  display: flex;
  align-items: center;
  font-size: calc(30 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
  & + & {
    margin-top: calc(21 * var(--rem));
  }
  &::before {
    content: "";
    display: block;
    width: calc(47 * var(--rem));
    height: calc(38 * var(--rem));
    margin-right: calc(31 * var(--rem));
    background: url(../img/2026/icon_check.png) no-repeat center / 100%;
  }
}
.project-mainvisual__note {
  color: #757575;
  margin-top: calc(54 * var(--rem));
  font-size: calc(20 * var(--rem));
  line-height: calc(32 / 20);
  letter-spacing: .07em;
  text-align: center;
}


/* ========================================================
                      * section-voice  *
========================================================= */
.section-voice {
  padding-top: calc(119 * var(--rem));
  padding-bottom: calc(119 * var(--rem));
}
.section-voice__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(30 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
  .lp_contents & {
    font-family: var(--font-europa);
  }
  &::after {
    content: "";
    display: block;
    width: calc(2 * var(--rem));
    height: calc(40 * var(--rem));
    margin-top: calc(19 * var(--rem));
    background: currentColor;
  }
}
.section-voice__lead-sub {
  margin-top: calc(19 * var(--rem));
  font-size: calc(30 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
}
.section-voice__lead-main {
  margin-top: calc(27 * var(--rem));
  font-size: calc(42 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
}
.section-voice__image {
  position: relative;
  margin-top: calc(121 * var(--rem));
  > img {
    position: relative;
  }
}
.section-voice__image-deco {
  top: calc(-70 * var(--rem));
  left: calc(147 * var(--rem));
  width: calc(480 * var(--rem));
}
.section-voice__button {
  margin-top: calc(51 * var(--rem));
}

.voice-box {
  padding-top: calc(44 * var(--rem));
  padding-bottom: calc(48 * var(--rem));
  padding-left: calc(40 * var(--rem));
  padding-right: calc(40 * var(--rem));
  background: no-repeat top left / 100% 100%;
}
.voice-box--1 {
  width: calc(669 * var(--rem));
  margin-top: calc(60 * var(--rem));
  margin-inline: auto;
  padding-top: calc(31 * var(--rem));
  padding-bottom: calc(58 * var(--rem));
  background-image: url(../img/2026/border_1.png);
  .voice-box__text {
    &::after {
      bottom: calc(-4 * var(--rem));
    }
  }
}
.voice-box--2 {
  width: calc(569 * var(--rem));
  margin-top: calc(54 * var(--rem));
  margin-left: auto;
  margin-right: calc(40 * var(--rem));
  background-image: url(../img/2026/border_2.png);
}
.voice-box--3 {
  width: calc(569 * var(--rem));
  margin-top: calc(41 * var(--rem));
  margin-left: calc(40 * var(--rem));
  padding-left: calc(36 * var(--rem));
  padding-right: calc(41 * var(--rem));
  background-image: url(../img/2026/border_3.png);
  .voice-box__text {
    &::after {
      right: calc(2 * var(--rem));
    }
  }
}
.voice-box__text {
  position: relative;
  font-size: calc(26 * var(--rem));
  line-height: calc(41.6 / 26);
  letter-spacing: .07em;
  text-align: justify;
  &::after {
    position: absolute;
    bottom: calc(-7 * var(--rem));
    right: 0;
    content: "";
    width: calc(158 * var(--rem));
    height: calc(24 * var(--rem));
    background: url(../img/2026/icon_star.png) no-repeat center / auto 100%;
  }
}
.section-voice__note {
  margin-top: calc(60 * var(--rem));
  color: #757575;
  font-size: calc(20 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
}


/* ========================================================
                      * catchcopy_section-top  *
========================================================= */
.catchcopy_section-top {
  padding-top: calc(120 * var(--rem));
  padding-bottom: calc(116 * var(--rem));
  background: rgba(255, 255, 255, .5);
  .inner {
    .lp_contents & {
      margin-left: calc(40 * var(--rem));
      margin-right: calc(38 * var(--rem));
    }
  }
}
.catchcopy_section-head {
  margin-left: calc(4 * var(--rem));
}
.catchcopy_section-head__heading {
  font-size: calc(42 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
  .lp_contents & {
    font-family: var(--font-jp);
  }
}
.catchcopy_section-head__lead {
  margin-top: calc(73 * var(--rem));
  font-family: var(--SourceHanSerifJP);
  font-size: calc(46 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
}
.catchcopy_section-head__text {
  margin-top: calc(60 * var(--rem));
  font-size: calc(34 * var(--rem));
  line-height: 1;
  letter-spacing: .14em;
  .border {
    padding-bottom: calc(4 * var(--rem));
    border-bottom: 1px solid currentColor;
  }
}
.catchcopy_text {
  margin-top: calc(64 * var(--rem));
  line-height: calc(41.6 / 26);
  letter-spacing: .07em;
}
.catchcopy_annotation {
  margin-top: calc(49 * var(--rem));
  line-height: calc(32 / 20);
  letter-spacing: .08em;
}
.catchcopy_section-bottom {
  padding-top: calc(120 * var(--rem));
}
.catchcopy_item_info {
  aspect-ratio: 750 / 900;
  margin-top: 0;
  background-image: url(../img/2026/catchcopy_item_image.png);
  .item_name {
    line-height: calc(48 / 30);
    letter-spacing: .07em;
  }
  .item_price_container {
    margin-top: calc(16 * var(--rem));
    letter-spacing: .07em;
    .price {
      padding-left: calc(28 * var(--rem));
    }
    .tax {
      font-family: var(--font-europa), var(--font-jp);
    }
  }
}
.catchcopy_item_info_inner {
  top: calc(327 * var(--rem));
}
.catchcopy_button {
  margin-top: calc(43 * var(--rem));
}


/* ========================================================
                      * appeal_section  *
========================================================= */
.appeal_section {
  padding-top: calc(120 * var(--rem));
  padding-bottom: calc(120 * var(--rem));
}
.appeal_titile {
  margin-bottom: calc(225 * var(--rem));
  .lp_contents & {
    font-size: calc(42 * var(--rem));
    line-height: 1;
  }
  span {
    padding-inline: calc(8 * var(--rem));
    font-size: calc(42 * var(--rem));
    letter-spacing: .07em;
  }
}
.appeal_comment_container {
  position: relative;
  width: calc(670 * var(--rem));
  aspect-ratio: 670 / 620;
  padding-top: calc(42 * var(--rem));
  padding-left: calc(40 * var(--rem));
  padding-right: calc(25 * var(--rem));
  padding-bottom: calc(78 * var(--rem));
  background: #fff;
  border: none;
}
.doctor_about {
  margin-top: 0;
}
.doctor_position {
  letter-spacing: .07em;
}
.doctor_name {
  letter-spacing: .07em;
}
.doctor_image {
  position: absolute;
  top: calc(-150 * var(--rem));
  right: calc(-40 * var(--rem));
}
.doctor_comment {
  display: flex;
  gap: calc(14 * var(--rem));
  margin-top: calc(51 * var(--rem));
  &::before,
  &::after {
    position: static;
    line-height: 1;
  }
  &::after {
    height: 1ch;
    align-self: flex-end;
    translate: calc(2 * var(--rem)) calc(18 * var(--rem));
  }
}
.doctor_comment__text {
  width: calc(507 * var(--rem));
  margin-top: calc(16 * var(--rem));
  line-height: calc(38.4 / 24);
  letter-spacing: .07em;
  .em {
    color: #19b3dd;
    font-weight: bold;
  }
}


/* ========================================================
                      * section-campaign  *
========================================================= */
.section-campaign {
  position: relative;
  padding-top: calc(120 * var(--rem));
  padding-bottom: calc(120 * var(--rem));
  .drop_container--3 {
    top: calc(631 * var(--rem));
    left: calc(30 * var(--rem));
    width: calc(80 * var(--rem));
    height: calc(79 * var(--rem));
  }
}
.section-campaign__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(42 * var(--rem));
  line-height: 1;
  letter-spacing: .07em;
  .lp_contents & {
    font-family: var(--font-europa);
  }
  &::after {
    content: "";
    display: block;
    width: calc(2 * var(--rem));
    height: calc(40 * var(--rem));
    margin-top: calc(20 * var(--rem));
    background: currentColor;
  }
}
.section-campaign__image {
  width: calc(590 * var(--rem));
  margin-top: calc(20 * var(--rem));
  margin-inline: auto;
  translate: calc(-2 * var(--rem)) 0;
}
.section-campaign__text {
  font-family: var(--font-europa), var(--font-jp);
  margin-top: calc(53 * var(--rem));
  font-size: calc(26 * var(--rem));
  line-height: calc(41.6 / 26);
  letter-spacing: .07em;
}
.section-campaign__link {
  margin-top: calc(41 * var(--rem));
}


/* ========================================================
                      * series_section  *
========================================================= */
.series_section {
  padding-top: calc(99 * var(--rem));
  padding-bottom: calc(180 * var(--rem));
  .drop_container--1 {
    top: calc(-64 * var(--rem));
    right: calc(20 * var(--rem));
    width: calc(320 * var(--rem));
    height: calc(293 * var(--rem));
  }
}
.series_text {
  margin-top: 0;
  line-height: calc(60.8 / 38);
  letter-spacing: .07em;
}
.series_list_container {
  padding-bottom: 0;
}
button.modal_button {
  cursor: pointer;
}


/* ========================================================
                      * modal_content__button  *
========================================================= */
.lp_contents .modal_content {
  padding-top: calc(120 * var(--rem));
  padding-bottom: calc(113 * var(--rem));
}
.modal_item_header {
  margin-top: calc(51 * var(--rem));
  letter-spacing: .07em;
}
.modal_item_price {
  margin-top: calc(16 * var(--rem));
  margin-left: calc(12 * var(--rem));
  letter-spacing: .07em;
}
.modal_item_text {
  margin-top: calc(46 * var(--rem));
  line-height: calc(38.4 / 24);
  letter-spacing: .07em;
}
.modal_content__button {
  margin-top: calc(45 * var(--rem));
}


/* ========================================================
                      * fixed_left_inner  *
========================================================= */
.fixed_left_inner__label {
  font-family: var(--font-europa);
  font-size: calc(16 * var(--rem-pc));
  line-height: 1;
  letter-spacing: .07em;
}
.fixed_left_inner_sub__titele {
  margin-top: calc(12 * var(--rem-pc));
  font-family: var(--SourceHanSerifJP);
  font-size: calc(42 * var(--rem-pc));
  line-height: calc(67.2 / 42);
  letter-spacing: .07em;
}
.fixed_left_inner__text {
  margin-top: calc(19 * var(--rem-pc));
  font-size: calc(16 * var(--rem-pc));
  line-height: 1;
  letter-spacing: .07em;
}


/* ========================================================
                      * campaign-button  *
========================================================= */
.campaign-button__container {
  position: fixed;
  z-index: 120;
  bottom: calc(30 * var(--rem));
  /* bottom: calc(140 * var(--rem)); */
  right: calc(30 * var(--rem));
  transition: opacity 1.4s cubic-bezier(0.51, 0.21, 0.41, 1);
  will-change: opacity;
  &.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  &.is-closed {
    opacity: 0;
    pointer-events: none;
    transition-duration: .7s;
  }
}
.campaign-button {
  display: block;
  width: calc(280 * var(--rem));
}
.campaign-button__close {
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: calc(-12 * var(--rem));
  right: 0;
  width: calc(37 * var(--rem));
  height: calc(37 * var(--rem));
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22txt%22%20viewBox%3D%220%200%2038%2038.03%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22m.71.71%2036.58%2036.61M37.29.71.71%2037.32%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 100% 100%;
}
@media (768px <= width) {
  .campaign-button__container {
    bottom: calc(20 * var(--rem-pc));
    right: calc(20 * var(--rem-pc));
  }
  .campaign-button {
    width: calc(160 * var(--rem-pc));
  }
  .campaign-button__close {
    top: calc(-4 * var(--rem-pc));
    width: calc(17 * var(--rem-pc));
    height: calc(17 * var(--rem-pc));
  }
}