@charset "UTF-8";

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

Title : FO　More Brightening Series 

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


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  -webkit-tap-highlight-color: transparent;
}

main {
  max-width: none;
}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}

/* Biople */
#Wrap {
  width: 100%;
}

#Contents {
  margin-bottom: 0;
}

.LP_page a {
  text-decoration: none;
}

.LP_page p, 
.LP_page ul, 
.LP_page ol, 
.LP_page dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}


/* ===================
    FONT WEIGHT MEMO
=================== */
/* FONT SPACE */
/* メトリクス
font-feature-settings: "pkna";

オプティカル
font-feature-settings: "palt"; */

/* FONT WEIGHT */

/* Normal,Regular,Book
font-weight: 400;

Medium
font-weight: 500;

SemiBold,Demibold
font-weight: 600;

Bold
font-weight: 700; */

/* ===================
    FONT FACE
=================== */
/* @font-face {
  font-family: "century-gothic-Regular";
  src: url('../font/GOTHIC.otf') format('opentype'),
  url('../font/GOTHIC.TTF') format('ttf'),
  url('../font/GOTHIC.woff') format('woff'),
  url('../font/GOTHIC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "century-gothic-Bold";
  src: url('../font/GOTHICB.otf') format('opentype'),
  url('../font/GOTHICB.TTF') format('ttf'),
  url('../font/GOTHICB.woff') format('woff'),
  url('../font/GOTHICB.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
} */
/* ===================
      ROOTS
=================== */
:root {
  --color-text:#000000;
  --color-purple01:#E9EBF5;
  --color-purple02:#A39BD0;
  --color-purple03:#DCDFEF;
  --color-purple04:#ADB6DE;
  --color-red:#D7A699;
  --color-blue:#99ABD7;
  --color-bg1:#F3F4FB;
  --color-gray01:#A9aaaa;
  --color-gray02:#808080;
  --color-gray03:#787878;
  --color-white:#ffffff;
  /* --font-english-regular-safari: "century-gothic-Regular"; */
  /* --font-english-bold-safari: "century-gothic-Bold"; */
  --font-english: "century-gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
/* ===================
  LP Contents
=================== */
.LP_page {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  color: var(--color-text);
  overflow: hidden;
}

.LP_page p, 
.LP_page h2, 
.LP_page h3, 
.LP_page h4, 
.LP_page h5,
.LP_page li, 
.LP_page span {
  font-family: "Roboto","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: var(--color-text);
  letter-spacing: 0.075em;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

@media screen and  (max-width:768px) {
  #FooterWrap {
    z-index: 0;
  }
}

.LP_page *,
.LP_page *:before,
.LP_page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page ul,
.LP_page li {
  list-style: none;
}

.LP_page a:hover {
  opacity: 0.6;
}

.LP_page img {
  width: 100%;
  /* width: auto; */
}

.LP_page sup {
  font-size: 60%;
  vertical-align: 0.4rem;
}

.LP_page a,
.LP_page a:before,
.LP_page a:after,
.LP_page a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

.LP_page h1 {
  padding: 0;
}

.LP_page .en_font,
.LP_page nav a:not(a .nav_jp),
.LP_page .btn a {
  font-family: var(--font-english);
  font-weight: 300;
}

/* _::-webkit-full-page-media, _:future, :root .LP_page .en_font,
_::-webkit-full-page-media, _:future, :root .LP_page nav a,
_::-webkit-full-page-media, _:future, :root .LP_page .btn a {
  font-family: var(--font-english-regular-safari);
} */

/* ===================
    Button Setting
=================== */
.LP_page .btn {
  width: fit-content;
  display: block;
  background: transparent;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}

.LP_page .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  backface-visibility: hidden;
}

.LP_page .btn a:hover {
  opacity: 0.6;
}

/* ===================
        MV
=================== */
.LP_page .mv_area {
  padding-bottom: calc(90*(54rem / 750));
  background-color: var(--color-bg1);
}

.LP_page .mv {
  width: 100%;
  margin: 0 auto;
  width: calc(750 * (54rem / 750));
  height: calc(1560 * (54rem / 750));
  background-image: url("../img/mv.png?250418");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
}


.LP_page .lead {
  margin-top: calc(-762*(54rem / 750));
}

.LP_page .lead_txt {
  font-size: calc(26 * (54rem / 750));
  font-weight: 300;
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color-white);
}

.LP_page .navigation_list {
  position: relative;
  margin-top: calc(40 * (54rem / 750));
  display: flex;
  flex-direction: column;
  gap: calc(20 * (54rem / 750));
}

.LP_page .navigation_list li {
  position: relative;
  width: calc(560*(54rem / 750));
  height: calc(90*(54rem / 750));
  margin:0 auto;
}

.LP_page .navigation_list li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 235, 245, 0.8);
  mix-blend-mode: multiply;
  z-index: 0;
  isolation: isolate;
  content: "";
  }

.LP_page .navigation_list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(560*(54rem / 750));
  height: calc(90*(54rem / 750));
  font-size: calc(40*(54rem / 750));
  color: var(--color-white);
  border: var(--color-white) 1px solid;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  z-index: 5;
}

.LP_page .navigation_list a:before {
  position: absolute;
  top: 50%;
  right: calc(32*(54rem / 750));
  transform: translateY(-50%);
  display: block;
  width: calc(24 * (54rem / 750));
  height: calc(12 * (54rem / 750));
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
}


/*============================
          Point
============================*/
.LP_page .point {
  margin-top: calc(90*(54rem / 750));
  padding: calc(60 * (54rem / 750)) 0 calc(73 * (54rem / 750));
  background-color: var(--color-bg1);
}

.LP_page .point h3 {
  margin-top:calc(0 * (54rem / 750));
}

.LP_page .sub_group {
  margin-bottom:calc(64 * (54rem / 750));
}

.LP_page .subttl {
  font-size:calc(28 * (54rem / 750));
  line-height: 2;
  text-align: center;
}

.LP_page .note {
  font-size:calc(20 * (54rem / 750));
  text-align: center;
}

.LP_page .point .note {
  margin-top:calc(20 * (54rem / 750));
}

.LP_page h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(17*(54rem / 750));

}

.LP_page .ttl_jp {
  font-size:calc(22 * (54rem / 750));
  text-align: center;
  font-weight: 300;
}

.LP_page .ttl_en {
  position: relative;
  font-weight: 300;
  font-size:calc(56 * (54rem / 750));
  text-align: center;
  text-transform: uppercase;
}

.LP_page .ttl_en:before,
.LP_page .ttl_en:after {
  position: absolute;
  top: 50%;
  width: calc(80 * (54rem / 750));
  height: 1px;
  z-index: 0;
  border-bottom: 1px solid var(--color-purple02);
  content: "";
}

.LP_page .ttl_en:before {
  left: calc(-105 * (54rem / 750));
}

.LP_page .ttl_en:after {
  right: calc(-105 * (54rem / 750));
}

.LP_page .reason {
  position: relative;
  width: fit-content;
  margin: calc(90*(54rem / 750)) auto 0;
  font-weight: 700;
  font-size:calc(32 * (54rem / 750));
  line-height: 2;
  color: var(--color-purple02);
  text-align: center;
  letter-spacing: 0.12em;
}

.LP_page .reason:before {
  position: absolute;
  top: calc(-14*(54rem / 750));
  left: calc(-83*(54rem / 750));
  display: block;
  width: calc(80 * (54rem / 750));
  height: calc(60 * (54rem / 750));
  background: url(../img/decor_quote01.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
}

.LP_page .reason:after {
  position: absolute;
  top: calc(-14*(54rem / 750));
  right: calc(-79*(54rem / 750));
  display: block;
  width: calc(80 * (54rem / 750));
  height: calc(60 * (54rem / 750));
  background: url(../img/decor_quote02.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
}

.LP_page .problem_blk {
  width: calc(680 * (54rem / 750));
  margin:calc(60 * (54rem / 750)) auto 0;
  padding: calc(70 * (54rem / 750)) 0;
  border-radius: calc(20 * (54rem / 750));
  background-color: var(--color-white);
}

.LP_page .problem_ttl {
  font-size:calc(28 * (54rem / 750));
  line-height: 2;
  text-align: center;
}

.LP_page .problem_list {
  margin: calc(57*(54rem / 750)) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(35*(54rem / 750));
  row-gap: calc(55*(54rem / 750));
  justify-content: center;
}

.LP_page .problem_itm {
  width: calc(290 * (54rem / 750));
}

.LP_page .problem_lead {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size:calc(26 * (54rem / 750));
  line-height: 2;
  text-align: center;
}

.LP_page .problem_lead:before {
  position: absolute;
  bottom: calc(-6*(54rem / 750));
  right: 50%;
  transform: translateX(50%);
  display: block;
  width: 100%;
  height: calc(10*(54rem / 750));
  background: url(../img/decor_lead.svg) no-repeat;
  background-size: cover;
  content: "";
}

.LP_page .problem_name {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: calc(85*(54rem / 750));
  width: calc(200 * (54rem / 750));
  height: calc(215 * (54rem / 750));
  font-size:calc(26 * (54rem / 750));
  line-height: 2;
  text-align: center;
  z-index: 1;
}

.LP_page .problem_name::before {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: block;
  width: calc(200*(54rem / 750));
  height: calc(215*(54rem / 750));
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.LP_page .problem_list .problem_itm:nth-of-type(1) .problem_name::before {
  background-image: url(../img/problem_red_bg.png);
} 
.LP_page .problem_list .problem_itm:nth-of-type(2) .problem_name::before {
  background-image: url(../img/problem_yellow_bg.png);
} 
.LP_page .problem_list .problem_itm:nth-of-type(3) .problem_name::before {
  background-image: url(../img/problem_green_bg.png);
} 
.LP_page .problem_list .problem_itm:nth-of-type(4) .problem_name::before {
  background-image: url(../img/problem_black_bg.png);
} 

.LP_page .problem_detail_list {
  margin-top: calc(5 * (54rem / 750));
}

.LP_page .problem_detail_list li {
  display: inline-block;
  position: relative;
  padding-left: calc(61*(54rem / 750));
  margin-bottom: calc(13*(54rem / 750));
  width: 100%;
  font-size: calc(22*(54rem / 750));
  line-height: 1.5;
  text-align: left;
  z-index: 0;
}

.LP_page .problem_detail_list li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(10*(54rem / 750));
  width: calc(40*(54rem / 750));
  height: calc(35*(54rem / 750));
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icn_check.svg);
  z-index: 0;
  content: "";
}


.LP_page .accordion_inner .feature_blk:nth-of-type(n+2) {
  margin-top: calc(30*(54rem / 750));
}

.LP_page .product_img {
  width: calc(120 * (54rem / 750));
}

.LP_page .feauture_txt {
  margin-top: calc(5 * (54rem / 750));
  font-size:calc(24 * (54rem / 750));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.LP_page .feauture_name {
  margin-top: calc(7 * (54rem / 750));
  font-size:calc(22 * (54rem / 750));
  line-height: 1.5;
  text-align: center;
}

.LP_page .feauture_note {
  margin-top: calc(20 * (54rem / 750));
  font-size:calc(20 * (54rem / 750));
  line-height: 1.5;
  text-align: center;
}

.LP_page .problem_list .problem_itm:nth-of-type(4) .feauture_note {
  text-align: justify;
}

.LP_page .problem_blk .note {
  margin-top: calc(65*(54rem / 750));
}

/*============================
        How to Use
============================*/
.LP_page .howto {
  padding: calc(80 * (54rem / 750)) 0 calc(86 * (54rem / 750));
  background-color: var(--color-bg1);
}

.LP_page .product_blk_ttl {
  position: relative;
  width: fit-content;
  padding-left: calc(70*(54rem / 750));
  font-size: calc(30 * (54rem / 750));
  text-align: left;
}

.LP_page .product_blk_ttl.day {
  color: var(--color-red);
}

.LP_page .product_blk_ttl.night {
  color: var(--color-blue);
}

.LP_page .product_blk_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(50 * (54rem / 750));
  height: calc(50 * (54rem / 750));
  background-size: contain;
  content: "";
}

.LP_page .product_blk_ttl.day:before {
  background: url(../img/icn_day.svg) no-repeat;
}

.LP_page .product_blk_ttl.night:before {
  background: url(../img/icn_night.svg) no-repeat;
}

.LP_page .product_blk_ttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-433*(54rem / 750));
  display: block;
  height: calc(6*(54rem / 750));
  content: "";
}

.LP_page .product_blk_ttl.day:after {
  border-bottom: calc(2 * (54rem / 750)) solid var(--color-red);
  width: calc(416*(54rem / 750));
}

.LP_page .product_blk_ttl.night:after {
  border-bottom: calc(2*(54rem / 750)) solid var(--color-blue);
  width: calc(460*(54rem / 750));
  right: calc(-483*(54rem / 750));
}

.LP_page .product_list_wrap {
  display: flex;
  flex-direction: column;
  gap: calc(36*(54rem / 750));
  width: calc(1660*(54rem / 750));
  margin: calc(66*(54rem / 750)) calc(0*(54rem / 750)) 0 calc(30*(54rem / 750));
  padding: calc(40*(54rem / 750)) calc(40*(54rem / 750)) calc(115*(54rem / 750));
  background-color: var(--color-white);
  border-radius: calc(20*(54rem / 750));
}

.LP_page .product_list {
  position: relative;
  display: flex;
  gap: calc(18 * (54rem / 750));
}

.LP_page .product_list:before {
  position: absolute;
  bottom: calc(10 * (54rem / 750));
  left: calc(30 * (54rem / 750));
  width: calc(1406*(54rem / 750));
  height:calc(2 * (54rem / 750));
  background-color: var(--color-gray02);
  content: "";
}

.LP_page .product_list:after {
  position: absolute;
  bottom: calc(4*(54rem / 750));
  right: calc(0*(54rem / 750));
  width: calc(7.7*(54rem / 750));
  height:calc(13.4 * (54rem / 750));
  content: "";
  background: url(../img/arrow_g.svg) no-repeat;
  background-size: contain;
}

.LP_page .item_blk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.LP_page .item_group {
  position: relative;
  display: flex;
  gap:calc(10 * (54rem / 750));
}

.LP_page .item_group span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  margin-top: calc(-8*(54rem / 750));
  font-size: calc(26 * (54rem / 750));
  line-height: 1.25;
  text-align: center;
  color: var(--color-gray02);
}

.LP_page .item {
  position: relative;
  z-index: 1;
}

.LP_page .product_catch {
  display: block;
  width: calc(190 * (54rem / 750));
  height: calc(81 * (54rem / 750));
  padding: calc(10*(54rem / 750)) 0 0 0;
  font-size: calc(22 * (54rem / 750));
  line-height: 1.25;
  text-align: center;
  color: var(--color-white);
  background-image: url(../img/icn_fukidashi.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.LP_page .product_img {
  width: calc(120 * (54rem / 750));
  margin: 0 auto;
}

.LP_page .product_label {
  display: block;
  padding: calc(3*(54rem / 750)) calc(14*(54rem / 750)) calc(1*(54rem / 750));
  margin: calc(9*(54rem / 750)) auto 0;
  font-size: calc(22*(54rem / 750));
  line-height: 1;
  text-align: center;
  color: var(--color-gray02);
  border: calc(2*(54rem / 750)) solid var(--color-gray02);
  width: fit-content;
}

.LP_page .product_type {
  margin-top:calc(20 * (54rem / 750));
  font-size: calc(24 * (54rem / 750));
  line-height: 1;
  text-align: center;
  color: var(--color-gray01);
  white-space: nowrap;
}

.LP_page .product_type:not(.item_blk .product_type) {
  margin-top: calc(8*(54rem / 750));
}

.LP_page .dots {
  display: block;
  margin: calc(30*(54rem / 750)) auto 0;
  width: calc(20 * (54rem / 750));
  height: calc(20 * (54rem / 750));
  border-radius: 50%;
  background-color: var(--color-gray02);
}

.LP_page .product_note {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(60*(54rem / 750));
}

.LP_page .product_note span {
  position: relative;
  font-size: calc(22 * (54rem / 750));
  text-align: center;
  color: var(--color-gray01);
}

.LP_page .product_note span:before,
.LP_page .product_note span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(20 * (54rem / 750));
  height: calc(2 * (54rem / 750));
  background-color: var(--color-gray01);
  content: "";
}

.LP_page .product_note span:before {
  left: calc(-32*(54rem / 750));
  transform: translateY(-50%) rotate(60deg);
}

.LP_page .product_note span:after {
  right: calc(-32*(54rem / 750));
  transform: translateY(-50%) rotate(120deg);
}


.LP_page .day_blk .product_img:not(.item01 .product_img,.item02 .product_img) {
  margin-top: calc(3*(54rem / 750));
}

.LP_page .day_blk .item01 .product_img,
.LP_page .day_blk .item02 .product_img {
  margin-top: calc(-20*(54rem / 750));
}

.LP_page .day_blk .item04 .product_img {
  width: calc(260 * (54rem / 750));
}

.LP_page .day_blk .item08 .product_img {
  width: calc(200 * (54rem / 750));
}

.LP_page .day_blk .item02:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(50%);
  margin: calc(-39*(54rem / 750)) 0 0 calc(-26*(54rem / 750));
  width: calc(90 * (54rem / 750));
  height: calc(90 * (54rem / 750));
  background-image: url(../img/icn_limit_g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content:"";
  z-index: -1;
}

.LP_page .night_blk .product_list_wrap {
  gap: calc(68*(54rem / 750));
  width: calc(1510*(54rem / 750));
  margin: calc(30*(54rem / 750)) calc(0*(54rem / 750)) 0 calc(30*(54rem / 750));
}

.LP_page .night_blk .product_list{
  padding-left: calc(70*(54rem / 750));
}

.LP_page .night_blk .product_list:before {
  width: calc(1320*(54rem / 750));
}


.LP_page .night_blk .item01:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: calc(-49*(54rem / 750)) 0 0 calc(-70*(54rem / 750));
  width: calc(120*(54rem / 750));
  height: calc(120*(54rem / 750));
  background-image: url(../img/icn_nowash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.LP_page .night_blk .item02 {
  margin-top: calc(-37*(54rem / 750));
  margin-left: calc(11*(54rem / 750));
  margin-right: calc(22*(54rem / 750));
}  

.LP_page .night_blk .item02 .item_inner_box {
  width: calc(180 * (54rem / 750));
  padding-bottom: calc(11 * (54rem / 750));
  border: calc(2 * (54rem / 750)) solid var(--color-gray01);
}

.LP_page .night_blk .item02:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: calc(13*(54rem / 750)) 0 0 calc(-18*(54rem / 750));
  width: calc(38*(54rem / 750));
  height: calc(38*(54rem / 750));
  background-image: url(../img/icn_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}

.LP_page .night_blk .item02 .product_img {
  width: calc(114 * (54rem / 750));
  margin: 0 auto;
}

.LP_page .night_blk .item02 .product_catch02 {
  margin-bottom: calc(20 * (54rem / 750));
  font-size: calc(22 * (54rem / 750));
  text-align: center;
  color: var(--color-gray01);
  line-height: 1.25;
}

.LP_page .night_blk .item04 .product_img {
  width: calc(260 * (54rem / 750));
}

.LP_page .night_blk .item07 .product_img {
  width: calc(200 * (54rem / 750));
}
.LP_page .night_blk .product_note {
  top: 0;
}

.LP_page .howto .note {
  position: relative;
  text-align: left;
  margin-top: calc(37*(54rem / 750));
  margin-left: calc(79*(54rem / 750));
}


/*============================
        Frangrance
============================*/
.LP_page .fragrance {
  padding: calc(80 * (54rem / 750)) 0;
  background-color: var(--color-bg1);
}

.LP_page .sub_ttl {
  margin-top: calc(54*(54rem / 750));
  font-size: calc(32*(54rem / 750));
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.LP_page .graph {
  margin: calc(48 * (54rem / 750)) auto 0;
  width: calc(660 * (54rem / 750));
}

.LP_page .fragrance .note {
  margin: calc(17 * (54rem / 750)) auto 0;
}

/*============================
        Staff Review
============================*/

.LP_page .staff_review {
  position: relative;
  padding: calc(60 * (54rem / 750)) 0 calc(80 * (54rem / 750));
  z-index: 2;
}

.LP_page .staff_review:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(168*(54rem / 750));
  background-color: var(--color-bg1);
  z-index: -1;
  content: "";
}

.LP_page .staff_review ul {
  display: flex;
  justify-content: flex-start;
  gap: calc(30 * (54rem / 750));
  padding: 0 calc(70 * (54rem / 750));
  margin-top: calc(54 * (54rem / 750));
}

.LP_page .staff_review ul li {
  text-align: justify;
  width: calc(580 * (54rem / 750));
  border-radius: calc(20 * (54rem / 750));
  padding: calc(40 * (54rem / 750)) calc(50 * (54rem / 750)) calc(40 * (54rem / 750));
  background-color: var(--color-white);
}

.LP_page .review_name {
  display: flex;
  align-items: center;
  gap: calc(30 * (54rem / 750));
}

.LP_page .review_name img {
  width: calc(140 * (54rem / 750));
}

.LP_page .review_name span {
  font-size: calc(26 * (54rem / 750));
  line-height: 1;
  text-align: center;
}

.LP_page .review_comment {
  margin: 0 auto;
  width: calc(480 * (54rem / 750));
  padding-top: calc(20 * (54rem / 750));
  font-size: calc(24 * (54rem / 750));
  line-height: 2;
  text-align: justify;
}

/*============================
          Products
============================*/
.LP_page .products {
  padding: calc(80 * (54rem / 750)) 0;
}

.LP_page .products h3 {
  margin-top: calc(47*(54rem / 750));
}

.LP_page .series_product_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(67*(54rem / 750));
  width: calc(750 * (54rem / 750));
  border-top: var(--color-white) calc(2 * (54rem / 750)) solid;
  border-bottom: var(--color-white) calc(2 * (54rem / 750)) solid;
}

.LP_page .series_product_list:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(211, 213, 231, 0.8); */
  background-image: linear-gradient(120deg, rgba(202, 208, 226, 0.8), rgba(199, 194, 222, 0.8) 100%);
  content: "";
  z-index: -1;
}

.LP_page .series_product_list li {
  position: relative;
  flex: 1;
  padding: calc(30 * (54rem / 750)) 0;
}

.LP_page .series_product_list li:nth-of-type(odd):not(:last-of-type)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(2 * (54rem / 750));
  height: 100%;
  background-color: var(--color-white);
  content: "";
}

.LP_page .series_product_list li:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(2 * (54rem / 750));
  background-color: var(--color-white);
  content: "";
}

.LP_page .series_product_list li:last-of-type:before {
  content: none;
} 

.LP_page .series_product_list li:nth-of-type(8) .series_product_img {
  position: relative;
}

.LP_page .series_product_list li:nth-of-type(8) .series_product_img:before {
  position: absolute;
  top: calc(8*(54rem / 750));
  left: calc(-22*(54rem / 750));
  display: block;
  width: calc(100 * (54rem / 750));
  height: calc(100 * (54rem / 750));
  background: url(../img/icn_limit_w.svg) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .series_product_list li:last-of-type .series_product_img {
  width: calc(360 * (54rem / 750));
}

.LP_page .series_product_type_en {
  font-weight: 300;
  font-size: calc(44 * (54rem / 750));
  line-height: 1;
  text-align: center;
  color: var(--color-white);
}

.LP_page .series_product_type_jp {
  margin-top: calc(15 * (54rem / 750));
  font-size: calc(24 * (54rem / 750));
  line-height: 1;
  text-align: center;
  color: var(--color-white);
}

.LP_page .series_product_img {
  width: calc(280 * (54rem / 750));
  margin: calc(20 * (54rem / 750)) auto 0;
}

.LP_page .modal_btn span {
  position: relative;
  font-size: calc(24*(54rem / 750));
  line-height: 1;
  text-align: left;
  color: var(--color-white);
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-white);
  margin: calc(9*(54rem / 750)) auto 0;
  padding-bottom: calc(2*(54rem / 750));
  width: calc(120*(54rem / 750));
  display: block;
}

.LP_page .modal_btn span:before,
.LP_page .modal_btn span:after {
  position: absolute;
  top: calc(10 * (54rem / 750));
  right: calc(1 * (54rem / 750));
  width: calc(14 * (54rem / 750));
  height: 1px;
  border-bottom: 1px solid var(--color-white);
  z-index: 0;
  content: "";
}

.LP_page .modal_btn span:after {
  transform: rotate(90deg);
}

.LP_page .check_btn a {
  width: calc(650*(54rem / 750));
  padding: calc(20*(54rem / 750)) 0;
  margin: calc(80*(54rem / 750)) auto 0;
  font-size: calc(36*(54rem / 750));
  color: var(--color-white);
  text-transform: uppercase;
  background-color: var(--color-gray03);
  letter-spacing: 0.075em;
}


/*============================
          Modal
============================*/
.LP_page .detail_modal{
  display: none;
  visibility: visible;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 105;
}

.LP_page .modal__bg{
  background: rgb(192, 192, 192,0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.LP_page .modal__content{
  background: var(--color-bg1);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(650 * (54rem / 750));
  max-height:75vh;
  overflow-y: scroll;
  /* overflow: hidden; */
}

.LP_page .modal_inner{
  padding: calc(72 * (54rem / 750)) 0;
} 

.LP_page .modal__content .js-modal-close{
  position: sticky;
  width: calc(50*(54rem / 750));
  height: calc(50*(54rem / 750));
  top: calc(30*(54rem / 750));
  right: calc(30*(54rem / 750));
  float: right;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}

.LP_page .modal__content .js-modal-close:before,
.LP_page .modal__content .js-modal-close:after{
  content: '';
  display: block;
  width: calc(70*(54rem / 750));
  height: 1px;
  background: var(--color-purple02);
  transform: rotate(45deg);
  position: absolute;
  top: calc(25*(54rem / 750));
  right: calc(-10*(54rem / 750));
}

.LP_page .modal__content .js-modal-close:after{
  transform: rotate(-45deg);
}

.LP_page .modal_ttl_label {
  display: block;
  width: calc(140 * (54rem / 750));
  margin: 0 auto calc(15 * (54rem / 750));
  padding: 0;
  font-size: calc(22 * (54rem / 750));
  text-align: center;
  border: calc(2 * (54rem / 750)) solid #666666;
}

.LP_page .modal_ttl_en {
  font-size: calc(42 * (54rem / 750));
  text-align: center;
}

.LP_page .modal_ttl_jp {
  margin-top: calc(2 * (54rem / 750));
  font-size: calc(24 * (54rem / 750));
  text-align: center;
}

.LP_page .problem_icn_list {
  display: flex;
  margin-top: calc(20 * (54rem / 750));
  gap: calc(20 * (54rem / 750));
  justify-content: center;
}

.LP_page .problem_icn_list li {
  width: calc(100 * (54rem / 750));
}

.LP_page .modal_txt {
  margin-top: calc(35 * (54rem / 750));
  font-size: calc(26 * (54rem / 750));
  text-align: center;
  line-height: 1.75;
}

.LP_page .modal_product_blk {
  width: calc(580 * (54rem / 750));
  margin: calc(25 * (54rem / 750)) auto 0;
  padding: calc(40 * (54rem / 750)) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(30 * (54rem / 750));
  background-color: var(--color-white);
}

.LP_page .modal_product_blk figure {
  width: calc(180 * (54rem / 750));
}

.LP_page .modal_product_blk .product_name {
  font-size: calc(26 * (54rem / 750));
  font-weight: 700;
  text-align: left;
  line-height: 1.75;
}

.LP_page .modal_product_blk .product_credit {
  margin-top:calc(10 * (54rem / 750));
  font-family: var(--font-english);
  font-size: calc(22 * (54rem / 750));
  text-align: left;
  line-height: 1.75;
}

.LP_page .detail_btn {
  margin: calc(22 * (54rem / 750)) 0 0 0;
}

.LP_page .detail_btn a {
  padding-bottom: calc(4*(54rem / 750));
  font-size: calc(24 * (54rem / 750));
  text-align: left;
  line-height: 1;
  color: var(--color-text);
  border-bottom: var(--color-text) 1px solid;
}

.LP_page .product_explain {
  width: calc(520 * (54rem / 750));
  margin:calc(20 * (54rem / 750)) auto 0;
  font-size: calc(24 * (54rem / 750));
  text-align: justify;
  line-height: 2;
  color: var(--color-text);
}

.LP_page .modal_note {
  width: calc(520 * (54rem / 750));
  margin:calc(20 * (54rem / 750)) auto 0;
  font-size:calc(20 * (54rem / 750));
  text-align: justify;
  line-height: 1.5;
}

.LP_page #modal04 .modal_product_blk figure {
  width: calc(250 * (54rem / 750));
}

.LP_page #modal09 .modal_product_blk figure {
  width: calc(360 * (54rem / 750));
}

.LP_page #modal09 .modal_product_blk {
  flex-direction: column;
}

.LP_page #modal09 .modal_product_blk .product_name {
  text-align: center;
}

.LP_page #modal09 .modal_product_blk .product_credit {
  text-align: center;
}

.LP_page #modal09 .detail_btn {
  margin: calc(22 * (54rem / 750)) auto 0;
}

.LP_page .product_content_label {
  display: block;
  width: calc(100 * (54rem / 750));
  margin: calc(40 * (54rem / 750)) auto 0;
  padding: 0;
  font-size: calc(24 * (54rem / 750));
  text-align: center;
  border: calc(2 * (54rem / 750)) solid #666666;
}

.LP_page .product_content {
  margin: calc(20 * (54rem / 750)) auto 0;
  font-size: calc(24 * (54rem / 750));
  text-align: center;
  line-height: 2;
}



/*----------------PC----------------*/
@media screen and  (min-width:768px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .LP_page_inner {
    width: 54rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
    background-color: #ffffff;
    padding-bottom: 8rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* max-width: 192rem; */
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/bg_pc.png);
    background-repeat: repeat;
    background-size: 100% 100%;
  }
  
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 54rem) / 2);
    /* max-width: calc((160rem - 54rem) / 2); */
    height: 100%;
    margin-top: 17rem;
  }

  .fixed_left .fixed_ttl {
    text-align: center;
  }

  .fixed_left .logo {
    display: block;
    margin: 0 auto;
    width: 16.89rem;
    height: 15rem;
    mask-image: url("../img/logo.svg");  
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: 100%;
    -webkit-mask-image: url("../img/logo.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: 100%;
    background: var(--color-white);
    content: "";
  }

  .fixed_left .fixed_sub {
    margin-top: 4.2rem;
    font-size: 3rem;
    color: var(--color-white);
    text-align: center;
    line-height: 1.2;
  }

  .fixed_left .fixed_sub_date {
    margin-top: 12px;
    font-family: var(--font-english);
    font-size: 2.2rem;
    color: var(--color-white);
    text-align: center;
  }

  /* _::-webkit-full-page-media, _:future, :root .fixed_left .fixed_sub_date {
    font-family: var(--font-english),"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, HiraKakuProN-W3, "hiragino-kaku-gothic-pron";
  } */

  .LP_page .fixed_right .navigation_list {
    gap: 2rem;
    margin-top: 0;
  }
  
  
  .LP_page .fixed_right .navigation_list li {
    width: 34rem;
    height: 6rem;
  }
  
  .LP_page .fixed_right .navigation_list li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 235, 245, 0.8);
    mix-blend-mode: multiply;
    z-index: 0;
    isolation: isolate;
    content: "";
  }

  .LP_page .fixed_right .navigation_list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34rem;
    height: 6rem;
    font-size: 2.4rem;
    color: var(--color-white);
    border: var(--color-white) 1px solid;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    z-index: 5;
  }
  
  .LP_page .fixed_right .navigation_list a:before {
    right: 2rem;
    width: 1.6rem;
    height: 0.8rem;
    content: "";
  }

  
  
}

/*---------------// PC--------------*/


/*----------------Responsive----------------*/
@media screen and (max-width: 1600px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1600));
  }
  /* .fixed_left,
  .fixed_right {
    margin-top: 20rem !important;
  } */
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 540));
  }
}
/*---------------// Responsive--------------*/


/*---------------- SP Navigation ----------------*/
.LP_page .follow_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.6s 0.3s;
  visibility: hidden;
  transform: translateY(100%); /* ← 初期状態で下に隠す */
  transition: none; /* ← 最初はアニメーションなし */
  z-index: 100;
}

.LP_page .follow_nav.fixed {
  transform: translateY(0);
  animation: fade-in .6s ease-in-out forwards;
}
.LP_page .follow_nav.absolute {
  transform: translateY(100%);
  animation: fade-out .6s ease-in-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 1;
    transform: translateY(100%);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
  }
}

.LP_page .follow_nav .navigation_list_follow:before {
  width: 100%;
}

.LP_page .navigation_list_follow {
  display: flex;
  width: calc(750 * (54rem / 750));
  height: calc(111 * (54rem / 750));
}

.LP_page .navigation_list_follow li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: calc(0 * (54rem / 750)) calc(56 * (54rem / 750)) calc(0 * (54rem / 750));
  background-color: var(--color-purple04);
}

.LP_page .navigation_list_follow li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.LP_page .navigation_list_follow li:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(2 * (54rem / 750));
  height: calc(80 * (54rem / 750));
  background-color: var(--color-white);
  content: "";
}

.LP_page .navigation_list_follow li:last-of-type:before {
  content: none;
}

.LP_page .nav_jp {
  font-size: calc(20 * (54rem / 750));
  text-align: center;
  color: var(--color-white);
  white-space: nowrap;
}

.LP_page .nav_en {
  margin-top: calc(3*(54rem / 750));
  font-size: calc(26*(54rem / 750));
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
  white-space: nowrap;
  letter-spacing: 0.075em;
  line-height: 1;
}


/*---------------// SP Navigation ---------------*/

/*----------------BG----------------*/
.LP_page .bg01, 
.LP_page .bg02, 
.LP_page .bg03,
.LP_page .bg04 {
  position: relative;
}


.LP_page .bg01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
}

/* .LP_page .bg01:before {
  position: absolute;
  top: calc(-280 * (54rem / 750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(752 * (54rem / 750));
  height: calc(1040 * (54rem / 750));
  background-image: url("../img/bg01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  content: "";
} */

.LP_page .bg02:before {
  position: absolute;
  top: calc(-115 * (54rem / 750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(1720 * (54rem / 750));
  height: calc(1769 * (54rem / 750));
  background-image: url("../img/bg02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  content: "";
}

.LP_page .bg03:before {
  position: absolute;
  top: calc(-65 * (54rem / 750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(1900 * (54rem / 750));
  height: calc(844 * (54rem / 750));
  background-image: url("../img/bg03.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  content: "";
}

.LP_page .bg04:before {
  position: absolute;
  top: calc(-250 * (54rem / 750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(752 * (54rem / 750));
  height: calc(3300 * (54rem / 750));
  background-image: url("../img/bg04.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  z-index: -1;
  content: "";
}

/*----------------BG----------------*/


/*----------------Animation----------------*/
.LP_page .js-fade {
  opacity: 0;
  transition: opacity 1s;
}
.LP_page .js-fade.active {
  opacity: 1;
}
/*---------------// Animation--------------*/



/*----------------Accordion----------------*/
.LP_page .accordion_outside {
  text-align: center;
}

.LP_page .accordion_wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 1s;
}

.LP_page .open > .accordion_wrap {
  grid-template-rows: 1fr;
}

.LP_page .accordion_inner {
  position: relative;
  min-height: 0;
  overflow: hidden;
  text-align: center;
}

.LP_page .accordion_outside.open .accordion_inner {
  margin-top: calc(22*(54rem / 750));
}

.LP_page .accordion_btn {
  display: inline-block;
  position: relative;
  margin-top: calc(20*(54rem / 750));
  padding-left: calc(10 * (54rem / 750));
  padding-right: calc(10 * (54rem / 750));
  padding-bottom: calc(10 * (54rem / 750));
  border-bottom: 1px solid var(--color-gray1);
  font-size: calc(20 * (54rem / 750));
  line-height: 1;
  cursor: pointer;
  z-index: 0;
  color: var(--color-gray01);
}

.LP_page .accordion_outside.open .accordion_btn {
  margin-top: calc(30*(54rem / 750));
}

.LP_page .accordion_btn:before, 
.LP_page .accordion_btn:after {
  position: absolute;
  top: calc(10 * (54rem / 750));
  right: calc(17 * (54rem / 750));
  width: calc(14 * (54rem / 750));
  height: 1px;
  border-bottom: 1px solid var(--color-gray01);
  z-index: 0;
  content: "";
}
.LP_page .accordion_btn:after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.LP_page .accordion_btn.open::after {
  transform: rotate(0deg);
}

.LP_page .accordion_btn .to_open,
.LP_page .accordion_btn .to_close {
  padding-bottom: calc(3 * (54rem / 750));
  font-family: var(--font-english);
  white-space: nowrap;
  color: var(--color-gray01);
  text-align: left;
  border-bottom: 1px var(--color-gray01) solid;
}

.LP_page .accordion_btn .to_open {
  width: calc(148 * (54rem / 750));
}

.LP_page .accordion_btn .to_close {
  width: calc(96 * (54rem / 750));
}

/* _::-webkit-full-page-media, _:future, :root .LP_page .accordion_btn .to_open, 
_::-webkit-full-page-media, _:future, :root .LP_page .accordion_btn .to_close {
  font-family: var(--font-english-regular-safari);
} */

.LP_page .accordion_btn .to_open,
.LP_page .open .accordion_btn .to_close {
  display: block;
}

.LP_page .accordion_btn .to_close,
.LP_page .open .accordion_btn .to_open {
  display: none;
}
/*---------------// Accordion--------------*/


/*----------------Simple bar----------------*/
@media screen and (min-width: 768px) {
  .LP_page .simple-bar_wrap {
    position: relative;
  }
  .LP_page .simplebar-placeholder {
  height: 0 !important;
  }
  .LP_page .simplebar-track.simplebar-horizontal {
    position: relative;
  }
  .LP_page .howto .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background: #d3d3d3;
  }
  .LP_page .staff_review .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background: #a6a6a6;
  }
}
.LP_page .simple-bar_wrap {
  width: -moz-available;
  width: -webkit-fill-available;
  margin: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* overflow-x: scroll; */
}

.LP_page .simplebar-content-wrapper {
  position: relative;
  overflow: scroll hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.LP_page .simple-bar_wrap *::-webkit-scrollbar{
  display:none;
}

.LP_page .simplebar-content{
  display: flex;
}

.LP_page .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  top: 0;
  height: calc(6 * (54rem / 750));
}

.LP_page .simplebar-scrollbar:before{
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
  opacity: 1;
}

.LP_page .space {
  display: block;
  padding: calc(15 * (54rem / 750));
}


.LP_page .howto .simplebar-track {
  left: calc(20*(54rem / 750));
  bottom: calc(60*(54rem / 750));
}

.LP_page .howto .simplebar-track.simplebar-horizontal {
  width: calc(610 * (54rem / 750));
  height: calc(6 * (54rem / 750));
  margin: auto;
  background: #ededed;
}

.LP_page .howto .simplebar-scrollbar:before {
  background: #d3d3d3;
}

.LP_page .staff_review .simplebar-track {
  bottom: calc(-56*(54rem / 750));
  left: calc(0*(54rem / 750));
}

.LP_page .staff_review .simplebar-track.simplebar-horizontal {
  width: calc(610 * (54rem / 750));
  height: calc(6 * (54rem / 750));
  margin: auto;
  background: rgb(256,256,256,0.7);
}

.LP_page .staff_review .simplebar-scrollbar:before {
  background: #a6a6a6;
}

/*---------------// Simple bar--------------*/