@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "nicomoji";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/nicomoji-plus_v2-5.otf") format("opentype"), url("../fonts/nicomoji-plus_v2-5.woff") format("woff"), url("../fonts/nicomoji-plus_v2-5.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@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;
}

#Archive {
  margin: 0;
  padding: calc(50 * 60rem/390) calc(45 * 60rem/390) calc(42 * 60rem/390);
  background-color: #FFFFFF;
  width: 100%;
}

.article_page {
  background: #F0F9FD;
  color: var(--color-text);
  font-family: var(--font-basic);
  font-weight: normal;
  font-style: normal;
  width: 100%;
  max-width: calc(390 * 60rem/390);
}
.article_page_inner {
  background: unset;
}
.article_page img,
.article_page svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.article_page img {
  image-rendering: -webkit-optimize-contrast;
}
.article_page picture {
  display: block;
}
.article_page a {
  display: block;
  color: inherit;
}
.article_page *:focus {
  outline: none;
}
.article_page a,
.article_page label {
  -webkit-tap-highlight-color: rgba(100, 166, 166, 0.2);
}
.article_page .push-buttonWrap {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.article_page input {
  display: none;
}
.article_page li,
.article_page ol {
  list-style-type: none;
}
.article_page .spOnly {
  display: block;
}
.article_page .pcOnly {
  display: none;
}
.article_page ::-moz-selection {
  color: #fff;
  background-color: rgba(100, 166, 166, 0.4);
}
.article_page ::selection {
  color: #fff;
  background-color: rgba(100, 166, 166, 0.4);
}
.article_page #share img {
  margin: auto;
}
.article_page sup {
  font-size: 0.6em;
}
.article_page .mvArea,
.article_page .otsukarereset,
.article_page .fade {
  opacity: 0;
}
.article_page .fade_in {
  -webkit-animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1 forwards;
          animation: opa 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1 forwards;
}
@-webkit-keyframes opa {
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .article_page : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.article_page {
  --color-text: #000000;
  --color-subText: #727272;
  --color-text-red: #C64244;
  --color-primary: #64A6AC;
  --color-secondary: #A4CECC;
  --color-tertiary: #9DC7CB;
  --color-button: #303030;
  --color-background: #F0F9FD;
  --color-background-1: #D5E9ED;
  --font-en: "Lato", sans-serif;
  --font-century-gothic: century-gothic, sans-serif;
  --font-basic: "helvetica-neue-lt-pro", "hiragino-kaku-gothic-pron","Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
.article_page .main-ttl {
  position: relative;
  padding: calc(20 * 60rem/390) calc(20 * 60rem/390) calc(15 * 60rem/390);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  background-color: #ffffff;
  color: #5F5F5F;
  width: 100%;
  z-index: 1;
}
.article_page .main-ttl .flex-box {
  display: flex;
  align-items: center;
}
.article_page .main-ttl .article_ttl {
  margin-bottom: 0;
  padding-top: calc(10 * 60rem/390);
  font-size: calc(16 * 60rem/390);
  font-weight: 300;
  line-height: 1.5;
}
.article_page .main-ttl .article_ttl .strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article_page .section {
  text-align: center;
}
.article_page .section__head {
  font-size: calc(16 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.035em;
}
.article_page .section__head .strong {
  font-size: calc(21 * 60rem/390);
}
.article_page .button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: calc(14 * 60rem/390);
  letter-spacing: 0.05em;
  z-index: 0;
}
.article_page .button--cart {
  background-color: #303030;
}
.article_page .button--cart::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: calc(20 * 60rem/390);
  height: calc(20 * 60rem/390);
  background-image: url(../img/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  z-index: 0;
}
.article_page .button--routine {
  padding: calc(14 * 60rem/390) calc(20 * 60rem/390) calc(11 * 60rem/390) calc(43 * 60rem/390);
  background-color: var(--color-primary);
  text-align: left;
  width: calc(300 * 60rem/390);
}
.article_page .button--routine::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(13 * 60rem/390);
  width: calc(10 * 60rem/390);
  height: calc(12 * 60rem/390);
  background-image: url(../img/arrow-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  z-index: 0;
}
.article_page .link {
  color: var(--color-subText);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .link p {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(7 * 60rem/390);
       column-gap: calc(7 * 60rem/390);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article_page .link p::after {
  content: "";
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-subText);
  width: calc(5 * 60rem/390);
  height: calc(10 * 60rem/390);
  z-index: 0;
}
.article_page .sec-head {
  display: inline-block;
  background-color: var(--color-tertiary);
  border-radius: 50px;
  color: #ffffff;
  font-family: century-gothic, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article_page .sec-title {
  font-size: calc(21 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: 100%;
}
.article_page .c-stepcard__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(26 * 60rem/390);
       column-gap: calc(26 * 60rem/390);
  margin-top: calc(20 * 60rem/390);
  z-index: 0;
}
.article_page .c-stepcard__inner.pop::before {
  display: grid;
  place-content: center;
  content: "医薬部外品";
  position: absolute;
  top: calc(-44 * 60rem/390);
  left: calc(-29 * 60rem/390);
  border-radius: 50%;
  background-color: #E5F1F8;
  color: #6491AC;
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  width: calc(86 * 60rem/390);
  height: calc(84 * 60rem/390);
  z-index: -1;
}
.article_page .c-stepcard .images {
  width: calc(66 * 60rem/390);
}
.article_page .c-stepcard__credit {
  text-align: left;
  width: calc(200 * 60rem/390);
}
.article_page .c-stepcard__credit .name {
  margin-bottom: calc(6 * 60rem/390);
  font-size: calc(16 * 60rem/390);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
.article_page .c-stepcard__credit .price {
  font-family: "Lato", "hiragino-kaku-gothic-pron", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(17 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.article_page .c-stepcard__credit .price .usually {
  font-size: calc(11 * 60rem/390);
  font-weight: 300;
}
.article_page .c-stepcard__credit .price.price-regular {
  color: var(--color-text-red);
}
.article_page .c-stepcard__credit .price .regular {
  font-size: calc(11 * 60rem/390);
}
.article_page .c-stepcard__credit .price .yen {
  font-size: calc(16 * 60rem/390);
}
.article_page .c-stepcard__credit .price small {
  font-size: calc(11 * 60rem/390);
}
.article_page .c-stepcard__credit .price__note {
  margin-top: calc(7 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.05em;
  line-height: 1;
}
.article_page .c-stepcard__credit .price__note .strong {
  font-size: calc(13 * 60rem/390);
}
.article_page .otsukarereset {
  padding: calc(49 * 60rem/390) 0 calc(45 * 60rem/390);
  background-color: #ffffff;
  text-align: center;
}
.article_page .otsukarereset__title {
  position: relative;
  display: inline-block;
  padding-inline: calc(26 * 60rem/390) calc(8 * 60rem/390);
  background-color: #ffffff;
  font-size: calc(15 * 60rem/390);
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-indent: calc(-15 * 60rem/390);
  z-index: 1;
}
.article_page .otsukarereset__title .strong {
  font-size: calc(21 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
.article_page .otsukarereset__list {
  margin-top: calc(-18 * 60rem/390);
  margin-inline: auto;
  margin-bottom: calc(24 * 60rem/390);
  padding: calc(32 * 60rem/390) calc(10 * 60rem/390) calc(23 * 60rem/390);
  border: 1px solid var(--color-secondary);
  border-radius: calc(5 * 60rem/390);
  width: calc(350 * 60rem/390);
}
.article_page .otsukarereset__list ul {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article_page .otsukarereset__item {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(12 * 60rem/390);
       column-gap: calc(12 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(14 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .otsukarereset__item::before {
  content: "";
  width: calc(18 * 60rem/390);
  height: calc(16 * 60rem/390);
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .otsukarereset__item:nth-of-type(n+2) {
  margin-top: calc(7 * 60rem/390);
}
.article_page .otsukarereset__text {
  font-size: calc(14 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .cause {
  padding-top: calc(34 * 60rem/390);
  padding-bottom: calc(48 * 60rem/390);
  background-color: var(--color-background-1);
  text-align: center;
}
.article_page .cause__title {
  display: inline-block;
  margin-bottom: calc(8 * 60rem/390);
  padding: calc(20 * 60rem/390) calc(10 * 60rem/390) calc(20 * 60rem/390) calc(14 * 60rem/390);
  color: var(--color-primary);
  font-size: calc(16 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  background-image: url(../img/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(239 * 60rem/390);
}
.article_page .cause__list {
  display: inline-block;
  position: relative;
  margin-right: calc(7 * 60rem/390);
  margin-bottom: calc(11 * 60rem/390);
  width: calc(336 * 60rem/390);
  height: calc(229 * 60rem/390);
  z-index: 0;
}
.article_page .cause__item {
  display: grid;
  place-content: center;
  place-items: center;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(136 * 60rem/390);
  height: calc(136 * 60rem/390);
  z-index: 0;
}
.article_page .cause__item__text {
  margin-top: calc(5 * 60rem/390);
  margin-bottom: calc(5 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(12 * 60rem/390);
  line-height: 1.5;
  letter-spacing: 0;
}
.article_page .cause__item__causetext {
  padding: calc(6 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(62 * 60rem/390);
  height: calc(25 * 60rem/390);
}
.article_page .cause__item.ultravioletlight {
  bottom: 0;
  left: 0;
  background-image: url(../img/ultravioletlight_bg.png);
}
.article_page .cause__item.ultravioletlight .cause__item__causetext {
  background-color: #FFFFEA;
  border: 1px solid #F0F0BF;
}
.article_page .cause__item.cooling {
  top: 0;
  left: calc(97 * 60rem/390);
  background-image: url(../img/cooling_bg.png);
}
.article_page .cause__item.cooling .cause__item__causetext {
  background-color: #EAFAFA;
  border: 1px solid #BCE5E6;
}
.article_page .cause__item.drying {
  bottom: 0;
  right: 0;
  background-image: url(../img/drying_bg.png);
}
.article_page .cause__item.drying .cause__item__causetext {
  background-color: #F8F5F0;
  border: 1px solid #E5CEB6;
}
.article_page .cause__text {
  position: relative;
  padding-bottom: calc(65 * 60rem/390);
  font-size: calc(13 * 60rem/390);
  line-height: 1.75;
  letter-spacing: 0.1em;
  z-index: 0;
}
.article_page .cause__text::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(23 * 60rem/390);
  left: 0;
  right: 0;
  width: calc(39 * 60rem/390);
  height: calc(20 * 60rem/390);
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .cause__care__subTitle {
  margin-left: calc(17 * 60rem/390);
  margin-bottom: calc(9 * 60rem/390);
  font-size: calc(14 * 60rem/390);
  letter-spacing: 0.1em;
}
.article_page .cause__care__title {
  display: inline-block;
  margin-bottom: calc(30 * 60rem/390);
  padding: calc(4 * 60rem/390) calc(6 * 60rem/390);
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--color-primary);
  font-size: calc(19 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.1em;
}
.article_page .cause .accordionBox {
  position: relative;
  transition: all 0.5s ease;
  margin-inline: auto;
  padding: calc(15 * 60rem/390) calc(21 * 60rem/390) calc(38 * 60rem/390);
  background-color: #EEF7F8;
  border-radius: calc(7 * 60rem/390);
  overflow: hidden;
  width: calc(340 * 60rem/390);
  max-height: calc(120 * 60rem/390);
  z-index: 0;
}
.article_page .cause .accordionBox.open {
  max-height: calc(200 * 60rem/390);
}
.article_page .cause .accordionBox.open .accordionBox__inner::before {
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(1, 1.8);
  transform-origin: top;
}
.article_page .cause .accordionBox.open .accordionBox__button .ui-border::after {
  transform: rotate(0deg);
}
.article_page .cause .accordionBox__inner {
  position: relative;
  z-index: 0;
}
.article_page .cause .accordionBox__inner::before {
  content: "";
  position: absolute;
  transition: all 0.8s ease;
  top: calc(30 * 60rem/390);
  left: 0;
  border-radius: 0 0 1.0769230769rem 1.0769230769rem;
  width: 100%;
  height: calc(75 * 60rem/390);
  background: linear-gradient(0deg, rgb(237, 248, 252) 40%, rgba(237, 248, 252, 0) 100%);
  pointer-events: none;
  opacity: 1;
  z-index: 0;
}
.article_page .cause .accordionBox dt {
  margin-bottom: calc(9 * 60rem/390);
  padding-bottom: calc(7 * 60rem/390);
  border-bottom: 1px solid;
}
.article_page .cause .accordionBox dt h3 {
  font-size: calc(15 * 60rem/390);
  letter-spacing: 0.1em;
}
.article_page .cause .accordionBox dd {
  font-size: calc(12 * 60rem/390);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.article_page .cause .accordionBox dd .strong {
  font-size: calc(13 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article_page .cause .accordionBox__button {
  display: flex;
  position: absolute;
  margin: auto;
  margin-top: calc(10 * 60rem/390);
  padding-bottom: calc(1 * 60rem/390);
  left: 0;
  right: 0;
  bottom: calc(14 * 60rem/390);
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(11 * 60rem/390);
       column-gap: calc(11 * 60rem/390);
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  font-family: var(--font-century-gothic);
  font-size: calc(13 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.025em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.article_page .cause .accordionBox__button .ui-border {
  position: relative;
  z-index: 0;
}
.article_page .cause .accordionBox__button .ui-border::before, .article_page .cause .accordionBox__button .ui-border::after {
  content: "";
  position: absolute;
  transition: all 0.5s ease;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(8 * 60rem/390);
  height: 0;
  border-bottom: 1px solid var(--color-primary);
  z-index: 0;
}
.article_page .cause .accordionBox__button .ui-border::after {
  transform: rotate(90deg);
}
.article_page .anchorlink {
  background-color: #ffffff;
  text-align: center;
}
.article_page .anchorlink__item {
  position: relative;
  padding: calc(15 * 60rem/390) calc(20 * 60rem/390) calc(28 * 60rem/390);
  z-index: 0;
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(-3 * 60rem/390));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(-3 * 60rem/390));
  }
  100% {
    transform: translateY(0);
  }
}
.article_page .anchorlink__item::after {
  content: "";
  position: absolute;
  -webkit-animation: updown 1.8s infinite ease-in-out;
          animation: updown 1.8s infinite ease-in-out;
  margin: auto;
  bottom: calc(10 * 60rem/390);
  left: 0;
  right: 0;
  width: calc(13 * 60rem/390);
  height: calc(6 * 60rem/390);
  background-image: url(../img/arrow-anchorlink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .anchorlink__item:nth-of-type(n+2) {
  border-top: 1px dotted #A9AAAA;
}
.article_page .anchorlink__item:nth-of-type(1) .anchorlink__item__head {
  padding: calc(8 * 60rem/390) calc(11 * 60rem/390) calc(6 * 60rem/390);
}
.article_page .anchorlink__item:nth-of-type(2) .anchorlink__item__head {
  padding: calc(4 * 60rem/390) calc(11 * 60rem/390) calc(5 * 60rem/390);
}
.article_page .anchorlink__item__head {
  display: inline-block;
  margin-bottom: calc(6 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.035em;
}
.article_page .anchorlink__item__head .strong {
  font-size: calc(17 * 60rem/390);
}
.article_page .anchorlink__item__title {
  color: #646464;
  font-size: calc(16 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
.article_page .lotionContents {
  margin-bottom: calc(21 * 60rem/390);
  padding-top: calc(58 * 60rem/390);
  padding-inline: 0;
}
.article_page .lotionContents .section__head {
  margin-bottom: calc(19 * 60rem/390);
  padding: calc(8 * 60rem/390) calc(14 * 60rem/390) calc(6 * 60rem/390);
}
.article_page .lotionContents__headding {
  margin-bottom: calc(24 * 60rem/390);
  font-size: calc(19 * 60rem/390);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.article_page .lotionContents__headding .decoration {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.article_page .lotionContents__headding .decoration::before, .article_page .lotionContents__headding .decoration::after {
  content: "";
  position: absolute;
  top: calc(6 * 60rem/390);
  width: 1px;
  height: calc(15 * 60rem/390);
  border-left: 1px solid;
  z-index: 0;
}
.article_page .lotionContents__headding .decoration::before {
  transform: rotate(-42deg);
  left: calc(-21 * 60rem/390);
}
.article_page .lotionContents__headding .decoration::after {
  transform: rotate(42deg);
  right: calc(-21 * 60rem/390);
}
.article_page .lotionContents__pr {
  margin-bottom: calc(21 * 60rem/390);
  padding-bottom: calc(12 * 60rem/390);
  background-image: url(../img/lotion_bg.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
}
.article_page .lotionContents__pr__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: calc(10 * 60rem/390);
       column-gap: calc(10 * 60rem/390);
  margin-top: calc(-10 * 60rem/390);
}
.article_page .lotionContents__pr .images {
  margin-left: calc(49 * 60rem/390);
  width: calc(87 * 60rem/390);
}
.article_page .lotionContents__pr__point {
  text-align: left;
}
.article_page .lotionContents__pr__point__text {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: var(--color-primary);
  font-size: calc(14 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.025em;
  line-height: 1;
}
.article_page .lotionContents__pr__point__text:nth-of-type(1) {
  margin-bottom: calc(6 * 60rem/390);
  padding: calc(5 * 60rem/390) calc(7 * 60rem/390) calc(4 * 60rem/390);
}
.article_page .lotionContents__pr__point__text:nth-of-type(2) {
  margin-bottom: calc(18 * 60rem/390);
  padding: calc(4 * 60rem/390) calc(7 * 60rem/390) calc(4 * 60rem/390);
}
.article_page .lotionContents__pr__pointlist {
  margin-left: calc(3 * 60rem/390);
}
.article_page .lotionContents__pr__pointItem {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(8 * 60rem/390);
       column-gap: calc(8 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(14 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .lotionContents__pr__pointItem::before {
  content: "";
  width: calc(18 * 60rem/390);
  height: calc(16 * 60rem/390);
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article_page .lotionContents__pr__pointItem:nth-of-type(n+2) {
  margin-top: calc(5 * 60rem/390);
}
.article_page .lotionContents__credit {
  margin-bottom: calc(9 * 60rem/390);
}
.article_page .lotionContents__credit .name {
  margin-bottom: calc(12 * 60rem/390);
  font-size: calc(17 * 60rem/390);
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.article_page .lotionContents__credit .price {
  font-family: "Lato", "hiragino-kaku-gothic-pron", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(18 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.article_page .lotionContents__credit .price .usually {
  font-size: calc(12 * 60rem/390);
}
.article_page .lotionContents__credit .price.price-regular {
  color: var(--color-text-red);
}
.article_page .lotionContents__credit .price .regular {
  font-size: calc(12 * 60rem/390);
}
.article_page .lotionContents__credit .price .yen {
  font-size: calc(16 * 60rem/390);
}
.article_page .lotionContents__credit .price small {
  font-size: calc(11 * 60rem/390);
}
.article_page .lotionContents__credit .price__note {
  margin-top: calc(9 * 60rem/390);
  margin-bottom: calc(23 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.09em;
  line-height: 1;
}
.article_page .lotionContents__credit .price__note .strong {
  font-size: calc(13 * 60rem/390);
}
.article_page .lotionContents .link {
  margin-bottom: calc(10 * 60rem/390);
  font-size: calc(15 * 60rem/390);
}
.article_page .lotionContents .button--cart {
  padding: calc(14 * 60rem/390) calc(20 * 60rem/390) calc(12 * 60rem/390) calc(52 * 60rem/390);
  background-color: #303030;
  width: calc(260 * 60rem/390);
}
.article_page .lotionContents .button--cart::before {
  left: calc(68 * 60rem/390);
}
.article_page .lotionContents__uservoice {
  padding-top: calc(43 * 60rem/390);
  padding-bottom: calc(54 * 60rem/390);
  background: linear-gradient(0deg, rgb(225, 240, 247) 70%, rgb(240, 249, 254) 100%);
}
.article_page .lotionContents__uservoice__title {
  margin-bottom: calc(20 * 60rem/390);
  font-family: var(--font-century-gothic);
  font-size: calc(26 * 60rem/390);
  letter-spacing: 0.09em;
}
.article_page .lotionContents__uservoice__listWrap {
  scrollbar-width: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
}
.article_page .lotionContents__uservoice__listWrap::-webkit-scrollbar {
  display: none;
}
.article_page .lotionContents__uservoice__list {
  display: inline-flex;
  -moz-column-gap: calc(16 * 60rem/390);
       column-gap: calc(16 * 60rem/390);
  margin-inline: calc(40 * 60rem/390);
  padding-top: calc(45 * 60rem/390);
  padding-bottom: calc(2 * 60rem/390);
}
.article_page .lotionContents__uservoice__item {
  position: relative;
  padding: calc(29 * 60rem/390) calc(25 * 60rem/390) calc(21 * 60rem/390);
  background-color: #fff;
  border-radius: calc(5 * 60rem/390);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  width: calc(310 * 60rem/390);
  z-index: 0;
}
.article_page .lotionContents__uservoice__item .comment {
  font-size: calc(13 * 60rem/390);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}
.article_page .lotionContents__uservoice .user {
  position: absolute;
  margin: auto;
  top: calc(-45 * 60rem/390);
  left: 0;
  right: 0;
  width: calc(66 * 60rem/390);
  z-index: 1;
}
.article_page .lotionContents .simplebar-track.simplebar-horizontal {
  position: static;
  margin: calc(18 * 60rem/390) auto 0;
  background: #F8FDFF;
  border-radius: 7px;
  width: calc(310 * 60rem/390);
  height: calc(4 * 60rem/390);
}
.article_page .lotionContents .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  position: static;
  height: calc(4 * 60rem/390);
}
.article_page .lotionContents .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
  background: var(--color-tertiary);
  opacity: 1;
}
.article_page .routineContents {
  padding-top: calc(37 * 60rem/390);
  padding-bottom: calc(60 * 60rem/390);
  padding-inline: calc(17 * 60rem/390);
}
.article_page .routineContents .section__head {
  margin-bottom: calc(20 * 60rem/390);
  padding: calc(4 * 60rem/390) calc(14 * 60rem/390) calc(6 * 60rem/390);
}
.article_page .routineContents .section__title {
  margin-bottom: calc(45 * 60rem/390);
}
.article_page .routineContents__list {
  margin-bottom: calc(39 * 60rem/390);
}
.article_page .routineContents__item {
  position: relative;
  padding: calc(25 * 60rem/390) calc(10 * 60rem/390) calc(28 * 60rem/390) calc(18 * 60rem/390);
  background: #fff;
  border-radius: calc(18 * 60rem/390);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 0;
}
.article_page .routineContents__item:nth-of-type(n+2) {
  margin-top: calc(46 * 60rem/390);
}
.article_page .routineContents__item .head {
  display: flex;
  align-items: baseline;
  position: absolute;
  margin: auto;
  top: calc(-19 * 60rem/390);
  left: 0;
  right: 0;
  justify-content: center;
  -moz-column-gap: calc(13 * 60rem/390);
       column-gap: calc(13 * 60rem/390);
  color: var(--color-primary);
  z-index: 1;
}
.article_page .routineContents__item .head__step {
  font-family: var(--font-century-gothic);
  font-size: calc(16 * 60rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .routineContents__item .head__step .number {
  font-size: calc(21 * 60rem/390);
}
.article_page .routineContents__item .head__title {
  font-size: calc(22 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .routineContents__item .read {
  font-size: calc(13 * 60rem/390);
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.article_page .routineContents__item .read__note {
  margin-top: calc(3 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(10 * 60rem/390);
  line-height: 1.38;
  letter-spacing: 0;
}
.article_page .routineContents .link {
  margin-top: calc(18 * 60rem/390);
  margin-bottom: calc(10 * 60rem/390);
  font-size: calc(13 * 60rem/390);
}
.article_page .routineContents .link p {
  justify-content: flex-start;
}
.article_page .routineContents .button--cart {
  padding: calc(11 * 60rem/390) calc(10 * 60rem/390) calc(10 * 60rem/390) calc(63 * 60rem/390);
  background-color: #303030;
  width: 100%;
}
.article_page .routineContents .button--cart::before {
  left: calc(36 * 60rem/390);
}
.article_page .goods {
  padding-top: calc(44 * 60rem/390);
  padding-bottom: calc(51 * 60rem/390);
  background-color: var(--color-background-1);
  text-align: center;
  overflow: hidden;
}
.article_page .goods__title {
  margin-bottom: calc(26 * 60rem/390);
  font-size: calc(20 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .goods__inner {
  position: relative;
  z-index: 0;
}
.article_page .goods .c-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: calc(10 * 60rem/390);
  box-sizing: border-box;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  height: auto;
}
.article_page .goods .c-card__inner {
  padding: calc(26 * 60rem/390) calc(16 * 60rem/390) calc(18 * 60rem/390);
  height: 100%;
}
.article_page .goods .c-card .info-wrap {
  margin-bottom: calc(20 * 60rem/390);
}
.article_page .goods .c-card .info {
  display: inline-block;
  padding: calc(4 * 60rem/390) calc(5 * 60rem/390) calc(2 * 60rem/390);
  border: 1px solid;
  border-radius: calc(1 * 60rem/390);
  color: #AFAFAF;
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(115 * 60rem/390);
}
.article_page .goods .c-card .info.--spf {
  margin-top: calc(5 * 60rem/390);
  padding: calc(4 * 60rem/390) calc(5 * 60rem/390) calc(3 * 60rem/390);
  background-color: #A9AAAA;
  color: #ffffff;
  font-family: var(--font-century-gothic);
  letter-spacing: 0;
}
.article_page .goods .c-card .img {
  position: relative;
  margin-bottom: calc(8 * 60rem/390);
  z-index: 0;
}
.article_page .goods .c-card .img.pop::before {
  display: grid;
  place-content: center;
  content: "W洗顔不要";
  position: absolute;
  top: calc(-10 * 60rem/390);
  left: calc(0 * 60rem/390);
  border-radius: 50%;
  background-color: #E2F0FA;
  color: #6491AC;
  font-size: calc(10 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  width: calc(70 * 60rem/390);
  height: calc(70 * 60rem/390);
  z-index: -1;
}
.article_page .goods .c-card .name {
  margin-bottom: calc(8 * 60rem/390);
  font-size: calc(13 * 60rem/390);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.article_page .goods .c-card .price {
  font-family: "Lato", "hiragino-kaku-gothic-pron", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(11 * 60rem/390);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.article_page .goods .c-card .price.price-regular {
  margin-bottom: calc(5 * 60rem/390);
  color: var(--color-text-red);
}
.article_page .goods .c-card .price .century {
  font-family: var(--font-century-gothic);
}
.article_page .goods .c-card .price .small {
  font-size: calc(15 * 60rem/390);
}
.article_page .goods .c-card .price .price {
  font-size: calc(18 * 60rem/390);
}
.article_page .goods .c-card .price .tax {
  margin-left: calc(3 * 60rem/390);
  font-size: calc(11 * 60rem/390);
}
.article_page .goods .c-card .link {
  margin-top: auto;
  margin-bottom: calc(10 * 60rem/390);
  font-size: calc(12 * 60rem/390);
}
.article_page .goods .c-card .link__text::after {
  width: calc(5 * 60rem/390);
  height: calc(8 * 60rem/390);
}
.article_page .goods .swiper-pagination {
  position: static;
  margin-top: calc(23 * 60rem/390);
  line-height: 1;
}
.article_page .goods .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 calc(5.5 * 60rem/390);
}
.article_page .goods .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid var(--color-primary);
  opacity: 1;
  width: calc(8 * 60rem/390);
  height: calc(8 * 60rem/390);
}
.article_page .goods .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.article_page .goods .swiper-button-next,
.article_page .goods .swiper-button-prev {
  background-image: url(../img/arrow-slider.png);
  background-size: calc(36 * 60rem/390) calc(36 * 60rem/390);
  background-repeat: no-repeat;
  top: 44.2%;
  width: calc(50 * 60rem/390);
  height: calc(50 * 60rem/390);
}
.article_page .goods .swiper-button-next::after,
.article_page .goods .swiper-button-prev::after {
  display: none;
}
.article_page .goods .swiper-button-prev {
  left: calc(35 * 60rem/390);
}
.article_page .goods .swiper-button-next {
  transform: scale(-1, 1);
  right: calc(35 * 60rem/390);
}
.article_page .goods .button--otsukarereset {
  margin-bottom: calc(50 * 60rem/390);
}
.article_page .goods__text {
  display: inline-block;
  position: relative;
  margin-bottom: calc(16 * 60rem/390);
  padding-inline: calc(10 * 60rem/390);
  font-size: calc(15 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.article_page .goods__text::before, .article_page .goods__text::after {
  content: "";
  position: absolute;
  top: calc(0 * 60rem/390);
  width: 1px;
  height: calc(18 * 60rem/390);
  border-left: 1px solid var(--color-text);
  z-index: 0;
}
.article_page .goods__text::before {
  transform: rotate(-36deg);
  left: calc(0 * 60rem/390);
}
.article_page .goods__text::after {
  transform: rotate(36deg);
  right: calc(0 * 60rem/390);
}
.article_page .goods__banner {
  margin-inline: calc(20 * 60rem/390);
}

/* .article_page SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  #Wrap {
    width: 100%;
  }
  #Archive {
    margin: 0 auto 8rem;
    padding: 8rem 0 0;
    width: 90rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .article_page {
    padding: 0;
    background-color: #fff;
    width: 100%;
    max-width: 100vw;
  }
  .article_page a {
    cursor: pointer;
  }
  .article_page a:hover {
    opacity: 1;
  }
  .article_page .pcOnly {
    display: block;
  }
  .article_page .spOnly {
    display: none;
  }
  /* .article_page : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .article_page .main-ttl {
    margin: 0 auto;
    padding: 4rem 2rem 2.3rem;
  }
  .article_page .main-ttl .article_ttl {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 2.2rem;
  }
  .article_page_inner {
    grid-column: 2;
    margin-inline: auto;
    padding-bottom: 0;
    background: #F0F9FD;
    width: 60rem;
  }
  .article_page .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    margin: 0 auto;
    background: #b7d8da;
    width: 100%;
    height: 100%;
  }
  .article_page .fixed_area .fixed_left,
.article_page .fixed_area .fixed_right {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 98vh;
    pointer-events: all;
  }
  .article_page .fixed_area .fixed_left {
    top: 7rem;
    grid-column: 1;
  }
  .article_page .fixed_area .fixed_left__inner {
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
  }
  .article_page .fixed_area .fixed_left .logo {
    margin: 0 auto 4rem;
    max-width: 19rem;
  }
  .article_page .fixed_area .fixed_left .headding {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .article_page .fixed_area .fixed_left .subTitle {
    margin-bottom: 1.5rem;
    font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
    font-size: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .article_page .fixed_area .fixed_left .subTitle .strong {
    display: inline-block;
    margin-inline: 0.2rem;
    padding: 0.2rem 0.5rem 0.1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    color: #72cacc;
    font-size: 2.4rem;
  }
  .article_page .fixed_area .fixed_left .title {
    padding-inline: 0.3rem;
    font-size: 3.4rem;
    background: linear-gradient(transparent 60%, #c3e3e2 60%);
    line-height: 1.25;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .article_page .fixed_area .fixed_left .title .en {
    position: relative;
    color: transparent;
    font-size: 3.2rem;
    font-weight: normal;
    z-index: 0;
  }
  .article_page .fixed_area .fixed_left .title .en::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    width: 1.1rem;
    height: 0.9rem;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .article_page .fixed_area .fixed_left .title .en:nth-of-type(1)::before {
    right: 0.2rem;
    background-image: url(../img/doublequotes_l.svg);
  }
  .article_page .fixed_area .fixed_left .title .en:nth-of-type(2)::before {
    left: 0.2rem;
    background-image: url(../img/doublequotes_r.svg);
  }
  .article_page .fixed_area .fixed_right {
    top: 7rem;
    grid-column: 3;
    overflow: hidden scroll;
  }
  .article_page .fixed_area .fixed_right .anchorlink__item {
    padding: 1.5rem 5rem 2.8rem;
  }
  .article_page .fixed_area .fixed_right .anchorlink__item::after {
    bottom: 1rem;
    width: 1.3rem;
    height: 0.6rem;
  }
  .article_page .fixed_area .fixed_right .anchorlink__item__head {
    font-size: 1.4rem;
  }
  .article_page .fixed_area .fixed_right .anchorlink__item__head .strong {
    font-size: 1.9rem;
  }
  .article_page .fixed_area .fixed_right .anchorlink__item:nth-of-type(1) .anchorlink__item__head {
    padding: 0.8rem 1.1rem 0.6rem;
  }
  .article_page .fixed_area .fixed_right .anchorlink__item:nth-of-type(2) .anchorlink__item__head {
    padding: 0.4rem 1.1rem 0.5rem;
  }
  .article_page .fixed_area .fixed_right .anchorlink__item__title {
    font-size: 1.8rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .article_page PC*/
}
/*# sourceMappingURL=style.css.map */
