﻿@charset "UTF-8";

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

POTETE collaboration | SNIDEL BEAUTY（スナイデルビューティ）公式サイト

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

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

/* calc(xx * yyrem / zz);
xx：SPデザインの各値
yy：PCデザインのメインコンテンツの横幅
zz：SPデザインの横幅 */

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

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

@media (min-width: 1400px) {
  html {
    font-size: 62.5% !important
  }

}

.archive_area {
  position: relative;
  z-index: 5;
}

@media (max-width: 780px) {
  .archive_area {
    overflow-x: hidden;
  }
}

@media (max-width: 780px) {
  #FooterWrap {
    overflow-x: hidden;
  }
}

#footer {
  margin-top: 0 !important;
}

/* ========================================================
                      * root *
========================================================= */
:root {
  --rate: calc(var(--pcMainContentWidth) / var(--spWidth));

  /* PCデザインのメインコンテンツの横幅 */
  --pcMainContentWidth: 46.8rem;

  /* PCデザインの横幅 */
  --pcWidth: 1400;

  /* SPデザインの横幅 */
  --spWidth: 780;

  --color-lp_txt_font: #484848;
  --color-lp_ttl_font_accent_1: #186abc;
  --color-lp_ttl_font_accent_2: #e6002d;
  --color-lp_inner_bg: #eaf3fa;
  --color-lp_white: #fff;
  --font_mix: "Lato", "ryo-gothic-plusn", sans-serif;
  --font_en: "fields-black", sans-serif;
}

@media (min-width: 781px) {
  :root {}
}

#Wrap {
  width: 100%;
}

#Contents {
  max-width: unset;
}

.archive_area {
  position: relative;
  z-index: 5;
}

/* ========================================================
                      * lp_contents *
========================================================= */

.lp_contents * {
  list_inner-sizing: border-list_inner;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 400;
  text-align: center;
}

.lp_contents {
  width: 100%;
  /* max-width: var(--pcMainContentWidth); */
  height: 100%;
  font-family: var(--font_mix);
  overflow-x: clip;
  color: var(--color-lp_txt_font);
}

@media (min-width: 781px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
  }
}

.lp_contents .pc_only {
  display: none;
}

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

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

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

.lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: clip;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: calc(50% + (83 * var(--rate))) top;
  background-position: calc(50% + (83 * var(--rate))) calc(-12 * (var(--rate)));
  background-size: calc(165 * (var(--rate))) calc(165 * (var(--rate)));
  padding-top: calc(20 * (var(--rate)));
  padding-bottom: calc(200 * (var(--rate)));
}

.lp_contents a,
.lp_contents button,
.lp_contents .lp_contents .lp_contents .slick-dots li,
.lp_contents .btn_accordion {
  -webkit-tap-highlight-color: transparent;
  /* iOS Safari用 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Android Chrome用 */
}

/* ========================================================
                      * PC *
========================================================= */
@media (min-width: 781px) {

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

  .lp_contents .fixed_area .fixed_nav {
    display: grid;
    place-items: center;
    width: calc((100% - var(--pcMainContentWidth)) / 2);
    height: 100vh;
    /* padding-top: var(--header-height); */
  }

  .fixed_left_inner .logo {
    position: relative;
  }

  .fixed_left_inner .logo a {
    width: 24rem;
    margin-top: -6rem;
  }

  .lp_contents_inner {
    width: var(--pcMainContentWidth);
    margin: 3.8rem auto 0;
    border-radius: 3rem 3rem 0 0;
    padding-top: 0;
  }

}

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


.fixed_right {
  /* justify-content: center;
  align-items: flex-start !important;
  margin-top: 253px; */
}

.fixed_right .menu_list {}

.fixed_right .menu_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.7rem 1rem;
  width: 37rem;
}

.fixed_right .menu_list li {
  width: 11rem;
  flex-shrink: 0;
}

.fixed_right .menu_list li:nth-of-type(5) {
  margin-left: -1rem;
}

.fixed_right .menu_list figure {
  width: 6rem;
  margin: 0 auto;
}

.fixed_right .menu_list .anchor_txt {
  font-size: 1.4rem;
  line-height: calc(21/14);
  color: var(--color-lp_ttl_font_accent_2);
  margin-top: .6rem;
}

.fixed_right .anchor_look {
  background: var(--color-lp_white);
  width: fit-content;
  margin: 2.7rem auto 0;
  border-radius: 3rem;
}

.fixed_right .anchor_look a {
  padding: .3rem 5.8rem 1rem;
}

/* ========================================================
                        * 固定背景   *
========================================================= */

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

.bgSetting .for_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.bgSetting .for_bg_1 {
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: calc(50% + 6.5rem) top;
  background-size: 8.3rem 8.3rem;
}

.bgSetting .for_bg_2 {
  background: var(--color-lp_inner_bg);
  height: 75.2dvh;
}

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

/* ========================================================
            * スライダー　パーツ  矢印 *
========================================================= */

/* 共通 */
.lp_contents .slick-prev,
.lp_contents .slick-next {
  all: unset;
  position: absolute;
  top: calc(126 * (var(--rate)));
  width: calc(32 * (var(--rate)));
  height: calc(82 * (var(--rate)));
  cursor: pointer;
  z-index: 10;
  background: url(../img/slide_arrow.svg) no-repeat center / 100%;
}

/* デフォルト文字削除 */
.lp_contents .slick-prev,
.lp_contents .slick-next {
  font-size: 0;
  line-height: 0;
}

/* デフォのアイコン消す */
.lp_contents .slick-prev::before,
.lp_contents .slick-next::before {
  content: none;
}

/* 右 */
.lp_contents .slick-next {
  right: calc(-90 * (var(--rate)));
}

/* 左（反転） */
.lp_contents .slick-prev {
  top: calc(163 * (var(--rate)));
  left: calc(-90 * (var(--rate)));
  transform: translateY(-50%) scaleX(-1);
}


/* バリエーションエリアのスライドパーツ */
.lp_contents .variation_slide .slick-prev,
.lp_contents .variation_slide .slick-next {
  all: unset;
  position: absolute;
  top: calc(415 * (var(--rate)));
  width: calc(30 * (var(--rate)));
  height: calc(15 * (var(--rate)));
  cursor: pointer;
  z-index: 10;
  background: url(../img/icon_arrow.svg) no-repeat center / 100%;
}

/* デフォルト文字削除 */
.lp_contents .variation_slide .slick-prev,
.lp_contents .variation_slide .slick-next {
  font-size: 0;
  line-height: 0;
}

/* デフォのアイコン消す */
.lp_contents .variation_slide .slick-prev::before,
.lp_contents .variation_slide .slick-next::before {
  content: none;
}

/* 右 */
.lp_contents .variation_slide .slick-next {
  top: calc(407 * (var(--rate)));
  right: calc(80 * (var(--rate)));
  transform: rotate(-90deg);
}

/* 左（反転） */
.lp_contents .variation_slide .slick-prev {
  left: calc(80 * (var(--rate)));
  transform: translateY(-50%) scaleX(-1) rotate(-90deg);
}

/* ========================================================
            * スライダー　パーツ  dots *
========================================================= */

/* 全体 */
.lp_contents .slick-dots {
  all: unset;
  display: flex;
  justify-content: center;
  gap: calc(40 * (var(--rate)));
  margin-top: calc(38 * (var(--rate)));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* li */
.lp_contents .slick-dots li {
  all: unset;
}

/* 横棒 */
.lp_contents .slick-dots li button {
  all: unset;
  display: block;
  width: calc(34 * (var(--rate)));
  /* 長さ調整 */
  height: calc(24 * (var(--rate)));
  /* 太さ調整 */
  background: url(../img/slide_dots.svg) no-repeat center /100%;
  cursor: pointer;
  font-size: 0;
  /* 数字消す */
}

.lp_contents .sec_accessory .slick-dots li button {
  background: url(../img/slide_dots_blue.svg) no-repeat center /100%;
}

.lp_contents .slick-dots li button:before {
  display: none;
}

/* アクティブ */
.lp_contents .slick-dots li.slick-active button {
  background: url(../img/slide_dots_active.svg) no-repeat center /100%;
}




/* ========================================================
                      * sec_mv  *
========================================================= */

.sec_mv {
  position: relative;
}

.sec_mv .ttl_main {
  width: calc(780 * (var(--rate)));
  position: relative;
  z-index: 1;
}

.sec_mv .mv {
  position: absolute;
  inset: 0;
}


/* ========================================================
                      * sec_intro  *
========================================================= */

.sec_intro {
  padding-bottom: calc(200 * (var(--rate)));
}

.sec_intro .inner {}

.sec_intro .intro_message {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(61.6/28);
  color: var(--color-lp_ttl_font_accent_1);
  margin-top: calc(85 * (var(--rate)));
}

.sec_intro .modal_toggle {
  width: calc(180 * (var(--rate)));
  height: calc(90 * (var(--rate)));
  background: url(../img/modal_viewmore_bg.png) no-repeat center / 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(33 * (var(--rate))) auto 0;
}

.sec_intro .modal_toggle p {
  font-size: calc(27 * (var(--rate)));
  font-family: var(--font_en);
  letter-spacing: 0;
  color: var(--color-lp_ttl_font_accent_1);
}

.sec_intro .intro_release {
  margin-top: calc(80 * (var(--rate)));
}

.sec_intro .intro_release dl {}

.sec_intro .intro_release dl:not(:first-of-type) {
  margin-top: calc(51 * (var(--rate)));
}

.sec_intro .intro_release dt,
.sec_intro .intro_release dd {
  letter-spacing: .125em;
  color: var(--color-lp_ttl_font_accent_1);
}

.sec_intro .intro_release dt {
  width: fit-content;
  margin: 0 auto;
  font-size: calc(28 * (var(--rate)));
  background: var(--color-lp_white);
  border-radius: calc(30 * (var(--rate)));
  padding: calc(16 * (var(--rate))) calc(50 * (var(--rate)));
}

.sec_intro .intro_release dl:not(:first-of-type) dt {
  padding: calc(16 * (var(--rate))) calc(67 * (var(--rate)));
}

.sec_intro .intro_release dd {
  font-size: calc(36 * (var(--rate)));
  margin-top: calc(28 * (var(--rate)));
}

.sec_intro .intro_anchor_nav {
  margin-top: calc(118 * (var(--rate)));
  padding: calc(85 * (var(--rate))) calc(75 * (var(--rate))) calc(80 * (var(--rate)));
  background: var(--color-lp_inner_bg);
  position: relative;
}

.sec_intro .intro_anchor_nav::after {
  content: "";
  background: url(../img/intro_anchor_nav_0.png) no-repeat center / 100%;
  width: calc(160 * (var(--rate)));
  height: calc(192 * (var(--rate)));
  position: absolute;
  bottom: calc(83 * (var(--rate)));
  right: calc(42 * (var(--rate)));
}

.sec_intro .intro_anchor_nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: flex-start;
  gap: calc(24 * (var(--rate))) calc(61 * (var(--rate)));
}

.sec_intro .intro_anchor_nav li {}

.sec_intro .intro_anchor_nav li figure {
  width: calc(160 * (var(--rate)));
  margin: 0 auto;
}

.sec_intro .intro_anchor_nav li p {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(36/24);
  color: var(--color-lp_ttl_font_accent_2);
  margin-top: calc(24 * (var(--rate)));
  white-space: nowrap;
}

.sec_intro .intro_brand {
  margin: calc(112 * (var(--rate))) calc(50 * (var(--rate))) 0;
}

.sec_intro .intro_brand_inner {
  background: var(--color-lp_white);
  padding: calc(120 * (var(--rate))) 0 calc(104 * (var(--rate)));
}

.sec_intro .intro_brand_logo {
  width: calc(222 * (var(--rate)));
  margin: 0 auto;
}

.sec_intro .intro_brand_txt {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(52.8/24);
  margin-top: calc(49 * (var(--rate)));
}


/* ========================================================
                      * sec_item  *
========================================================= */

.sec_item {
  padding-bottom: calc(200 * (var(--rate)));
}

.sec_item .visual_slide {
  width: calc(780 * (var(--rate)));
  margin-bottom: calc(100 * (var(--rate)));
}

.sec_item .visual_slide_wrap {
  margin-bottom: calc(163 * (var(--rate)));
}

.sec_item_2 .visual_slide_wrap {
  margin-bottom: calc(163 * (var(--rate)));
}

.sec_item .inner {
  background: var(--color-lp_inner_bg);
  margin-inline: calc(40 * (var(--rate)));
  padding-top: calc(120 * (var(--rate)));
  padding-bottom: calc(104 * (var(--rate)));
}

.sec_item_4 .inner {
  padding-top: calc(120 * (var(--rate)));
}

.sec_item .ttl {
  font-size: calc(50 * (var(--rate)));
  font-family: var(--font_en);
}

.sec_item .ttl a {
  letter-spacing: .05em;
  color: var(--color-lp_ttl_font_accent_2);
}

.sec_item .ttl span {
  display: block;
  font-size: calc(26 * (var(--rate)));
  font-family: var(--font_mix);
  letter-spacing: .125em;
  line-height: calc(28/26);
  margin-top: calc(28 * (var(--rate)));
}

.sec_accessory .ttl span {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(50.4/28);
  margin-top: calc(17 * (var(--rate)));
  letter-spacing: .1em;
}

.sec_item .item_lead_text {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(61.6/28);
  margin-top: calc(36 * (var(--rate)));
}

.sec_item_2 .item_lead_text {
  margin-top: calc(38 * (var(--rate)));
}

.sec_item_4 .item_lead_text {
  margin-top: calc(42 * (var(--rate)));
}

.sec_item .item_lead_text sup {
  font-size: .6em;
  top: -0.4em;
}

.sec_item .item_variation {
  position: relative;
  padding-bottom: calc(120 * (var(--rate)));
}

.sec_item_4 .item_variation {
  padding-bottom: calc(115 * (var(--rate)));
}

.sec_item .item_variation_2 {}

.sec_item .item_variation::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(700 * (var(--rate)));
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  background: linear-gradient(to right,
      var(--color-lp_white) calc(12 * (var(--rate))),
      transparent calc(12 * (var(--rate))));
  background-size: calc(24 * (var(--rate))) auto;
  background-repeat: repeat-x;
  background-position: calc(-4 * var(--rate)) 0;
}

.sec_item .item_variation_tag {
  width: calc(130 * (var(--rate)));
  position: absolute;
  top: calc(-47 * (var(--rate)));
  left: calc(-50 * (var(--rate)));
}

.sec_item_1 .item_variation_tag {
  width: calc(130 * (var(--rate)));
  position: absolute;
  top: calc(-47 * (var(--rate)));
  left: calc(-50 * (var(--rate)));
}

.sec_item .item_variation_img {
  width: calc(480 * (var(--rate)));
  margin: calc(130 * (var(--rate))) auto 0;
  position: relative;
}

.sec_item .item_variation:nth-of-type(n+2) .item_variation_img {
  margin-top: calc(98 * (var(--rate)));
}

.sec_item_1 .modal_toggle {
  width: calc(70 * (var(--rate)));
  height: calc(70 * (var(--rate)));
  background: url(../img/modal_open.png) no-repeat center / 100%;
  position: absolute;
  bottom: calc(7 * (var(--rate)));
  right: calc(-80 * (var(--rate)));
}

.sec_item .item_name {
  font-size: calc(34 * (var(--rate)));
  margin-top: calc(50 * (var(--rate)));
}

.sec_item .item_name a {
  line-height: calc(61.2/34);
  color: var(--color-lp_ttl_font_accent_2);
}

.sec_item_2 .item_name {
  margin-top: calc(58 * (var(--rate)));
}

.sec_item_3 .item_name {
  margin-top: calc(230 * (var(--rate)));
}

.sec_item_4 .item_name {
  margin-top: calc(195 * (var(--rate)));
}

.sec_item .item_price {
  font-size: calc(28 * (var(--rate)));
  margin-top: calc(14 * (var(--rate)));
}

.sec_item .item_price a {
  color: var(--color-lp_ttl_font_accent_2);
}

.sec_item_2 .item_price {
  margin-top: calc(17 * (var(--rate)));
}

.sec_item .item_description {
  font-size: calc(26 * (var(--rate)));
  line-height: calc(57.2/26);
  margin-top: calc(46 * (var(--rate)));
}

.sec_item .btn_detail {
  width: calc(470 * (var(--rate)));
  margin: calc(65 * (var(--rate))) auto 0;
}

.sec_item_4 .btn_detail {
  margin: calc(82 * (var(--rate))) auto 0;
}

.sec_item .btn_detail a {}

.sec_item .special_package {
  margin-top: calc(97 * (var(--rate)));
}

.sec_item .item_notice {
  font-size: calc(22 * (var(--rate)));
  line-height: calc(39.6/22);
  margin-top: calc(53 * (var(--rate)));
}

.sec_item .special_package_title {
  font-size: calc(29 * (var(--rate)));
  font-weight: 500;
  color: var(--color-lp_ttl_font_accent_2);
  width: fit-content;
  background: var(--color-lp_white);
  margin: 0 auto;
  padding: calc(19 * (var(--rate))) calc(57 * (var(--rate)));
  border-radius: calc(33 * (var(--rate)));
}

.sec_item .special_package_list {
  margin-top: calc(60 * (var(--rate)));
}

.sec_item .special_package_list ul {
  display: flex;
  justify-content: flex-start;
  padding-inline: calc(50 * (var(--rate)));
}

.sec_item_4 .special_package_list ul {
  padding-inline: calc(50 * (var(--rate))) calc(50 * (var(--rate)));
}

.sec_item_2 .special_package_list ul {
  padding-inline: calc(60 * (var(--rate)));
}

.sec_item .special_package_list li {}

.sec_item .special_package_list li:nth-of-type(3) {
  width: calc(200 * (var(--rate)));
  margin-left: calc(27 * (var(--rate)));
}

.sec_item_2 .special_package_list li:nth-of-type(3) {
  margin-left: calc(22 * (var(--rate)));
}

.sec_item_3 .special_package_list li:nth-of-type(3) {
  margin-left: calc(40 * (var(--rate)));
}

.sec_item_4 .special_package_list li:nth-of-type(3) {
  margin-left: calc(42 * (var(--rate)));
}

.sec_item .special_package_item_1 .special_package_list li:nth-of-type(1) {
  width: calc(170 * (var(--rate)));
}

.sec_item .special_package_item_1 .special_package_list li:nth-of-type(2) {
  width: calc(160 * (var(--rate)));
  margin-left: calc(45 * (var(--rate)));
}

.sec_item .special_package_item_2 .special_package_list li:nth-of-type(1) {
  width: calc(150 * (var(--rate)));
}

.sec_item .special_package_item_2 .special_package_list li:nth-of-type(2) {
  width: calc(168 * (var(--rate)));
  margin-left: calc(40 * (var(--rate)));
}

.sec_item .special_package_item_3 .special_package_list li:nth-of-type(1) {
  width: calc(150 * (var(--rate)));
}

.sec_item .special_package_item_3 .special_package_list li:nth-of-type(2) {
  width: calc(145 * (var(--rate)));
  margin-left: calc(64 * (var(--rate)));
}

.sec_item .special_package_item_4 .special_package_list li:nth-of-type(1) {
  width: calc(150 * (var(--rate)));
}

.sec_item .special_package_item_4 .special_package_list li:nth-of-type(2) {
  width: calc(145 * (var(--rate)));
  margin-left: calc(63 * (var(--rate)));
}


.sec_item .special_package_note {
  font-size: calc(26 * (var(--rate)));
  line-height: calc(57.2/26);
  margin-top: calc(46 * (var(--rate)));
}

.sec_item .set_slide_wrap {
  width: calc(550 * (var(--rate)));
  margin: 0 auto;
}

.sec_item .contents_wrap {
  margin-top: calc(80 * (var(--rate)));
  position: relative;
}

.sec_item .item_variation_2 .contents_wrap {
  margin-top: calc(100 * (var(--rate)));
}

.sec_item_2 .item_variation_2 .contents_wrap {
  margin-top: calc(96 * (var(--rate)));
}

.sec_item .contents_wrap li {
  position: relative;
}

.sec_item .contents_wrap .tag {
  position: absolute;
}

.sec_item .contents_wrap .limited_item .tag {
  width: calc(116 * (var(--rate)));
  top: calc(79 * (var(--rate)));
  right: calc(55 * (var(--rate)));
}

.sec_item .contents_wrap .limited_color .tag {
  width: calc(146 * (var(--rate)));
  top: calc(8 * (var(--rate)));
  left: calc(20 * (var(--rate)));
}

.sec_item .contents_wrap .set_charm .tag {
  width: calc(102 * (var(--rate)));
  top: calc(75 * (var(--rate)));
  left: calc(42 * (var(--rate)));
}

.sec_item .contents_wrap .special_kit .tag {
  width: calc(121 * (var(--rate)));
  top: calc(2 * (var(--rate)));
  left: calc(45 * (var(--rate)));
}

.sec_item .contents_wrap .slide_tab {
  margin: calc(61 * (var(--rate))) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: calc(10 * (var(--rate)));
}

.sec_item_3 .contents_wrap .slide_tab {
  margin: 0;
  position: absolute;
  top: calc(590 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
}

.sec_item_4 .contents_wrap .slide_tab {
  margin: 0;
  position: absolute;
  top: calc(530 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}


.sec_item .contents_wrap .slide_tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(43 * (var(--rate)));
}

.sec_item .contents_wrap .slide_tab li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: calc(70 * (var(--rate)));
  height: calc(70 * (var(--rate)));
  position: relative;
}

.sec_item .contents_wrap .slide_tab li::before {
  content: "";
  width: calc(50 * (var(--rate)));
  height: 2px;
  background: var(--color-lp_ttl_font_accent_2);
  position: absolute;
  bottom: calc(-24 * (var(--rate)));
  /* left: 50%; */
  /* transform: translateX(-50%); */
  rotate: y 90deg;
  transition: rotate .3s ease-in-out;
}

.sec_item .contents_wrap .slide_tab li.active::before {
  rotate: y 0deg;
}

.sec_item .slick-prev,
.sec_item .slick-next {
  top: calc(509 * (var(--rate)));
  width: calc(20 * (var(--rate)));
  height: calc(50 * (var(--rate)));
  cursor: pointer;
  z-index: 10;
  background: url(../img/slide_arrow.svg) no-repeat center / 100%;
}

.sec_item .slick-prev {
  top: calc(534 * (var(--rate)));
  left: calc(124 * (var(--rate)));
  transform: translateY(-50%) scaleX(-1);
}

.sec_item .slick-next {
  right: calc(124 * (var(--rate)));
}

.sec_item_3 .slick-prev {
  top: calc(624 * (var(--rate)));
}

.sec_item_3 .slick-next {
  top: calc(600 * (var(--rate)));
}

.sec_item_4 .slick-prev {
  top: calc(564 * (var(--rate)));
  left: calc(70 * (var(--rate)));
}

.sec_item_4 .slick-next {
  top: calc(538 * (var(--rate)));
  right: calc(70 * (var(--rate)));
}


/* ========================================================
                      * sec_accessory  *
========================================================= */

.sec_accessory {}

.sec_accessory .inner {
  background: var(--color-lp_white);
  padding-top: calc(123 * (var(--rate)));
}

.sec_accessory .accessory_main_visual {
  margin-bottom: calc(103 * (var(--rate)));
}

.sec_accessory .ttl {
  color: var(--color-lp_ttl_font_accent_1);
  letter-spacing: .05em;
}

.sec_accessory .accessory_description {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(61.6/28);
  margin-top: calc(33 * (var(--rate)));
}

.sec_accessory .accessory_note_block {
  border: solid 1px var(--color-lp_ttl_font_accent_1);
  margin: calc(40 * (var(--rate))) calc(60 * (var(--rate))) 0;
  padding: calc(30 * (var(--rate))) 0 calc(30 * (var(--rate)));
}

.sec_accessory .accessory_note_block p {
  color: var(--color-lp_ttl_font_accent_1);
  font-size: calc(22 * (var(--rate)));
  line-height: calc(39.6/22);
}

.sec_accessory .accessory_note_block p:nth-of-type(2) {
  margin-top: calc(12 * (var(--rate)));
}

.sec_accessory .accessory_note_block p a {
  color: var(--color-lp_ttl_font_accent_1);
  display: inline;
  position: relative;
}

.sec_accessory .accessory_note_block p a::after {
  content: "";
  background: var(--color-lp_ttl_font_accent_1);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0;
  margin-top: calc(32 * (var(--rate)));
}

.sec_accessory .visual_slide_wrap {
  margin: calc(103 * (var(--rate))) auto 0;
  width: calc(600 * (var(--rate)));
}

.sec_accessory .accessory_limited_list {
  margin: calc(162 * (var(--rate))) calc(25 * (var(--rate))) 0;
  padding-bottom: calc(100 * (var(--rate)));
  position: relative;
}

.sec_accessory .accessory_limited_list::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(700 * (var(--rate)));
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  background: linear-gradient(to right,
      var(--color-lp_inner_bg) calc(12 * (var(--rate))),
      transparent calc(12 * (var(--rate))));
  background-size: calc(24 * (var(--rate))) auto;
  background-repeat: repeat-x;
  background-position: calc(-4 * var(--rate)) 0;
}

.sec_accessory .accessory_limited_list_inner {
  border: solid 1px var(--color-lp_ttl_font_accent_1);
  border-radius: calc(325 * (var(--rate)));
}

.sec_accessory .accessory_limited_list ul {
  padding-inline: calc(37 * (var(--rate)));
}

.sec_accessory .limited_item_label {
  width: calc(203 * (var(--rate)));
  margin: 0 auto;
  padding-top: calc(42 * (var(--rate)));
}

.sec_accessory .accessory_limited_list li {
  padding-top: calc(63 * (var(--rate)));
  padding-bottom: calc(60 * (var(--rate)));
  position: relative;
}

.sec_accessory .accessory_limited_list li:nth-of-type(n+2) {
  padding-top: calc(60 * (var(--rate)));
}

.sec_accessory .accessory_limited_list li:last-of-type {
  padding-bottom: calc(78 * (var(--rate)));
}

.sec_accessory .accessory_limited_list li:not(:last-of-type)::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  background: linear-gradient(to right, var(--color-lp_ttl_font_accent_1) calc(8 * (var(--rate))), transparent calc(8 * (var(--rate))));
  background-size: calc(16 * (var(--rate))) auto;
  background-repeat: repeat-x;
  background-position: calc(-4 * var(--rate)) 0;
}

.sec_accessory .accessory_limited_list li figure {
  width: calc(400 * (var(--rate)));
  margin: 0 auto;
}

.sec_accessory .accessory_limited_list li .accessory_item_name {
  font-size: calc(34 * (var(--rate)));
  color: var(--color-lp_ttl_font_accent_1);
  margin-top: calc(40 * (var(--rate)));
}

.sec_accessory .accessory_limited_list li .item_price {
  font-size: calc(28 * (var(--rate)));
  color: var(--color-lp_ttl_font_accent_1);
  margin-top: calc(30 * (var(--rate)));
}

.sec_accessory .accessory_limited_list li .btn_buy {
  background: var(--color-lp_ttl_font_accent_1);
  border-radius: calc(25 * (var(--rate)));
  width: fit-content;
  margin: calc(40 * (var(--rate))) auto 0;
}

.sec_accessory .accessory_limited_list li .btn_buy p {
  display: inline-block;
  font-size: calc(30 * (var(--rate)));
  font-family: var(--font_en);
  color: var(--color-lp_white);
  padding: calc(10 * (var(--rate))) calc(37 * (var(--rate)));
  display: flex;
}

.sec_accessory .accessory_limited_list li .btn_buy p::after {
  content: "";
  background: url(../img/icon_cart.svg) no-repeat center / 100%;
  width: calc(30 * (var(--rate)));
  height: calc(27 * (var(--rate)));
  display: block;
  margin-left: calc(7 * (var(--rate)));
}

.sec_accessory .special_package_title {
  color: var(--color-lp_ttl_font_accent_1);
  background: var(--color-lp_inner_bg);
  padding: calc(19 * (var(--rate))) calc(83 * (var(--rate)));
}

.sec_accessory .special_package_list {
  margin-top: calc(66 * (var(--rate)));
}

.sec_accessory .special_package_list ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: calc(325 * (var(--rate)));
}

.sec_accessory .special_package_list li {}


/* ========================================================
                      * sec_novelty  *
========================================================= */

.sec_novelty {
  padding-bottom: calc(200 * (var(--rate)));
}

.sec_novelty .inner {
  background: var(--color-lp_inner_bg);
  margin-inline: calc(40 * (var(--rate)));
  padding-top: calc(122 * (var(--rate)));
  padding-bottom: calc(104 * (var(--rate)));
}

.sec_novelty .novelty_heading {
  font-size: calc(50 * (var(--rate)));
  font-family: var(--font_en);
  letter-spacing: .05em;
  color: var(--color-lp_ttl_font_accent_2);
}

.sec_novelty .novelty_heading span {
  display: block;
  font-size: calc(26 * (var(--rate)));
  font-family: var(--font_mix);
  letter-spacing: .1em;
  line-height: calc(57.2/26);
  margin-top: calc(50 * (var(--rate)));
}

.sec_novelty .novelty_heading .tax {
  display: inline;
  font-size: calc(20 * (var(--rate)));
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
}

.sec_novelty .novelty_visual {
  width: calc(500 * (var(--rate)));
  margin: calc(43 * (var(--rate))) auto 0;
}

.sec_novelty .novelty_note {
  font-size: calc(22 * (var(--rate)));
  line-height: calc(39.6/22);
  margin-top: calc(55 * (var(--rate)));
}

/* ========================================================
                      * sec_look  *
========================================================= */

.sec_look {
  position: relative;
  padding-top: calc(116 * (var(--rate)));
  padding-bottom: calc(147 * (var(--rate)));
}

.sec_look {}

.sec_look_4 {
  padding-bottom: calc(150 * (var(--rate)));
}

.sec_look .inner {
  background: var(--color-lp_inner_bg);
  padding-bottom: calc(80 * (var(--rate)));
}

.sec_look_4 .inner {
  padding-bottom: calc(82 * (var(--rate)));
}

.sec_look .look_heading {
  font-size: calc(100 * (var(--rate)));
  font-family: var(--font_en);
  letter-spacing: .05em;
  color: var(--color-lp_ttl_font_accent_2);
  position: absolute;
  top: calc(60 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}

.sec_look .look_item_list {
  margin-top: calc(122 * (var(--rate)));
}

.sec_look .look_item_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.sec_look .look_item_list ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 0;
  /* background-image: repeating-linear-gradient(to right,
      var(--color-lp_white) 0,
      var(--color-lp_white) 6px,
      transparent 6px,
      transparent 12px
    ); */
  background: url(../img/line_yoko.png) no-repeat center / 100%;
}

.sec_look .look_item_list li {
  position: relative;
}

.sec_look .look_item_list li .list_inner {
  display: flex;
  align-items: center;
  gap: calc(15 * (var(--rate)));
  padding: calc(32 * (var(--rate))) 0;
}

.sec_look_3 .look_item_list li .list_inner {
  padding: calc(28 * (var(--rate))) 0;
}

.sec_look .look_item_list li:nth-of-type(n+3) .list_inner {
  padding: calc(21 * (var(--rate))) 0 calc(28 * (var(--rate)));
}

.sec_look .look_item_list li:nth-child(even) .list_inner {
  justify-content: flex-start;
  padding-left: calc(31 * (var(--rate)));
  gap: calc(9 * (var(--rate)));
}

.sec_look_2 .look_item_list li:nth-child(even) .list_inner {
  padding-left: calc(31 * (var(--rate)));
}

.sec_look .look_item_list li:nth-child(odd) .list_inner {
  justify-content: flex-end;
  padding-right: calc(29 * (var(--rate)));
  gap: calc(10 * (var(--rate)));
}

.sec_look .look_item_list li:nth-child(odd):last-child {
  grid-column: 1 / -1;
}

.sec_look .look_item_list li:nth-child(odd):last-child .list_inner {
  grid-column: 1 / -1;
  justify-content: center;
  padding: calc(27 * (var(--rate))) 0 calc(32 * (var(--rate)));
  gap: calc(40 * (var(--rate)));
}

.sec_look_3 .look_item_list li:nth-child(odd):last-child .list_inner {
  gap: calc(40 * (var(--rate)));
}

.sec_look .look_item_list li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  /* background-image: repeating-linear-gradient(to right,
      var(--color-lp_white) 0,
      var(--color-lp_white) 6px,
      transparent 6px,
      transparent 12px
    );
  background-position: calc(-6 * var(--rate)) 0; */
  background: url(../img/line_yoko.png) no-repeat left / cover;

}

.sec_look .look_item_list li:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  /* background-image: repeating-linear-gradient(to bottom,
      var(--color-lp_white) 0,
      var(--color-lp_white) 6px,
      transparent 6px,
      transparent 12px
    );
  background-position: calc(-6 * var(--rate)) 0; */
  background: url(../img/line_tate.png) no-repeat center top / cover;
}

.sec_look .look_item_list figure {
  width: calc(120 * (var(--rate)));
  position: relative;
}

.sec_look .look_item_list li:nth-child(odd):last-child figure {
  width: calc(120 * (var(--rate)));
}

.sec_look .look_item_list li:nth-child(odd):last-child figure.accessory {
  width: calc(180 * (var(--rate)));
}

.sec_look .look_item_list .look_item_name {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(43.2/24);
  color: var(--color-lp_ttl_font_accent_1);
  width: calc(170 * (var(--rate)));
  white-space: nowrap;
}

.sec_look .look_item_list .look_item_name a {
  line-height: calc(43.2/24);
  color: var(--color-lp_ttl_font_accent_1);
}

.sec_look .look_item_list li:nth-child(odd):last-child .look_item_name {
  letter-spacing: .05em;
  width: calc(170 * (var(--rate)));
}

.sec_look .look_item_list li:nth-child(odd):last-child .look_item_name.accessory {
  width: calc(240 * (var(--rate)));
}

.sec_look_3 .look_item_list li:nth-child(odd):last-child .look_item_name {
  letter-spacing: .1em;
  width: calc(160 * (var(--rate)));
}

.sec_look .accordion {
  transition: height 0.5s;
  overflow: hidden;
  height: calc(160 * (var(--rate)));
  margin-top: calc(65 * (var(--rate)));
  position: relative;
}

.sec_look .accordion::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(0 * (var(--rate)));
  transform: translateX(-50%);
  width: calc(780 * (var(--rate)));
  height: calc(116 * (var(--rate)));
  background: linear-gradient(-180deg, rgba(234, 243, 250, 0) 0%, rgba(234, 243, 250, 100%) 70%);
  display: block;
}

.sec_look .accordion.is-open::after {
  display: none;
}


.sec_look .accordion ol {
  padding-inline: calc(125 * (var(--rate))) calc(59 * (var(--rate)));
  counter-reset: item;
}

.sec_look .accordion ol li a {
  display: inline;
  color: var(--color-lp_ttl_font_accent_1);
  text-decoration: underline;
  letter-spacing: .1em;
}

.sec_look .accordion ol li {
  text-align: justify;
  font-size: calc(26 * (var(--rate)));
  line-height: calc(52/26);
  counter-increment: item;
  position: relative;
}

.sec_look .accordion ol li::before {
  content: counter(item, decimal-leading-zero);
  font-size: calc(26 * (var(--rate)));
  color: var(--color-lp_ttl_font_accent_1);
  position: absolute;
  top: 0;
  left: calc(-65 * (var(--rate)));
}

.sec_look .accordion ol li:nth-of-type(n+2) {
  margin-top: calc(16 * (var(--rate)));
}

.sec_look .btn_accordion {
  background: url(../img/modal_viewmore_bg.png) no-repeat center / 100%;
  width: calc(200 * (var(--rate)));
  height: calc(100 * (var(--rate)));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}

.sec_look .btn_accordion.is-open {
  margin-top: calc(28 * (var(--rate)));
}

.sec_look .btn_accordion p {
  font-size: calc(30 * (var(--rate)));
  font-family: var(--font_en);
  letter-spacing: 0;
  color: var(--color-lp_ttl_font_accent_1);
  cursor: pointer;
}

.sec_look .btn_accordion.is-open p {
  letter-spacing: .025em;
}

.btn_check_all {
  width: calc(365 * (var(--rate)));
  margin: calc(20 * (var(--rate))) auto 0;
}

.btn_check_all a {}


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

.lp_contents .modal_toggle {
  cursor: pointer;
  /* transition: opacity .3s ease-in-out; */
}

.lp_contents .modal_toggle:hover {
  /* opacity: 0.8; */
}

html.no_scroll {
  overflow: hidden;
}

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

.lp_contents .modal_button.btn_modalClose {
  width: calc(40 * (var(--rate)));
  height: calc(40 * (var(--rate)));
  background: url(../img/btn_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  float: right;
  /* position: sticky; */
  position: absolute;
  top: calc(32 * (var(--rate)));
  right: calc(30 * (var(--rate)));
  z-index: 9999;
}

.lp_contents .modal_outside.hide {
  opacity: 0;
  scale: 0.95;
  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%;
  opacity: 1;
  scale: 1;
  /* transition: opacity .5s; */
  transition: opacity .3s, scale .3s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;


  /* あとで消す */
  /* align-items: flex-start;
  justify-content: flex-start; */
}

.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(--color-lp_white);
  opacity: .5;
  content: "";
}

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

.lp_contents .modal_wrap {
  width: calc(740 * ((var(--rate))));
  margin: 0 auto;
  max-height: calc(100dvh - (30 * var(--rate)));
  /* overflow-y: scroll; */
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: transform;
  overflow: hidden;
  overflow-y: auto;
}

.lp_contents .modal_inner {
  position: relative;
  background: var(--color-lp_white);
}

.lp_contents .modal_outside.hide .modal_content {
  opacity: 0;
}

.lp_contents .modal_content {
  opacity: 1;
  padding: calc(120 * ((var(--rate)))) 0;
  overflow: visible;
  position: relative;
  transition: opacity .3s .5s;

  /* あとで消す */
  /* margin-top: 15px; */
}

.lp_contents .modal_content .slide_wrap {
  width: calc(740 * ((var(--rate))));
  margin-top: 0;
}

.lp_contents .modal_content .zoom_area {
  width: calc(580 * ((var(--rate))));
  height: calc(580 * ((var(--rate))));
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  touch-action: none;
  cursor: grab;
}

.lp_contents .modal_content .zoom_area img {
  transition: transform 0.1s ease-out;
}

.lp_contents .modal_content .zoom_area.is-grabbing {
  cursor: grabbing;
}

.lp_contents .modal_content .btn_zoom {
  width: calc(60 * (var(--rate)));
  height: calc(60 * (var(--rate)));
  background: url(../img/btn_zoomout_modal.svg);
  background-repeat: no-repeat;
  background-size: calc(60 * (var(--rate))) calc(60 * (var(--rate)));
  background-position: center;
  position: absolute;
  bottom: calc(20 * (var(--rate)));
  right: calc(20 * (var(--rate)));
  z-index: 2;
  cursor: pointer;
}

.lp_contents .modal_content .btn_zoom.change {
  background: url(../img/btn_zoomin_modal.svg);
  background-repeat: no-repeat;
  background-size: calc(60 * (var(--rate))) calc(60 * (var(--rate)));
  background-position: center;
}

.lp_contents .modal_content .contents_wrap .modal_item_tab_info_inner {
  margin: calc(48 * (var(--rate))) auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(20 * (var(--rate))) calc(30 * (var(--rate)));
  padding-bottom: calc(72 * (var(--rate)));
  width: calc(580 * ((var(--rate))));
  position: relative;
}

.lp_contents .modal_content .contents_wrap .modal_item_tab_info_inner::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(580 * (var(--rate)));
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  background: linear-gradient(to right,
      #d1e6f5 calc(6 * (var(--rate))),
      transparent calc(6 * (var(--rate))));
  background-size: calc(12 * (var(--rate))) auto;
  background-repeat: repeat-x;
  background-position: calc(6 * var(--rate)) 0;
}


.lp_contents .modal_content .contents_wrap .slide_tab.thumbnail ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(15 * (var(--rate)));
}

.lp_contents .modal_content .contents_wrap .slide_tab.thumbnail li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: calc(78 * (var(--rate)));
  height: calc(65 * (var(--rate)));
  position: relative;
}

.lp_contents .modal_content .contents_wrap .slide_tab.thumbnail li::before {
  content: "";
  width: calc(56 * (var(--rate)));
  height: 2px;
  background: #d1e6f5;
  position: absolute;
  bottom: calc(-25 * (var(--rate)));
  /* left: 50%; */
  /* transform: translateX(-50%); */
  rotate: y 90deg;
  transition: rotate .3s ease-in-out;
  display: block;
}

.lp_contents .modal_content .contents_wrap .slide_tab.thumbnail li.active::before {
  rotate: y 0deg;
}

.lp_contents .modal_content .modal_item_name {
  font-size: calc(30 * (var(--rate)));
  font-weight: 400;
  line-height: calc(48/30);
  text-align: justify;
  white-space: nowrap;
}

.lp_contents .modal_content .modal_txt_wrap {
  padding-inline: calc(109 * (var(--rate)));
}

.lp_contents .modal_content .modal_item_lead {
  font-size: calc(30 * (var(--rate)));
  line-height: calc(54/30);
  color: var(--color-lp_ttl_font);
  text-align: justify;
  padding: calc(36 * (var(--rate))) 0 calc(47 * (var(--rate)));
  position: relative;
}

.lp_contents .modal_content .modal_item_lead::before,
.lp_contents .modal_content .modal_item_lead::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(580 * (var(--rate)));
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  background: linear-gradient(to right,
      var(--color-lp_ttl_font) calc(4 * (var(--rate))),
      transparent calc(4 * (var(--rate))));
  background-size: calc(8 * (var(--rate))) auto;
  background-repeat: repeat-x;
  background-position: calc(4 * var(--rate)) 0;
}

.lp_contents .modal_content .modal_item_lead::before {
  top: 0;
}

.lp_contents .modal_content .modal_item_lead::after {
  bottom: 0;
}

.lp_contents .modal_content .modal_txt_wrap figure {
  width: calc(128 * (var(--rate)));
  margin: calc(46 * (var(--rate))) auto 0;
}

.lp_contents .modal_content .modal_item_txt {
  font-size: calc(26 * (var(--rate)));
  line-height: calc(52/26);
  text-align: justify;
  margin-top: calc(26 * (var(--rate)));
}

.lp_contents .modal_content .btn_check {
  width: calc(300 * (var(--rate)));
  height: calc(76 * (var(--rate)));
  border-radius: calc(38 * (var(--rate)));
  margin-top: calc(70 * (var(--rate)));
  margin-bottom: calc(10 * (var(--rate)));
}

.lp_contents .modal_content .btn_check a {
  font-size: calc(36 * (var(--rate)));
  padding-left: calc(30 * (var(--rate)));
}

.lp_contents .modal_content .move_line {
  width: calc(90 * (var(--rate)));
  height: calc(19 * (var(--rate)));
}

.lp_contents .modal_content .move_line::after {
  width: calc(17 * (var(--rate)));
  right: calc(-3 * (var(--rate)));
  bottom: calc(5 * (var(--rate)));
}

.lp_contents .modal_content .move_line::before {
  width: calc(92 * (var(--rate)));
  animation: extend03 2s ease-in-out infinite;
}

@keyframes extend03 {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }

  1% {
    transform: translateX(0);
    opacity: 0;
  }

  2% {
    width: 0vw;
    opacity: 1;
  }

  28% {
    transform: translateX(0);
  }

  32% {
    width: calc(92 * (var(--rate)));
  }

  90% {
    transform: translateX(calc(92 * (var(--rate))));
    width: calc(92 * (var(--rate)));
    opacity: 1;
  }

  91% {
    opacity: 0;
  }

  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}

.lp_contents .modal_slide_wrap .slick-prev,
.lp_contents .modal_slide_wrap .slick-next {
  top: calc(260 * (var(--rate)));
  width: calc(22 * (var(--rate)));
  height: calc(60 * (var(--rate)));
}

/* 右 */
.lp_contents .modal_slide_wrap .slick-next {
  right: calc(30 * (var(--rate)));
}

/* 左（反転） */
.lp_contents .modal_slide_wrap .slick-prev {
  top: calc(290 * (var(--rate)));
  left: calc(30 * (var(--rate)));
  transform: translateY(-50%) scaleX(-1);
}

.lp_contents #modal_viewmore {}

.lp_contents #modal_viewmore * {
  color: var(--color-lp_ttl_font_accent_1);
}

.lp_contents #modal_viewmore .modal_copy_heading {
  font-size: calc(50 * (var(--rate)));
  font-family: var(--font_en);
  letter-spacing: .05em;

}

.lp_contents #modal_viewmore .modal_copy_body {
  margin-top: calc(63 * (var(--rate)));
}

.lp_contents #modal_viewmore .modal_copy_body>p {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(61.6/28);
}

.lp_contents #modal_viewmore .modal_copy_body>p:nth-of-type(n+2) {
  margin-top: calc(46 * (var(--rate)));
}


.lp_contents #modal_viewmore .modal_button.btn_modalClose {
  width: calc(200 * (var(--rate)));
  height: calc(100 * (var(--rate)));
  background: url(../img/modal_viewmore_bg.png) no-repeat center / 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(43 * (var(--rate))) auto 0;
  position: unset;
  float: unset;
}

.lp_contents #modal_viewmore .modal_button.btn_modalClose p {
  font-size: calc(30 * (var(--rate)));
  font-family: var(--font_en);
  letter-spacing: .025em;
}

.lp_contents #modal_item01 .modal_item_tab_label {
  display: none;
  font-size: calc(24 * (var(--rate)));
  line-height: calc(38.4/24);
  color: var(--color-lp_ttl_font_accent_2);
  text-align: left;

}

.lp_contents #modal_item01 .modal_item_tab_label.active {
  display: block;
}

.lp_contents #modal_item01 .slick-prev,
.lp_contents #modal_item01 .slick-next {
  width: calc(22 * (var(--rate)));
  height: calc(60 * (var(--rate)));
  top: calc(290 * (var(--rate)));
  background: url(../img/slide_arrow_modal.svg) no-repeat center / 100%;
}

.lp_contents #modal_item01 .slick-prev {
  left: calc(30 * (var(--rate)));
}

.lp_contents #modal_item01 .slick-next {
  right: calc(30 * (var(--rate)));
  top: calc(260 * (var(--rate)));
}

.lp_contents #modal_item01 .modal_item_note_visual {
  width: calc(148 * (var(--rate)));
  margin: calc(255 * (var(--rate))) auto 0;
}

.lp_contents #modal_item01 .modal_item_note_list {
  margin-top: calc(36 * (var(--rate)));
  padding-inline: calc(150 * (var(--rate))) calc(107 * (var(--rate)));
}

.lp_contents #modal_item01 .modal_item_note_list ol {
  counter-reset: item;
}

.lp_contents #modal_item01 .modal_item_note_list li {
  font-size: calc(24 * (var(--rate)));
  text-align: justify;
  line-height: calc(48/24);
  counter-increment: item;
  position: relative;
}

.lp_contents #modal_item01 .modal_item_note_list li:nth-of-type(n+2) {
  margin-top: calc(16 * (var(--rate)));
}

.lp_contents #modal_item01 .modal_item_note_list li::before {
  content: counter(item, lower-alpha);
  color: var(--color-lp_ttl_font_accent_2);
  position: absolute;
  top: 0;
  left: calc(-40 * (var(--rate)));
}

.lp_contents #modal_item01 .btn_detail {
  width: calc(470 * (var(--rate)));
  margin: calc(67 * (var(--rate))) auto 0;
}

.lp_contents #modal_item01 .modal_item_description {
  margin-top: calc(268 * (var(--rate)));
  padding-inline: calc(109 * (var(--rate)));
}

.lp_contents #modal_item01 .modal_item_description p {
  text-align: justify;
}

.lp_contents #modal_item01 .modal_item_description .modal_item_description_text {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(48/24);
}

.lp_contents #modal_item01 .modal_item_description p sup {
  font-size: .6em;
  top: -0.4em;
}

.lp_contents #modal_item01 .modal_item_description_note {
  font-size: calc(20 * (var(--rate)));
  line-height: calc(40/20);
  margin-top: calc(18 * (var(--rate)));
}

.lp_contents #modal_item01 .contents_wrap {
  position: relative;
}

.lp_contents #modal_item01 .modal_item_tab_info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(596 * (var(--rate)));
}

.lp_contents #modal_option {}

.lp_contents #modal_option .modal_content {
  padding: calc(109 * ((var(--rate)))) 0;
}

.lp_contents #modal_option .modal_option_notice {
  font-size: calc(30 * (var(--rate)));
  line-height: calc(54/30);
  color: var(--color-lp_ttl_font_accent_1);
}

.lp_contents #modal_option .modal_option_link_text {
  font-size: calc(22 * (var(--rate)));
  line-height: calc(39.6/22);
  color: var(--color-lp_ttl_font_accent_1);
  margin-top: calc(40 * (var(--rate)));
}

.lp_contents #modal_option .modal_option_link_text a {
  color: var(--color-lp_ttl_font_accent_1);
  display: inline;
  position: relative;
}

.lp_contents #modal_option .modal_option_link_text a::after {
  content: "";
  background: var(--color-lp_ttl_font_accent_1);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0;
  margin-top: calc(32 * (var(--rate)));
}

.lp_contents #modal_option .modal_option_heading {
  font-size: calc(40 * (var(--rate)));
  font-family: var(--font_en);
  letter-spacing: .05em;
  color: var(--color-lp_ttl_font_accent_1);
  width: calc(230 * (var(--rate)));
  background: var(--color-lp_white);
  margin: calc(52 * (var(--rate))) auto 0;
  position: relative;
  z-index: 1;
}

.lp_contents #modal_option ul {}

.lp_contents #modal_option ul li {}

.lp_contents #modal_option ul li figure {
  width: calc(200 * (var(--rate)));
  margin: 0 auto;
}

.lp_contents #modal_option .modal_option_acce li figure,
.lp_contents #modal_option .choice_single li figure {
  width: calc(160 * (var(--rate)));
}

.lp_contents #modal_option ul li .modal_option_item_name {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(43.2/24);
  letter-spacing: .125em;
  margin-top: calc(22 * (var(--rate)));
}

.lp_contents #modal_option ul li .modal_option_item_name span {
  letter-spacing: .1em;
}

.lp_contents #modal_option ul li .modal_option_select_label {
  width: fit-content;
  font-size: calc(24 * (var(--rate)));
  letter-spacing: .125em;
  color: var(--color-lp_ttl_font_accent_1);
  background: var(--color-lp_white);
  border: solid 1px var(--color-lp_ttl_font_accent_1);
  border-radius: calc(25 * (var(--rate)));
  margin: calc(21 * (var(--rate))) auto 0;
  padding: calc(11 * (var(--rate))) calc(30 * (var(--rate)));
  cursor: pointer;
}

.lp_contents #modal_option ul li.active .modal_option_select_label {
  color: var(--color-lp_white);
  background: var(--color-lp_ttl_font_accent_1);
  padding: calc(11 * (var(--rate))) calc(43 * (var(--rate)));
}

.lp_contents #modal_option .modal_option_pick_list {
  margin-top: calc(57 * (var(--rate)));
  padding-bottom: calc(80 * (var(--rate)));
  position: relative;
  z-index: 0;
}

.lp_contents #modal_option .modal_option_pick_list::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  background: linear-gradient(to right,
      var(--color-lp_inner_bg) calc(12 * (var(--rate))),
      transparent calc(12 * (var(--rate))));
  background-size: calc(24 * (var(--rate))) auto;
  background-repeat: repeat-x;
  background-position: calc(-4 * var(--rate)) 0;
}

.lp_contents #modal_option .modal_option_pick_list::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  background: linear-gradient(to right,
      var(--color-lp_inner_bg) calc(12 * (var(--rate))),
      transparent calc(12 * (var(--rate))));
  background-size: calc(24 * (var(--rate))) auto;
  background-repeat: repeat-x;
  background-position: calc(-4 * var(--rate)) 0;
}

.lp_contents #modal_option .choice_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-inline: calc(16 * (var(--rate)));
  gap: calc(60 * (var(--rate))) 0;
}

.lp_contents #modal_option .choice_list li {
  cursor: pointer;
}

.lp_contents #modal_option .modal_option_selected_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: calc(120 * (var(--rate)));
  padding-inline: calc(16 * (var(--rate)));
  position: relative;
}

.lp_contents #modal_option .modal_option_selected_list::before,
.lp_contents #modal_option .modal_option_selected_list::after {
  content: "";
  width: calc(50 * (var(--rate)));
  height: 1px;
  background: var(--color-lp_ttl_font_accent_1);
  position: absolute;
  top: calc(100 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
}

.lp_contents #modal_option .modal_option_selected_list::after {
  transform: translateX(-50%) rotate(90deg);
}

.lp_contents #modal_option .choice_single {
  position: relative;
}

.lp_contents #modal_option .choice_single li {
  display: none;
  /* position: absolute;
  inset: 0;
  opacity: 0; */
  /* transition: opacity .7s ease; */
  /* pointer-events: none; */
}

.lp_contents #modal_option .choice_single li.active {
  display: block;
}

.lp_contents #modal_option .modal_option_acce li {
  display: none;
  position: relative;
  z-index: 0;
}

.lp_contents #modal_option .modal_option_acce li::before {
  content: "選択中";
  font-size: calc(22 * (var(--rate)));
  letter-spacing: .125em;
  color: var(--color-lp_white);
  background: var(--color-lp_ttl_font_accent_1);
  width: calc(120 * (var(--rate)));
  height: calc(120 * (var(--rate)));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(-60 * (var(--rate)));
  left: calc(16 * (var(--rate)));
  z-index: -1;
}

.lp_contents #modal_option .modal_option_acce li.active {
  display: block;
}

.lp_contents #modal_option .btn_cart {
  background: var(--color-lp_ttl_font_accent_1);
  border-radius: calc(60 * (var(--rate)));
  width: fit-content;
  margin: calc(50 * (var(--rate))) auto 0;
}

.lp_contents #modal_option .btn_cart a {
  display: inline-block;
  font-size: calc(32 * (var(--rate)));
  font-family: var(--font_en);
  color: var(--color-lp_white);
  padding: calc(38 * (var(--rate))) calc(122 * (var(--rate))) calc(33 * (var(--rate))) calc(122 * (var(--rate)));
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp_contents #modal_option .btn_cart a::after {
  content: "";
  background: url(../img/icon_cart.svg) no-repeat center / 100%;
  width: calc(50 * (var(--rate)));
  height: calc(50 * (var(--rate)));
  display: block;
  margin-left: calc(20 * (var(--rate)));
}


/* ========================================================
              * SP時アンカーリンクナビ  *
========================================================= */

.sp_anchor_nav {
  position: fixed;
  bottom: calc(60 * (var(--rate)));
  right: 0;
  z-index: 9;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

.sp_anchor_nav.is-active {
  transform: translateX(0);
}

.sp_anchor_nav .sp_anchor_nav_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sp_anchor_nav .sp_anchor_nav_item {
  width: fit-content;
}

.sp_anchor_nav .sp_anchor_nav_title {
  font-size: calc(30 * (var(--rate)));
  font-family: var(--font_en);
  text-align: left;
  letter-spacing: .025em;
  position: relative;
  display: flex;
  align-items: center;
}

.sp_anchor_nav .sp_anchor_nav_item_accessory {
  background: var(--color-lp_white);
  border-top-left-radius: calc(30 * (var(--rate)));
  border-bottom-left-radius: calc(30 * (var(--rate)));
}

.sp_anchor_nav .sp_anchor_nav_item_accessory a {
  padding: calc(10 * (var(--rate))) 0 calc(10 * (var(--rate))) calc(10 * (var(--rate)));
}

.sp_anchor_nav .sp_anchor_nav_item_accessory_inner {
  padding: calc(20 * (var(--rate))) calc(21 * (var(--rate))) calc(16 * (var(--rate))) calc(33 * (var(--rate)));
  border-top-left-radius: calc(27 * (var(--rate)));
  border-bottom-left-radius: calc(27 * (var(--rate)));
  border: solid 1px var(--color-lp_ttl_font_accent_1);
  border-right: none;
}

.sp_anchor_nav .sp_anchor_nav_item_accessory a {}

.sp_anchor_nav .sp_anchor_nav_item_accessory .sp_anchor_nav_title {
  color: var(--color-lp_ttl_font_accent_1);
  line-height: calc(35/30);
}

.sp_anchor_nav .sp_anchor_nav_item_accessory .sp_anchor_nav_title::before {
  content: "";
  background: url(../img/sp_anchor_nav_item_accessory.jpg) no-repeat center / 100%;
  width: calc(70 * (var(--rate)));
  height: calc(70 * (var(--rate)));
  margin-right: calc(20 * (var(--rate)));
}

.sp_anchor_nav .sp_anchor_nav_item_novelty {
  background: var(--color-lp_ttl_font_accent_1);
  border-radius: calc(20 * (var(--rate)));
  margin-top: calc(28 * (var(--rate)));
  margin-right: calc(20 * (var(--rate)));
}

.sp_anchor_nav .sp_anchor_nav_item_novelty a {
  padding: calc(20 * (var(--rate))) calc(30 * (var(--rate)));
}

.sp_anchor_nav .sp_anchor_nav_item_novelty .sp_anchor_nav_title {
  color: var(--color-lp_white);
}

.sp_anchor_nav .sp_anchor_nav_item_novelty .sp_anchor_nav_title::after {
  content: "";
  background: url(../img/sp_anchor_nav_item_novelty.png) no-repeat center / 100%;
  width: calc(53 * (var(--rate)));
  height: calc(38 * (var(--rate)));
  margin-left: calc(20 * (var(--rate)));
}

.sp_anchor_nav .sp_anchor_nav_text {
  font-size: calc(20 * (var(--rate)));
  letter-spacing: .05em;
  color: var(--color-lp_ttl_font_accent_1);
  margin-top: calc(20 * (var(--rate)));
  position: relative;
  display: flex;
  align-items: center;
}

.sp_anchor_nav .sp_anchor_nav_text::before {
  content: "";
  background: url(../img/icon_sp_anchor_nav_text.jpg) no-repeat center / 100%;
  width: calc(24 * (var(--rate)));
  height: calc(24 * (var(--rate)));
  margin-right: calc(10 * (var(--rate)));
  margin-left: calc(18 * (var(--rate)));
}



/* ========================================================
                * アニメーション  *
========================================================= */

.js-fadeup {
  opacity: 0;
  translate: 0 5svh;
  transition: opacity 1.8s ease, translate 1.5s ease;
}

.js-fadeup.is-show {
  opacity: 1;
  translate: 0 0;
}

.js-fadeup_child {
  opacity: 0;
  translate: 0 5svh;
  transition: opacity 1.8s ease, translate 1.5s ease;
}

.js-fadeup_2.is-show .js-fadeup_child {
  opacity: 1;
  translate: 0 0;
}

.js-fadeblur {
  opacity: 0;
  filter: blur(5px);
  transition:
    opacity 1.5s cubic-bezier(0.51, 0.21, 0.41, 1),
    filter 1.5s cubic-bezier(0.51, 0.21, 0.41, 1);
}

.js-fadeblur.is-show {
  opacity: 1;
  filter: blur(0);
}

.js-fadeup-order_1 {}

.js-fadeup-order_2 {
  transition-delay: 0.3s;
}

.js-fadeup-order_3 {
  transition-delay: 0.6s;
}

.js-fadeup-order_4 {
  transition-delay: 0.9s;
}

.js-fadeup-order_5 {
  transition-delay: 1.2s;
}