@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.innerbeauty_lp {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(75 * 100vw/390);
  overflow: hidden;
  background-color: #EDEBE4;
  color: var(--color-text);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.innerbeauty_lp img,
.innerbeauty_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.innerbeauty_lp picture {
  display: block;
}
.innerbeauty_lp a {
  display: block;
  color: inherit;
}
.innerbeauty_lp *:focus {
  outline: none;
}
.innerbeauty_lp a,
.innerbeauty_lp label {
  -webkit-tap-highlight-color: rgba(230, 117, 35, 0.3);
}
.innerbeauty_lp input {
  display: none;
}
.innerbeauty_lp li,
.innerbeauty_lp ol {
  list-style-type: none;
}
.innerbeauty_lp .spOnly {
  display: block;
}
.innerbeauty_lp .pcOnly {
  display: none;
}
.innerbeauty_lp ::-moz-selection {
  color: #ffffff;
  background-color: rgba(230, 117, 35, 0.5);
}
.innerbeauty_lp ::selection {
  color: #ffffff;
  background-color: rgba(230, 117, 35, 0.5);
}
.innerbeauty_lp sup {
  font-size: 0.6em;
}
.innerbeauty_lp #share img {
  margin: auto;
}
.innerbeauty_lp .color {
  color: var(--color-primary1);
}
.innerbeauty_lp .strong {
  font-weight: bold;
}
.innerbeauty_lp .fv,
.innerbeauty_lp .anim {
  opacity: 0;
}
.innerbeauty_lp .anim_enable {
  -webkit-animation: fade 1.2s ease forwards;
          animation: fade 1.2s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.innerbeauty_lp .fv {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
          animation: mv-fade 1.6s ease 0.2s forwards;
  filter: blur(6px);
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.innerbeauty_lp .move {
  opacity: 0;
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 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.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1s linear;
}
.innerbeauty_lp .move_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
--------------------------------*/
/* .innerbeauty_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.innerbeauty_lp {
  --color-text: #95551F;
  --color-primary: #D97523;
  --color-support: #E7AF63;
  --color-support-button: #E29328;
  --color-care: #A0AC87;
  --color-care-button: #819361;
  --color-beauty: #E8A291;
  --color-beauty-button: #E38169;
  --color-secondary: #3B5016;
  --font-en: quincy-cf, sans-serif;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-mintyo: "Noto Serif JP", sans-serif;
}
.innerbeauty_lp .section {
  padding-block: calc(53 * 100vw/390) calc(62 * 100vw/390);
}
.innerbeauty_lp .section__title {
  position: relative;
  font-family: var(--font-en);
  font-size: calc(54 * 100vw/390);
  font-weight: 400;
  line-height: 0.5;
  letter-spacing: 0;
  z-index: 0;
}
.innerbeauty_lp .section__title .jp {
  color: var(--color-primary);
  font-family: var(--font-mintyo);
  font-size: calc(13 * 100vw/390);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
.innerbeauty_lp .section__title::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.innerbeauty_lp .section__lead {
  margin-top: calc(15 * 100vw/390);
  margin-bottom: calc(40 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1.75;
}
.innerbeauty_lp .section__goodsBox:nth-child(n+2) {
  margin-top: calc(56 * 100vw/390);
}
.innerbeauty_lp .section .speech-bubble {
  margin-bottom: calc(12 * 100vw/390);
}
.innerbeauty_lp .section .speech-bubble span {
  display: inline-block;
  position: relative;
  padding: calc(6 * 100vw/390) calc(20 * 100vw/390) calc(7 * 100vw/390);
  border-radius: 100px;
  color: #ffffff;
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.055em;
  z-index: 0;
}
.innerbeauty_lp .section .speech-bubble span::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-6 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(22 * 100vw/390);
  height: calc(8 * 100vw/390);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}
.innerbeauty_lp .section__goodsList {
  padding-inline: calc(55 * 100vw/390);
}
.innerbeauty_lp .section__goodsItem {
  position: relative;
  padding-top: calc(14 * 100vw/390);
  height: auto;
  z-index: 0;
}
.innerbeauty_lp .section__goods {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-block: calc(20 * 100vw/390) calc(28 * 100vw/390);
  background-color: #ffffff;
  border-radius: calc(16 * 100vw/390);
  box-sizing: border-box;
  height: 100%;
  z-index: 0;
}
.innerbeauty_lp .section .icon {
  display: flex;
  position: absolute;
  top: calc(0 * 100vw/390);
  left: calc(-14 * 100vw/390);
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  border-radius: 50%;
  color: #ffffff;
  font-size: calc(11 * 100vw/390);
  line-height: 1.36;
  z-index: 1;
}
.innerbeauty_lp .section .icon-type1 {
  letter-spacing: 0.025em;
  width: calc(68 * 100vw/390);
  height: calc(68 * 100vw/390);
}
.innerbeauty_lp .section .icon-type2, .innerbeauty_lp .section .icon-type3 {
  letter-spacing: 0.005em;
  width: calc(90 * 100vw/390);
  height: calc(90 * 100vw/390);
}
.innerbeauty_lp .section .icon span {
  margin-top: calc(3 * 100vw/390);
}
.innerbeauty_lp .section .product-brand {
  position: absolute;
  top: calc(20 * 100vw/390);
  right: calc(10 * 100vw/390);
  color: var(--color-primary);
  writing-mode: vertical-rl;
  line-height: 1;
  text-orientation: sideways;
  text-align: left;
  z-index: 0;
}
.innerbeauty_lp .section .product-brand.en {
  font-family: var(--font-en);
  font-size: calc(18 * 100vw/390);
  font-weight: 700;
  letter-spacing: 0.055em;
}
.innerbeauty_lp .section .product-brand.en span {
  font-size: calc(14 * 100vw/390);
}
.innerbeauty_lp .section .product-brand.jp {
  font-family: var(--font-mintyo);
  font-size: calc(14 * 100vw/390);
  font-weight: 700;
}
.innerbeauty_lp .section .product-img {
  padding-inline: calc(20 * 100vw/390);
  box-sizing: border-box;
}
.innerbeauty_lp .section .product-name {
  margin-top: calc(11 * 100vw/390);
  margin-bottom: calc(8 * 100vw/390);
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.055em;
}
.innerbeauty_lp .section .product-price {
  margin-bottom: calc(18 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
}
.innerbeauty_lp .section .product-price small {
  font-size: calc(11 * 100vw/390);
}
.innerbeauty_lp .section .product-copy {
  margin-bottom: calc(15 * 100vw/390);
  padding-inline: calc(10 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
}
.innerbeauty_lp .section .button-buy {
  display: inline-block;
  padding: calc(7 * 100vw/390) calc(10 * 100vw/390) calc(8 * 100vw/390);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-sizing: border-box;
  font-family: var(--font-en);
  font-size: calc(16 * 100vw/390);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  width: calc(180 * 100vw/390);
}
.innerbeauty_lp .section .button-recipe {
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: calc(28 * 100vw/390);
  left: 0;
  right: 0;
  padding: calc(5 * 100vw/390) calc(12 * 100vw/390) calc(6 * 100vw/390) calc(23 * 100vw/390);
  background-color: #DE9357;
  border: 1px solid #DE9357;
  box-sizing: border-box;
  color: #ffffff;
  font-size: calc(11 * 100vw/390);
  letter-spacing: 0.005em;
  text-align: left;
  width: calc(180 * 100vw/390);
  z-index: 1;
}
.innerbeauty_lp .section .button-recipe::after {
  content: "";
  position: absolute;
  top: calc(13 * 100vw/390);
  right: calc(12 * 100vw/390);
  width: calc(8 * 100vw/390);
  height: calc(8 * 100vw/390);
  -webkit-mask-image: url(../img/link-icon.svg);
          mask-image: url(../img/link-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  z-index: 0;
}
.innerbeauty_lp .section .recipeItem .button-buy {
  margin-bottom: calc(41 * 100vw/390);
}
.innerbeauty_lp .section .button-productList {
  display: inline-block;
  position: relative;
  margin-top: calc(46 * 100vw/390);
  padding: calc(9 * 100vw/390) calc(26 * 100vw/390) calc(8 * 100vw/390) calc(20 * 100vw/390);
  box-sizing: border-box;
  width: calc(290 * 100vw/390);
  z-index: 0;
}
.innerbeauty_lp .section .button-productList::after {
  content: "";
  position: absolute;
  top: calc(24 * 100vw/390);
  right: calc(13 * 100vw/390);
  width: calc(5 * 100vw/390);
  height: calc(10 * 100vw/390);
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: 0;
}
.innerbeauty_lp .section .button-productList p {
  color: #ffffff;
  font-size: calc(15 * 100vw/390);
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0;
}
.innerbeauty_lp .section .button-productList span {
  font-size: calc(13 * 100vw/390);
}
.innerbeauty_lp .swiper-scrollbar {
  position: static !important;
  margin-top: calc(24 * 100vw/390);
  background: #E5DDD6;
  width: calc(280 * 100vw/390);
  height: 4px;
}
.innerbeauty_lp .swiper-scrollbar-drag {
  background: #DBA77C;
}
.innerbeauty_lp .fv {
  width: 100%;
  height: calc(515 * 100vw/390);
  background-image: url(../img/mv-bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.innerbeauty_lp .fv__tilteWrap {
  padding-top: calc(18 * 100vw/390);
}
.innerbeauty_lp .fv__tilte.en {
  margin-bottom: calc(7 * 100vw/390);
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: calc(57 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.innerbeauty_lp .fv__tilte.jp {
  display: inline-block;
  padding: calc(2 * 100vw/390) calc(5 * 100vw/390) calc(3 * 100vw/390);
  background-color: var(--color-primary);
  color: #F5F4EE;
  font-family: var(--font-mintyo);
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
.innerbeauty_lp .fv__img {
  margin: 0 auto;
  padding-top: calc(14 * 100vw/390);
  width: calc(320 * 100vw/390);
}
.innerbeauty_lp .fv__text {
  padding-top: calc(1 * 100vw/390);
}
.innerbeauty_lp .fv__logo {
  padding-top: calc(13 * 100vw/390);
  margin: 0 auto;
  width: calc(131 * 100vw/390);
}
.innerbeauty_lp .lead {
  margin-top: calc(-3 * 100vw/390);
  margin-bottom: calc(-26 * 100vw/390);
}
.innerbeauty_lp .lead__text {
  position: relative;
  color: var(--color-primary);
  font-family: var(--font-mintyo);
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1.8;
  z-index: 0;
}
.innerbeauty_lp .lead__text::before {
  content: "";
  position: absolute;
  top: calc(-48 * 100vw/390);
  left: calc(49 * 100vw/390);
  width: calc(302 * 100vw/390);
  height: calc(171 * 100vw/390);
  background-image: url(../img/pic1.svg), url(../img/pic2.svg);
  background-size: calc(55 * 100vw/390) auto, calc(59 * 100vw/390) auto;
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
}
.innerbeauty_lp .lead__brackets {
  position: relative;
  margin-top: calc(10 * 100vw/390);
  padding: calc(22 * 100vw/390) calc(33 * 100vw/390) calc(30 * 100vw/390);
  z-index: 0;
}
.innerbeauty_lp .lead__brackets::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: calc(323 * 100vw/390);
  height: calc(129 * 100vw/390);
  background-image: url(../img/brackets-l_sp.svg), url(../img/brackets-r_sp.svg);
  background-position: top left, bottom right;
  background-size: calc(42 * 100vw/390) auto, calc(42 * 100vw/390) auto;
  background-repeat: no-repeat, no-repeat;
  z-index: -1;
}
.innerbeauty_lp .lead__brackets--text {
  color: var(--color-primary);
  font-family: var(--font-mintyo);
  font-size: calc(19 * 100vw/390);
  font-weight: 600;
  line-height: 1;
}
.innerbeauty_lp .lead__brackets--text:nth-child(1) {
  margin-bottom: calc(10 * 100vw/390);
}
.innerbeauty_lp .lead__brackets span {
  display: inline-block;
  margin-left: calc(-11 * 100vw/390);
  margin-block: calc(3.5 * 100vw/390);
  padding: calc(1 * 100vw/390) calc(4 * 100vw/390);
  background-color: var(--color-primary);
  color: #F5F4EE;
  font-family: var(--font-mintyo);
  font-size: calc(19 * 100vw/390);
  font-weight: 600;
  line-height: 1;
}
.innerbeauty_lp .circle {
  margin-bottom: calc(-84 * 100vw/390);
  padding-block: 0 calc(64 * 100vw/390);
}
.innerbeauty_lp .circle__list {
  position: relative;
  height: calc(345 * 100vw/390);
  z-index: 0;
}
.innerbeauty_lp .circle__item {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: calc(216 * 100vw/390);
  height: calc(216 * 100vw/390);
  background-image: url(../img/circle_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.innerbeauty_lp .circle__item:nth-child(1) {
  top: 0;
  left: calc(10 * 100vw/390);
  z-index: 1;
}
.innerbeauty_lp .circle__item:nth-child(2) {
  top: 0;
  right: calc(10 * 100vw/390);
  z-index: 1;
}
.innerbeauty_lp .circle__item:nth-child(3) {
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
}
.innerbeauty_lp .circle__item:nth-child(3) .title {
  margin-top: calc(3 * 100vw/390);
}
.innerbeauty_lp .circle__item .title {
  margin-top: calc(-4 * 100vw/390);
  color: var(--color-primary);
  font-family: var(--font-mintyo);
  font-size: calc(19 * 100vw/390);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.58;
}
.innerbeauty_lp .circle__item .text {
  margin-top: calc(7 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 1.55;
}
.innerbeauty_lp .scene {
  padding-bottom: calc(59 * 100vw/390);
}
.innerbeauty_lp .scene .section__title::after {
  top: calc(-5 * 100vw/390);
  left: calc(66 * 100vw/390);
  width: calc(43 * 100vw/390);
  height: calc(53 * 100vw/390);
  background-image: url(../img/pic3.svg);
}
.innerbeauty_lp .scene__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(14 * 100vw/390) calc(12 * 100vw/390);
  margin-top: calc(27 * 100vw/390);
}
.innerbeauty_lp .scene .link {
  padding: calc(8 * 100vw/390) calc(13 * 100vw/390) calc(9 * 100vw/390);
  background-color: rgba(255, 254, 252, 0.32);
  border: calc(1.5 * 100vw/390) solid rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  font-size: calc(14 * 100vw/390);
  line-height: 1;
}
.innerbeauty_lp .support {
  background-color: #F5F4EE;
}
.innerbeauty_lp .support .section__title {
  line-height: 0.55;
}
.innerbeauty_lp .support .section__title::after {
  top: calc(-11 * 100vw/390);
  right: calc(32 * 100vw/390);
  width: calc(65 * 100vw/390);
  height: calc(59 * 100vw/390);
  background-image: url(../img/pic4.svg);
}
.innerbeauty_lp .support .speech-bubble span {
  background-color: var(--color-support);
}
.innerbeauty_lp .support .speech-bubble span::after {
  background-color: var(--color-support);
}
.innerbeauty_lp .support .button-productList {
  background-color: var(--color-support-button);
}
.innerbeauty_lp .care .section__title::after {
  top: calc(-8 * 100vw/390);
  left: calc(40 * 100vw/390);
  width: calc(55 * 100vw/390);
  height: calc(56 * 100vw/390);
  background-image: url(../img/pic5.svg);
}
.innerbeauty_lp .care .speech-bubble span {
  background-color: var(--color-care);
}
.innerbeauty_lp .care .speech-bubble span::after {
  background-color: var(--color-care);
}
.innerbeauty_lp .care .button-productList {
  background-color: var(--color-care-button);
}
.innerbeauty_lp .beauty {
  background-color: #F5F4EE;
}
.innerbeauty_lp .beauty .section__title::after {
  top: calc(-1 * 100vw/390);
  right: calc(43 * 100vw/390);
  width: calc(61 * 100vw/390);
  height: calc(59 * 100vw/390);
  background-image: url(../img/pic6.svg);
}
.innerbeauty_lp .beauty .speech-bubble span {
  background-color: var(--color-beauty);
}
.innerbeauty_lp .beauty .speech-bubble span::after {
  background-color: var(--color-beauty);
}
.innerbeauty_lp .beauty .button-productList {
  background-color: var(--color-beauty-button);
}
.innerbeauty_lp .button-all {
  display: inline-block;
  position: relative;
  margin-top: calc(55 * 100vw/390);
  padding: calc(18 * 100vw/390) calc(26 * 100vw/390) calc(17 * 100vw/390) calc(20 * 100vw/390);
  background-color: #374124;
  box-sizing: border-box;
  color: #ffffff;
  font-size: calc(15 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
  width: calc(330 * 100vw/390);
  z-index: 0;
}
.innerbeauty_lp .button-all::after {
  content: "";
  position: absolute;
  top: calc(24 * 100vw/390);
  right: calc(15 * 100vw/390);
  width: calc(5 * 100vw/390);
  height: calc(10 * 100vw/390);
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: 0;
}
.innerbeauty_lp .follow-nav {
  position: fixed;
  transition: all 0.6s 0.2s ease;
  transform: translateY(100%);
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  width: 100%;
}
.innerbeauty_lp .follow-nav__list {
  display: flex;
  border-top: 1px solid #D97523;
  background-color: #FFFFFF;
}
.innerbeauty_lp .follow-nav li:nth-child(n+2) .follow-nav__link::after {
  content: "";
  position: absolute;
  top: calc(14.5 * 100vw/390);
  left: 0;
  width: 0;
  height: calc(40 * 100vw/390);
  border-left: 1px solid #FCE0CA;
  z-index: 0;
}
.innerbeauty_lp .follow-nav__link {
  position: relative;
  padding-top: calc(13 * 100vw/390);
  box-sizing: border-box;
  color: #95551F;
  font-family: var(--font-en);
  font-size: calc(25 * 100vw/390);
  line-height: 0.85;
  letter-spacing: 0;
  text-align: center;
  width: 33.3333333333vw;
  height: calc(68 * 100vw/390);
  z-index: 0;
}
.innerbeauty_lp .follow-nav__link::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(8 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(8 * 100vw/390);
  height: calc(4 * 100vw/390);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #D97523;
  z-index: 0;
}
.innerbeauty_lp .follow-nav .jp {
  color: #D97523;
  font-family: var(--font-mintyo);
  font-size: calc(13 * 100vw/390);
  font-weight: bold;
  letter-spacing: 0.025em;
}
.innerbeauty_lp [data-color=support] .follow-nav__item:nth-child(1) {
  background-color: #FAF9F5;
}
.innerbeauty_lp [data-color=care] .follow-nav__item:nth-child(2) {
  background-color: #FAF9F5;
}
.innerbeauty_lp [data-color=beauty] .follow-nav__item:nth-child(3) {
  background-color: #FAF9F5;
}
.innerbeauty_lp [data-color=scene] .follow-nav__item,
.innerbeauty_lp [data-color=button-all] .follow-nav__item {
  background-color: transparent;
}

/* .innerbeauty_lp SP*/
#share {
  transition: transform 0.6s ease;
}

.follow-nav.up-active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.follow-nav.down-active {
  transform: translateY(100%);
  visibility: visible;
  opacity: 0å;
  z-index: 10;
}

#share.active {
  transform: translateY(calc(-50 * 100vw/390));
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 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%;
  }
  .innerbeauty_lp {
    padding-bottom: 9.6rem;
    max-width: 100vw;
  }
  .innerbeauty_lp a {
    cursor: pointer;
  }
  .innerbeauty_lp .pcOnly {
    display: block;
  }
  .innerbeauty_lp .spOnly {
    display: none;
  }
  .innerbeauty_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .innerbeauty_lp .section__item:nth-of-type(2).anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .innerbeauty_lp .section__item:nth-of-type(2) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 1.4s;
  }
  .innerbeauty_lp .section__item:nth-of-type(2) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.3s;
  }
  .innerbeauty_lp .section__item:nth-of-type(2) .active .border::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .innerbeauty_lp .section__item:nth-of-type(2) .active .border02::after {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .innerbeauty_lp .section__item:nth-of-type(3).anim_enable {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .innerbeauty_lp .section__item:nth-of-type(3) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2s;
  }
  .innerbeauty_lp .section__item:nth-of-type(3) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.9s;
  }
  .innerbeauty_lp .section__item:nth-of-type(3) .active .border::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .innerbeauty_lp .section__item:nth-of-type(3) .active .border02::after {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .innerbeauty_lp .border::after {
    top: -0.8rem;
    height: 2.6rem;
  }
  /* .innerbeauty_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .innerbeauty_lp .section {
    padding-block: 6.5rem 7rem;
  }
  .innerbeauty_lp .section__title {
    display: inline-block;
    font-size: 7.2rem;
  }
  .innerbeauty_lp .section__title .jp {
    font-size: 1.5rem;
  }
  .innerbeauty_lp .section__lead {
    margin-top: 2.2rem;
    margin-bottom: 4.6rem;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .innerbeauty_lp .section__goodsBox-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6rem 4rem;
    margin-inline: auto;
    width: 100rem;
  }
  .innerbeauty_lp .section__goodsBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .innerbeauty_lp .section__goodsBox:nth-child(n+2) {
    margin-top: 0;
  }
  .innerbeauty_lp .section .rows--3,
.innerbeauty_lp .section .rows--2 {
    position: relative;
    z-index: 0;
  }
  .innerbeauty_lp .section .rows--3 .speech-bubble::before, .innerbeauty_lp .section .rows--3 .speech-bubble::after,
.innerbeauty_lp .section .rows--2 .speech-bubble::before,
.innerbeauty_lp .section .rows--2 .speech-bubble::after {
    position: absolute;
  }
  .innerbeauty_lp .section .speech-bubble {
    margin-bottom: 2.5rem;
  }
  .innerbeauty_lp .section .speech-bubble::before, .innerbeauty_lp .section .speech-bubble::after {
    content: "";
    top: 1.6rem;
    height: 0;
    z-index: 0;
  }
  .innerbeauty_lp .section .speech-bubble::before {
    left: 0;
  }
  .innerbeauty_lp .section .speech-bubble::after {
    right: 0;
  }
  .innerbeauty_lp .section .speech-bubble span {
    padding: 0.4rem 2.6rem 0.5rem;
    font-size: 1.6rem;
  }
  .innerbeauty_lp .section .speech-bubble span::after {
    position: static;
  }
  .innerbeauty_lp .section__goodsList {
    padding-inline: 0;
    overflow: visible;
  }
  .innerbeauty_lp .section__goodsWrapper {
    display: flex;
    justify-content: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .innerbeauty_lp .section__goodsItem {
    padding-top: 1.8rem;
    width: 30rem;
  }
  .innerbeauty_lp .section__goods {
    transition: all 0.4s ease;
    padding-block: 2rem 2.8rem;
    border-radius: 1.6rem;
  }
  .innerbeauty_lp .section__goods:hover {
    opacity: 1;
  }
  .innerbeauty_lp .section__goods:hover .button-buy {
    background-color: #D97523;
    color: #F5F4EE;
    opacity: 1;
  }
  .innerbeauty_lp .section .icon {
    left: -2.3rem;
  }
  .innerbeauty_lp .section .icon-type1 {
    font-size: 1.3rem;
    line-height: 1.4;
    width: 8.4rem;
    height: 8.4rem;
  }
  .innerbeauty_lp .section .icon-type2 {
    font-size: 1.2rem;
    line-height: 1.48;
    width: 9.8rem;
    height: 9.8rem;
  }
  .innerbeauty_lp .section .icon-type3 {
    font-size: 1.3rem;
    line-height: 1.4;
    width: 9.8rem;
    height: 9.8rem;
  }
  .innerbeauty_lp .section .icon span {
    margin-top: 0.2rem;
  }
  .innerbeauty_lp .section .product-brand {
    top: 1.8rem;
    right: 1.1rem;
  }
  .innerbeauty_lp .section .product-brand.en.small {
    font-size: 1.9rem;
  }
  .innerbeauty_lp .section .product-brand.en {
    font-size: 2rem;
  }
  .innerbeauty_lp .section .product-brand.en span {
    font-size: 1.5rem;
  }
  .innerbeauty_lp .section .product-brand.jp {
    font-size: 1.6rem;
  }
  .innerbeauty_lp .section .product-img {
    padding-inline: 2.5rem;
  }
  .innerbeauty_lp .section .product-name {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .innerbeauty_lp .section .product-price {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .innerbeauty_lp .section .product-price small {
    font-size: 1.1rem;
  }
  .innerbeauty_lp .section .product-copy {
    margin-bottom: 1.5rem;
    padding-inline: 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .innerbeauty_lp .section .button-buy {
    transition: all 0.4s ease;
    padding: 0.8rem 1rem 0.7rem;
    font-size: 1.7rem;
    width: 18rem;
  }
  .innerbeauty_lp .section .button-recipe {
    transition: all 0.4s ease;
    bottom: 2.8rem;
    padding: 0.5rem 1.8rem 0.5rem 1.4rem;
    font-size: 1.2rem;
    width: 18rem;
  }
  .innerbeauty_lp .section .button-recipe::after {
    top: 1.2rem;
    right: 1rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .innerbeauty_lp .section .button-recipe:hover {
    background-color: #edaa55;
    border: 1px solid #edaa55;
    opacity: 1;
  }
  .innerbeauty_lp .section .recipeItem .button-buy {
    margin-bottom: 4rem;
  }
  .innerbeauty_lp .section .button-productList {
    transition: all 0.4s ease;
    margin-top: 5.2rem;
    padding: 2.2rem 3rem 2.3rem 1.3rem;
    width: 42rem;
  }
  .innerbeauty_lp .section .button-productList::after {
    transition: all 0.4s ease;
    top: 2.6rem;
    right: 2rem;
    width: 0.5rem;
    height: 1rem;
  }
  .innerbeauty_lp .section .button-productList:hover {
    opacity: 1;
  }
  .innerbeauty_lp .section .button-productList p {
    transition: all 0.4s ease;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1;
  }
  .innerbeauty_lp .section .button-productList span {
    font-size: 1.5rem;
  }
  .innerbeauty_lp .fv {
    margin-left: 1rem;
    width: 100%;
    height: 56.4rem;
    background-image: url(../img/mv-bg_pc.png);
    background-size: 98.3rem auto;
    background-position: top center;
  }
  .innerbeauty_lp .fv__tilteWrap {
    margin-bottom: 2rem;
    padding-top: 3.1rem;
  }
  .innerbeauty_lp .fv__tilte.en {
    margin-bottom: 0.6rem;
    font-size: 8rem;
    text-indent: -2rem;
  }
  .innerbeauty_lp .fv__tilte.jp {
    margin-left: -2rem;
    padding: 0.2rem 1.8rem 0.3rem;
    font-size: 1.9rem;
  }
  .innerbeauty_lp .fv__img {
    display: inline-block;
    margin: 0 0 0 -1.1rem;
    padding-top: 0;
    width: 26.1em;
  }
  .innerbeauty_lp .fv__text {
    display: inline-block;
    margin-left: -0.4rem;
    padding-top: 0;
    width: 20.9rem;
  }
  .innerbeauty_lp .fv__logo {
    padding-top: 0;
    padding-right: 2.1rem;
    width: 15.9rem;
  }
  .innerbeauty_lp .lead {
    margin-top: 1.3rem;
    margin-bottom: -6.2rem;
  }
  .innerbeauty_lp .lead__text {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.81;
  }
  .innerbeauty_lp .lead__text::before {
    top: -4.8rem;
    left: -8.4rem;
    width: 56.1rem;
    height: 17.7rem;
    background-size: 6.5rem auto, 7.4rem auto;
  }
  .innerbeauty_lp .lead__brackets {
    margin: 2.8rem auto 0;
    padding: 2.9rem 0 3rem;
    width: 48.2rem;
  }
  .innerbeauty_lp .lead__brackets::after {
    width: 48.2rem;
    height: 12rem;
    background-image: url(../img/brackets-l_pc.svg), url(../img/brackets-r_pc.svg);
    background-size: 4.6rem auto, 4.6rem auto;
  }
  .innerbeauty_lp .lead__brackets--text {
    font-size: 2.1rem;
  }
  .innerbeauty_lp .lead__brackets--text:nth-child(1) {
    margin-bottom: 1.2rem;
  }
  .innerbeauty_lp .lead__brackets span {
    margin-left: 0;
    margin-block: 0.3rem;
    padding: 0.4rem 1.6rem 0.4rem 1.3rem;
    font-size: 2rem;
  }
  .innerbeauty_lp .circle {
    margin-inline: auto;
    margin-bottom: 0;
    padding-block: 5rem 1.1rem;
    width: 74.3rem;
  }
  .innerbeauty_lp .circle__list {
    height: 29rem;
  }
  .innerbeauty_lp .circle__item {
    width: 29rem;
    height: 29rem;
  }
  .innerbeauty_lp .circle__item:nth-child(1) {
    left: 0;
    z-index: 0;
  }
  .innerbeauty_lp .circle__item:nth-child(2) {
    margin: auto;
    left: 0;
    right: 0;
  }
  .innerbeauty_lp .circle__item:nth-child(2) .title {
    margin-top: -0.8rem;
  }
  .innerbeauty_lp .circle__item:nth-child(3) {
    top: 0;
    bottom: auto;
    margin: 0;
    left: auto;
  }
  .innerbeauty_lp .circle__item:nth-child(3) .title {
    margin-top: -0.8rem;
  }
  .innerbeauty_lp .circle__item .title {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .innerbeauty_lp .circle__item .text {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .innerbeauty_lp .scene {
    padding-top: 5.1rem;
    padding-bottom: 9.2rem;
  }
  .innerbeauty_lp .scene .section__title {
    line-height: 0.44;
  }
  .innerbeauty_lp .scene .section__title::after {
    top: 0rem;
    left: -8.2rem;
    width: 4.2rem;
    height: 6.5rem;
  }
  .innerbeauty_lp .scene__list {
    gap: 1.6rem;
    margin-top: 4rem;
  }
  .innerbeauty_lp .scene .link {
    transition: all 0.4s ease;
    padding: 0.5rem 0.8rem 0.6rem;
    border: 0.15rem solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    font-size: 1.5rem;
    width: 11.4rem;
  }
  .innerbeauty_lp .scene .link:hover {
    background-color: rgba(217, 117, 35, 0.8);
    border: 1px solid #D97523;
    color: #ffffff;
    opacity: 1;
  }
  .innerbeauty_lp .support .section__title {
    line-height: 0.58;
  }
  .innerbeauty_lp .support .section__title::after {
    top: -1rem;
    right: -10.3rem;
    width: 8rem;
    height: 7.5rem;
  }
  .innerbeauty_lp .support .speech-bubble::before, .innerbeauty_lp .support .speech-bubble::after {
    border-bottom: 1px dashed var(--color-support);
  }
  .innerbeauty_lp .support .rows--3 .speech-bubble::before, .innerbeauty_lp .support .rows--3 .speech-bubble::after {
    width: 31.4rem;
  }
  .innerbeauty_lp .support .rows--2 .speech-bubble::before, .innerbeauty_lp .support .rows--2 .speech-bubble::after {
    width: 16.1rem;
  }
  .innerbeauty_lp .support .section__goods:hover {
    background-color: #EDEBE1;
  }
  .innerbeauty_lp .support .button-productList {
    border: 1px solid var(--color-support-button);
  }
  .innerbeauty_lp .support .button-productList:hover {
    background-color: #FAECD8;
  }
  .innerbeauty_lp .support .button-productList:hover p {
    color: var(--color-support-button);
  }
  .innerbeauty_lp .support .button-productList:hover::after {
    background-color: var(--color-support-button);
  }
  .innerbeauty_lp .care .section__title::after {
    top: 0;
    left: -8.9rem;
    width: 6rem;
    height: 5.5rem;
  }
  .innerbeauty_lp .care .speech-bubble {
    margin-bottom: 1rem;
  }
  .innerbeauty_lp .care .speech-bubble::before, .innerbeauty_lp .care .speech-bubble::after {
    border-bottom: 1px dashed var(--color-care);
  }
  .innerbeauty_lp .care .section__goodsBox:nth-child(2).rows--2 .speech-bubble::before, .innerbeauty_lp .care .section__goodsBox:nth-child(2).rows--2 .speech-bubble::after {
    width: 10.3rem;
  }
  .innerbeauty_lp .care .section__goodsBox:nth-child(3).rows--2 .speech-bubble::before, .innerbeauty_lp .care .section__goodsBox:nth-child(3).rows--2 .speech-bubble::after {
    width: 12.7rem;
  }
  .innerbeauty_lp .care .section__goods:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .innerbeauty_lp .care .button-productList {
    border: 1px solid var(--color-care-button);
  }
  .innerbeauty_lp .care .button-productList:hover {
    background-color: #D8DECC;
  }
  .innerbeauty_lp .care .button-productList:hover p {
    color: var(--color-care-button);
  }
  .innerbeauty_lp .care .button-productList:hover::after {
    background-color: var(--color-care-button);
  }
  .innerbeauty_lp .beauty .section__title::after {
    top: -1.2rem;
    right: -10.9rem;
    width: 8.2rem;
    height: 7.5rem;
  }
  .innerbeauty_lp .beauty .speech-bubble {
    min-height: 5.1rem;
  }
  .innerbeauty_lp .beauty .button-buy {
    margin-bottom: 4rem;
  }
  .innerbeauty_lp .beauty .speech-bubble::before, .innerbeauty_lp .beauty .speech-bubble::after {
    border-bottom: 1px dashed var(--color-beauty);
  }
  .innerbeauty_lp .beauty .section__goods:hover {
    background-color: #EDEBE1;
  }
  .innerbeauty_lp .beauty .button-productList {
    border: 1px solid var(--color-beauty-button);
  }
  .innerbeauty_lp .beauty .button-productList:hover {
    background-color: #F8E4DF;
  }
  .innerbeauty_lp .beauty .button-productList:hover p {
    color: var(--color-beauty-button);
  }
  .innerbeauty_lp .beauty .button-productList:hover::after {
    background-color: var(--color-beauty-button);
  }
  .innerbeauty_lp .button-all {
    transition: all 0.4s ease;
    margin-top: 6.4rem;
    padding: 1.8rem 2.6rem 1.9rem 2rem;
    border: 1px solid #374124;
    font-size: 1.6rem;
    width: 56rem;
  }
  .innerbeauty_lp .button-all::after {
    transition: all 0.4s ease;
    top: 2.6rem;
    right: 2rem;
    width: 0.5rem;
    height: 1rem;
  }
  .innerbeauty_lp .button-all:hover {
    background-color: #F5F4EE;
    color: #374124;
    opacity: 1;
  }
  .innerbeauty_lp .button-all:hover::after {
    background-color: #374124;
  }
  .innerbeauty_lp .follow-nav__list {
    margin-inline: auto;
    width: 72rem;
  }
  .innerbeauty_lp .follow-nav li:nth-child(n+2) .follow-nav__link::after {
    top: 1.2rem;
    height: 4.8rem;
  }
  .innerbeauty_lp .follow-nav__link {
    padding-top: 1.2rem;
    font-size: 2.9rem;
    width: 24rem;
    height: 7.3rem;
  }
  .innerbeauty_lp .follow-nav__link::before {
    top: 0.8rem;
    width: 1rem;
    height: 0.4rem;
  }
  .innerbeauty_lp .follow-nav .jp {
    font-size: 1.5rem;
  }
  /* .innerbeauty_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1350px )
 --------------------------------*/
/*# sourceMappingURL=style.css.map */