@charset "UTF-8";
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#Wrap {
  width: 100%;
}

.lp_contents {
  background: #ffffff;
  color: var(--color-text);
  font-family: var(--font-NotoSans-jp), sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  font-feature-settings: "halt";
  -webkit-font-feature-settings: "halt";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp_contents img,
.lp_contents svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_contents picture {
  display: block;
}
.lp_contents a {
  display: block;
  color: inherit;
}
.lp_contents *:focus {
  outline: none;
}
.lp_contents a,
.lp_contents label {
  -webkit-tap-highlight-color: rgba(229, 240, 249, 0.8);
}
.lp_contents input {
  display: none;
}
.lp_contents li,
.lp_contents ol {
  list-style-type: none;
}
.lp_contents .spOnly {
  display: block;
}
.lp_contents .pcOnly {
  display: none;
}
.lp_contents ::-moz-selection {
  color: rgb(160, 160, 160);
  background-color: rgb(229, 240, 249);
}
.lp_contents ::selection {
  color: rgb(160, 160, 160);
  background-color: rgb(229, 240, 249);
}
.lp_contents .anim,
.lp_contents .mv__slider,
.lp_contents .mv__textWrap__inner,
.lp_contents .mv--view {
  opacity: 0;
}
.lp_contents .mv__slider.anim_enable {
  -webkit-animation: mv-fade 2s ease forwards;
          animation: mv-fade 2s ease forwards;
}
@-webkit-keyframes mv-fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_contents .anim_enable:not(.mv__slider.anim_enable) {
  -webkit-animation: fade 2s ease forwards;
          animation: fade 2s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  20% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.lp_contents .swiper-slide-active .swiper-img,
.lp_contents .swiper-slide-duplicate-active .swiper-img,
.lp_contents .swiper-slide-prev .swiper-img {
  transform-origin: top 2% center;
  -webkit-animation: zoomUp 2s ease-in-out 0s normal both;
          animation: zoomUp 2s ease-in-out 0s normal both;
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .lp_contents .anchor-links__item:nth-of-type(1) .anchor-links__img {
    transform: translateX(calc(-10 * 100vw/750));
  }
}

/* .lp_contents : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
.lp_contents {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  --color-text: #000000;
  --color-border: #ECECEC;
  --font-NotoSans-jp: "Noto Sans JP";
  --font-NotoSerif-jp: "Noto Serif JP";
  --font-Garamond: "adobe-garamond-pro";
  --font-Europa: "Europa";
}
.lp_contents .mv__slider {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}
.lp_contents .mv .swiper-slide {
  max-width: 100%;
}
.lp_contents .mv .swiper-pagination-bullets {
  bottom: calc(41 * 100vw/750);
}
.lp_contents .mv .swiper-pagination-bullet {
  margin: 0 calc(5 * 100vw/750);
  background: unset;
  opacity: 1;
  font-family: var(--font-Garamond), serif;
  font-size: calc(32 * 100vw/750);
  font-weight: 400;
  text-align: center;
  width: calc(54 * 100vw/750);
  height: calc(54 * 100vw/750);
}
.lp_contents .mv .swiper-pagination-bullet-active {
  position: relative;
  background: unset;
  z-index: 0;
}
.lp_contents .mv .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 36%;
  left: -4%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  z-index: 0;
}
.lp_contents .mv .swiper-button-next, .lp_contents .mv .swiper-button-prev {
  content: "";
  position: absolute;
  top: auto;
  bottom: calc(63 * 100vw/750);
  width: calc(15 * 100vw/750);
  height: calc(26 * 100vw/750);
  background-image: url(../img/arrow-slide.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_contents .mv .swiper-button-next {
  right: calc(124 * 100vw/750);
  transform: scale(-1, 1);
}
.lp_contents .mv .swiper-button-prev {
  left: calc(124 * 100vw/750);
}
.lp_contents .mv__textWrap {
  position: relative;
  padding: calc(184 * 100vw/750) calc(50 * 100vw/750) calc(180 * 100vw/750);
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 1;
}
.lp_contents .mv__text--title {
  margin-bottom: calc(67 * 100vw/750);
  font-family: var(--font-Garamond), serif;
  font-size: calc(72 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.lp_contents .mv--view::after {
  background: var(--color-text);
}
.lp_contents .mv .close .accordion__inner {
  max-height: calc(365 * 100vw/750);
}
.lp_contents .mv .accordion__button::before {
  bottom: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  height: calc(250 * 100vw/750);
}
.lp_contents .main--title {
  margin-bottom: calc(56 * 100vw/750);
  font-family: var(--font-NotoSerif-jp), serif;
  font-size: calc(35 * 100vw/750);
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0;
}
.lp_contents .main--text {
  margin-bottom: calc(81 * 100vw/750);
  font-family: var(--font-NotoSerif-jp), serif;
  font-size: calc(26 * 100vw/750);
  font-weight: 600;
  line-height: 2.39;
  letter-spacing: 0;
}
.lp_contents .accordion {
  text-align: center;
  overflow: hidden;
}
.lp_contents .accordion__inner {
  text-align: left;
  overflow: clip;
}
.lp_contents .accordion__button {
  display: inline-block;
  position: relative;
  padding-right: calc(60 * 100vw/750);
  font-family: var(--font-Garamond), serif;
  font-size: calc(34 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.lp_contents .accordion__button::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.8s ease-in-out;
  left: 50%;
  width: 100vw;
  z-index: -1;
}
.lp_contents .accordion__button::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  top: calc(6 * 100vw/750);
  right: 0;
  width: calc(30 * 100vw/750);
  height: calc(17 * 100vw/750);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .accordion.close .accordion__inner {
  transition: max-height 0.8s ease;
}
.lp_contents .accordion.close .accordion__button::before {
  opacity: 1;
}
.lp_contents .accordion.open .accordion__inner {
  transition: max-height 0.8s ease;
  max-height: calc(1400 * 100vw/750);
}
.lp_contents .accordion.open .accordion__button::before {
  opacity: 0;
}
.lp_contents .accordion.open .accordion__button::after {
  transform: scale(1, -1);
}
.lp_contents .anchor-links {
  padding: calc(120 * 100vw/750) 0 calc(180 * 100vw/750);
}
.lp_contents .anchor-links__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(24 * 100vw/750);
       column-gap: calc(24 * 100vw/750);
}
.lp_contents .anchor-links__item {
  border: 1px solid var(--color-border);
  text-align: center;
  width: calc(345 * 100vw/750);
}
.lp_contents .anchor-links__link {
  padding: calc(40 * 100vw/750) calc(50 * 100vw/750) calc(115 * 100vw/750);
}
.lp_contents .anchor-links__img {
  display: inline;
  width: auto;
  height: calc(254 * 100vw/750);
}
.lp_contents .anchor-links__text {
  position: relative;
  margin-top: calc(26 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  line-height: 1.55;
  letter-spacing: 0;
  z-index: 0;
}
.lp_contents .anchor-links__text::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-67 * 100vw/750);
  left: 0;
  right: 0;
  width: calc(38 * 100vw/750);
  height: calc(21 * 100vw/750);
  background-image: url(../img/anchor-links_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .anchor-links__text .en {
  font-family: var(--font-Garamond), serif;
  font-size: calc(44 * 100vw/750);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lp_contents .introduction {
  padding: calc(160 * 100vw/750) calc(20 * 100vw/750) calc(180 * 100vw/750);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: auto;
}
.lp_contents .introduction__title {
  margin-bottom: calc(66 * 100vw/750);
  font-family: var(--font-NotoSerif-jp), serif;
  font-size: calc(38 * 100vw/750);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}
.lp_contents .introduction__text {
  font-size: calc(28 * 100vw/750);
  line-height: 2;
  font-feature-settings: normal;
  text-indent: calc(13 * 100vw/750);
}
.lp_contents .introduction__contents {
  margin-top: calc(87 * 100vw/750);
  background: rgba(255, 255, 255, 0.7);
}
.lp_contents .introduction .contents__title:not(.pcOnly) {
  display: inline-block;
  padding: 0 calc(15 * 100vw/750) calc(12 * 100vw/750);
  font-family: var(--font-NotoSerif-jp), serif;
  font-size: calc(35 * 100vw/750);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.lp_contents .introduction .contents__group__point {
  margin-top: calc(85 * 100vw/750);
}
.lp_contents .introduction .contents__subTitle {
  margin: calc(58 * 100vw/750) 0 calc(45 * 100vw/750);
  font-family: var(--font-NotoSerif-jp), serif;
  font-size: calc(32 * 100vw/750);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.lp_contents .introduction .contents__text {
  font-feature-settings: normal;
}
.lp_contents .introduction .contents__text:not(.pcOnly) {
  font-size: calc(26 * 100vw/750);
  line-height: 1.9;
}
.lp_contents .introduction .contents__group__img .text {
  margin-top: calc(19 * 100vw/750);
  font-size: calc(20 * 100vw/750);
  line-height: 1;
}
.lp_contents .introduction .modal-button {
  display: inline-block;
  position: relative;
  padding-right: calc(94 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 1;
  z-index: 0;
}
.lp_contents .introduction .modal-button::after {
  content: "";
  position: absolute;
  bottom: calc(-7 * 100vw/750);
  right: 0;
  width: calc(36 * 100vw/750);
  height: calc(36 * 100vw/750);
  background-image: url(../img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .introduction__note {
  margin-top: calc(64 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
.lp_contents .introduction .point__numbers {
  display: inline-block;
  padding-bottom: calc(6 * 100vw/750);
  border-bottom: 0.2rem solid;
  font-family: var(--font-Europa), serif;
  font-size: calc(24 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.05em;
}
.lp_contents .introduction .point__numbers p {
  font-weight: 400;
}
.lp_contents .introduction .point__numbers .serif {
  display: inline-block;
  transform: translateY(calc(2 * 100vw/750));
  font-family: var(--font-Garamond), serif;
  font-size: calc(64 * 100vw/750);
  font-weight: 400;
}
.lp_contents .introduction .list__cate {
  margin-bottom: calc(40 * 100vw/750);
  font-size: calc(32 * 100vw/750);
  line-height: 1;
}
.lp_contents .introduction .contents__flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(10 * 100vw/750);
       column-gap: calc(10 * 100vw/750);
}
.lp_contents .introduction .contents__flex .img {
  width: calc(320 * 100vw/750);
}
.lp_contents .introduction .textBox {
  position: relative;
  margin: calc(172 * 100vw/750) calc(30 * 100vw/750) 0;
  padding: calc(44 * 100vw/750) calc(40 * 100vw/750) calc(50 * 100vw/750);
  border: 1px solid #8D8D8D;
  font-size: calc(28 * 100vw/750);
  line-height: 2;
  z-index: 0;
}
.lp_contents .introduction .textBox::before {
  content: "";
  position: absolute;
  top: calc(-120 * 100vw/750);
  left: 0;
  width: 100%;
  height: calc(120 * 100vw/750);
  background-image: url(../img/border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .introduction .extract {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(22 * 100vw/750) calc(20 * 100vw/750);
  margin-top: calc(84 * 100vw/750);
}
.lp_contents .introduction .extract__item {
  width: calc(320 * 100vw/750);
}
.lp_contents .introduction .extract__item:nth-child(1) {
  margin-inline: calc(40 * 100vw/750);
}
.lp_contents .introduction .pyramid__wrap {
  margin-top: calc(70 * 100vw/750);
}
.lp_contents .introduction .pyramid__pic {
  margin: 0 auto calc(72 * 100vw/750);
  width: calc(610 * 100vw/750);
}
.lp_contents .introduction .pyramid__tilte {
  margin-bottom: calc(4 * 100vw/750);
  font-family: var(--font-Europa), sans-serif;
  font-size: calc(26 * 100vw/750);
  font-weight: 400;
}
.lp_contents .introduction .pyramid__text {
  font-size: calc(22 * 100vw/750);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.lp_contents .introduction .pyramid__text + .pyramid__tilte {
  margin-top: calc(33 * 100vw/750);
}
.lp_contents .introduction .pyramid__sentence {
  margin-top: calc(90 * 100vw/750);
  padding-inline: calc(50 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 2;
  text-align: justify;
}
.lp_contents .section {
  background-color: #ffffff;
}
.lp_contents .section .close .accordion__inner {
  max-height: calc(455 * 100vw/750);
}
.lp_contents .section .accordion__button {
  margin-left: calc(-26 * 100vw/750);
}
.lp_contents .section .accordion__button::after {
  background: #ffffff;
}
.lp_contents .section__head--title {
  padding-block: calc(9 * 100vw/750) calc(22 * 100vw/750);
  background-color: var(--color-text);
  color: #ffffff;
  font-size: calc(22 * 100vw/750);
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}
.lp_contents .section__head--title .en {
  font-family: var(--font-Garamond), serif;
  font-size: calc(56 * 100vw/750);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lp_contents .section__head__intro {
  padding: calc(95 * 100vw/750) calc(24 * 100vw/750) calc(121 * 100vw/750) calc(50 * 100vw/750);
  color: #ffffff;
  background-image: url(../img/mv_bg_ps.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.lp_contents .section__list {
  position: relative;
  padding-block: calc(20 * 100vw/750);
  background-color: rgba(51, 51, 43, 0.03);
  z-index: 0;
}
.lp_contents .section__list::before, .lp_contents .section__list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #8D8D8D;
  z-index: -1;
}
.lp_contents .section__list::before {
  left: calc(20 * 100vw/750);
}
.lp_contents .section__list::after {
  right: calc(20 * 100vw/750);
}
.lp_contents .section__item {
  padding: calc(100 * 100vw/750) calc(25 * 100vw/750) calc(120 * 100vw/750);
  border-top: 1px solid #8D8D8D;
  text-align: center;
}
.lp_contents .section__item:last-of-type {
  border-bottom: 1px solid #8D8D8D;
}
.lp_contents .section__item .img {
  display: inline;
  width: calc(510 * 100vw/750);
}
.lp_contents .section__item .text,
.lp_contents .section__item .price {
  margin-top: calc(34 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 2;
}
.lp_contents .section__item .text {
  margin-left: calc(10 * 100vw/750);
}
.lp_contents .section__item .price {
  margin-top: calc(32 * 100vw/750);
  font-family: var(--font-Europa), var(--font-NotoSans-jp), sans-serif;
}
.lp_contents .section .product-name {
  margin-bottom: calc(45 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.lp_contents .section .product-name .en {
  font-family: var(--font-Garamond), serif;
  font-size: calc(56 * 100vw/750);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lp_contents .section .button {
  margin-top: calc(66 * 100vw/750);
}
.lp_contents .section .accordion__button::before {
  bottom: calc(-120 * 100vw/750);
  background: linear-gradient(0deg, rgb(39, 42, 47) 59%, rgba(39, 42, 47, 0) 100%);
  height: calc(370 * 100vw/750);
}
.lp_contents .section .ComingSoon {
  position: relative;
  z-index: 0;
}
.lp_contents .section .ComingSoon::before {
  content: "Coming soon";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: var(--font-Garamond), serif;
  font-size: calc(56 * 100vw/750);
  letter-spacing: 0.05em;
  line-height: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.lp_contents .section .subsc .product-name {
  margin-bottom: 0;
}
.lp_contents .section__note {
  margin-top: calc(69 * 100vw/750);
  padding: 0 calc(22.5 * 100vw/750);
  font-size: calc(22 * 100vw/750);
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
.lp_contents .button {
  display: inline-block;
  position: relative;
  border: calc(2 * 100vw/750) solid;
  line-height: 1;
  text-align: center;
  z-index: 0;
}
.lp_contents .button-box {
  padding: calc(180 * 100vw/750) 0;
  text-align: center;
}
.lp_contents .button::after {
  content: "";
  position: absolute;
  width: calc(16 * 100vw/750);
  height: calc(30 * 100vw/750);
  -webkit-mask-image: url(../img/arrow2.svg);
          mask-image: url(../img/arrow2.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--color-text);
  z-index: 0;
}
.lp_contents .button-buy {
  padding: calc(20 * 100vw/750) calc(18 * 100vw/750) calc(17 * 100vw/750);
  font-family: var(--font-Garamond), serif;
  font-size: calc(34 * 100vw/750);
  font-weight: 400;
  letter-spacing: 0.05em;
  width: calc(320 * 100vw/750);
}
.lp_contents .button-buy::after {
  top: calc(23 * 100vw/750);
  right: calc(18 * 100vw/750);
}
.lp_contents .button-all {
  padding: calc(56 * 100vw/750) calc(70 * 100vw/750) calc(58 * 100vw/750) calc(30 * 100vw/750);
  font-size: calc(32 * 100vw/750);
  letter-spacing: 0;
  box-sizing: border-box;
  width: calc(710 * 100vw/750);
}
.lp_contents .button-all::after {
  top: calc(60 * 100vw/750);
  right: calc(30 * 100vw/750);
}
.lp_contents .cellLuxe {
  position: relative;
  z-index: 1;
}
.lp_contents .cellLuxe .section__head--title {
  text-indent: calc(-19 * 100vw/750);
}
.lp_contents .cellLuxe .introduction {
  background-image: url(../img/introduction_bg_sp1.png);
}
.lp_contents .cellLuxe .group01 .contents__title {
  margin-bottom: calc(60 * 100vw/750);
  background: linear-gradient(transparent 50%, rgba(241, 235, 230, 0.5) 50%);
}
.lp_contents .cellLuxe .group01 .contents__pic {
  margin: 0 auto calc(47 * 100vw/750);
  width: calc(610 * 100vw/750);
}
.lp_contents .cellLuxe .group01 .contents__text {
  margin-bottom: calc(23 * 100vw/750);
}
.lp_contents .cellLuxe .group01 .contents__note {
  margin-bottom: calc(100 * 100vw/750);
  font-size: calc(22 * 100vw/750);
}
.lp_contents .cellLuxe .group01 .contents__group__img {
  padding-inline: calc(55 * 100vw/750);
}
.lp_contents .cellLuxe .group02 {
  margin-top: calc(107 * 100vw/750);
}
.lp_contents .cellLuxe .group02 .contents__title {
  margin-bottom: calc(47 * 100vw/750);
  background: linear-gradient(transparent 60%, rgba(241, 238, 213, 0.5) 60%);
}
.lp_contents .cellLuxe .group02 .contents__text {
  margin-bottom: calc(69 * 100vw/750);
}
.lp_contents .cellLuxe .group02 .point__text {
  margin-top: calc(46 * 100vw/750);
}
.lp_contents .cellLuxe .group02 .contents__group__img {
  padding-inline: calc(25 * 100vw/750);
}
.lp_contents .cellLuxe .contents01 .introduction__contents {
  padding-block: calc(88 * 100vw/750) calc(98 * 100vw/750);
}
.lp_contents .cellLuxe .contents02 {
  margin-top: calc(157 * 100vw/750);
}
.lp_contents .cellLuxe .contents02 .introduction__contents {
  padding-block: calc(98 * 100vw/750) calc(74 * 100vw/750);
}
.lp_contents .cellLuxe .contents02 .contents__title {
  margin-bottom: calc(34 * 100vw/750);
  background: linear-gradient(transparent 50%, #FBE5DC 50%);
}
.lp_contents .cellLuxe .list-wrap:nth-of-type(2) {
  margin-top: calc(80 * 100vw/750);
  padding-bottom: calc(84 * 100vw/750);
}
.lp_contents .cellLuxe .list__circle {
  position: relative;
  margin-inline: auto;
  padding-top: calc(127 * 100vw/750);
  box-sizing: border-box;
  width: calc(648 * 100vw/750);
  height: calc(648 * 100vw/750);
  z-index: 0;
}
.lp_contents .cellLuxe .list__circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #8D8D8D;
  border-radius: 50%;
  z-index: 0;
}
.lp_contents .cellLuxe .list__circle .list {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_contents .cellLuxe .list__circle .item {
  position: relative;
  padding-left: calc(58 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  letter-spacing: 0.11em;
  line-height: 2.84;
  text-align: left;
  z-index: 0;
}
.lp_contents .cellLuxe .list__circle .item::before {
  content: "";
  position: absolute;
  top: calc(25 * 100vw/750);
  left: 0;
  width: calc(40 * 100vw/750);
  height: calc(29 * 100vw/750);
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .skin .introduction {
  background-image: url(../img/introduction_bg_sp2.png);
}
.lp_contents .skin .introduction__contents {
  padding-block: calc(89 * 100vw/750) calc(96 * 100vw/750);
}
.lp_contents .skin .introduction__title {
  margin-bottom: calc(64 * 100vw/750);
}
.lp_contents .skin .contents01 .introduction__text {
  margin-left: calc(12 * 100vw/750);
}
.lp_contents .skin .contents01 .contents__pic {
  margin: calc(83 * 100vw/750) auto 0;
  width: calc(610 * 100vw/750);
}
.lp_contents .skin .contents02 {
  margin-top: calc(166 * 100vw/750);
}
.lp_contents .skin .contents03 {
  margin-top: calc(164 * 100vw/750);
}
.lp_contents .skin .contents04 {
  margin-top: calc(158 * 100vw/750);
}
.lp_contents .skin .contents04 .introduction__title {
  margin-bottom: calc(71 * 100vw/750);
}
.lp_contents .skin .contents04 .contents__title {
  margin-bottom: calc(28 * 100vw/750);
}
.lp_contents .skin .contents04 .contents__pic + .contents__title {
  margin-top: calc(100 * 100vw/750);
}
.lp_contents .inner {
  padding-bottom: calc(171 * 100vw/750);
}
.lp_contents .kit {
  background-color: #ffffff;
  text-align: center;
}
.lp_contents .kit__inner {
  padding-bottom: calc(180 * 100vw/750);
  background-color: rgba(51, 51, 51, 0.03);
}
.lp_contents .kit__text {
  padding-block: calc(117 * 100vw/750) calc(96 * 100vw/750);
  font-family: var(--font-NotoSerif-jp), serif;
  font-size: calc(38 * 100vw/750);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.lp_contents .kit__item {
  padding-block: calc(100 * 100vw/750);
  background-color: #ffffff;
  box-sizing: border-box;
}
.lp_contents .kit__item__inner {
  position: relative;
  z-index: 0;
}
.lp_contents .kit__item__inner::after {
  content: "";
  position: absolute;
  top: calc(-135 * 100vw/750);
  right: calc(38 * 100vw/750);
  width: calc(174 * 100vw/750);
  height: calc(174 * 100vw/750);
  background-image: url(../img/limited.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_contents .kit .product-name {
  margin-bottom: calc(64 * 100vw/750);
  font-size: calc(32 * 100vw/750);
  line-height: 1;
  letter-spacing: 0;
}
.lp_contents .kit .price2 {
  margin-bottom: calc(45 * 100vw/750);
  font-family: var(--font-Europa), var(--font-NotoSans-jp), sans-serif;
  font-size: calc(26 * 100vw/750);
  line-height: 1;
}
.lp_contents .kit .img {
  margin: 0 auto calc(47 * 100vw/750);
  width: calc(610 * 100vw/750);
}
.lp_contents .kit .text {
  font-family: var(--font-Europa), var(--font-NotoSans-jp), sans-serif;
  font-size: calc(26 * 100vw/750);
  line-height: 2;
  letter-spacing: 0;
}
.lp_contents .kit .copy {
  margin-bottom: calc(45 * 100vw/750);
  font-size: calc(28 * 100vw/750);
  line-height: 2;
  letter-spacing: 0;
}

/* .lp_contents SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ following-menu  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
#following-nav {
  display: flex;
  position: fixed;
  transform: translateY(100%);
  visibility: hidden;
  bottom: 0;
  left: calc(0 * 100vw/750);
  background-color: #ffffff;
  border-top: 1px solid #000;
  width: 100%;
  z-index: -2;
}
#following-nav.down-move {
  -webkit-animation: down-move 0.6s ease-in-out forwards;
          animation: down-move 0.6s ease-in-out forwards;
}
@-webkit-keyframes down-move {
  0% {
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    transform: translateY(100%);
    visibility: hidden;
  }
}
@keyframes down-move {
  0% {
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    transform: translateY(100%);
    visibility: hidden;
  }
}
#following-nav.up-move {
  -webkit-animation: up-move 0.6s ease-in-out forwards;
          animation: up-move 0.6s ease-in-out forwards;
  z-index: 2;
}
@-webkit-keyframes up-move {
  0% {
    transform: translateY(100%);
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes up-move {
  0% {
    transform: translateY(100%);
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
  }
}
#following-nav .following__list {
  display: flex;
}
#following-nav .following__list li:nth-of-type(n+2) {
  position: relative;
  z-index: 0;
}
#following-nav .following__list li:nth-of-type(n+2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
  z-index: 0;
}
#following-nav .following__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Garamond), serif;
  font-size: calc(38 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  width: 33.3333333333vw;
  height: calc(120 * 100vw/750);
  z-index: 0;
}
#following-nav .following__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

[data-color=SKIN] .following__list li:nth-of-type(1) .following__link::before {
  border-bottom: calc(8 * 100vw/750) solid #000;
}

[data-color=INNER] .following__list li:nth-of-type(2) .following__link::before {
  border-bottom: calc(8 * 100vw/750) solid #000;
}

[data-color=KIT] .following__list li:nth-of-type(3) .following__link::before {
  border-bottom: calc(8 * 100vw/750) solid #000;
}

[data-color=cellLuxe] .following__list li,
[data-color=button-box] .following__list li {
  border-bottom: none;
}

#share {
  transition: all 0.6s ease;
}

#share.up-move {
  transform: translateY(calc(-70 * 100vw/750));
  z-index: 10;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  /* .header_inner {
    width: 100vw;
    max-width: 110rem;
  }
  #HeaderWrap {
    overflow: hidden;
  }
  .nav-global,
.header_utiliry {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem 0;
    width: 71%;
  }
  #header_img_slider {
    margin: 0;
  } */
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  #footer {
    background-color: #ffffff;
  }
  .lp_contents {
    padding-bottom: 0;
    width: 100%;
    max-width: 100vw;
  }
  .lp_contents a {
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .lp_contents a:hover {
    opacity: 0.6;
  }
  .lp_contents .pcOnly {
    display: block;
  }
  .lp_contents .spOnly {
    display: none;
  }
  .lp_contents .mv div.mv__textWrap__inner.anim_enable {
    -webkit-animation: mv-fade 2s ease forwards;
            animation: mv-fade 2s ease forwards;
  }
  /* .lp_contents : set up PC*/
  .lp_contents .mv {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: -40vh;
    z-index: 0;
  }
  .lp_contents .mv__slider {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .lp_contents .mv .swiper-pagination-bullets {
    bottom: 3.3%;
    width: 100%;
  }
  .lp_contents .mv .swiper-pagination-bullet {
    margin: 0 0.5rem;
    font-size: 1.8rem;
    line-height: 1.95;
    width: 3rem;
    height: 3rem;
  }
  .lp_contents .mv .swiper-pagination-bullet-active::after {
    top: 53.8%;
    left: -4%;
  }
  .lp_contents .mv .swiper-button-next, .lp_contents .mv .swiper-button-prev {
    bottom: 3.9%;
    width: 0.8rem;
    height: 1.5rem;
  }
  .lp_contents .mv .swiper-button-next {
    right: 24.6rem;
  }
  .lp_contents .mv .swiper-button-prev {
    left: 24.6rem;
  }
  .lp_contents .mv__textWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5.1% 0 0;
    width: 100%;
    max-width: 42.8%;
  }
  .lp_contents .mv__textWrap__inner {
    padding-top: 0;
  }
  .lp_contents .mv__text--title {
    margin-bottom: 5.8rem;
    font-size: 5.4rem;
  }
  .lp_contents .mv .close .accordion__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .lp_contents .main--title {
    margin-bottom: 7rem;
    font-size: 2rem;
    line-height: 1;
  }
  .lp_contents .main--text {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.4;
  }
  .lp_contents .anchor-links {
    padding: 7rem 0 10rem;
  }
  .lp_contents .anchor-links__list {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
  .lp_contents .anchor-links__item {
    width: 45rem;
  }
  .lp_contents .anchor-links__link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 2.8rem 4rem 3rem 3.9rem;
  }
  .lp_contents .anchor-links__img {
    height: 20rem;
  }
  .lp_contents .anchor-links__text {
    margin-top: -4rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .lp_contents .anchor-links__text::after {
    bottom: -4.3rem;
    background-image: url(../img/anchor-links_arrow_pc.svg);
    width: 2.8rem;
    height: 1.5rem;
  }
  .lp_contents .anchor-links__text .en {
    font-size: 3rem;
  }
  .lp_contents .introduction {
    padding: 8.9rem 0 9.4rem;
    background-size: auto 100%;
    background-position: top center;
  }
  .lp_contents .introduction__title {
    margin-bottom: 2.8rem;
    font-size: 2.2rem;
    line-height: 2;
  }
  .lp_contents .introduction__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .lp_contents .introduction__contents {
    margin-top: 4rem;
    margin-inline: auto;
    width: 110rem;
  }
  .lp_contents .introduction .contents__title:not(.pcOnly) {
    display: none;
  }
  .lp_contents .introduction .contents__title:not(.spOnly) {
    display: inline-block;
    padding: 0 1rem 0.7rem;
    font-family: var(--font-NotoSerif-jp), serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .lp_contents .introduction .contents__group__inner {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 10.8rem;
         column-gap: 10.8rem;
    justify-content: center;
  }
  .lp_contents .introduction .contents__group__pointWrap {
    margin-top: 2rem;
  }
  .lp_contents .introduction .contents__group__point {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 0;
    width: 40.8rem;
  }
  .lp_contents .introduction .contents__subTitle {
    margin: 0 0 2.9rem 0;
    font-size: 1.8rem;
  }
  .lp_contents .introduction .contents__text:not(.spOnly) {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .lp_contents .introduction .contents__group__img .text {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .lp_contents .introduction .modal-button {
    padding-right: 3.6rem;
    font-size: 1.4rem;
    cursor: pointer;
  }
  .lp_contents .introduction .modal-button::after {
    top: auto;
    bottom: -0.2rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .lp_contents .introduction__note {
    margin-top: 4.4rem;
    margin-inline: auto;
    font-size: 1.2rem;
    max-width: 82.3rem;
  }
  .lp_contents .introduction .point__numbers {
    padding-bottom: 0.4rem;
    border-bottom: 1px solid;
    font-size: 1.3rem;
  }
  .lp_contents .introduction .point__numbers .serif {
    transform: translateY(0.2rem);
    font-size: 3.6rem;
  }
  .lp_contents .introduction .list__cate {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .lp_contents .introduction .contents__flex {
    -moz-column-gap: 11.8rem;
         column-gap: 11.8rem;
  }
  .lp_contents .introduction .contents__flex .img {
    width: 18rem;
  }
  .lp_contents .introduction .textBox {
    position: relative;
    margin: 10rem 18.5rem 0;
    padding: 2.4rem 11.4rem 2.6rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .lp_contents .introduction .textBox::before {
    transform: translateX(-50%);
    top: -7rem;
    left: 50%;
    height: 7rem;
    width: 30rem;
  }
  .lp_contents .introduction .extract {
    gap: 3rem;
    margin-top: 4.2rem;
  }
  .lp_contents .introduction .extract__item {
    width: 18rem;
  }
  .lp_contents .introduction .extract__item:nth-child(1) {
    margin-inline: 0;
  }
  .lp_contents .introduction .pyramid {
    margin-left: 28rem;
    text-align: left;
  }
  .lp_contents .introduction .pyramid__wrap {
    position: relative;
    margin-top: 3.1rem;
    z-index: 0;
  }
  .lp_contents .introduction .pyramid__pic {
    position: absolute;
    margin: 0;
    top: 1.2rem;
    right: 28rem;
    width: 33.4rem;
    height: 33rem;
    z-index: 0;
  }
  .lp_contents .introduction .pyramid__tilte {
    position: relative;
    margin-bottom: 0.9rem;
    font-size: 1.4rem;
    z-index: 0;
  }
  .lp_contents .introduction .pyramid__tilte::after {
    content: "";
    position: absolute;
    top: 0.9rem;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #000;
    z-index: 0;
  }
  .lp_contents .introduction .pyramid__tilte:nth-of-type(1) {
    width: 36.3rem;
  }
  .lp_contents .introduction .pyramid__tilte:nth-of-type(1)::after {
    width: 28.5rem;
  }
  .lp_contents .introduction .pyramid__tilte:nth-of-type(2) {
    width: 30.6rem;
  }
  .lp_contents .introduction .pyramid__tilte:nth-of-type(2)::after {
    width: 20.5rem;
  }
  .lp_contents .introduction .pyramid__tilte:nth-of-type(3) {
    margin-top: 4rem !important;
    width: 24.1rem;
  }
  .lp_contents .introduction .pyramid__tilte:nth-of-type(3)::after {
    width: 15.9rem;
  }
  .lp_contents .introduction .pyramid__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .lp_contents .introduction .pyramid__text + .pyramid__tilte {
    margin-top: 6rem;
  }
  .lp_contents .introduction .pyramid__sentence {
    margin-top: 6rem;
    padding-inline: 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .lp_contents .section .close .accordion__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .lp_contents .section__head--title {
    padding-block: 2.1rem 1.6rem;
    font-size: 1.2rem;
    line-height: 1;
  }
  .lp_contents .section__head--title .en {
    padding-right: 3rem;
    font-size: 3.6rem;
  }
  .lp_contents .section__head__mv {
    display: flex;
    background-color: #25292b;
  }
  .lp_contents .section__head__mv__img {
    width: 50%;
  }
  .lp_contents .section__head__intro {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/mv_bg_pc.jpg);
    width: 50%;
  }
  .lp_contents .section__list {
    display: flex;
    justify-content: center;
    padding-block: 0;
  }
  .lp_contents .section__list::before, .lp_contents .section__list::after {
    position: static;
    border-left: none;
    width: 0;
  }
  .lp_contents .section__item {
    padding: 4rem 0 5rem;
    border-top: none;
    border-right: 1px solid #8D8D8D;
    width: 33.3333333333vw;
  }
  .lp_contents .section__item:last-of-type {
    border: none;
  }
  .lp_contents .section__item .img {
    width: 32rem;
  }
  .lp_contents .section__item .text,
.lp_contents .section__item .price {
    font-size: 1.4rem;
  }
  .lp_contents .section__item .text {
    margin-top: 2.7rem;
    margin-left: 0;
  }
  .lp_contents .section__item .price {
    margin-top: 1.6rem;
  }
  .lp_contents .section .product-name {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.015em;
    line-height: 1.65;
  }
  .lp_contents .section .product-name .en {
    font-size: 2.8rem;
  }
  .lp_contents .section .button {
    margin-top: 3.2rem;
  }
  .lp_contents .section .ComingSoon::before {
    font-size: 2.8rem;
    left: -1px;
  }
  .lp_contents .section .ComingSoon .button {
    margin-top: 1.8rem;
  }
  .lp_contents .section__note {
    margin: 4.4rem auto 0;
    padding: 0;
    font-size: 1.2rem;
    width: 82.3rem;
  }
  .lp_contents .button {
    transition: all 0.4s ease;
    border: 1px solid;
  }
  .lp_contents .button:hover {
    background: var(--color-text);
    color: #ffffff;
    opacity: 1;
  }
  .lp_contents .button:hover::after {
    background: #ffffff;
  }
  .lp_contents .button-box {
    position: relative;
    padding: 10rem 0;
    background-color: #ffffff;
    z-index: 1;
  }
  .lp_contents .button::after {
    width: 0.8rem;
    height: 1.4rem;
  }
  .lp_contents .button-buy {
    padding: 0.8rem 2.4rem 0.8rem 1.4rem;
    font-size: 1.8rem;
    width: 15rem;
  }
  .lp_contents .button-buy::after {
    top: 1.1rem;
    right: 1rem;
  }
  .lp_contents .button-all {
    padding: 2.2rem 3rem 2.5rem 1rem;
    font-size: 1.8rem;
    width: 45rem;
  }
  .lp_contents .button-all::after {
    top: 2.4rem;
    right: 2.3rem;
  }
  .lp_contents .cellLuxe .introduction {
    background-image: url(../img/introduction_bg_pc1.png);
  }
  .lp_contents .cellLuxe .group01 .contents__title {
    margin-bottom: 4rem;
  }
  .lp_contents .cellLuxe .group01 .contents__pic {
    margin: 0 auto 3.3rem;
    width: 34rem;
  }
  .lp_contents .cellLuxe .group01 .contents__text {
    margin-bottom: 1rem;
  }
  .lp_contents .cellLuxe .group01 .contents__note {
    margin-bottom: 5.7rem;
    font-size: 1.2rem;
  }
  .lp_contents .cellLuxe .group01 .contents__group__img {
    margin-inline: 0;
    padding-inline: 0;
    width: 30rem;
  }
  .lp_contents .cellLuxe .group01 .point__text {
    text-align: left;
  }
  .lp_contents .cellLuxe .group01 .point2 {
    margin-top: 4rem;
  }
  .lp_contents .cellLuxe .group01 .point2 .point__text {
    transform: translate(2.7rem, -0.4rem);
  }
  .lp_contents .cellLuxe .group02 {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
    margin-top: 7rem;
  }
  .lp_contents .cellLuxe .group02 .contents__title {
    margin-bottom: 3.4rem;
    padding: 0 1rem 0.2rem;
  }
  .lp_contents .cellLuxe .group02 .contents__text {
    margin-bottom: 2.2rem;
  }
  .lp_contents .cellLuxe .group02 .point__text {
    margin-top: -1.1rem;
  }
  .lp_contents .cellLuxe .group02 .contents__group__img {
    margin-left: 0.8rem;
    padding-inline: 0;
    width: 30rem;
  }
  .lp_contents .cellLuxe .contents01 .introduction__contents {
    padding-block: 7rem;
  }
  .lp_contents .cellLuxe .contents02 {
    margin-top: 8.7rem;
  }
  .lp_contents .cellLuxe .contents02 .introduction__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem 0;
    padding-block: 4.7rem 2.4rem;
  }
  .lp_contents .cellLuxe .contents02 .contents__title {
    margin-bottom: 3.4rem;
  }
  .lp_contents .cellLuxe .contents02 .contents__pic {
    width: 58.2rem;
  }
  .lp_contents .cellLuxe .point__text {
    transform: translateY(-0.4rem);
  }
  .lp_contents .cellLuxe .list-wrap:nth-of-type(2) {
    margin: 0;
    padding-bottom: 0;
  }
  .lp_contents .cellLuxe .list-wrap:nth-of-type(2)::after {
    bottom: -7.7rem;
    left: 0%;
    width: 25rem;
    height: 2.8rem;
    background-size: 3.4rem auto, 3.4rem auto;
  }
  .lp_contents .cellLuxe .list__circle {
    padding-top: 7.5rem;
    width: 38.9rem;
    height: 41rem;
  }
  .lp_contents .cellLuxe .list__circle::after {
    transform: translateX(-50%);
    left: 50%;
    width: 41rem;
  }
  .lp_contents .cellLuxe .list__circle .item {
    padding-left: 3.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    line-height: 2.6;
  }
  .lp_contents .cellLuxe .list__circle .item::before {
    content: "";
    top: 1.2rem;
    width: 2.25rem;
    height: 1.6rem;
  }
  .lp_contents .skin {
    position: relative;
    z-index: 1;
  }
  .lp_contents .skin .section__head__intro {
    padding: 0 3.6% 0 0;
  }
  .lp_contents .skin .introduction {
    background-image: url(../img/introduction_bg_pc2.png);
  }
  .lp_contents .skin .section__head--title .en {
    padding-right: 1.8rem;
  }
  .lp_contents .skin .accordion__inner {
    margin-top: 1.2rem;
  }
  .lp_contents .skin .introduction__title {
    margin-bottom: 3rem;
  }
  .lp_contents .skin .contents01 .introduction__contents {
    padding-block: 5.3rem 5rem;
  }
  .lp_contents .skin .contents01 .introduction__text {
    margin-left: 0;
  }
  .lp_contents .skin .contents01 .contents__pic {
    margin-top: 4rem;
    width: 34rem;
  }
  .lp_contents .skin .contents02 {
    margin-top: 8.9rem;
  }
  .lp_contents .skin .contents03 {
    margin-top: 8.7rem;
  }
  .lp_contents .skin .contents03 .introduction__contents {
    padding-block: 5.2rem 4.3rem;
  }
  .lp_contents .skin .contents04 {
    margin-top: 9rem;
    margin-inline: auto;
    width: 110rem;
  }
  .lp_contents .skin .contents04 .introduction__title {
    margin-bottom: 3.5rem;
  }
  .lp_contents .skin .contents04 .contents__title {
    margin-bottom: 1.4rem;
  }
  .lp_contents .skin .contents04 .contents__pic + .contents__title {
    margin-top: 5rem;
  }
  .lp_contents .inner {
    position: relative;
    padding-bottom: 9.3rem;
    background-color: #ffffff;
    z-index: 1;
  }
  .lp_contents .inner .section__head__intro {
    padding: 0 2.2% 0 0;
  }
  .lp_contents .inner .section__head--title .en {
    padding-right: 2.1rem;
  }
  .lp_contents .kit {
    position: relative;
    z-index: 1;
  }
  .lp_contents .kit__inner {
    padding-bottom: 10rem;
  }
  .lp_contents .kit .section__head--title .en {
    padding-right: 1.9rem;
  }
  .lp_contents .kit__text {
    padding-block: 7rem 5rem;
    font-size: 2.2rem;
  }
  .lp_contents .kit__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    padding: 5rem 3.5rem 5rem 14rem;
    width: 110rem;
  }
  .lp_contents .kit__item__inner {
    margin-top: 5.5rem;
    text-align: left;
    width: 36rem;
  }
  .lp_contents .kit__item__inner::after {
    top: -7.5rem;
    right: auto;
    left: -7rem;
    width: 10rem;
    height: 10rem;
  }
  .lp_contents .kit .product-name {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .lp_contents .kit .price2 {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .lp_contents .kit .img {
    margin: 0;
    width: 45rem;
  }
  .lp_contents .kit .text {
    font-size: 1.4rem;
  }
  .lp_contents .kit .copy {
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  #following-nav {
    margin: auto;
    left: 0;
    right: 0;
    border: 1px solid #000;
    width: 90rem;
  }
  #following-nav .following__link {
    font-size: 2.4rem;
    width: 30rem;
    height: 7.6rem;
  }
  [data-color=SKIN] .following__list li:nth-of-type(1) .following__link::before {
    border-bottom: 0.6rem solid #000;
  }
  [data-color=INNER] .following__list li:nth-of-type(2) .following__link::before {
    border-bottom: 0.6rem solid #000;
  }
  [data-color=KIT] .following__list li:nth-of-type(3) .following__link::before {
    border-bottom: 0.6rem solid #000;
  }
  /* .lp_contents PC*/
}
/*--------------------------------
   Media Queries ( 1401px~ )
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  /* header {
    width: 100%;
    min-width: 100%;
  }
  .header_inner {
    margin: 0;
    padding-left: 2rem;
    max-width: 100vw;
  }
  #header_img_slider li img {
    width: 100%;
  } */
  footer {
    min-width: 100%;
  }
  .footer_inner {
    flex-wrap: wrap;
    width: 100%;
  }
}
/*--------------------------------
   Media Queries ( 1401px~ )
 --------------------------------*/
@media only screen and (min-width: 1401px) {
  .lp_contents .mv .swiper-button-prev {
    left: 17.7vw;
  }
  .lp_contents .mv .swiper-button-next {
    right: 17.7vw;
  }
}
/*--------------------------------
   Media Queries ( 1921px~ )
 --------------------------------*/
@media only screen and (min-width: 1921px) {
  .lp_contents .introduction {
    background-size: 100% auto;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.fixd .modal_area {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  z-index: 1000;
}

.modal {
  overflow: hidden;
  max-height: 0;
}

.open.modal {
  overflow: visible;
  max-height: 100%;
}

.modal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.modal img {
  width: 100%;
  height: auto;
}
.modal .modal_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-size: cover;
  z-index: 0;
}
.modal .modal_content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: calc(119 * 100vw/750) calc(69 * 100vw/750) calc(130 * 100vw/750);
  width: calc(710 * 100vw/750);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  box-sizing: border-box;
  color: #000000;
  z-index: 1;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.modal .modal_content::-webkit-scrollbar {
  display: none;
}
.modal .modal_top {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(-86 * 100vw/750);
  right: calc(30 * 100vw/750);
  cursor: pointer;
  line-height: 1;
  width: calc(50 * 100vw/750);
  height: calc(50 * 100vw/750);
  z-index: 2;
}
.modal .title {
  padding-bottom: calc(61 * 100vw/750);
  border-bottom: 1px solid #000000;
  font-size: calc(32 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.025em;
}
.modal .text {
  margin-top: calc(46 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
}
.modal .flex-box {
  margin-top: calc(53 * 100vw/750);
}
.modal#modal-02 .modal_content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(1312 * 100vw/750);
}

/* .lp_contents : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal .modal_content {
    padding: 7rem 7rem 6.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .modal .modal_top {
    margin-top: -5.1rem;
    right: 2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .modal .title {
    padding-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center;
    width: 40rem;
  }
  .modal .text {
    margin-top: 2.3rem;
    font-size: 1.4rem;
    width: 40rem;
  }
  .modal#modal-02 .modal_content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal#modal-02 .modal_content .flex-box {
    display: flex;
    align-items: center;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    margin-top: 2.3rem;
  }
  .modal#modal-02 .modal_content .img {
    width: 26.2rem;
  }
  .modal#modal-02 .modal_content .title {
    width: 100%;
  }
  .modal#modal-02 .modal_content .text {
    margin-top: 0;
    width: 40.2rem;
  }
}
/* .lp_contents : modal PC*/
/*# sourceMappingURL=style.css.map */
