@charset "UTF-8";

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

Title : 2025 Holiday Coffret

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


/* ========================================================
                      * 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;
}

#footer {
  background: #ffffff;
}

#HeaderWrap {
  z-index: 100;
  position: relative;
}
/* Biople */
#Wrap {
  width: 100%;
  padding-top: 0;
}

#Contents {
  margin-bottom: 0;
  padding-top: 0 !important;
}

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

/* ===================
      ROOTS
=================== */
:root {
  --rate-sp: 50rem / 750;
  --color-text:#000000;
  --color-btn: #303030;
  --color-white:#ffffff;
  --color-gray01: #a9aaaa;
  --color-red: #ba4f3b;
  --color-navy:#1c2d49;
  --color-saltA: #f2cfa1;
  --color-saltB: #afcad0;
  --color-saltC: #cebfd1;
  --color-purple: #d0c1df;
  --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;
  text-align: center;
  font-weight: 300;
}

#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 .btn a {
  font-family: var(--font-english);
  font-weight: 300;
}


/* ===================
    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;
}

/* ===================
        BG
=================== */
.LP_page .mv_area.bg {
  background: url(../img/bg_main01.png) no-repeat center;
  /* background-size: calc(750 * 50rem / 750); */
  background-size: cover;
}

.LP_page .sec01.bg {
  background: url(../img/bg_main02.png?20251017) no-repeat center calc(650 * 50rem / 750);
  background-size: calc(750 * 50rem / 750);
}

.LP_page .sec02.bg {
  background: url(../img/bg_main03.png?20251017) no-repeat center calc(682 * 50rem / 750);
  background-size: calc(750 * 50rem / 750);
}

.bgSetting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}

.bgSetting .for_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}

.bgSetting .for_bg:nth-of-type(1) {
  opacity: 1 !important;
  background: rgb(19, 49, 91, .8) url(../img/bg_pc01.png) center center / cover no-repeat;
}

.bgSetting .for_bg:nth-of-type(2) {
  background: rgb(198, 171, 131, .7) url(../img/bg_pc02.png) center center / cover no-repeat;
}


.bgSetting .for_bg.selected {
  opacity: 1;
}

/* ===================
        WRAP
=================== */
.LP_page .wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.LP_page .sec {
  position: sticky;
  z-index: 1;
  height: auto;
}

.LP_page .sec01 {
  top: calc(-4100 * (var(--rate-sp)));
  margin-top: calc(-2 * (var(--rate-sp)));
}

.LP_page .sec02 {
  top: 0;
  z-index: 2; /* sec01の上に重ねる */
}

/* ===================
        MV
=================== */
.LP_page .mv_area {
  padding-bottom: calc(120*(var(--rate-sp)));
}
.LP_page .lead {
  padding: calc(0 * (var(--rate-sp))) 0 calc(80 * (var(--rate-sp)));
  margin-top: calc(-30 * (var(--rate-sp)));
}

.LP_page .lead_title {
  width: calc(350*(var(--rate-sp)));
  margin: 0 auto calc(40*(var(--rate-sp)));
}

.LP_page .lead .lead_txt {
  font-size: calc(26*(var(--rate-sp)));
  line-height: 2.25;
}

.LP_page .lead .lead_txt:last-of-type {
  margin-top: calc(25*(var(--rate-sp)));
}

.LP_page .navigation_list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(15*(var(--rate-sp)));
}

.LP_page .navigation_list li {
  position: relative;
  width: calc(700*(var(--rate-sp)));
  height: calc(180*(var(--rate-sp)));
  margin: 0 auto;
  background-color: rgba(28, 45, 73, 0.6);
}

.LP_page .navigation_list a {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(24 * (var(--rate-sp)));
  margin-top: calc(25 * (var(--rate-sp)));
  gap: calc(40 * (var(--rate-sp)));
}

.LP_page .navigation_list a:before {
  position: absolute;
  top: 50%;
  right: calc(36 * (var(--rate-sp)));
  transform: translateY(-50%);
  display: block;
  width: calc(24*(var(--rate-sp)));
  height: calc(12*(var(--rate-sp)));
  background: url(../img/icn01.svg) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .nav_img {
  width: calc(168*(var(--rate-sp)));
  margin-top: calc(2 * (var(--rate-sp)));
}

.LP_page .navigation_list_name {
  display: flex;
  flex-direction: column;
}

.LP_page .navigation_list_en {
  margin: calc(5*(var(--rate-sp))) auto 0;
  font-family: var(--font-english);
  font-size: calc(38*(var(--rate-sp)));
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-white);
  text-align: left;
  line-height: 1.25;
  white-space: nowrap;
}

.LP_page .navigation_list_jp {
  font-size: calc(22*(var(--rate-sp)));
  color: var(--color-white);
  text-align: left;
}

/* ===================
    SEC COMMON
=================== */

.LP_page .sec_main_image_blk {
  position: relative;
  overflow: hidden;
}

.LP_page .sec_title {
  position: absolute;
  top: calc(72 * (var(--rate-sp)));
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-english);
  font-size: calc(44 * (var(--rate-sp)));
  color: var(--color-white);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.LP_page .sec_sub_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(3 * (var(--rate-sp)));
  font-size: calc(26 * (var(--rate-sp)));
  color: var(--color-white);
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
}

.LP_page .item_blk {
  margin: calc(70 * (var(--rate-sp))) auto 0;
  padding: calc(70 * (var(--rate-sp))) 0;
  width: calc(700 * (var(--rate-sp)));
  background-color: rgba(245, 245, 245, 0.4);
}

.LP_page .item_subttl {
  font-size: calc(24 * (var(--rate-sp)));
  color: var(--color-white);
}

.LP_page .item_ttl {
  margin: calc(-10 * (var(--rate-sp))) auto 0;
  font-family: var(--font-english);
  font-size: calc(44 * (var(--rate-sp)));
  line-height: 2.15;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.LP_page .item_price {
  margin: calc(0 * (var(--rate-sp))) auto 0;
  font-family: var(--font-english);
  font-size: calc(24 * (var(--rate-sp)));
  line-height: 1.75;
  color: var(--color-white);
  letter-spacing: 0.05em;
}

.LP_page .item_label {
  margin: calc(20 * (var(--rate-sp))) auto 0;
  font-size: calc(24 * (var(--rate-sp)));
  line-height: 1.75;
  color: var(--color-white);
}

.LP_page .item_modal_list {
  margin: calc(-10 * (var(--rate-sp))) auto 0;
  display: flex;
  justify-content: center;
  gap: calc(20 * (var(--rate-sp)));
}

.LP_page .item_modal_list li a {
  position: relative;
  display: block;
  width: calc(300 * (var(--rate-sp)));
}

.LP_page .plus_btn {
  position: absolute;
  right: calc(28 * (var(--rate-sp)));
  bottom: calc(50 * (var(--rate-sp)));
  width: calc(60 * (var(--rate-sp)));
  height:calc(60 * (var(--rate-sp)));
}

.LP_page .item_modal_list li:last-of-type a .plus_btn {
  right: calc(-2 * (var(--rate-sp)));
}

.LP_page .plus_btn span {
  position: relative;
  display: block;
  width: calc(60 * (var(--rate-sp)));
  height:calc(60 * (var(--rate-sp)));
}


.LP_page .plus_btn span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(245, 245, 245, 0.4);
  content: "";
  animation: dotScale 2s infinite
}

@keyframes dotScale {
  0% {
    scale: 0;
    opacity: .7;
  }
  80% {
    opacity: .7;
  }
  100% {
    scale: 1;
    opacity: 0;
  }
}

.LP_page .plus_btn span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(37.5 * (var(--rate-sp)));
  height: calc(37.5 * (var(--rate-sp)));
  background: url(../img/icn03.svg) no-repeat;
  background-size: contain;
  content: "";
}


.LP_page .item_list li{
  padding-left: calc(42 * (var(--rate-sp)));
  font-size: calc(24 * (var(--rate-sp)));
  line-height: 1.5;
  color: var(--color-white);
  text-align: left;
}

.LP_page .item_list li:not(:first-of-type) {
  margin-top: calc(15 * (var(--rate-sp)));
}

.LP_page .item_list span {
  display: inline-block;
  width: calc(20 * (var(--rate-sp)));
  height: calc(20 * (var(--rate-sp)));
  margin-right: calc(15 * (var(--rate-sp)));
  background-color: var(--color-white);
  border-radius: 50%;
}

.LP_page .detail_btn a {
  margin-top: calc(50 * (var(--rate-sp)));
  padding-bottom: calc(-5 * (var(--rate-sp)));
  font-size: calc(26 * (var(--rate-sp)));
  color: var(--color-white);
  border-bottom: calc(2 * (var(--rate-sp))) solid var(--color-white);
}

/* ===================
    SEC01
=================== */
.LP_page .sec01 {
  padding-bottom: calc(200 * (var(--rate-sp)));
}

.LP_page .item_visual_blk {
  position: relative;
  margin: calc(100 * (var(--rate-sp))) auto 0;
  width: calc(650 * (var(--rate-sp)));
  height: calc(836 * (var(--rate-sp)));
}

.LP_page .item_visual_blk figure {
  position: absolute;
}

.LP_page figure.visual01 {
  left: 0;
  top: 0;
  width: calc(480 * (var(--rate-sp)));
}

.LP_page figure.visual02 {
  right: 0;
  bottom: calc(-12 * (var(--rate-sp)));
  width: calc(420 * (var(--rate-sp)));
}

.LP_page .visual_decor {
  position: absolute;
  right: calc(362 * (var(--rate-sp)));
  bottom: calc(-86 * (var(--rate-sp)));
  width: calc(223 * (var(--rate-sp)));
}

.LP_page .recommend_blk {
  position: relative;
  width: calc(715 * (var(--rate-sp)));
  margin: calc(170 * (var(--rate-sp))) auto 0;
  border: calc(4 * (var(--rate-sp))) var(--color-white) solid;
}

.LP_page .recommend_blk:before {
  position: absolute;
  top: calc(-25 * (var(--rate-sp)));
  left: 50%;
  transform: translateX(-50%);
  width: calc(480 * (var(--rate-sp)));
  height: calc(36 * (var(--rate-sp)));
  background-color: #d0e7ee;
  content:"";
}

.LP_page .recommend_ttl {
  position: absolute;
  top: calc(-25 * (var(--rate-sp)));
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(36 * (var(--rate-sp)));
  white-space: nowrap;
}

.LP_page .recommend_list {
  padding: calc(77 * (var(--rate-sp))) 0 calc(47 * (var(--rate-sp)));
  margin: 0 auto;
  width: calc(624 * (var(--rate-sp)));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(30 * (var(--rate-sp)));
}

.LP_page .recommend_list li {
  display: flex;
  align-items: center;
  gap: calc(40 * (var(--rate-sp)));
}

.LP_page .recommend_list li figure {
  width: calc(220 * (var(--rate-sp)));
}

.LP_page .recommend_point {
  position: relative;
  font-size: calc(36 * (var(--rate-sp)));
  font-weight: 700;
  text-align: left;
  width: fit-content;
  z-index: 2;
}

.LP_page .recommend_point:before {
  position: absolute;
  left: 50%;
  bottom: calc(0 * (var(--rate-sp)));
  transform: translateX(-50%);
  width: 105%;
  height: calc(30 * (var(--rate-sp)));
  background-color: var(--color-white);
  content: "";
  z-index: -1;
}

.LP_page .recommend_txt {
  margin-top: calc(13 * (var(--rate-sp)));
  font-size: calc(24 * (var(--rate-sp)));
  text-align: left;
}

.LP_page .accordion_wrap {
  position: relative;
}

.LP_page .accordion_wrap:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(750 * (var(--rate-sp)));
  height: calc(300 * (var(--rate-sp)));
  background: linear-gradient(
    180deg,
    rgba(214, 231, 237, 0),
    rgba(214, 231, 237, 1) 85%
  );
  content: "";
  z-index: 5;
}

.LP_page .accordion_wrap.is-open:before {
  display: none;
}

.LP_page .accordion_inner {
  max-height: calc(310 * (var(--rate-sp)));
  overflow: hidden;
  transition: max-height 1.5s ease;
  z-index: 2;
}
  
.LP_page .accordion_btn {
  position: relative;
  display: block;
  padding-bottom: calc(5 * (var(--rate-sp)));
  width: calc(148 * (var(--rate-sp)));
  margin: calc(55 * (var(--rate-sp))) auto 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: calc(2 * (var(--rate-sp))) solid var(--color-gray01);
  background: transparent;
  cursor: pointer;
}

.LP_page .accordion_btn .txt {
  display: inline-block;
  font-family: var(--font-english);
  font-size: calc(20 * (var(--rate-sp)));
  color: var(--color-gray01);
  white-space: nowrap;
  letter-spacing: 0.075em;
}

.LP_page .accordion_btn .icon {
  position: relative;
  display: inline-block;
  width: calc(14 * (var(--rate-sp)));
  height: calc(14 * (var(--rate-sp)));
  margin-left: calc(10 * (var(--rate-sp)));
}

.LP_page .accordion_btn .icon:before,
.LP_page .accordion_btn .icon:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: calc(14 * (var(--rate-sp)));
  height: calc(2 * (var(--rate-sp)));
  background-color: var(--color-gray01);
  content: "";
}

.LP_page .accordion_btn .icon:after {
  transform: rotate(90deg);
}

.LP_page .accordion_btn.is-open {
  width: calc(96 * (var(--rate-sp)));
}
.LP_page .accordion_btn.is-open .icon:after {
  transform: rotate(0deg);
}

.LP_page .skincare_blk {
  margin-top: calc(110 * (var(--rate-sp)));
}

.LP_page .skincare_blk_ttl {
  font-size: calc(40 * (var(--rate-sp)));
  line-height: 1.75;
}

.LP_page .skincare_img {
  width: calc(750 * (var(--rate-sp)));
  margin: calc(-10 * (var(--rate-sp))) auto 0;
}

.LP_page .skincare_txt {
  margin: calc(-11 * (var(--rate-sp))) auto 0;
  font-size: calc(28 * (var(--rate-sp)));
  line-height: 1.75;
}

.LP_page .deepmoisture_btn a {
  width: calc(660 * (var(--rate-sp)));
  margin: calc(50 * (var(--rate-sp))) auto 0;
  padding: calc(22 * (var(--rate-sp))) 0;
  font-size:calc(30 * (var(--rate-sp)));
  color: var(--color-white);
  background-color: var(--color-btn);
}

/* ===================
    SEC02
=================== */
.LP_page .sec02 {
  padding-bottom: calc(120 * (var(--rate-sp)));
}

.LP_page .sec02 .sec_sub_title {
  bottom: calc(69 * (var(--rate-sp)));
}

.LP_page .sec02 .item_modal_list {
  flex-wrap: wrap;
  margin-left: calc(25 * (var(--rate-sp)));
  gap: calc(0 * (var(--rate-sp)));
}

.LP_page .sec02 .item_modal_list li a {
  width: calc(295 * (var(--rate-sp)));
}

.LP_page .sec02 .item_modal_list li:nth-of-type(3) {
  margin-top: calc(-25 * (var(--rate-sp)));
}

.LP_page .sec02 .item_blk {
  margin: calc(0 * (var(--rate-sp))) auto 0;
}

.LP_page .sec02 .item_list {
  margin-top: calc(10 * (var(--rate-sp)));
}

.LP_page .sec02 .item_list li {
  padding-left: calc(188 * (var(--rate-sp)));
  text-indent: calc(-35 * (var(--rate-sp)));
}

.LP_page .sec02 .item_list li span {
  border: solid calc(2 * (var(--rate-sp))) var(--color-white);
}

.LP_page .sec02 .item_list li:nth-of-type(1) span {
  background-color: var(--color-saltA);
}

.LP_page .sec02 .item_list li:nth-of-type(2) span {
  background-color: var(--color-saltB);
}

.LP_page .sec02 .item_list li:nth-of-type(3) span {
  background-color: var(--color-saltC);
}

.LP_page .sec02 .plus_btn {
  right: calc(1 * (var(--rate-sp)));
  bottom: calc(47 * (var(--rate-sp)));
}

.LP_page .all_btn a {
  margin-top: calc(140 * (var(--rate-sp)));
  padding: calc(23 * (var(--rate-sp))) 0;
  width: calc(650 * (var(--rate-sp)));
  font-size: calc(36 * (var(--rate-sp)));
  font-family: var(--font-english);
  color: var(--color-white);
  text-transform: uppercase;
  background-color: var(--color-gray01);
  letter-spacing: 0.075em;
}

/* ===================
    Related Item Slide
=================== */
.LP_page .product {
  padding: calc(160 * (var(--rate-sp))) 0; 
}

.LP_page .product_ttl {
  margin-bottom: calc(60 * (var(--rate-sp)));
  font-size: calc(40 * (var(--rate-sp)));
  line-height: 1;
  color: var(--color-text);
  text-align: center;
}

.LP_page .product_slide {
  width: calc(440 * (var(--rate-sp)));
  height: calc(907 * (var(--rate-sp)));
  padding: calc(60 * (var(--rate-sp))) calc(0 * (var(--rate-sp))) calc(50 * (var(--rate-sp)));
  margin: calc(20 * (var(--rate-sp))) calc(20 * (var(--rate-sp)));;
  background-color: #ffffff;
  border-radius:calc(20 * (var(--rate-sp)));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.LP_page .product_label {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: calc(7 * (var(--rate-sp))) calc(33 * (var(--rate-sp))) calc(3 * (var(--rate-sp)));
  font-size: calc(22 * (var(--rate-sp)));
  line-height: 1;
  text-align: center;
  color: var(--color-gray01);
  border: calc(2 * (var(--rate-sp))) solid var(--color-gray01);
}

.LP_page .product_catch {
  margin: calc(22 * (var(--rate-sp))) auto 0;
  font-size: calc(22 * (var(--rate-sp)));
}

.LP_page .product_img {
  width: calc(400 * (var(--rate-sp)));
  margin: calc(20 * (var(--rate-sp))) auto 0;
}

.LP_page .product_name {
  margin-top: calc(23 * (var(--rate-sp)));
  margin-bottom: calc(15 * (var(--rate-sp)));
  font-size: calc(26 * (var(--rate-sp)));
  line-height: 1.75;
  font-weight: 700;
}

.LP_page .product_credit {
  font-family: var(--font-english);
  font-size: calc(22 * (var(--rate-sp)));
  color: var(--color-text);
}

.LP_page .product_credit.subscribe {
  color: var(--color-red);
}

.LP_page .product_note {
  margin-top: calc(7 * (var(--rate-sp)));
  font-size: calc(20 * (var(--rate-sp)));
  color: var(--color-gray01);
}

.LP_page .product_slide .detail_btn a {
  margin-top: calc(20 * (var(--rate-sp)));
  padding-bottom: calc(-5 * (var(--rate-sp)));
  font-size: calc(24 * (var(--rate-sp)));
  color: var(--color-text);
  border-bottom: calc(2 * (var(--rate-sp))) solid var(--color-text);
}

.LP_page .product_container {
  width: auto;
  margin: 0 auto;
}

.LP_page .slick-track {
  margin-left: 0;
  padding: calc(0 * (var(--rate-sp))) 0;
}

.LP_page .slick-dots {
  bottom: calc(-50 * (var(--rate-sp)));
}

.LP_page .slick-dots li {
  width: calc(16 * (var(--rate-sp)));
  height: calc(16 * (var(--rate-sp)));
  margin: 0 calc(10 * (var(--rate-sp)));
}

.LP_page .slick-dots li button {
  width: calc(16 * (var(--rate-sp)));
  height: calc(16 * (var(--rate-sp)));
  padding: 0;
  background-color: var(--color-white);
}

.LP_page .slick-dots li button:before {
  top: calc(0 * (var(--rate-sp)));
  font-size: calc(16 * (var(--rate-sp)));
  line-height: 1;
  width: calc(16 * (var(--rate-sp)));
  height: calc(16 * (var(--rate-sp)));
  opacity: 1;
  border: calc(2 * (var(--rate-sp))) solid var(--color-gray01);
  border-radius: 50%;
  color: transparent;
}

.LP_page .slick-dots li.slick-active button:before {
  background-color: var(--color-gray01);
}

.LP_page .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(60 * (var(--rate-sp)));
  height: calc(60 * (var(--rate-sp)));
  margin-top:calc(-40 * (var(--rate-sp)));
  z-index: 5;
}

.LP_page .slick-prev {
  left: calc(105 * (var(--rate-sp)));
}

.LP_page .slick-next {
  right: calc(105 * (var(--rate-sp)));
}

.LP_page .slick-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  background: url(../img/icn02.svg) center center / contain no-repeat;
  content: "";
}

.LP_page .slick-prev::before {
  transform: scaleX(-1);
}

/* ===================
  　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(230, 230, 230,0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}


.LP_page .modal__content{
  background: var(--color-white);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(660*(var(--rate-sp)));
  padding: calc(10 * (var(--rate-sp)));
  max-height:75vh;
  /* overflow-y: scroll; */
  /* overflow: hidden; */
}

.LP_page .js-modal-close{
  position: absolute;
  width: calc(50*(var(--rate-sp)));
  height: calc(50*(var(--rate-sp)));
  top: calc(-60 * (var(--rate-sp)));
  right: calc(0 * (var(--rate-sp)));
  float: right;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}

.LP_page .js-modal-close:before,
.LP_page .js-modal-close:after{
  content: '';
  display: block;
  width: calc(60*(var(--rate-sp)));
  height: calc(2*(var(--rate-sp)));
  background: var(--color-white);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: calc(-6 * (var(--rate-sp)));
}

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

.LP_page .modal_inner{
  width: calc(640*(var(--rate-sp)));;
  margin: 0 auto;
  padding:calc(80*(var(--rate-sp))) 0 calc(70*(var(--rate-sp)));
  overflow-y: scroll;
  height: 68vh;
  scrollbar-width: none;
  -webkit-scrollbar: none;
} 

.LP_page .modal_inner::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.LP_page #modal03 .modal_inner,
.LP_page #modal04 .modal_inner,
.LP_page #modal05 .modal_inner {
  height: 50vh;
}

.LP_page #modal01 .modal_inner,
.LP_page #modal02 .modal_inner {
  border: var(--color-purple) solid calc(2 * (54rem / 750));
}
.LP_page #modal03 .modal_inner {
  border: var(--color-saltA) solid calc(2 * (54rem / 750));
}
.LP_page #modal04 .modal_inner {
  border: var(--color-saltB) solid calc(2 * (54rem / 750));
}
.LP_page #modal05 .modal_inner {
  border: var(--color-saltC) solid calc(2 * (54rem / 750));
}

.LP_page .modal_group {
  
}

.LP_page .modal_itm_name span {
  display: inline-block;
  position: relative;
  font-size: calc(30*(var(--rate-sp)));
  line-height: 1.75;
  z-index: 2;
}

.LP_page .modal_itm_name span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(5 * (var(--rate-sp)));
  margin-top: calc(40*(var(--rate-sp)));
  width: 105%;
  height: calc(20*(var(--rate-sp)));
  opacity: 0.7;
  content: "";
  z-index: -1;
}

.LP_page #modal01 .modal_itm_name span:before,
.LP_page #modal02 .modal_itm_name span:before {
  background-color: var(--color-purple);
}

.LP_page #modal03 .modal_itm_name span:before {
  background-color: var(--color-saltA);
}
.LP_page #modal04 .modal_itm_name span:before {
  background-color: var(--color-saltB);
}
.LP_page #modal05 .modal_itm_name span:before {
  background-color: var(--color-saltC);
}

.LP_page .modal_itm_text {
  margin-top: calc(40*(var(--rate-sp)));
  font-size: calc(26*(var(--rate-sp)));
  line-height: 1.75;
}

.LP_page .modal_img {
  display: block;
  margin: 0 auto;
}

.LP_page #modal01 .modal_img {
  width: calc(220*(var(--rate-sp)));
}

.LP_page #modal02 .modal_img {
  width: calc(487.5*(var(--rate-sp)));
}
.LP_page #modal03 .modal_img,
.LP_page #modal04 .modal_img,
.LP_page #modal05 .modal_img {
  width: calc(270*(var(--rate-sp)));
}

.LP_page .modal_group {
  position: relative;
}

.LP_page .modal_label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(-60*(var(--rate-sp)));
  left: calc(20*(var(--rate-sp)));
  width: calc(180*(var(--rate-sp)));
  height: calc(180*(var(--rate-sp)));
  border-radius: 50%;
}

.LP_page .modal_label span {
  font-family: var(--font-english);
  font-size: calc(30*(var(--rate-sp)));
  color: var(--color-white);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.LP_page #modal03 .modal_label {
  background-color: var(--color-saltA);
}
.LP_page #modal04 .modal_label {
  background-color: var(--color-saltB);
}
.LP_page #modal05 .modal_label {
  background-color: var(--color-saltC);
}


/* ===================
  　Follow
=================== */

.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 * (var(--rate-sp)));
  height: calc(105 * (var(--rate-sp)));
  background-color: var(--color-navy);
  align-items: center;
  justify-content: center;
}

.LP_page .navigation_list_follow li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap:calc(10 * (var(--rate-sp)));
}

.LP_page .navigation_list_follow .navigation_list_en {
  font-size: calc(24 * (var(--rate-sp)));
}

.LP_page .navigation_list_follow li {
  position: relative;
  flex: 1;
}

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

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

.LP_page .navigation_list_follow .nav_img {
  width: calc(96 * (var(--rate-sp)));
  margin-top: calc(10 * (var(--rate-sp)));
}

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

  .sp_only {
    display: none;
  }

  .LP_page_inner {
    width: 50rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
    background-color: #ffffff;
    padding-bottom: 8rem;
  }
  
  .LP_page .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/bg.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
  }
  
  
  .LP_page .fixed_left,
  .LP_page .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 50rem) / 2);
    height: 100%;
    
  }

  .LP_page .fixed_left {
    margin-top: 12rem;
  }

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

  .LP_page .fixed_left .fixed_ttl_logo {
    width: 11.2rem;
    margin: 0 auto;
  }

  .LP_page .fixed_left .fixed_ttl_campaign_name {
    margin-top: 3.5rem;
    font-size: 3.6rem;
    font-family: var(--font-english);
    color: var(--color-white);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .LP_page .fixed_right {
    margin-top: 12rem;
  }

  .LP_page .fixed_right .navigation_list {
    position: relative;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .LP_page .fixed_right .navigation_list li {
    position: relative;
    width: 38rem;
    height: 10.8rem;
    margin:0 auto;
    background-color: rgba(245, 245, 245, 0.4);
  }
  
  .LP_page .fixed_right .navigation_list a {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 1.3rem;
    margin-left: 2rem;
    gap: 1rem;
  }

  .LP_page .fixed_right .navigation_list a:before {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    display: block;
    width: 2rem;
    height: 1rem;
    background: url(../img/icn01.svg) no-repeat;
    background-size: contain;
    content: "";
  }

  .LP_page .fixed_right .nav_img {
    width: 10.4rem;
    margin-top: 0rem;
  }

  .LP_page .fixed_right .navigation_list_name {
    display: flex;
    flex-direction: column;
  }

  .LP_page .fixed_right .navigation_list_en {
    margin: 0 auto;
    font-family: var(--font-english);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-white);
    text-align: left;
    white-space: nowrap;
    line-height: 1.5;
  }

  .LP_page .fixed_right .navigation_list_jp {
    font-size: 1.2rem;
    color: var(--color-white);
    text-align: left;
  }
  
  

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


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

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

/*----------------Animation----------------*/
.LP_page .js-fade.ef1 {
  opacity: 0;
}

.LP_page .js-fade.active.ef1 {
  animation: opa1 1.6s 
  cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

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

  100% {
    opacity: 1;
  }
}

.LP_page .js-fade.ef2 {
  display: block;
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
  transform: translateY(2rem);
}

.LP_page .js-fade.active.ef2 {
  opacity: 1;
  transform: translateY(0);
}

.LP_page .sec_sub_title.js-fade.ef2 {
  transform: translate(-50%,2rem) !important;
}

.LP_page .sec_sub_title.js-fade.active.ef2 {
  opacity: 1;
  transform: translate(-50%, 0) !important;
}


.LP_page .rotate {
  animation: rotate 12s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*---------------// Animation--------------*/

