@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
.lp_contents {
  --color-text: #b2bedb;
  --color-primary: #f5c74d;
  --color-background: #fff0cf;
  --font-jp: "hiragino-kaku-gothic-pron";
  --font-en: "helvetica-neue-lt-pro";
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: calc(10 * (100vw/1600));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/600));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#FooterWrap {
  position: relative;
  background: #fff;
  z-index: 3;
}

#Contents .lp_contents .section {
  padding: unset;
}

.lp_contents {
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  width: 100%;
  max-width: calc(750 * 60rem/750);
}
.lp_contents__inner {
  background-color: var(--color-background);
}
.lp_contents img,
.lp_contents svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .lp_contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.lp_contents img {
  -webkit-backface-visibility: hidden;
}
.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(178, 190, 219, 0);
}
.lp_contents .push-buttonWrap {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.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: #fff;
  background-color: rgba(245, 199, 77, 0.6);
}
.lp_contents ::selection {
  color: #fff;
  background-color: rgba(245, 199, 77, 0.6);
}
.lp_contents #share img {
  margin: auto;
}
.lp_contents sup {
  font-size: 0.6em;
}
.lp_contents .lp_contents__inner,
.lp_contents .fixed_left,
.lp_contents .fixed_right,
.lp_contents .anim2 .beauty__speechBubble,
.lp_contents .anim2.recommend__contents::before,
.lp_contents .anim2.recommend__contents::after,
.lp_contents .anim4 {
  opacity: 0;
}
.lp_contents .lp_contents__inner {
  -webkit-animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
}
.lp_contents .fixed_left {
  -webkit-animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.9s 1 forwards;
          animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.9s 1 forwards;
}
.lp_contents .fixed_right {
  -webkit-animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s 1 forwards;
          animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1.6s 1 forwards;
}
.lp_contents .anim_enable4 {
  -webkit-animation: opa 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
}
@-webkit-keyframes opa {
  8% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  8% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_contents .anim3 {
  background-position: center;
  background-size: 110% auto;
}
.lp_contents .anim {
  opacity: 0;
}
.lp_contents .anim_enable {
  -webkit-animation: bound 0.8s cubic-bezier(0.42, 0, 0.36, 0.91) forwards;
          animation: bound 0.8s cubic-bezier(0.42, 0, 0.36, 0.91) forwards;
}
@-webkit-keyframes bound {
  0% {
    opacity: 0;
    transform: translateY(8%);
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translateY(-4%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes bound {
  0% {
    opacity: 0;
    transform: translateY(8%);
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translateY(-4%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.lp_contents .anim_enable3 {
  -webkit-animation: expansion 1.8s ease-in-out forwards;
          animation: expansion 1.8s ease-in-out forwards;
}
@-webkit-keyframes expansion {
  0% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
@keyframes expansion {
  0% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
.lp_contents .beauty .anim_enable2 .beauty__speechBubble {
  -webkit-animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.7s 1 forwards;
          animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.7s 1 forwards;
}
.lp_contents .beauty .anim_enable2 .beauty__speechBubble:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.lp_contents .beauty .anim_enable2 .beauty__speechBubble:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.lp_contents .beauty .anim_enable2 .beauty__speechBubble:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.lp_contents .slick__beauty .beauty__speechBubble,
.lp_contents .contents .beauty__speechBubble {
  opacity: 0;
}
.lp_contents .slick__beauty .slick-slide.slick-current.slick-active .beauty__speechBubble {
  -webkit-animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.7s 1 forwards;
          animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.7s 1 forwards;
}
.lp_contents .slick__beauty .slick-slide.slick-current.slick-active .beauty__speechBubble:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lp_contents .slick__beauty .slick-slide.slick-current.slick-active .beauty__speechBubble:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.lp_contents .slick__beauty .slick-slide.slick-current.slick-active .beauty__speechBubble:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.lp_contents .formula .contentsbox.anim_enable2 .beauty__speechBubble,
.lp_contents .flavor .contentsbox.anim_enable2 .beauty__speechBubble {
  -webkit-animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 1 forwards;
          animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 1 forwards;
}
.lp_contents .formula .contentsbox.anim_enable2 .beauty__speechBubble.--1,
.lp_contents .flavor .contentsbox.anim_enable2 .beauty__speechBubble.--1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lp_contents .formula .contentsbox.anim_enable2 .beauty__speechBubble.--2,
.lp_contents .flavor .contentsbox.anim_enable2 .beauty__speechBubble.--2 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.lp_contents .formula .contentsbox.anim_enable2 .beauty__speechBubble.--3,
.lp_contents .flavor .contentsbox.anim_enable2 .beauty__speechBubble.--3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.lp_contents .formula .contentsbox.anim_enable2 .beauty__speechBubble.--4,
.lp_contents .flavor .contentsbox.anim_enable2 .beauty__speechBubble.--4 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.lp_contents .recommend__contents.anim_enable2::before, .lp_contents .recommend__contents.anim_enable2::after {
  -webkit-animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 1 forwards;
          animation: opa 0.8s cubic-bezier(0.51, 0.21, 0.41, 1) 1 forwards;
}
.lp_contents .recommend__contents.anim_enable2::before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lp_contents .recommend__contents.anim_enable2::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.lp_contents .voicesData__img.anim3::before,
.lp_contents .voicesData__img.anim3::after {
  transform: scale(1.1);
  opacity: 0;
}
@-webkit-keyframes icon {
  0% {
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
  }
  96% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes icon {
  0% {
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
  }
  96% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.lp_contents .voicesData__img.anim_enable3::before {
  -webkit-animation: icon 0.9s cubic-bezier(0.51, 0.21, 0.41, 1) forwards;
          animation: icon 0.9s cubic-bezier(0.51, 0.21, 0.41, 1) forwards;
}
.lp_contents .voicesData__img.anim_enable3::after {
  -webkit-animation: icon 0.9s cubic-bezier(0.51, 0.21, 0.41, 1) 1s forwards;
          animation: icon 0.9s cubic-bezier(0.51, 0.21, 0.41, 1) 1s forwards;
}
.lp_contents .citrus__img:nth-of-type(1) {
  -webkit-animation: citrus_deco1 steps(1) 3500ms infinite 1000ms;
          animation: citrus_deco1 steps(1) 3500ms infinite 1000ms;
}
.lp_contents .citrus__img:nth-of-type(2) {
  -webkit-animation: citrus_deco1 steps(1) 3500ms infinite 1600ms;
          animation: citrus_deco1 steps(1) 3500ms infinite 1600ms;
}
@-webkit-keyframes citrus_deco1 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes citrus_deco1 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.lp_contents .citrus__img:nth-of-type(3) {
  -webkit-animation: citrus_deco2 steps(1) 3500ms infinite 1000ms;
          animation: citrus_deco2 steps(1) 3500ms infinite 1000ms;
}
@-webkit-keyframes citrus_deco2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  55% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-15deg);
  }
  65% {
    transform: rotate(0deg);
  }
}
@keyframes citrus_deco2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  55% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-15deg);
  }
  65% {
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .lp_contents .voicesData__note span {
    font-feature-settings: "palt";
  }
}
/* .lp_contents : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_contents .container_wrap {
  margin-bottom: calc(-40 * 60rem/750);
  padding-bottom: calc(140 * 60rem/750);
}
.lp_contents .accordionBox__inner {
  transition: all 0.8s ease;
  overflow: hidden;
  max-height: 0;
}
.lp_contents .accordionBox.open .accordionBox__inner {
  max-height: calc(1000 * 60rem/750);
}
.lp_contents .accordionBox.open .button__accordionBox span::after {
  transform: rotate(90deg) scale(-1, 1) translateX(calc(2 * 60rem/750));
}
.lp_contents .button {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 0;
}
.lp_contents .button__cv {
  padding: calc(19 * 60rem/750) calc(16 * 60rem/750) calc(15 * 60rem/750) calc(15 * 60rem/750);
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 40px;
  box-shadow: 0 5px 0 #f2b52f;
  font-size: calc(34 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .button__cv p {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(18 * 60rem/750);
       column-gap: calc(18 * 60rem/750);
}
.lp_contents .button__cv p::after {
  content: "";
  width: calc(13 * 60rem/750);
  height: calc(22 * 60rem/750);
  background-image: url(../img/arrow_cv.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_contents .button__view {
  padding: calc(16 * 60rem/750) calc(16 * 60rem/750) calc(15 * 60rem/750) calc(20 * 60rem/750);
  color: #fff;
  background-color: var(--color-text);
  border-radius: 40px;
  font-size: calc(28 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  width: calc(256 * 60rem/750);
}
.lp_contents .button__accordionBox {
  padding: calc(14 * 60rem/750) calc(16 * 60rem/750) calc(14 * 60rem/750) calc(10 * 60rem/750);
  color: #fff;
  background-color: var(--color-text);
  border-radius: 40px;
  font-size: calc(28 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  width: calc(300 * 60rem/750);
}
.lp_contents .button__accordionBox span {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(15 * 60rem/750);
       column-gap: calc(15 * 60rem/750);
}
.lp_contents .button__accordionBox span::after {
  content: "";
  transform: rotate(90deg);
  margin-top: calc(4 * 60rem/750);
  width: calc(13 * 60rem/750);
  height: calc(22 * 60rem/750);
  background-image: url(../img/arrow_cv.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_contents .button__regular {
  padding: calc(24 * 60rem/750) calc(16 * 60rem/750) calc(22 * 60rem/750) calc(26 * 60rem/750);
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 40px;
  font-size: calc(28 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  width: calc(352 * 60rem/750);
}
.lp_contents .button__detail {
  padding: calc(14 * 60rem/750) calc(16 * 60rem/750) calc(12 * 60rem/750) calc(26 * 60rem/750);
  color: #fff;
  background-color: var(--color-text);
  border-radius: 40px;
  font-size: calc(26 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  width: calc(220 * 60rem/750);
}
.lp_contents .button__all {
  padding: calc(24 * 60rem/750) calc(16 * 60rem/750) calc(23 * 60rem/750) calc(26 * 60rem/750);
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 50px;
  font-size: calc(44 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  width: calc(600 * 60rem/750);
}
.lp_contents .cvArea {
  margin-inline: auto;
  text-align: center;
  width: calc(680 * 60rem/750);
}
.lp_contents .cvArea--title {
  display: inline-block;
  padding: calc(21 * 60rem/750) calc(55 * 60rem/750) calc(18 * 60rem/750);
  background-color: var(--color-text);
  border-radius: calc(30 * 60rem/750);
  color: #fff;
  font-size: calc(30 * 60rem/750);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.lp_contents .cvArea__inner {
  display: flex;
  justify-content: space-between;
  margin-top: calc(-88 * 60rem/750);
  padding: calc(156 * 60rem/750) calc(26 * 60rem/750) calc(30 * 60rem/750);
  background-color: #fff;
  border: calc(4 * 60rem/750) solid var(--color-text);
  border-radius: calc(40 * 60rem/750);
}
.lp_contents .cvArea__inner.new {
  padding: calc(118 * 60rem/750) calc(26 * 60rem/750) calc(30 * 60rem/750);
}
.lp_contents .cvArea__box {
  width: calc(300 * 60rem/750);
}
.lp_contents .cvArea__box.special {
  position: relative;
  z-index: 0;
}
.lp_contents .cvArea__box.special::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(-41 * 60rem/750);
  left: 0;
  right: 0;
  background-image: url(../img/specialPrice_cvArea.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(210 * 60rem/750);
  height: calc(21 * 60rem/750);
  z-index: -1;
}
.lp_contents .cvArea .button__cv {
  margin-bottom: calc(17 * 60rem/750);
}
.lp_contents .cvArea--price {
  font-size: calc(23 * 60rem/750);
  letter-spacing: 0.15em;
}
.lp_contents .cvArea--price .quantity {
  font-size: calc(21 * 60rem/750);
  letter-spacing: 0.15em;
}
.lp_contents .cvArea--price .tax {
  font-size: calc(20 * 60rem/750);
  letter-spacing: 0.15em;
}
.lp_contents .section__title {
  margin-inline: auto;
  font-size: calc(32 * 60rem/750);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(640 * 60rem/750);
}
.lp_contents .section__title .en {
  display: inline-block;
  margin-bottom: calc(18 * 60rem/750);
  font-size: calc(26 * 60rem/750);
  line-height: 1;
}
.lp_contents .section__read {
  margin-top: calc(50 * 60rem/750);
  font-size: calc(26 * 60rem/750);
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .section__foot__text {
  margin-bottom: calc(48 * 60rem/750);
  font-size: calc(22 * 60rem/750);
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .citrus__imgwrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(30 * 60rem/750);
       column-gap: calc(30 * 60rem/750);
}
.lp_contents .citrus__imgwrap .citrus__img {
  width: calc(100 * 60rem/750);
}
.lp_contents .fv {
  position: relative;
  margin-bottom: calc(120 * 60rem/750);
  background-color: var(--color-text);
  color: #fff;
  font-feature-settings: normal;
  text-align: center;
  width: 100%;
  z-index: 0;
}
.lp_contents .fv__inner {
  position: relative;
  z-index: 0;
}
.lp_contents .fv__textwrap {
  content: "";
  position: absolute;
  margin: auto;
  pointer-events: none;
  top: calc(67 * 60rem/750);
  left: 0;
  right: 0;
  text-align: center;
  width: calc(706 * 60rem/750);
  height: calc(962 * 60rem/750);
  z-index: 0;
}
.lp_contents .fv__title {
  font-size: calc(32 * 60rem/750);
  font-weight: normal;
  letter-spacing: 0.15em;
}
.lp_contents .fv__copy {
  margin-top: calc(32 * 60rem/750);
  font-size: calc(40 * 60rem/750);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.lp_contents .fv__note {
  margin-top: calc(706 * 60rem/750);
  font-feature-settings: "palt";
  font-size: calc(20 * 60rem/750);
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
  text-shadow: 0 0 4px rgb(188, 184, 205);
  text-indent: 0.6em;
  white-space: nowrap;
}
.lp_contents .fv_speechBubblewrap {
  content: "";
  position: absolute;
  top: calc(334 * 60rem/750);
  left: calc(29 * 60rem/750);
  pointer-events: none;
  width: calc(690 * 60rem/750);
  height: calc(602 * 60rem/750);
  z-index: 0;
}
.lp_contents .fv_speechBubble--img.__1 {
  width: calc(240 * 60rem/750);
  height: calc(164 * 60rem/750);
}
.lp_contents .fv_speechBubble--img.__2 {
  margin-top: calc(225 * 60rem/750);
  margin-left: auto;
  margin-right: 0;
  width: calc(280 * 60rem/750);
  height: calc(119 * 60rem/750);
}
.lp_contents .fv_speechBubble--img.__3 {
  margin-top: calc(-27 * 60rem/750);
  margin-left: calc(31 * 60rem/750);
  width: calc(300 * 60rem/750);
  height: calc(119 * 60rem/750);
}
.lp_contents .recommendedPeople {
  margin-top: calc(130 * 60rem/750);
  text-align: center;
}
.lp_contents .recommendedPeople__title {
  margin-bottom: calc(45 * 60rem/750);
  font-size: calc(40 * 60rem/750);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.lp_contents .recommendedPeople__hashtag {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(20 * 60rem/750);
       column-gap: calc(20 * 60rem/750);
  margin-bottom: calc(60 * 60rem/750);
}
.lp_contents .recommendedPeople__hashtag .hashtag__text {
  padding: calc(12 * 60rem/750) calc(18 * 60rem/750) calc(11 * 60rem/750);
  background-color: #fff;
  border: 1px solid var(--color-text);
  border-radius: 50px;
  font-size: calc(24 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.2em;
}
.lp_contents .recommendedPeople__icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(43 * 60rem/750) calc(60 * 60rem/750);
}
.lp_contents .recommendedPeople__icon .iconbox {
  width: calc(220 * 60rem/750);
}
.lp_contents .recommendedPeople__icon .iconbox .icon {
  margin-bottom: calc(13 * 60rem/750);
}
.lp_contents .recommendedPeople__icon .iconbox p {
  font-size: calc(20 * 60rem/750);
  line-height: 1.65;
  letter-spacing: 0.15em;
}
.lp_contents .recommendedPeople__icon .iconbox img {
  image-rendering: -webkit-optimize-contrast;
}
.lp_contents .beauty {
  margin-top: calc(130 * 60rem/750);
  margin-bottom: calc(143 * 60rem/750);
}
.lp_contents .beauty .section__title {
  padding-top: calc(26 * 60rem/750);
  height: calc(188 * 60rem/750);
  background-image: url(../img/speechBubble1.svg);
}
.lp_contents .beauty .anchorLinkList {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(80 * 60rem/750);
       column-gap: calc(80 * 60rem/750);
  margin-top: calc(50 * 60rem/750);
  margin-bottom: calc(60 * 60rem/750);
  padding: calc(15 * 60rem/750) 0;
  background-color: var(--color-text);
  color: #fff;
}
.lp_contents .beauty .anchorLinkList li {
  position: relative;
  z-index: 0;
}
.lp_contents .beauty .anchorLinkList li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: calc(-2 * 60rem/750);
  left: calc(-40 * 60rem/750);
  width: calc(2 * 60rem/750);
  height: calc(28 * 60rem/750);
  border-left: calc(2 * 60rem/750) solid #fff;
  z-index: 0;
}
.lp_contents .beauty .anchorLinkList .link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(10 * 60rem/750);
       column-gap: calc(10 * 60rem/750);
  font-size: calc(28 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .beauty .anchorLinkList .link::after {
  content: "";
  width: calc(22 * 60rem/750);
  height: calc(12 * 60rem/750);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_contents .beauty .contents {
  margin-inline: auto;
  background-color: #fff;
  border: calc(4 * 60rem/750) solid var(--color-text);
  border-radius: calc(40 * 60rem/750);
  width: calc(680 * 60rem/750);
}
.lp_contents .beauty .contents.formula {
  margin-top: calc(176 * 60rem/750);
}
.lp_contents .beauty .contents.flavor {
  margin-top: calc(120 * 60rem/750);
}
.lp_contents .beauty__contents {
  margin-bottom: calc(130 * 60rem/750);
  overflow: hidden;
}
.lp_contents .beauty__contents__head {
  display: flex;
  height: calc(187 * 60rem/750);
}
.lp_contents .beauty__contents__head .head__number {
  display: grid;
  place-content: center;
  border-right: calc(4 * 60rem/750) solid var(--color-text);
  width: calc(200 * 60rem/750);
}
.lp_contents .beauty__contents__head .head__number .num {
  font-size: calc(46 * 60rem/750);
}
.lp_contents .beauty__contents__head .head__number p {
  padding-bottom: calc(10 * 60rem/750);
  font-size: calc(23 * 60rem/750);
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .beauty__contents__head .head__title {
  display: grid;
  place-content: center;
  width: calc(474 * 60rem/750);
}
.lp_contents .beauty__contents__head .head__title p {
  padding-left: calc(4 * 60rem/750);
  font-size: calc(30 * 60rem/750);
  line-height: 1.5;
  letter-spacing: 0.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_contents .beauty .contentsbox {
  position: relative;
  text-align: center;
  z-index: 0;
}
.lp_contents .beauty .slick-list {
  overflow: visible;
}
.lp_contents .beauty .slick-slide {
  position: relative;
  z-index: 0;
}
.lp_contents .beauty__speechBubble {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.lp_contents .beauty .slick-slide01 .beauty__speechBubble {
  width: calc(260 * 60rem/750);
  height: calc(111 * 60rem/750);
}
.lp_contents .beauty .slick-slide01 .--1 {
  top: calc(46 * 60rem/750);
  right: calc(-16 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble1-2.png);
}
.lp_contents .beauty .slick-slide01 .--2 {
  top: calc(46 * 60rem/750);
  left: calc(-16 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble1-1.png);
}
.lp_contents .beauty .slick-slide01 .--3 {
  top: calc(510 * 60rem/750);
  left: calc(-16 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble1-3.png);
}
.lp_contents .beauty .slick-slide01 .--4 {
  top: calc(510 * 60rem/750);
  right: calc(-16 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble1-4.png);
}
.lp_contents .beauty .slick-slide02 .beauty__speechBubble {
  top: calc(46 * 60rem/750);
  left: calc(-16 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble2.png);
  width: calc(300 * 60rem/750);
  height: calc(142 * 60rem/750);
}
.lp_contents .beauty .slick-slide03 .beauty__speechBubble {
  top: calc(46 * 60rem/750);
  left: calc(-16 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble3.png);
  width: calc(300 * 60rem/750);
  height: calc(111 * 60rem/750);
}
.lp_contents .beauty .slick-slide04 .beauty__speechBubble {
  top: calc(46 * 60rem/750);
  right: calc(-16 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble4.png);
  width: calc(300 * 60rem/750);
  height: calc(111 * 60rem/750);
}
.lp_contents .beauty .slick-slide05 .beauty__speechBubble {
  top: calc(48 * 60rem/750);
  right: calc(-20 * 60rem/750);
  background-image: url(../img/ingredient__speechBubble5.png);
  width: calc(300 * 60rem/750);
  height: calc(142 * 60rem/750);
}
.lp_contents .beauty .formula .beauty__speechBubble {
  width: calc(280 * 60rem/750);
  height: calc(93 * 60rem/750);
}
.lp_contents .beauty .formula .--1 {
  top: calc(40 * 60rem/750);
  right: calc(-20 * 60rem/750);
  background-image: url(../img/formula__speechBubble1.png);
}
.lp_contents .beauty .formula .--2 {
  top: calc(549 * 60rem/750);
  left: calc(-20 * 60rem/750);
  background-image: url(../img/formula__speechBubble2.png);
}
.lp_contents .beauty .formula .--3 {
  top: calc(528 * 60rem/750);
  right: calc(-20 * 60rem/750);
  background-image: url(../img/formula__speechBubble3.png);
}
.lp_contents .beauty .flavor .beauty__speechBubble {
  width: calc(320 * 60rem/750);
  height: calc(95 * 60rem/750);
}
.lp_contents .beauty .flavor .--1 {
  top: calc(42 * 60rem/750);
  left: calc(-20 * 60rem/750);
  background-image: url(../img/flavor__speechBubble1.png);
}
.lp_contents .beauty .flavor .--2 {
  top: calc(537 * 60rem/750);
  right: calc(-20 * 60rem/750);
  background-image: url(../img/flavor__speechBubble2.png);
}
.lp_contents .beauty__contents__title {
  padding: calc(48 * 60rem/750) calc(53 * 60rem/750) calc(42 * 60rem/750);
  font-size: calc(24 * 60rem/750);
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: justify;
}
.lp_contents .beauty .slick-dots {
  bottom: calc(-56 * 60rem/750);
  font-size: 0;
  line-height: 1;
}
.lp_contents .beauty .slick-dots li,
.lp_contents .beauty .slick-dots li button {
  padding: 0;
  width: calc(16 * 60rem/750);
  height: calc(16 * 60rem/750);
}
.lp_contents .beauty .slick-dots li {
  margin: 0 calc(20 * 60rem/750);
}
.lp_contents .beauty .slick-dots li.slick-active button:before {
  background-color: var(--color-text);
}
.lp_contents .beauty .slick-dots li button:before {
  font-size: 0;
  background-color: transparent;
  border: 1px solid var(--color-text);
  border-radius: 50%;
  opacity: 1;
  width: calc(16 * 60rem/750);
  height: calc(16 * 60rem/750);
}
.lp_contents .beauty .button__view {
  margin-top: calc(5 * 60rem/750);
  margin-bottom: calc(50 * 60rem/750);
}
.lp_contents .voicesData {
  margin-top: calc(140 * 60rem/750);
}
.lp_contents .voicesData .section__title {
  margin-bottom: calc(190 * 60rem/750);
  padding-top: calc(26 * 60rem/750);
  height: calc(188 * 60rem/750);
  background-image: url(../img/speechBubble1.svg);
}
.lp_contents .voicesData__imgwrap {
  position: relative;
  z-index: 0;
}
.lp_contents .voicesData__imgwrap::after {
  content: "";
  position: absolute;
  background-color: #fff7e3;
  margin: auto;
  border-radius: 50%;
  top: calc(-100 * 60rem/750);
  left: 0;
  right: 0;
  width: calc(600 * 60rem/750);
  height: calc(600 * 60rem/750);
  z-index: -2;
}
.lp_contents .voicesData__img {
  position: relative;
  margin: 0 auto calc(180 * 60rem/750);
  width: calc(392 * 60rem/750);
  z-index: 0;
}
.lp_contents .voicesData__img::before, .lp_contents .voicesData__img::after {
  content: "";
  position: absolute;
  width: calc(220 * 60rem/750);
  height: calc(220 * 60rem/750);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_contents .voicesData__img::before {
  top: calc(-130 * 60rem/750);
  left: calc(-98 * 60rem/750);
  background-image: url(../img/voicesData_img1.png);
}
.lp_contents .voicesData__img::after {
  bottom: calc(-125 * 60rem/750);
  right: calc(-100 * 60rem/750);
  background-image: url(../img/voicesData_img2.png);
}
.lp_contents .voicesData__note {
  margin-inline: auto;
  font-feature-settings: normal;
  font-size: calc(20 * 60rem/750);
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: justify;
  width: calc(640 * 60rem/750);
}
.lp_contents .userReview {
  margin-top: calc(115 * 60rem/750);
}
.lp_contents .userReview__head {
  margin-inline: auto;
  margin-bottom: calc(43 * 60rem/750);
  padding: calc(54 * 60rem/750);
  background-color: #fff;
  border-radius: calc(40 * 60rem/750);
  text-align: center;
  width: calc(680 * 60rem/750);
}
.lp_contents .userReview__title {
  margin-bottom: calc(34 * 60rem/750);
  font-size: calc(46 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .userReview__starwrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: calc(36 * 60rem/750);
}
.lp_contents .userReview__star {
  display: inline-block;
  margin-left: calc(7 * 60rem/750);
  width: calc(316 * 60rem/750);
}
.lp_contents .userReview__assessment {
  display: inline-block;
  transform: translateY(calc(-6 * 60rem/750));
  padding-left: calc(36 * 60rem/750);
  color: var(--color-primary);
  font-size: calc(50 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .userReview__text {
  font-size: calc(22 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .userReview__note {
  font-size: calc(20 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .userReview__boxwrap {
  margin-top: calc(98 * 60rem/750);
  text-align: center;
}
.lp_contents .userReview__boxwrap__inner {
  margin-bottom: calc(43 * 60rem/750);
  padding-bottom: calc(30 * 60rem/750);
}
.lp_contents .userReview__box {
  position: relative;
  margin-inline: auto;
  padding: calc(40 * 60rem/750) calc(50 * 60rem/750) calc(30 * 60rem/750) calc(60 * 60rem/750);
  background-color: #fff;
  border-radius: calc(40 * 60rem/750);
  width: calc(600 * 60rem/750);
  z-index: 0;
}
.lp_contents .userReview__box.__5 {
  margin-top: calc(90 * 60rem/750);
}
.lp_contents .userReview__box:nth-of-type(n+2) {
  margin-top: calc(70 * 60rem/750);
}
.lp_contents .userReview__box::after {
  content: "";
  position: absolute;
  bottom: calc(-28 * 60rem/750);
  width: calc(30 * 60rem/750);
  height: calc(34 * 60rem/750);
  background-image: url(../img/speechBubble0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .userReview__box:nth-of-type(odd)::after {
  right: calc(78 * 60rem/750);
}
.lp_contents .userReview__box:nth-of-type(even)::after {
  left: calc(78 * 60rem/750);
}
.lp_contents .userReview__box .star {
  margin-bottom: calc(20 * 60rem/750);
  width: calc(190 * 60rem/750);
}
.lp_contents .userReview__box .review {
  font-size: calc(24 * 60rem/750);
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: left;
}
.lp_contents .nature {
  margin-top: calc(140 * 60rem/750);
  margin-bottom: calc(140 * 60rem/750);
  width: 100%;
  height: calc(871 * 60rem/750);
  background-image: url(../img/nature_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_contents .nature .section__title {
  margin-bottom: calc(43 * 60rem/750);
  padding-top: calc(19 * 60rem/750);
  height: calc(231 * 60rem/750);
  background-image: url(../img/speechBubble2.svg);
}
.lp_contents .nature__read {
  margin-bottom: calc(85 * 60rem/750);
  color: #fff;
  font-size: calc(28 * 60rem/750);
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
.lp_contents .nature__mark {
  margin-inline: auto;
  width: calc(448 * 60rem/750);
}
.lp_contents .recommend {
  margin-top: calc(140 * 60rem/750);
}
.lp_contents .recommend .section__title {
  margin-bottom: calc(60 * 60rem/750);
  padding-top: calc(26 * 60rem/750);
  height: calc(188 * 60rem/750);
  background-image: url(../img/speechBubble1.svg);
}
.lp_contents .recommend__contents {
  position: relative;
  margin-bottom: calc(120 * 60rem/750);
  z-index: 0;
}
.lp_contents .recommend__contents::before, .lp_contents .recommend__contents::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.lp_contents .recommend__contents:nth-of-type(1)::before {
  bottom: calc(124 * 60rem/750);
  left: calc(20 * 60rem/750);
  width: calc(280 * 60rem/750);
  height: calc(93 * 60rem/750);
  background-image: url(../img/recommend__speechBubble1.png);
}
.lp_contents .recommend__contents:nth-of-type(2)::before {
  bottom: calc(370 * 60rem/750);
  right: calc(20 * 60rem/750);
  width: calc(280 * 60rem/750);
  height: calc(93 * 60rem/750);
  background-image: url(../img/recommend__speechBubble2.png);
}
.lp_contents .recommend__contents:nth-of-type(2)::after {
  bottom: calc(43 * 60rem/750);
  left: calc(20 * 60rem/750);
  width: calc(300 * 60rem/750);
  height: calc(93 * 60rem/750);
  background-image: url(../img/recommend__speechBubble3.png);
}
.lp_contents .recommend__contents__inner {
  position: relative;
  margin-inline: auto;
  background-color: #fff;
  border: calc(4 * 60rem/750) solid var(--color-text);
  border-radius: calc(40 * 60rem/750);
  overflow: hidden;
  width: calc(680 * 60rem/750);
  z-index: 0;
}
.lp_contents .recommend .head__title {
  padding: calc(50 * 60rem/750);
}
.lp_contents .recommend .head__title p {
  font-size: calc(30 * 60rem/750);
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .recommend .head__title p .note {
  font-size: calc(22 * 60rem/750);
}
.lp_contents .recommend__timing {
  margin-inline: auto;
  border: calc(4 * 60rem/750) solid var(--color-text);
  border-radius: calc(40 * 60rem/750);
  background-image: url(../img/recommend3.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  width: calc(680 * 60rem/750);
  height: calc(514 * 60rem/750);
}
.lp_contents .recommend__timing .title {
  margin-top: calc(55 * 60rem/750);
  margin-bottom: calc(47 * 60rem/750);
  padding: calc(20 * 60rem/750);
  background-color: var(--color-text);
  font-size: calc(40 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  width: 100%;
}
.lp_contents .recommend__timing .highlight {
  display: inline;
  margin-left: auto;
  margin-right: calc(45 * 60rem/750);
  padding-bottom: calc(2 * 60rem/750);
  background: linear-gradient(transparent 60%, #f9dd94 60%);
  font-size: calc(30 * 60rem/750);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .recommend__timing .text {
  margin-top: calc(24 * 60rem/750);
  margin-right: calc(40 * 60rem/750);
  font-size: calc(24 * 60rem/750);
  line-height: 1.75;
  letter-spacing: 0.19em;
}
.lp_contents .faq {
  margin-top: calc(139 * 60rem/750);
}
.lp_contents .faq .section__title {
  margin-bottom: calc(60 * 60rem/750);
  padding-top: calc(22 * 60rem/750);
  height: calc(188 * 60rem/750);
  background-image: url(../img/speechBubble1.svg);
}
.lp_contents .faq__pair {
  margin-inline: auto;
  padding: calc(30 * 60rem/750) calc(40 * 60rem/750) calc(28 * 60rem/750);
  border-radius: calc(20 * 60rem/750);
  width: calc(650 * 60rem/750);
}
.lp_contents .faq__pair .ui-cross {
  position: relative;
  width: calc(30 * 60rem/750);
  height: calc(30 * 60rem/750);
  z-index: 0;
}
.lp_contents .faq__pair .ui-cross::before, .lp_contents .faq__pair .ui-cross::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(30 * 60rem/750);
  height: 0;
  border-bottom: 1px solid;
  z-index: 0;
}
.lp_contents .faq__pair .ui-cross::after {
  transition: all 0.6s ease;
  transform: rotate(90deg);
}
.lp_contents .faq__pair:nth-of-type(odd) {
  background-color: var(--color-text);
}
.lp_contents .faq__pair:nth-of-type(odd) h4 {
  color: #fff;
}
.lp_contents .faq__pair:nth-of-type(odd) .ui-cross::before, .lp_contents .faq__pair:nth-of-type(odd) .ui-cross::after {
  border-color: #fff;
}
.lp_contents .faq__pair:nth-of-type(odd) .answerwrap {
  background-color: #fff;
}
.lp_contents .faq__pair:nth-of-type(even) {
  background-color: #fff;
}
.lp_contents .faq__pair:nth-of-type(even) h4 {
  color: var(--color-text);
}
.lp_contents .faq__pair:nth-of-type(even) .ui-cross::before, .lp_contents .faq__pair:nth-of-type(even) .ui-cross::after {
  border-color: #b2bedb;
}
.lp_contents .faq__pair:nth-of-type(even) .answerwrap {
  background-color: var(--color-text);
  color: #fff;
}
.lp_contents .faq__pair:nth-of-type(n+2) {
  margin-top: calc(51 * 60rem/750);
}
.lp_contents .faq .open.faq__pair .ui-cross::after {
  transform: rotate(0deg);
}
.lp_contents .faq dt {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.lp_contents .faq h4 {
  display: flex;
  font-size: calc(24 * 60rem/750);
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.lp_contents .faq .faq__pair.open dd {
  max-height: calc(460 * 60rem/750);
}
.lp_contents .faq dd {
  transition: all 0.8s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
.lp_contents .faq .question {
  display: inline-block;
  padding-right: calc(7 * 60rem/750);
  font-size: calc(40 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .faq .answerwrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: calc(20 * 60rem/750);
       column-gap: calc(20 * 60rem/750);
  margin-top: calc(30 * 60rem/750);
  margin-bottom: calc(8 * 60rem/750);
  padding: calc(36 * 60rem/750) calc(40 * 60rem/750) calc(34 * 60rem/750);
  border-radius: calc(20 * 60rem/750);
}
.lp_contents .faq .answer {
  display: inline;
  margin-top: calc(4 * 60rem/750);
  font-size: calc(36 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .faq_text {
  font-size: calc(22 * 60rem/750);
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: justify;
}
.lp_contents .faq .section__foot {
  margin-top: calc(136 * 60rem/750);
}
.lp_contents .faq__foot__text {
  margin-bottom: calc(50 * 60rem/750);
  font-size: calc(44 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .campaign {
  margin-top: calc(144 * 60rem/750);
  margin-bottom: calc(140 * 60rem/750);
}
.lp_contents .campaign .section__title {
  margin-bottom: calc(50 * 60rem/750);
  padding-top: calc(26 * 60rem/750);
  font-size: calc(40 * 60rem/750);
  height: calc(142 * 60rem/750);
  background-image: url(../img/speechBubble3.svg);
}
.lp_contents .campaign__read {
  margin-bottom: calc(50 * 60rem/750);
  font-size: calc(28 * 60rem/750);
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .campaign__box {
  position: relative;
  margin-inline: auto;
  background-image: url(../img/specialPrice.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  width: calc(600 * 60rem/750);
  height: calc(845 * 60rem/750);
  z-index: 0;
}
.lp_contents .campaign__box::after {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(48 * 60rem/750);
  left: 0;
  right: 0;
  width: calc(427 * 60rem/750);
  height: calc(110 * 60rem/750);
  background-image: url(../img/text_specialPrice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.lp_contents .campaign__box .text {
  padding-top: calc(156 * 60rem/750);
  color: #fff;
  font-size: calc(26 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .campaign__box .text .week {
  font-size: calc(24 * 60rem/750);
}
.lp_contents .campaign__box .text .jp {
  font-size: calc(22 * 60rem/750);
}
.lp_contents .campaign__box .pricewrap {
  position: absolute;
  bottom: calc(20 * 60rem/750);
  width: 100%;
  z-index: 0;
}
.lp_contents .campaign__box .pricewrap p {
  display: inline-block;
  position: relative;
  padding-left: calc(9 * 60rem/750);
  font-size: calc(24 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.135em;
  z-index: 0;
}
.lp_contents .campaign__box .pricewrap p small {
  padding-left: calc(2 * 60rem/750);
  font-size: calc(20 * 60rem/750);
}
.lp_contents .campaign__box .pricewrap .price::before {
  content: "";
  position: absolute;
  top: calc(13 * 60rem/750);
  right: 0;
  width: calc(180 * 60rem/750);
  height: 1px;
  border-bottom: 1px solid var(--color-text);
  z-index: 0;
}
.lp_contents .campaign__box .pricewrap .specialPrice {
  padding-left: calc(75 * 60rem/750);
  color: var(--color-primary);
  font-weight: bold;
}
.lp_contents .campaign__box .pricewrap .specialPrice::before {
  content: "";
  position: absolute;
  top: calc(8 * 60rem/750);
  left: calc(10 * 60rem/750);
  width: calc(43 * 60rem/750);
  height: calc(10 * 60rem/750);
  background-image: url(../img/arrow_price.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .banner {
  margin-top: calc(144 * 60rem/750);
  margin-inline: auto;
  width: calc(600 * 60rem/750);
}
.lp_contents .regular {
  margin-top: calc(140 * 60rem/750);
  margin-bottom: calc(140 * 60rem/750);
  margin-inline: auto;
  background-color: #ffffff;
  border: calc(4 * 60rem/750) solid var(--color-text);
  border-radius: calc(40 * 60rem/750);
  text-align: center;
  width: calc(680 * 60rem/750);
}
.lp_contents .regular__inner {
  position: relative;
  padding-block: calc(224 * 60rem/750) calc(72 * 60rem/750);
  margin-inline: auto;
  background-image: url(../img/regular_bg.svg);
  background-size: 100% calc(1214 * 60rem/750);
  background-repeat: no-repeat;
  background-position: top calc(20 * 60rem/750) center;
  border-radius: calc(30 * 60rem/750);
  overflow: hidden;
  width: calc(660 * 60rem/750);
  z-index: 0;
}
.lp_contents .regular__inner::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(75 * 60rem/750);
  left: 0;
  right: 0;
  width: calc(120 * 60rem/750);
  height: calc(130 * 60rem/750);
  background-image: url(../img/icon_regularCourse.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .regular__title {
  margin-bottom: calc(49 * 60rem/750);
  color: var(--color-text);
  font-size: calc(34 * 60rem/750);
  font-weight: normal;
  letter-spacing: 0.15em;
}
.lp_contents .regular__pair {
  position: relative;
  margin-left: calc(44 * 60rem/750);
  padding-left: calc(136 * 60rem/750);
  z-index: 0;
}
.lp_contents .regular__pair::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100 * 60rem/750);
  height: calc(100 * 60rem/750);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .regular__pair:nth-of-type(n+2) {
  margin-top: calc(48 * 60rem/750);
}
.lp_contents .regular__pair:nth-of-type(1)::before {
  background-image: url(../img/icon_regularCourse2.svg);
}
.lp_contents .regular__pair:nth-of-type(2)::before {
  background-image: url(../img/icon_regularCourse3.svg);
}
.lp_contents .regular__pair:nth-of-type(3)::before {
  background-image: url(../img/icon_regularCourse4.svg);
}
.lp_contents .regular h4 {
  margin-bottom: calc(13 * 60rem/750);
  color: var(--color-primary);
  font-size: calc(26 * 60rem/750);
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: left;
}
.lp_contents .regular .text {
  font-size: calc(22 * 60rem/750);
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
}
.lp_contents .regular .note {
  margin-top: calc(14 * 60rem/750);
  font-size: calc(20 * 60rem/750);
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
}
.lp_contents .regular__pricebox {
  margin-top: calc(72 * 60rem/750);
  margin-inline: calc(30 * 60rem/750);
  margin-bottom: calc(45 * 60rem/750);
  padding: calc(42 * 60rem/750) calc(20 * 60rem/750) calc(38 * 60rem/750);
  background-color: #fff7e3;
  border-radius: calc(20 * 60rem/750);
}
.lp_contents .regular .price {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(59 * 60rem/750);
       column-gap: calc(59 * 60rem/750);
}
.lp_contents .regular .discount__text {
  margin: 0 0.4em;
  font-size: calc(24 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .regular .discount__text:nth-of-type(1) {
  position: relative;
  z-index: 0;
}
.lp_contents .regular .discount__text:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: calc(13 * 60rem/750);
  right: 0;
  width: calc(185 * 60rem/750);
  height: 1px;
  border-bottom: 1px solid var(--color-text);
  z-index: 0;
}
.lp_contents .regular .discount__text small {
  font-size: calc(20 * 60rem/750);
}
.lp_contents .regular .discount__text.--rate {
  position: relative;
  font-size: calc(24 * 60rem/750);
  z-index: 0;
}
.lp_contents .regular .discount__text.--rate::before {
  content: "";
  position: absolute;
  top: calc(7 * 60rem/750);
  left: calc(-64 * 60rem/750);
  width: calc(44 * 60rem/750);
  height: calc(10 * 60rem/750);
  background-image: url(../img/arrow_price.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .regular .regular-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(16 * 60rem/750);
       column-gap: calc(16 * 60rem/750);
  margin-top: calc(30 * 60rem/750);
  margin-left: calc(21 * 60rem/750);
}
.lp_contents .regular .headding {
  padding: calc(9 * 60rem/750) calc(16 * 60rem/750) calc(8 * 60rem/750);
  background-color: var(--color-text);
  border-radius: calc(8 * 60rem/750);
  color: #fff;
  font-size: calc(24 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .regular ._price {
  display: inline-block;
  margin-top: calc(1 * 60rem/750);
  font-size: calc(24 * 60rem/750);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
}
.lp_contents .regular ._price small {
  font-size: calc(20 * 60rem/750);
}
.lp_contents .series {
  margin-top: calc(140 * 60rem/750);
  text-align: center;
}
.lp_contents .series .section__title {
  margin-bottom: calc(58 * 60rem/750);
  padding-top: calc(36 * 60rem/750);
  font-size: calc(26 * 60rem/750);
  height: calc(230 * 60rem/750);
  background-image: url(../img/speechBubble2.svg);
}
.lp_contents .series .slick__series {
  position: relative;
  margin-bottom: calc(100 * 60rem/750);
  padding-inline: calc(55 * 60rem/750);
  z-index: 0;
}
.lp_contents .series .slick__series .images {
  margin-bottom: calc(34 * 60rem/750);
}
.lp_contents .series .slick__series .name {
  margin-bottom: calc(16 * 60rem/750);
  font-size: calc(22 * 60rem/750);
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.lp_contents .series .slick__series .price {
  margin-bottom: calc(47 * 60rem/750);
  font-size: calc(20 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.14em;
}
.lp_contents .series .slick__series .slick-arrow {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(76 * 60rem/750);
  height: calc(106 * 60rem/750);
  background-image: url(../img/arrow_srider.svg);
  background-size: calc(32 * 60rem/750) calc(61 * 60rem/750);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.lp_contents .series .slick__series .slick-arrow:before {
  display: none;
  font-size: 0;
}
.lp_contents .series .slick__series .slick-prev {
  left: 0;
}
.lp_contents .series .slick__series .slick-next {
  margin-top: calc(-53 * 60rem/750);
  transform: scale(-1, 1);
  right: 0;
}
.lp_contents .series .section__foot {
  margin-top: calc(127 * 60rem/750);
}
.lp_contents .following-nav {
  position: fixed;
  transition: all 0.6s 0.2s ease;
  transform: translateY(100%);
  bottom: calc(-2 * 60rem/750);
  right: 0;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  width: 100%;
  height: calc(122 * 60rem/750);
  z-index: 101;
}
.lp_contents .following-nav.visible {
  opacity: 1;
  visibility: visible;
}
.lp_contents .following-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.lp_contents .following-nav a:hover {
  opacity: 1;
}
.lp_contents .following-nav p {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(20 * 60rem/750);
       column-gap: calc(20 * 60rem/750);
  font-size: calc(32 * 60rem/750);
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.lp_contents .following-nav p::after {
  content: "";
  width: calc(22 * 60rem/750);
  height: calc(13 * 60rem/750);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .following-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: var(--color-text);
  color: #fff;
  height: 100%;
}
.lp_contents .following-nav li {
  position: relative;
  z-index: 0;
}
.lp_contents .following-nav li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: calc(20 * 60rem/750);
  left: calc(-1 * 60rem/750);
  width: calc(3 * 60rem/750);
  height: calc(80 * 60rem/750);
  border-left: calc(3 * 60rem/750) solid #fff;
  z-index: 0;
}
.lp_contents .following-nav li:nth-child(1) p::after {
  transform: rotate(-90deg);
}

.page-share-btn #share {
  transition: transform 0.3s ease;
  left: 5%;
  right: auto;
}

.following-nav.up-move {
  transform: translateY(0);
  visibility: visible;
}

.following-nav.down-move {
  transform: translateY(100%);
  visibility: visible;
}

#share.up-move {
  transform: translateY(calc(-80 * 60rem/750));
}

/* .lp_contents SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  #Wrap {
    width: 100%;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_contents {
    width: 100%;
    max-width: 100vw;
  }
  .lp_contents a {
    cursor: pointer;
  }
  .lp_contents a:hover {
    opacity: 0.6;
  }
  .lp_contents .pcOnly {
    display: block;
  }
  .lp_contents .spOnly {
    display: none;
  }
  /* .lp_contents : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_contents__inner {
    grid-column: 2;
    margin-inline: auto;
    width: 60rem;
  }
  .lp_contents .container_wrap {
    margin-bottom: 0;
  }
  .lp_contents .campaign__box .pricewrap {
    bottom: 1.9rem;
  }
  .lp_contents .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    background-color: var(--color-text);
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .lp_contents .fixed_area .fixed_left {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 98vh;
    pointer-events: all;
  }
  .lp_contents .fixed_area .fixed_right {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-content: end center;
    height: 98vh;
    pointer-events: all;
  }
  .lp_contents .fixed_area .fixed_left {
    top: 7.8rem;
    grid-column: 1;
    color: var(--color-primary);
    text-align: center;
  }
  .lp_contents .fixed_area .fixed_left .logo {
    margin: 0 auto 2.8rem;
    width: 18rem;
  }
  .lp_contents .fixed_area .fixed_left__title {
    margin-bottom: 3.8rem;
    color: #fff;
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .lp_contents .fixed_area .fixed_left .citrus__imgwrap {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }
  .lp_contents .fixed_area .fixed_left .beauty__citrus__img {
    width: 4rem;
  }
  .lp_contents .fixed_area .fixed_right {
    top: 5.8rem;
  }
  .lp_contents .fixed_area .fixed_right__inner {
    margin-bottom: 8vh;
  }
  .lp_contents .fixed_area .fixed_right__text {
    position: relative;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
    z-index: 0;
  }
  .lp_contents .fixed_area .fixed_right__text::before, .lp_contents .fixed_area .fixed_right__text::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .lp_contents .fixed_area .fixed_right__text::before {
    top: -9.5rem;
    right: -3.8rem;
    width: 14rem;
    height: 6rem;
    background-image: url(../img/speechBubble_fv2_pc.png);
  }
  .lp_contents .fixed_area .fixed_right__text::after {
    bottom: -9.3rem;
    left: -4rem;
    width: 15rem;
    height: 6rem;
    background-image: url(../img/speechBubble_fv3_pc.png);
  }
  .lp_contents .fixed_area .fixed_right .nav {
    margin-top: 26vh;
  }
  .lp_contents .fixed_area .fixed_right li {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lp_contents .fixed_area .fixed_right li:nth-of-type(n+2) {
    margin-top: 1.7rem;
  }
  .lp_contents .fixed_area .fixed_right .nav__item {
    transition: all 0.6s ease;
    padding: 1.2rem;
    border: 0.2rem solid #fff;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    width: 20.8rem;
    z-index: 0;
  }
  .lp_contents .fixed_area .fixed_right .nav__item:hover {
    background-color: #bfc9e2;
  }
  .lp_contents .fixed_area .fixed_right .nav__item p {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .lp_contents .fixed_area .fixed_right .nav__item p::after {
    content: "";
    width: calc(8 * 60rem/750);
    height: calc(14 * 60rem/750);
    background-image: url(../img/arrow_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .lp_contents PC*/
}
/*--------------------------------
   Media Queries (1600px ~  )
 --------------------------------*/
@media only screen and (min-width: 1600px) {
  .lp_contents .fixed_area .fixed_right .itemsArea {
    width: calc(300 * 60rem/750);
  }
}
/*# sourceMappingURL=style.css.map */