@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.article_page {
  color: var(--color-text);
  font-family: var(--font-basic);
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
.article_page img,
.article_page svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.article_page a {
  display: block;
  color: inherit;
}
.article_page *:focus {
  outline: none;
}
.article_page a,
.article_page label {
  -webkit-tap-highlight-color: rgba(185, 183, 216, 0.2);
}
.article_page input {
  display: none;
}
.article_page li,
.article_page ol {
  list-style-type: none;
}
.article_page sup {
  font-size: 0.6em;
  line-height: 0.2;
}
.article_page .spOnly {
  display: block;
}
.article_page .pcOnly {
  display: none;
}
.article_page ::-moz-selection {
  color: #fff;
  background-color: rgba(185, 183, 216, 0.7);
}
.article_page ::selection {
  color: #fff;
  background-color: rgba(185, 183, 216, 0.7);
}
.article_page #share img {
  margin: auto;
}
.article_page .article_ttl {
  margin-bottom: 0;
}
.article_page .mvArea,
.article_page .fade {
  opacity: 0;
}
.article_page .fade_in {
  -webkit-animation: fade 1.6s ease forwards;
          animation: fade 1.6s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade {
  10% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.article_page .mvArea {
  -webkit-animation: mv-fade 1.6s ease 0.3s forwards;
          animation: mv-fade 1.6s ease 0.3s forwards;
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.article_page .section__upper-row .product__img img {
  transform: scale(1.3, 1.3);
}
.article_page .section__upper-row.fade.fade_in .product__img img {
  -webkit-animation: amin-scale 2.5s ease 0.9s forwards;
          animation: amin-scale 2.5s ease 0.9s forwards;
}
@-webkit-keyframes amin-scale {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.9;
  }
}
@keyframes amin-scale {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.9;
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .article_page : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.article_page {
  --color-text: #727272;
  --color-primary: #9B92D5;
  --color-secondary: #B9B7D8;
  --color-tertiary: #E2D5BD;
  --color-button: #B8B6E2;
  --font-en: "Lato", sans-serif;
  --font-basic: century-gothic, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
.article_page_inner {
  position: relative;
  background: transparent;
  z-index: 0;
}
.article_page_inner::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.article_page .archiveArea {
  position: relative;
  background: #FAFAFA;
  z-index: 1;
}
.article_page .main-ttl {
  position: relative;
  padding: calc(20 * 100vw/390) calc(20 * 100vw/390) calc(15 * 100vw/390);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  z-index: 1;
}
.article_page .main-ttl .flex-box {
  display: flex;
  align-items: center;
}
.article_page .main-ttl .article_ttl {
  padding-top: calc(10 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1.6;
}
.article_page .main-ttl .article_ttl .strong {
  font-weight: 600;
}
.article_page .simplebar-content-wrapper {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.article_page .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}
.article_page .simplebar-placeholder {
  display: none;
}
.article_page .simplebar-scrollbar {
  position: relative;
}
.article_page .simplebar-scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-secondary);
  border-radius: 0;
  width: 101%;
  height: calc(4 * 100vw/390) !important;
}
.article_page .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.article_page .simplebar-track {
  background: #FFFFFF;
  overflow: hidden;
  height: calc(3 * 100vw/390) !important;
}
.article_page .section {
  padding: 0;
  text-align: center;
}
.article_page .section__title {
  font-size: calc(12 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.article_page .section__title .en {
  font-family: var(--font-basic), sans-serif;
  font-size: calc(26 * 100vw/390);
  letter-spacing: 0.09em;
}
.article_page .c-section__routine {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article_page .c-section__routine__card {
  margin-inline: calc(20 * 100vw/390);
  padding: calc(11 * 100vw/390) calc(38 * 100vw/390) calc(22 * 100vw/390) calc(15 * 100vw/390);
  background-color: #fff;
  border-radius: calc(10 * 100vw/390);
  box-sizing: border-box;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article_page .c-section__routine__card-wrap {
  margin-top: calc(21 * 100vw/390);
}
.article_page .c-section__routine__card .icon {
  display: block;
  width: calc(61 * 100vw/390);
  height: calc(24 * 100vw/390);
  background-image: url(../img/howToUse.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article_page .c-section__routine__card .item {
  width: calc(77 * 100vw/390);
}
.article_page .c-section__routine__card .item + .target .name {
  font-weight: 600;
}
.article_page .c-section__routine__card .item-wrap {
  display: inline-flex;
  align-items: flex-end;
  -moz-column-gap: calc(17 * 100vw/390);
       column-gap: calc(17 * 100vw/390);
  position: relative;
  margin-left: calc(21 * 100vw/390);
  z-index: 0;
}
.article_page .c-section__routine__card .item-wrap::before, .article_page .c-section__routine__card .item-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.article_page .c-section__routine__card .item-wrap::before {
  bottom: calc(4.5 * 100vw/390);
  right: calc(-5 * 100vw/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(5 * 100vw/390);
  height: calc(8 * 100vw/390);
}
.article_page .c-section__routine__card .item-wrap::after {
  bottom: calc(7.5 * 100vw/390);
  left: calc(-8 * 100vw/390);
  width: calc(559 * 100vw/390);
  height: 1px;
  border-bottom: 1px solid #A7A7A7;
}
.article_page .c-section__routine__card .text {
  display: inline-block;
  position: relative;
  transform: translateY(calc(8 * 100vw/390));
  margin-left: calc(2 * 100vw/390);
  padding-inline: calc(11 * 100vw/390);
  font-size: calc(10 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 0;
}
.article_page .c-section__routine__card .text::before, .article_page .c-section__routine__card .text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: calc(9 * 100vw/390);
  border-left: 1px solid;
  z-index: 0;
}
.article_page .c-section__routine__card .text::before {
  transform: rotate(-37deg);
  left: 0;
}
.article_page .c-section__routine__card .text::after {
  transform: rotate(37deg);
  right: 0;
}
.article_page .c-section__routine__card .name {
  margin-top: calc(6 * 100vw/390);
  color: var(--color-primary);
  font-size: calc(12 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
}
.article_page .c-section__routine__card .dot {
  display: inline-block;
  margin-top: calc(15 * 100vw/390);
  background-color: var(--color-text);
  border-radius: 50%;
  width: calc(6 * 100vw/390);
  height: calc(6 * 100vw/390);
}
.article_page .c-section__routine__card .target {
  position: relative;
  z-index: 0;
}
.article_page .c-section__routine__card .target::before {
  content: "";
  position: absolute;
  -webkit-animation: flicker 1.4s steps(4) infinite;
          animation: flicker 1.4s steps(4) infinite;
  top: calc(-24 * 100vw/390);
  left: calc(-6 * 100vw/390);
  width: calc(90 * 100vw/390);
  height: calc(35 * 100vw/390);
  background-image: url(../img/howToUse_dec.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@-webkit-keyframes flicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.article_page .c-section__routine__card .target .dot {
  margin-bottom: calc(-2 * 100vw/390);
  background-color: var(--color-primary);
  border: calc(2 * 100vw/390) solid var(--color-primary);
  box-sizing: content-box;
}
.article_page .c-card {
  position: relative;
  padding: calc(26 * 100vw/390) calc(10 * 100vw/390) calc(28 * 100vw/390);
  background-color: #fff;
  border-radius: calc(10 * 100vw/390);
  height: auto;
  z-index: 0;
}
.article_page .c-card.-UVprotect-skinmilk::after {
  display: grid;
  place-content: center;
  content: "顔•からだ用";
  position: absolute;
  top: calc(63 * 100vw/390);
  left: calc(12 * 100vw/390);
  background-color: #FFF8EA;
  border-radius: 50%;
  font-size: calc(10 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  width: calc(70 * 100vw/390);
  height: calc(70 * 100vw/390);
  z-index: 0;
}
.article_page .c-card .info {
  display: grid;
  margin-inline: auto;
  place-content: center;
  background-color: #fff;
  border: 1px solid;
  box-sizing: border-box;
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(115 * 100vw/390);
  height: calc(18 * 100vw/390);
}
.article_page .c-card .info + .info {
  margin-top: calc(6 * 100vw/390);
}
.article_page .c-card .info-wrap {
  position: relative;
  min-height: calc(42 * 100vw/390);
  z-index: 1;
}
.article_page .c-card .info.-skinmilkS {
  border-color: #F7C056;
}
.article_page .c-card .info.-skinmilk {
  border-color: #53C7A4;
}
.article_page .c-card .img {
  margin-top: calc(12 * 100vw/390);
}
.article_page .c-card .name {
  margin-top: calc(7 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.article_page .c-card .price {
  margin-top: calc(10 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.09em;
}
.article_page .c-card .price .small {
  display: inline-block;
  padding-right: calc(2 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  letter-spacing: 0.09em;
}
.article_page .c-card .price .tax {
  font-size: calc(10 * 100vw/390);
  letter-spacing: 0.09em;
}
.article_page .c-card .price.--link {
  text-decoration: underline;
}
.article_page .c-card .price + .price {
  margin-top: calc(4 * 100vw/390);
}
.article_page .mvArea {
  margin-bottom: calc(33 * 100vw/390);
  padding: 0 calc(20 * 100vw/390);
}
.article_page .read {
  text-align: center;
}
.article_page .read--text {
  font-size: calc(14 * 100vw/390);
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.article_page .read--note {
  margin-top: calc(13 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 2.13;
  letter-spacing: 0;
}
.article_page .cvArea {
  margin-top: calc(40 * 100vw/390);
  margin-inline: calc(20 * 100vw/390);
  padding: calc(25 * 100vw/390) calc(26 * 100vw/390) calc(24 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: calc(5 * 100vw/390);
  text-align: center;
}
.article_page .cvArea__title {
  color: var(--color-primary);
  font-size: calc(16 * 100vw/390);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.article_page .cvArea__price {
  margin-top: calc(9 * 100vw/390);
  font-size: calc(16 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .cvArea__price .small {
  font-size: calc(14 * 100vw/390);
}
.article_page .cvArea__price .tax {
  font-size: calc(11 * 100vw/390);
}
.article_page .cvArea .button {
  margin-top: calc(22 * 100vw/390);
  overflow: hidden;
}
.article_page .cvArea .button a {
  background: linear-gradient(-45deg, rgb(184, 182, 226) 40%, rgb(209, 209, 233) 60%, rgb(184, 182, 226) 80%);
  background-size: 400% 100%;
  background-repeat: no-repeat;
  -webkit-animation: shine 5s infinite;
          animation: shine 5s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes shine {
  0% {
    background-position-x: 300%;
  }
  48% {
    background-position-x: 0%;
  }
  96% {
    background-position-x: -300%;
  }
  100% {
    background-position-x: -300%;
  }
}
@keyframes shine {
  0% {
    background-position-x: 300%;
  }
  48% {
    background-position-x: 0%;
  }
  96% {
    background-position-x: -300%;
  }
  100% {
    background-position-x: -300%;
  }
}
.article_page .recommended {
  margin-top: calc(47 * 100vw/390);
  margin-inline: calc(20 * 100vw/390);
  padding: 0 calc(25 * 100vw/390) calc(24 * 100vw/390) calc(46 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: calc(5 * 100vw/390);
  text-align: center;
}
.article_page .recommended__title {
  display: inline-block;
  transform: translateY(calc(-10 * 100vw/390));
  margin-left: calc(-20 * 100vw/390);
  margin-bottom: calc(12 * 100vw/390);
  padding: calc(7 * 100vw/390) calc(26 * 100vw/390) calc(6 * 100vw/390);
  background-color: var(--color-secondary);
  border-radius: 50px;
  color: #fff;
  font-size: calc(13 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.1em;
}
.article_page .recommended__item {
  font-size: calc(14 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .recommended__item p {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(12 * 100vw/390);
       column-gap: calc(12 * 100vw/390);
  line-height: 1;
  text-align: left;
}
.article_page .recommended__item p::before {
  content: "";
  width: calc(18 * 100vw/390);
  height: calc(16 * 100vw/390);
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .recommended__item:nth-of-type(n+2) {
  margin-top: calc(12 * 100vw/390);
}
.article_page .EnzymePowderWash__contents {
  margin-top: calc(48 * 100vw/390);
  padding-inline: calc(21 * 100vw/390);
  padding-bottom: calc(57 * 100vw/390);
}
.article_page .EnzymePowderWash__contents__head {
  margin-bottom: calc(19 * 100vw/390);
}
.article_page .EnzymePowderWash__contents h4 {
  display: flex;
  align-items: baseline;
  -moz-column-gap: calc(7 * 100vw/390);
       column-gap: calc(7 * 100vw/390);
  color: var(--color-primary);
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.article_page .EnzymePowderWash__contents h4::before {
  content: "";
  background-color: var(--color-primary);
  border-radius: 50%;
  width: calc(10 * 100vw/390);
  height: calc(10 * 100vw/390);
  z-index: 0;
}
.article_page .EnzymePowderWash__contents .contents__box {
  margin-bottom: calc(16 * 100vw/390);
  text-align: center;
  /* backdrop-filter 非対応ブラウザ用 */
}
.article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1) {
  position: relative;
  margin-bottom: calc(44 * 100vw/390);
  z-index: 0;
}
.article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1)::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-26 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(26 * 100vw/390);
  height: calc(26 * 100vw/390);
  background-image: url(../img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1) .ingredientWrap {
  display: grid;
  position: relative;
  justify-content: center;
  grid-template-columns: calc(146 * 100vw/390) calc(146 * 100vw/390);
  margin-left: calc(-16 * 100vw/390);
  z-index: 0;
}
.article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1) .ingredientWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(36 * 100vw/390);
  border-radius: 50%;
  width: calc(160 * 100vw/390);
  height: calc(160 * 100vw/390);
  border: 1px solid #E8E5E2;
  z-index: 1;
}
.article_page .EnzymePowderWash__contents .contents__box__title {
  display: inline-block;
  margin-bottom: calc(10 * 100vw/390);
  padding: calc(6 * 100vw/390) calc(8 * 100vw/390) calc(5 * 100vw/390);
  border: 1px solid;
  font-size: calc(13 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient {
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  -webkit-backdrop-filter: brightness(105%) blur(10px);
  backdrop-filter: brightness(105%) blur(10px);
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--title {
  font-size: calc(16 * 100vw/390);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--item {
  position: relative;
  margin-inline: auto;
  padding-left: calc(17 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--item::before {
  content: "";
  position: absolute;
  top: calc(5 * 100vw/390);
  left: 0;
  width: calc(12 * 100vw/390);
  height: calc(11 * 100vw/390);
  background-image: url(../img/check2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--1 {
  background: rgba(250, 221, 186, 0.25);
  border: 1px solid #E8E5E2;
  width: calc(160 * 100vw/390);
  height: calc(160 * 100vw/390);
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--1 .ingredient--title {
  margin-top: calc(4 * 100vw/390);
  margin-bottom: calc(11 * 100vw/390);
  color: #DBA86C;
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--2 {
  background: rgba(251, 250, 253, 0.25);
  border: 1px solid #E8E7F7;
  width: calc(160 * 100vw/390);
  height: calc(160 * 100vw/390);
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--2 .ingredient--title {
  margin-top: calc(8 * 100vw/390);
  margin-bottom: calc(6 * 100vw/390);
  color: #9993BF;
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--3 {
  background: rgba(255, 255, 239, 0.4);
  width: calc(172 * 100vw/390);
  height: calc(168 * 100vw/390);
}
.article_page .EnzymePowderWash__contents .contents__box .ingredient--3 .ingredient--title {
  margin-top: calc(17 * 100vw/390);
  margin-bottom: calc(6 * 100vw/390);
  color: #DDC577;
}
@supports not ((-webkit-backdrop-filter: brightness(104%) blur(10px)) or (backdrop-filter: brightness(104%) blur(10px))) {
  .article_page .EnzymePowderWash__contents .contents__box .ingredient .--1 {
    background: rgba(250, 221, 186, 0.5);
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient .--2 {
    background: rgba(251, 250, 253, 0.5);
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient .--3 {
    background: rgba(255, 255, 239, 0.5);
  }
}
.article_page .EnzymePowderWash__contents .text {
  font-size: calc(13 * 100vw/390);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.article_page .EnzymePowderWash__contents .nete {
  display: inline-block;
  margin-top: calc(12 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
}
.article_page .EnzymePowderWash__contents__info + .EnzymePowderWash__contents__head {
  margin-top: calc(44 * 100vw/390);
  margin-bottom: calc(10 * 100vw/390);
}
.article_page .fragrance {
  width: 100%;
  height: 100%;
  background-image: url(../img/fragrance_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.article_page .fragrance__inner {
  position: relative;
  padding-block: calc(42 * 100vw/390) calc(60 * 100vw/390);
  background: #FFF9E6;
  background: linear-gradient(0deg, rgb(255, 249, 230) 24%, rgba(255, 249, 230, 0) 60%);
  z-index: 1;
}
.article_page .fragrance__text {
  margin-top: calc(59 * 100vw/390);
  color: #DBA86C;
  font-size: calc(16 * 100vw/390);
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.article_page .fragrance__note {
  display: inline-block;
  margin-top: calc(22 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
}
.article_page .hoeToUse {
  padding-block: calc(42 * 100vw/390) calc(48 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.3);
}
.article_page .hoeToUse .simplebar-track {
  margin: calc(16 * 100vw/390) auto 0;
  width: calc(350 * 100vw/390);
}
.article_page .hoeToUse .button-series {
  margin-top: calc(6 * 100vw/390);
}
.article_page .staffReview {
  padding-block: calc(42 * 100vw/390) calc(33 * 100vw/390);
  background-color: #E5E2F5;
}
.article_page .staffReview .simple-bar_wrap {
  margin-top: calc(18 * 100vw/390);
}
.article_page .staffReview__list {
  display: inline-flex;
  -moz-column-gap: calc(18 * 100vw/390);
       column-gap: calc(18 * 100vw/390);
  margin-inline: calc(32 * 100vw/390);
}
.article_page .staffReview li {
  padding: calc(19 * 100vw/390) calc(25 * 100vw/390) calc(19 * 100vw/390);
  background-color: #fff;
  border-radius: calc(10 * 100vw/390);
  box-sizing: border-box;
  width: calc(290 * 100vw/390);
}
.article_page .staffReview__name {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(18 * 100vw/390);
       column-gap: calc(18 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .staffReview__name img {
  width: calc(58 * 100vw/390);
}
.article_page .staffReview__name span {
  margin-top: calc(3 * 100vw/390);
}
.article_page .staffReview__comment {
  margin-top: calc(18 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.article_page .staffReview .simplebar-track {
  margin: calc(22 * 100vw/390) auto 0;
  width: calc(319 * 100vw/390);
}
.article_page .goods {
  position: relative;
  padding-block: calc(46 * 100vw/390) calc(52 * 100vw/390);
  background-color: #F1F0F8;
  text-align: center;
  z-index: 0;
}
.article_page .goods__title {
  font-size: calc(17 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .goods .swiper-container {
  margin-top: calc(32 * 100vw/390);
}
.article_page .goods .swiper-button-next,
.article_page .goods .swiper-button-prev {
  background-image: url(../img/arrow-slider.png);
  background-size: calc(30 * 100vw/390) calc(30 * 100vw/390);
  width: calc(50 * 100vw/390);
  height: calc(50 * 100vw/390);
}
.article_page .goods .swiper-button-prev {
  left: calc(40 * 100vw/390);
}
.article_page .goods .swiper-button-next {
  transform: scale(-1, 1);
  right: calc(40 * 100vw/390);
}
.article_page .goods .swiper-pagination {
  position: static;
  margin-top: calc(20 * 100vw/390);
}
.article_page .goods .swiper-pagination span {
  line-height: 1;
}
.article_page .goods .swiper-pagination-bullet {
  margin: 0 calc(5.5 * 100vw/390);
  opacity: 1;
  background: transparent;
  border: 1px solid #A7A7A7;
}
.article_page .goods .swiper-pagination-bullet-active {
  background: #A7A7A7;
}
.article_page .button {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  background-color: var(--color-button);
  border-radius: calc(5 * 100vw/390);
  color: #fff;
  line-height: 1;
  z-index: 0;
}
.article_page .button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(10 * 100vw/390);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: calc(6 * 100vw/390);
  height: calc(11 * 100vw/390);
  z-index: 0;
}
.article_page .button-cvArea {
  width: calc(200 * 100vw/390);
}
.article_page .button-cvArea a {
  padding: calc(13 * 100vw/390);
  box-sizing: border-box;
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
}
.article_page .button-series {
  padding: calc(20 * 100vw/390) calc(22 * 100vw/390) calc(18 * 100vw/390) calc(10 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  letter-spacing: 0.05em;
  width: calc(310 * 100vw/390);
}
.article_page .button-series::after {
  background-color: transparent;
  right: calc(12 * 100vw/390);
  width: calc(9 * 100vw/390);
  height: calc(11 * 100vw/390);
  background-image: url(../img/check3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: unset;
          clip-path: unset;
}

/* .article_page SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  #Archive {
    padding-top: 7rem;
  }
  .article_page {
    max-width: 100vw;
  }
  .article_page::after {
    background-image: url(../img/bg_pc.png);
  }
  .article_page a {
    cursor: pointer;
  }
  .article_page .pcOnly {
    display: block;
  }
  .article_page .spOnly {
    display: none;
  }
  /* .article_page : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .article_page_inner {
    padding: 0;
    -webkit-clip-path: border-box;
            clip-path: border-box;
  }
  .article_page .main-ttl {
    width: 100rem;
    margin: 0 auto;
    padding: 0 0 2.3rem;
    background: transparent;
  }
  .article_page .main-ttl .article_ttl {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 2.2rem;
  }
  .article_page .simplebar-track {
    display: none;
  }
  .article_page .section__title {
    font-size: 1.2rem;
  }
  .article_page .section__title .en {
    font-size: 2.9rem;
  }
  .article_page .c-section__routine {
    margin-inline: auto;
  }
  .article_page .c-section__routine__card {
    margin-inline: auto;
    padding: 1.8rem 5.3rem 3rem 1.5rem;
    border-radius: 1rem;
  }
  .article_page .c-section__routine__card-wrap {
    margin-top: 1.6rem;
  }
  .article_page .c-section__routine__card .icon {
    width: 6.1rem;
    height: 2.4rem;
  }
  .article_page .c-section__routine__card .item {
    width: 9rem;
  }
  .article_page .c-section__routine__card .item-wrap {
    -moz-column-gap: 1.3em;
         column-gap: 1.3em;
    margin-left: 3.1rem;
  }
  .article_page .c-section__routine__card .item-wrap::before {
    bottom: 0.4rem;
    right: -0.3rem;
    width: 0.5rem;
    height: 0.8rem;
  }
  .article_page .c-section__routine__card .item-wrap::after {
    bottom: 0.8rem;
    left: -0.8rem;
    width: 62.6rem;
  }
  .article_page .c-section__routine__card .text {
    transform: translateY(0.9rem);
    margin-left: 1rem;
    padding-inline: 1.1rem;
    font-size: 1.2rem;
  }
  .article_page .c-section__routine__card .text::before, .article_page .c-section__routine__card .text::after {
    height: 1.1rem;
  }
  .article_page .c-section__routine__card .name {
    margin-top: 0.9rem;
    font-size: 1.3rem;
  }
  .article_page .c-section__routine__card .dot {
    margin-top: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .article_page .c-section__routine__card .target::before {
    top: -1.8rem;
    left: 0.1rem;
    width: 9rem;
    height: 3.5rem;
  }
  .article_page .c-section__routine__card .target .dot {
    margin-bottom: -0.2rem;
    border: 0.2rem solid var(--color-primary);
  }
  .article_page .c-card {
    padding: 2.6rem 0.6rem 3rem;
    border-radius: 1rem;
  }
  .article_page .c-card.-UVprotect-skinmilk::after {
    top: 5.9rem;
    left: 1.5rem;
    font-size: 1rem;
    width: 7rem;
    height: 7rem;
  }
  .article_page .c-card .info {
    font-size: 1.1rem;
    width: 11.5rem;
    height: 1.8rem;
  }
  .article_page .c-card .info + .info {
    margin-top: 0.6rem;
  }
  .article_page .c-card .info-wrap {
    min-height: 4.2rem;
  }
  .article_page .c-card .img {
    margin-top: 1rem;
  }
  .article_page .c-card .name {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
  .article_page .c-card .price {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.09em;
  }
  .article_page .c-card .price .small {
    padding-right: 0.2rem;
    font-size: 1.3rem;
  }
  .article_page .c-card .price .tax {
    font-size: 1rem;
  }
  .article_page .c-card .price + .price {
    margin-top: 0.5rem;
  }
  .article_page .mvArea {
    margin-bottom: 5.6rem;
    padding: 0;
  }
  .article_page .read--text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .article_page .read--note {
    margin-top: 1.8rem;
    font-size: 1rem;
    line-height: 1;
  }
  .article_page .cvArea {
    margin-top: 4.7rem;
    margin-inline: auto;
    padding: 2.5rem 2rem 2.8rem;
    border-radius: 0.5rem;
    width: 72rem;
  }
  .article_page .cvArea__title {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .article_page .cvArea__price {
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
  .article_page .cvArea__price .small {
    font-size: 1.4rem;
  }
  .article_page .cvArea__price .tax {
    font-size: 1.1rem;
  }
  .article_page .cvArea .button {
    margin-top: 2rem;
  }
  .article_page .recommended {
    margin-top: 6.1rem;
    margin-inline: auto;
    padding: 0 2rem 2.2rem 2.4rem;
    border-radius: 0.5rem;
    width: 72rem;
  }
  .article_page .recommended__title {
    transform: translateY(-1.4rem);
    margin-left: -0.4rem;
    margin-bottom: 0.7rem;
    padding: 0.7rem 2.6rem 0.6rem;
    font-size: 1.5rem;
  }
  .article_page .recommended__list {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .article_page .recommended__item {
    font-size: 1.5rem;
  }
  .article_page .recommended__item p {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
  .article_page .recommended__item p::before {
    margin-top: 0.1rem;
    width: 1.8rem;
    height: 1.6rem;
  }
  .article_page .recommended__item:nth-of-type(n+2) {
    margin-top: 1.2rem;
  }
  .article_page .EnzymePowderWash__contents {
    margin-top: 7.6rem;
    margin-inline: auto;
    padding-inline: 0;
    padding-bottom: 6rem;
    width: 72rem;
  }
  .article_page .EnzymePowderWash__contents__head {
    margin-bottom: 2.3rem;
  }
  .article_page .EnzymePowderWash__contents h4 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .article_page .EnzymePowderWash__contents h4::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box {
    display: flex;
    justify-content: center;
    -moz-column-gap: 9.4rem;
         column-gap: 9.4rem;
    margin-bottom: 1.2rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1) {
    margin-left: -1.3rem;
    margin-bottom: 0;
  }
  .article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1)::after {
    top: 11.2rem;
    bottom: auto;
    left: 34.7rem;
    right: auto;
    width: 2.6rem;
    height: 2.6rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1) .ingredientWrap {
    grid-template-columns: 15.2rem 15.2rem;
    margin-top: 0.7rem;
    margin-left: 0;
  }
  .article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1) .ingredientWrap::before {
    left: 0;
    width: 17rem;
    height: 17rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box-inner:nth-of-type(1) .contents__box__title {
    margin-left: 1.5rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box__title {
    margin-bottom: 1rem;
    padding: 0.6rem 0.7rem 0.5rem 0.8rem;
    font-size: 1.4rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--title {
    font-size: 1.7rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--item {
    padding-left: 1.7rem;
    font-size: 1.4rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--item::before {
    top: 0.4rem;
    width: 1.3rem;
    height: 1.2rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--1 {
    width: 17rem;
    height: 17rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--1 .ingredient--title {
    margin-top: 0.4rem;
    margin-bottom: 1.1rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--2 {
    width: 17rem;
    height: 17rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--2 .ingredient--title {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--3 {
    width: 18.6rem;
    height: 18.4rem;
  }
  .article_page .EnzymePowderWash__contents .contents__box .ingredient--3 .ingredient--title {
    margin-top: 1.7rem;
    margin-bottom: 0.6rem;
  }
  .article_page .EnzymePowderWash__contents .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .article_page .EnzymePowderWash__contents .nete {
    margin-top: 1.2rem;
    font-size: 1rem;
  }
  .article_page .EnzymePowderWash__contents__info + .EnzymePowderWash__contents__head {
    margin-top: 5.3rem;
    margin-bottom: 0.8rem;
  }
  .article_page .fragrance {
    background-image: url(../img/fragrance_pc.jpg);
  }
  .article_page .fragrance__inner {
    padding-block: 3.6rem 5.2rem;
  }
  .article_page .fragrance__text {
    margin-top: 5.8rem;
    font-size: 1.7rem;
    line-height: 1.75;
  }
  .article_page .fragrance__note {
    margin-top: 1.4rem;
    font-size: 1rem;
  }
  .article_page .hoeToUse {
    padding-block: 5.8rem 6.6rem;
  }
  .article_page .hoeToUse .item:hover {
    opacity: 1;
  }
  .article_page .hoeToUse .item:hover img {
    opacity: 0.6;
  }
  .article_page .hoeToUse .item:hover .dot {
    opacity: 1;
  }
  .article_page .hoeToUse img {
    transition: all 0.4s ease;
  }
  .article_page .hoeToUse .button-series {
    margin-top: 3rem;
  }
  .article_page .staffReview {
    padding-block: 3.8rem 5.5rem;
  }
  .article_page .staffReview .simple-bar_wrap {
    margin-top: 1.6rem;
  }
  .article_page .staffReview__list {
    justify-content: center;
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    margin-inline: 0;
  }
  .article_page .staffReview li {
    padding: 2rem 2.4rem 2.2rem;
    border-radius: 1rem;
    width: 29rem;
  }
  .article_page .staffReview__name {
    -moz-column-gap: 2.1rem;
         column-gap: 2.1rem;
    font-size: 1.3rem;
  }
  .article_page .staffReview__name img {
    width: 4.8rem;
  }
  .article_page .staffReview__name span {
    margin-top: 0.1rem;
  }
  .article_page .staffReview__comment {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    line-height: 2;
  }
  .article_page .goods {
    padding-block: 5rem 5.8rem;
  }
  .article_page .goods__title {
    font-size: 1.9rem;
  }
  .article_page .goods .swiper-container {
    margin-top: 2.7rem;
    margin-inline: auto;
    width: 74.8rem;
  }
  .article_page .goods .swiper-button-next,
.article_page .goods .swiper-button-prev {
    background-size: 3rem 3rem;
    width: 5rem;
    height: 5rem;
  }
  .article_page .goods .swiper-button-prev {
    left: 10rem;
  }
  .article_page .goods .swiper-button-next {
    right: 10rem;
  }
  .article_page .goods .swiper-pagination {
    margin-top: 1.7rem;
  }
  .article_page .goods .swiper-pagination-bullet {
    margin: 0 0.55rem;
  }
  .article_page .button {
    border-radius: 0.5rem;
  }
  .article_page .button::after {
    right: 1.2rem;
    width: 0.5rem;
    height: 1rem;
  }
  .article_page .button-cvArea {
    width: 20rem;
  }
  .article_page .button-cvArea a {
    padding: 1.3rem 2rem 1.2rem;
    font-size: 1.5rem;
  }
  .article_page .button-series {
    padding: 2rem 2.2rem 1.8rem 1rem;
    font-size: 1.4rem;
    width: 31rem;
  }
  .article_page .button-series::after {
    right: 1.2rem;
    width: 0.9rem;
    height: 1.1rem;
  }
  /* .article_page PC*/
}
/*# sourceMappingURL=style.css.map */