@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 ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_contents {
  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;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(750 * 100vw/750);
}
.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(239, 227, 213, 0.4);
}
.lp_contents input {
  display: none;
}
.lp_contents li,
.lp_contents ol {
  list-style-type: none;
}
.lp_contents .sp_only {
  display: block;
}
.lp_contents .pc_only {
  display: none;
}
.lp_contents ::-moz-selection {
  color: rgb(239, 227, 213);
  background-color: #333333;
}
.lp_contents ::selection {
  color: rgb(239, 227, 213);
  background-color: #333333;
}
.lp_contents .anim {
  opacity: 0;
  -webkit-animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 1 forwards;
          animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.4s linear;
}
.lp_contents .anim.anim_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .lp_contents : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
.lp_contents {
  position: relative;
  overflow: hidden;
  z-index: 0;
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  --color-text: #333333;
  --color-accent: #e8e8e8;
  --color-button-bg: #000000;
  --font-NotoSans-jp: "Noto Sans JP";
  --font-Garamond: "adobe-garamond-pro";
  --font-Europa: "Europa";
}
.lp_contents::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(../img/bg_sp.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp_contents .content-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: overlay;
  opacity: 0.15;
  z-index: 0;
}
.lp_contents canvas {
  max-width: 100%;
  max-height: auto;
  display: block;
}
.lp_contents .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-Garamond), serif;
  font-weight: 400;
  border-bottom: 1px solid;
}
.lp_contents .link::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .buy-link {
  padding-bottom: calc(8 * 100vw/750);
  -moz-column-gap: calc(58 * 100vw/750);
       column-gap: calc(58 * 100vw/750);
  font-size: calc(36 * 100vw/750);
  letter-spacing: 0.03em;
  line-height: 1;
}
.lp_contents .buy-link::after {
  width: calc(15 * 100vw/750);
  height: calc(28 * 100vw/750);
}
.lp_contents .check-link {
  padding-bottom: calc(4 * 100vw/750);
  -moz-column-gap: calc(29 * 100vw/750);
       column-gap: calc(29 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 1;
}
.lp_contents .check-link::after {
  width: calc(11 * 100vw/750);
  height: calc(19 * 100vw/750);
}
.lp_contents .mv {
  position: relative;
  text-align: center;
  z-index: 0;
}
.lp_contents .mv-title {
  position: absolute;
  transform: translateX(-50%);
  top: calc(52 * 100vw/750);
  left: 51.7%;
  font-family: var(--font-Garamond), serif;
  font-size: calc(54 * 100vw/750);
  letter-spacing: 0.03em;
  font-weight: 400;
  width: 100%;
  z-index: 1;
}
.lp_contents .mv-img {
  width: 100%;
}
.lp_contents .mv-textwrap {
  position: absolute;
  transform: translateX(-50%);
  bottom: calc(74 * 100vw/750);
  left: 50%;
  width: 100%;
  z-index: 0;
}
.lp_contents .mv-text {
  margin-left: calc(24.5 * 100vw/750);
  margin-bottom: calc(78 * 100vw/750);
  font-size: calc(30 * 100vw/750);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.lp_contents .mv .data {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(22 * 100vw/750);
       column-gap: calc(22 * 100vw/750);
  font-size: calc(23 * 100vw/750);
  letter-spacing: 0.02em;
  line-height: 1;
}
.lp_contents .lead {
  padding-top: calc(139 * 100vw/750);
  padding-bottom: calc(94 * 100vw/750);
  text-align: center;
}
.lp_contents .lead__text {
  margin-bottom: calc(64 * 100vw/750);
  font-size: calc(30 * 100vw/750);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.25;
}
.lp_contents .lead__smalltext {
  font-size: calc(25 * 100vw/750);
  line-height: 2.25;
}
.lp_contents .lead__smalltext:nth-child(n+2) {
  margin-top: calc(57 * 100vw/750);
}
.lp_contents .RARE-GLOW {
  padding-top: calc(50 * 100vw/750);
}
.lp_contents .RARE-GLOW__inner {
  padding-top: calc(94 * 100vw/750);
  padding-inline: calc(80 * 100vw/750);
  padding-bottom: calc(100 * 100vw/750);
  background-color: rgba(255, 255, 255, 0.5);
}
.lp_contents .RARE-GLOW__credit {
  margin-top: calc(71 * 100vw/750);
  text-align: center;
}
.lp_contents .RARE-GLOW .product-name.en {
  font-family: var(--font-Garamond), serif;
  font-size: calc(54 * 100vw/750);
  letter-spacing: 0.03em;
  line-height: 1;
}
.lp_contents .RARE-GLOW .product-name.jp {
  margin-top: calc(20 * 100vw/750);
  font-size: calc(26 * 100vw/750);
}
.lp_contents .RARE-GLOW .price {
  margin-top: calc(55 * 100vw/750);
  font-family: var(--font-Europa), var(--font-NotoSans-jp), sans-serif;
  font-size: calc(26 * 100vw/750);
  line-height: 1.23;
}
.lp_contents .RARE-GLOW .info {
  margin-top: calc(44 * 100vw/750);
  font-size: calc(28 * 100vw/750);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9;
}
.lp_contents .RARE-GLOW .ingredient {
  display: flex;
  margin-bottom: calc(96 * 100vw/750);
  justify-content: center;
  -moz-column-gap: calc(38 * 100vw/750);
       column-gap: calc(38 * 100vw/750);
  margin-top: calc(46 * 100vw/750);
}
.lp_contents .RARE-GLOW .ingredient__img {
  width: calc(202 * 100vw/750);
}
.lp_contents .RARE-GLOW .swiper-pagination-bullet {
  margin: 0 calc(12 * 100vw/750) 0 0;
  background: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  box-sizing: border-box;
  width: calc(16 * 100vw/750);
  height: calc(16 * 100vw/750);
  opacity: 1;
}
.lp_contents .RARE-GLOW .swiper-pagination-bullet-active {
  background: #aaaaaa;
}
.lp_contents .RARE-GLOW .swiper-container-horizontal > .swiper-pagination-bullets, .lp_contents .RARE-GLOW .swiper-pagination-custom, .lp_contents .RARE-GLOW .swiper-pagination-fraction {
  margin-left: calc(25 * 100vw/750);
  margin-bottom: calc(-4 * 100vw/750);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_contents .contents-wrap__inner {
  position: relative;
  z-index: 0;
}
.lp_contents .contents-wrap__inner .features__bg {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  background-image: url(../img/features__bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(1379 * 100vw/750);
  height: calc(1414 * 100vw/750);
  z-index: -1;
}
.lp_contents .features {
  padding-top: calc(164 * 100vw/750);
  padding-bottom: calc(73 * 100vw/750);
  text-align: center;
}
.lp_contents .featuresitem:nth-child(n+2) {
  margin-top: calc(150 * 100vw/750);
}
.lp_contents .featuresitem:nth-of-type(1) .features__title::after {
  background-image: url(../img/radiance_titleBg.png);
  width: calc(363 * 100vw/750);
}
.lp_contents .featuresitem:nth-of-type(3) .features__title::after {
  background-image: url(../img/hydration_titleBg.png);
  width: calc(412 * 100vw/750);
}
.lp_contents .featuresitem:nth-of-type(2) .features__title::after {
  background-image: url(../img/shineSHINE_titleBg.png);
  width: calc(525 * 100vw/750);
}
.lp_contents .features__title {
  position: relative;
  padding-bottom: calc(62 * 100vw/750);
  font-family: var(--font-Garamond), serif;
  font-size: calc(50 * 100vw/750);
  letter-spacing: 0.03em;
  line-height: 1;
  z-index: 0;
}
.lp_contents .features__title::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: calc(43 * 100vw/750);
  left: 50%;
  height: calc(43 * 100vw/750);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_contents .features__text {
  font-size: calc(30 * 100vw/750);
  line-height: 1.9;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}
.lp_contents .accordion {
  position: relative;
  padding-top: calc(73 * 100vw/750);
  padding-inline: calc(38 * 100vw/750);
  padding-bottom: calc(100 * 100vw/750);
  z-index: 1;
}
.lp_contents .accordion__item:nth-child(1) .text__text {
  padding-bottom: calc(40 * 100vw/750);
}
.lp_contents .accordion__item:nth-child(n+2) {
  margin-top: calc(38 * 100vw/750);
}
.lp_contents .accordion .text {
  transition: all 0.6s ease;
}
.lp_contents .accordion .close .text {
  max-height: 0;
  overflow: hidden;
}
.lp_contents .accordion .open .text {
  max-height: calc(250 * 100vw/750);
  overflow: hidden;
}
.lp_contents .accordion .open .border_ui::before {
  transform: rotate(90deg);
}
.lp_contents .accordion .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(29 * 100vw/750) calc(30 * 100vw/750) calc(31 * 100vw/750);
  background-image: url(../img/frame_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.lp_contents .accordion .border_ui {
  position: relative;
  z-index: 0;
}
.lp_contents .accordion .border_ui::before, .lp_contents .accordion .border_ui::after {
  content: "";
  transition: all 0.25s ease;
  position: absolute;
  top: calc(-20 * 100vw/750);
  right: calc(20 * 100vw/750);
  width: 1px;
  height: calc(42 * 100vw/750);
  border-left: 1px solid var(--color-text);
  z-index: 0;
}
.lp_contents .accordion .border_ui::after {
  transform: rotate(90deg);
}
.lp_contents .accordion .title__text {
  font-size: calc(28 * 100vw/750);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
}
.lp_contents .accordion .text__text {
  margin-top: calc(40 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 1.9;
  text-align: justify;
}
.lp_contents .accordion .nakaguro {
  letter-spacing: -0.01em;
}
.lp_contents .find {
  position: relative;
  padding-top: calc(49 * 100vw/750);
  padding-inline: calc(20 * 100vw/750);
  padding-bottom: calc(132 * 100vw/750);
  text-align: center;
  z-index: 1;
}
.lp_contents .find__title {
  margin-bottom: calc(156 * 100vw/750);
  font-size: calc(25 * 100vw/750);
  font-weight: normal;
  letter-spacing: 0.03em;
}
.lp_contents .find__title .en {
  display: inline-block;
  margin-bottom: calc(15 * 100vw/750);
  font-family: var(--font-Garamond), serif;
  font-weight: 400;
  font-size: calc(54 * 100vw/750);
  line-height: 1.25;
}
.lp_contents .find__item {
  position: relative;
  padding: calc(116 * 100vw/750) calc(48 * 100vw/750) calc(104 * 100vw/750);
  list-style-type: none;
  counter-increment: cnt;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
  position: relative;
  z-index: 0;
}
.lp_contents .find__item:nth-child(n+2) {
  margin-top: calc(156 * 100vw/750);
}
.lp_contents .find__item::before {
  position: absolute;
  transform: translateX(-50%);
  content: "" counter(cnt) "";
  top: calc(-89 * 100vw/750);
  left: 47%;
  font-family: var(--font-Garamond), serif;
  font-size: calc(63 * 100vw/750);
  font-weight: 400;
  line-height: 1;
}
.lp_contents .find__item::after {
  content: "";
  position: absolute;
  transform: rotate(40deg);
  top: calc(-67 * 100vw/750);
  left: 50%;
  width: 1px;
  height: calc(140 * 100vw/750);
  border-left: 1px solid var(--color-text);
  z-index: 0;
}
.lp_contents .find .product-name {
  font-size: calc(33 * 100vw/750);
  letter-spacing: 0.03em;
  line-height: 1.16;
}
.lp_contents .find .price {
  margin-top: calc(35 * 100vw/750);
  font-family: var(--font-Europa), var(--font-NotoSans-jp), sans-serif;
  font-size: calc(30 * 100vw/750);
  letter-spacing: 0.03em;
  line-height: 1;
}
.lp_contents .find .price .small {
  font-size: calc(26 * 100vw/750);
}
.lp_contents .find .img {
  position: relative;
  margin: calc(56 * 100vw/750) auto calc(60 * 100vw/750);
  width: calc(570 * 100vw/750);
  z-index: 0;
}
.lp_contents .find .copy {
  display: flex;
  padding-bottom: calc(11 * 100vw/750);
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(220 * 100vw/750);
  right: calc(-10 * 100vw/750);
  width: calc(250 * 100vw/750);
  height: calc(250 * 100vw/750);
  background-image: url(../img/circle_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 2;
  z-index: 0;
}
.lp_contents .find__item__text {
  display: inline-block;
  position: relative;
  padding: calc(12 * 100vw/750) calc(20 * 100vw/750) calc(12 * 100vw/750) calc(56 * 100vw/750);
  background-color: #EFECE8;
  font-size: calc(26 * 100vw/750);
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: 0;
}
.lp_contents .find__item__text::before {
  content: "";
  position: absolute;
  top: calc(15 * 100vw/750);
  left: calc(22 * 100vw/750);
  width: calc(21 * 100vw/750);
  height: calc(19 * 100vw/750);
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .find__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(28 * 100vw/750) calc(18 * 100vw/750);
  margin-top: calc(58 * 100vw/750);
  margin-bottom: calc(98 * 100vw/750);
}
.lp_contents .find .usability-item {
  margin-left: calc(22 * 100vw/750);
  width: calc(570 * 100vw/750);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(10 * 100vw/750) calc(86 * 100vw/750) calc(10 * 100vw/750) calc(24 * 100vw/750);
  border: 1px solid var(--color-text);
  border-radius: calc(76 * 100vw/750);
  box-sizing: border-box;
  text-align: left;
}
.lp_contents .find .usability-item:nth-child(n+2) {
  margin-top: calc(19 * 100vw/750);
}
.lp_contents .find .usability__title {
  font-size: calc(30 * 100vw/750);
  text-align: center;
  width: calc(245 * 100vw/750);
}
.lp_contents .find .starbox {
  display: flex;
  -moz-column-gap: calc(10 * 100vw/750);
       column-gap: calc(10 * 100vw/750);
}
.lp_contents .find .starbox span {
  width: calc(56 * 100vw/750);
}
.lp_contents .find .star {
  width: calc(56 * 100vw/750);
  height: calc(53 * 100vw/750);
  background-image: url(../img/star.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_contents .items {
  padding-top: calc(27 * 100vw/750);
  padding-bottom: calc(160 * 100vw/750);
  text-align: center;
  overflow: hidden;
}
.lp_contents .items__inner {
  padding-top: calc(97 * 100vw/750);
  padding-bottom: calc(106 * 100vw/750);
  background-color: rgba(255, 255, 255, 0.5);
}
.lp_contents .items__title {
  margin-bottom: calc(50 * 100vw/750);
  font-size: calc(25 * 100vw/750);
  letter-spacing: 0.03em;
  font-weight: normal;
}
.lp_contents .items__title .en {
  display: inline-block;
  margin-bottom: calc(20 * 100vw/750);
  font-family: var(--font-Garamond), serif;
  font-size: calc(54 * 100vw/750);
  font-weight: 400;
  line-height: 1;
}
.lp_contents .items .itemslist {
  margin-top: calc(40 * 100vw/750);
}
.lp_contents .items .swiper-wrapper {
  transition-timing-function: linear;
}
.lp_contents .items-item {
  height: auto;
}
.lp_contents .items-item__inner {
  margin-bottom: calc(24 * 100vw/750);
  height: 91.5%;
}
.lp_contents .items .img {
  padding: calc(20 * 100vw/750) calc(16 * 100vw/750) calc(25 * 100vw/750);
  border: 1px solid var(--color-text);
}
.lp_contents .items .product-name {
  margin-top: calc(47 * 100vw/750);
  font-size: calc(26 * 100vw/750);
  line-height: 1.9;
}
.lp_contents .items .price {
  margin-top: calc(20 * 100vw/750);
  font-family: var(--font-Europa), var(--font-NotoSans-jp), sans-serif;
  font-size: calc(26 * 100vw/750);
  line-height: 1;
}
.lp_contents .items .price .small {
  font-size: calc(22 * 100vw/750);
}
.lp_contents .items .swiper-container {
  overflow: unset;
}

/* .lp_contents SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ following-menu  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .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 .pc_only {
    display: block;
  }
  .lp_contents .sp_only {
    display: none;
  }
  /* .lp_contents : set up PC*/
  .lp_contents::before {
    background-image: url(../img/bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .lp_contents .buy-link {
    padding-bottom: 0.5rem;
    -moz-column-gap: 2.9rem;
         column-gap: 2.9rem;
    font-size: 1.8rem;
  }
  .lp_contents .buy-link::after {
    width: 0.7rem;
    height: 1.3rem;
  }
  .lp_contents .check-link {
    padding-bottom: 0.4rem;
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    font-size: 1.5rem;
  }
  .lp_contents .check-link::after {
    width: 0.6rem;
    height: 1rem;
  }
  .lp_contents .mv {
    background-image: url(../img/mv-pc_bg.jpg);
    background-size: 100% 70rem;
    background-position: top center;
  }
  .lp_contents .mv-title {
    position: static;
    transform: translateX(0);
    margin-bottom: 3.5rem;
    font-size: 3.7rem;
  }
  .lp_contents .mv__inner {
    position: relative;
    margin: 0 auto;
    max-width: 140rem;
    width: 100%;
    z-index: 0;
  }
  .lp_contents .mv-img {
    margin: 0 auto;
    width: 100%;
  }
  .lp_contents .mv-textwrap {
    transform: translateX(0);
    top: 20.1rem;
    bottom: auto;
    left: 8.9vw;
    width: 51rem;
  }
  .lp_contents .mv-text {
    margin-left: 0;
    margin-bottom: 7rem;
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .lp_contents .mv .data {
    flex-direction: column;
    gap: 0.8rem 0;
    font-size: 1.5rem;
    line-height: 1.64;
  }
  .lp_contents .lead {
    padding-top: 11.1rem;
    padding-bottom: 11rem;
  }
  .lp_contents .lead__text {
    margin-bottom: 5.8rem;
    font-size: 1.9rem;
    line-height: 2.2;
  }
  .lp_contents .lead__smalltext {
    font-size: 1.5rem;
    line-height: 2.25;
  }
  .lp_contents .lead__smalltext:nth-child(n+2) {
    margin-top: 3.7rem;
  }
  .lp_contents .contents-wrap {
    background-image: none;
  }
  .lp_contents .RARE-GLOW {
    padding-top: 0;
  }
  .lp_contents .RARE-GLOW__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
    padding-top: 10rem;
    padding-inline: 0;
    padding-bottom: 10rem;
  }
  .lp_contents .RARE-GLOW__slider {
    width: 49rem;
  }
  .lp_contents .RARE-GLOW__slider a:hover {
    opacity: 1;
  }
  .lp_contents .RARE-GLOW__credit {
    margin-top: 0;
    margin-right: 4rem;
    text-align: left;
    width: 38rem;
  }
  .lp_contents .RARE-GLOW .product-name.en {
    font-size: 3.7rem;
  }
  .lp_contents .RARE-GLOW .product-name.jp {
    margin-top: 1.9rem;
    font-size: 1.5rem;
  }
  .lp_contents .RARE-GLOW .price {
    margin-top: 2.8rem;
    font-size: 1.5rem;
    line-height: 2.13;
  }
  .lp_contents .RARE-GLOW .info {
    margin-top: 2.6rem;
    font-size: 1.7rem;
    line-height: 1.9;
  }
  .lp_contents .RARE-GLOW .ingredient {
    margin-bottom: 5.9rem;
    justify-content: flex-start;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    margin-top: 3.1rem;
  }
  .lp_contents .RARE-GLOW .ingredient__img {
    width: 11rem;
  }
  .lp_contents .RARE-GLOW .swiper-pagination-bullet {
    margin: 0 0.6rem 0 0;
    width: 1rem;
    height: 1rem;
  }
  .lp_contents .RARE-GLOW .swiper-container-horizontal > .swiper-pagination-bullets,
.lp_contents .RARE-GLOW .swiper-pagination-custom, .lp_contents .RARE-GLOW .swiper-pagination-fraction {
    margin-left: 1rem;
    margin-bottom: -0.5rem;
  }
  .lp_contents .contents-wrap__inner .features__bg {
    top: -6rem;
    background-size: 100% 84%;
    width: 110rem;
    height: 100rem;
  }
  .lp_contents .features {
    padding-top: 12.2rem;
    padding-bottom: 6.9rem;
  }
  .lp_contents .features__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 8.3rem 0.9rem;
    width: 104.2rem;
  }
  .lp_contents .featuresitem {
    width: 44.6rem;
  }
  .lp_contents .featuresitem:nth-child(1) {
    margin: 0 10rem;
  }
  .lp_contents .featuresitem:nth-child(n+2) {
    margin-top: 0;
  }
  .lp_contents .featuresitem:nth-of-type(1) .features__title::after {
    width: 23rem;
  }
  .lp_contents .featuresitem:nth-of-type(3) .features__title::after {
    width: 23.9rem;
  }
  .lp_contents .featuresitem:nth-of-type(2) .features__title::after {
    width: 32.4rem;
  }
  .lp_contents .features__title {
    padding-bottom: 3.4rem;
    font-size: 2.9rem;
  }
  .lp_contents .features__title::after {
    bottom: 2rem;
    height: 2.8rem;
  }
  .lp_contents .features__text {
    font-size: 1.7rem;
    line-height: 1.9;
  }
  .lp_contents .accordion {
    padding-top: 4.5rem;
    padding-inline: 0;
    padding-bottom: 11.4rem;
    background-image: none;
  }
  .lp_contents .accordion__inner {
    margin: 0 auto;
    width: 54rem;
  }
  .lp_contents .accordion__item:nth-child(1) .text__text {
    padding-bottom: 3rem;
  }
  .lp_contents .accordion__item:nth-child(n+2) {
    margin-top: 2.9rem;
  }
  .lp_contents .accordion .open .text {
    max-height: 12rem;
  }
  .lp_contents .accordion .title {
    padding: 1.8rem 1.2rem 1.9rem 3rem;
    background-image: url(../img/frame_pc.svg);
    cursor: pointer;
  }
  .lp_contents .accordion .border_ui::before, .lp_contents .accordion .border_ui::after {
    top: -1.4rem;
    right: 2rem;
    height: 2.8rem;
  }
  .lp_contents .accordion .title__text {
    font-size: 1.7rem;
  }
  .lp_contents .accordion .text__text {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .lp_contents .find {
    padding-top: 0;
    padding-inline: 0;
    padding-bottom: 8.7em;
    background-image: none;
  }
  .lp_contents .find__inner {
    margin: 0 auto;
    width: 104rem;
  }
  .lp_contents .find__title {
    margin-bottom: 8.6rem;
    font-size: 1.6rem;
  }
  .lp_contents .find__title .en {
    margin-bottom: 1.3rem;
    font-size: 3.7rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  .lp_contents .find__container {
    display: flex;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lp_contents .find__item {
    padding: 5.7rem 0 5.8rem;
    width: 50rem;
  }
  .lp_contents .find__item:nth-child(n+2) {
    margin-top: 0;
  }
  .lp_contents .find__item::before {
    top: -4.8rem;
    left: 48%;
    font-size: 3rem;
  }
  .lp_contents .find__item::after {
    top: -3.7rem;
    height: 6.7rem;
  }
  .lp_contents .find .product-name {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .lp_contents .find .price {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
  .lp_contents .find .price .small {
    font-size: 1.5rem;
  }
  .lp_contents .find .img {
    margin: 3.9rem auto 4.1rem;
    width: 35rem;
  }
  .lp_contents .find .copy {
    padding-bottom: 0.1rem;
    top: 12rem;
    right: 2rem;
    font-size: 1.8rem;
    line-height: 1.9;
    width: 16rem;
    height: 16rem;
  }
  .lp_contents .find__item__text {
    padding: 0.6rem 1rem 0.7rem 3.4rem;
    font-size: 1.5rem;
  }
  .lp_contents .find__item__text::before {
    top: 1.1rem;
    left: 1.3rem;
    width: 1.2rem;
    height: 1.1rem;
  }
  .lp_contents .find__wrap {
    gap: 1.5rem 0.6rem;
    margin-top: 3.9rem;
    margin-bottom: 5.7rem;
    padding-inline: 5rem;
  }
  .lp_contents .find .usability-list {
    padding-inline: 7.5rem;
  }
  .lp_contents .find .usability-item {
    margin-left: 0;
    width: 100%;
    padding: 0.4rem 6rem 0.4rem 5rem;
    border-radius: 2rem;
  }
  .lp_contents .find .usability-item:nth-child(n+2) {
    margin-top: 0.7rem;
  }
  .lp_contents .find .usability__title {
    font-size: 1.8rem;
    width: 9rem;
  }
  .lp_contents .find .starbox {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
  .lp_contents .find .starbox span {
    width: 3rem;
  }
  .lp_contents .find .star {
    width: 3rem;
    height: 2.85rem;
  }
  .lp_contents .items {
    padding-top: 0rem;
    padding-bottom: 11rem;
  }
  .lp_contents .items__inner {
    padding-top: 9.6rem;
    padding-bottom: 10rem;
  }
  .lp_contents .items__title {
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
  }
  .lp_contents .items__title .en {
    margin-bottom: 2rem;
    font-size: 3.7rem;
    letter-spacing: 0.03em;
  }
  .lp_contents .items .itemslist {
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-top: 3rem;
  }
  .lp_contents .items-item {
    width: 28rem;
  }
  .lp_contents .items-item__inner {
    height: 91.5%;
    margin-bottom: 1.9rem;
  }
  .lp_contents .items .img {
    padding: 1.2rem 1rem 2rem;
  }
  .lp_contents .items .product-name {
    margin-top: 3.4rem;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .lp_contents .items .price {
    margin-top: 1.3rem;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  .lp_contents .items .price .small {
    font-size: 1.3rem;
  }
  /* .lp_contents PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1400px )
 --------------------------------*/
/*# sourceMappingURL=style.css.map */
