@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 a:hover {
  opacity: 1;
}
.article_page *:focus {
  outline: none;
}
.article_page a,
.article_page label {
  -webkit-tap-highlight-color: rgba(198, 226, 211, 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(198, 226, 211, 0.7);
}
.article_page ::selection {
  color: #fff;
  background-color: rgba(198, 226, 211, 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;
  }
}
.article_page li .anchor-linkArea__item {
  opacity: 0;
}
.article_page .fade_in li:nth-child(1) .anchor-linkArea__item {
  animation: yuragiAnim 0.4s ease-in forwards, floatY 9s infinite, floatX2 11s infinite reverse;
}
.article_page .fade_in li:nth-child(2) .anchor-linkArea__item {
  animation: yuragiAnim 0.4s ease-in forwards, floatY2 7s infinite, floatX 12s infinite reverse;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.article_page .fade_in li:nth-child(3) .anchor-linkArea__item {
  animation: yuragiAnim 0.4s ease-in forwards, floatY2 8s infinite, floatX2 11s infinite reverse;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes yuragiAnim {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes yuragiAnim {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes floatY {
  0% {
    transform: translateY(-0.4rem);
  }
  50% {
    transform: translateY(0.4rem);
  }
  100% {
    transform: translateY(-0.4rem);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(-0.4rem);
  }
  50% {
    transform: translateY(0.4rem);
  }
  100% {
    transform: translateY(-0.4rem);
  }
}
@-webkit-keyframes floatX {
  0% {
    translate: -0.2rem 0;
  }
  50% {
    translate: 0.2rem 0;
  }
  100% {
    translate: -0.2rem 0;
  }
}
@keyframes floatX {
  0% {
    translate: -0.2rem 0;
  }
  50% {
    translate: 0.2rem 0;
  }
  100% {
    translate: -0.2rem 0;
  }
}
@-webkit-keyframes floatY2 {
  0% {
    transform: translateY(0.4rem);
  }
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0.4rem);
  }
}
@keyframes floatY2 {
  0% {
    transform: translateY(0.4rem);
  }
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0.4rem);
  }
}
@-webkit-keyframes floatX2 {
  0% {
    translate: 0.3rem 0;
  }
  50% {
    translate: -0.3rem 0;
  }
  100% {
    translate: 0.3rem 0;
  }
}
@keyframes floatX2 {
  0% {
    translate: 0.3rem 0;
  }
  50% {
    translate: -0.3rem 0;
  }
  100% {
    translate: 0.3rem 0;
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .article_page : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.article_page {
  --color-text: #5F5F5F;
  --color-subText: #909090;
  --color-red: #C35B5B;
  --color-primary: #93C9AB;
  --color-primary-dryingSkin: #9F7B51;
  --color-secondary-dryingSkin: #C3A174;
  --color-tertiary-dryingSkin: #E2D5BD;
  --color-bg-dryingSkin: #F8F6EF;
  --color-primary-troubleDrySkin: #9D9451;
  --color-secondary-troubleDrySkin: #B9B06E;
  --color-tertiary-troubleDrySkin: #E3E3AA;
  --color-bg-troubleDrySkin: #F7F7E5;
  --color-primary-momentDrySkin: #6D9584;
  --color-secondary-momentDrySkin: #82A395;
  --color-tertiary-momentDrySkin: #C2DBD0;
  --color-bg-momentDrySkin: #ECF7F4;
  --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 {
  padding-bottom: calc(64 * 100vw/390);
}
.article_page .main-ttl {
  padding: calc(15 * 100vw/390);
  background: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
}
.article_page .main-ttl .flex-box {
  display: flex;
  align-items: center;
}
.article_page .main-ttl .article_ttl {
  padding-top: calc(10 * 100vw/390);
}
.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: #C2DBD0;
  border-radius: 0;
  width: 101%;
  height: calc(4 * 100vw/390) !important;
}
.article_page .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.article_page .simplebar-track {
  margin: 0 auto;
  background: #ECF7F4;
  overflow: hidden;
  width: calc(276 * 100vw/390);
  height: calc(3 * 100vw/390) !important;
}
.article_page .section {
  padding: 0;
  text-align: center;
}
.article_page .section__title {
  position: relative;
  margin-inline: auto;
  padding: calc(15 * 100vw/390) calc(12 * 100vw/390) calc(11 * 100vw/390);
  border-radius: calc(12 * 100vw/390);
  width: calc(300 * 100vw/390);
  z-index: 1;
}
.article_page .section__title::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-7 * 100vw/390);
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: calc(16 * 100vw/390);
  height: calc(8 * 100vw/390);
  z-index: 0;
}
.article_page .section__subTitle {
  margin-bottom: calc(8 * 100vw/390);
  color: #fff;
  font-size: calc(13 * 100vw/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.article_page .section__subTitle .en-text {
  font-family: "Lato", sans-serif;
  font-size: calc(13 * 100vw/390);
}
.article_page .section__type {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(7 * 100vw/390);
       column-gap: calc(7 * 100vw/390);
  margin-right: calc(19 * 100vw/390);
  font-size: calc(18 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.article_page .section__type::before {
  content: "";
  width: calc(26 * 100vw/390);
  height: calc(26 * 100vw/390);
  background-size: contain;
  background-repeat: no-repeat;
}
.article_page .section .price__note {
  margin-top: calc(5 * 100vw/390);
  color: var(--color-subText);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.055em;
}
.article_page .section__contents .read {
  position: relative;
  margin-bottom: calc(34 * 100vw/390);
  font-size: calc(17 * 100vw/390);
  font-weight: 600;
  line-height: 1.51;
  letter-spacing: 0.1em;
  z-index: 0;
}
.article_page .section__contents .read::after {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(-75 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(200 * 100vw/390);
  height: calc(200 * 100vw/390);
  background-image: url(../img/blur.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.article_page .section__contents .headding {
  display: inline-block;
  position: relative;
  margin-bottom: calc(10 * 100vw/390);
  padding-inline: calc(18 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(14 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.1em;
  z-index: 0;
}
.article_page .section__contents .headding .strong {
  font-weight: 600;
}
.article_page .section__contents .headding span {
  letter-spacing: 0.1em;
}
.article_page .section__contents .headding::before, .article_page .section__contents .headding::after {
  content: "";
  position: absolute;
  top: calc(16 * 100vw/390);
  width: 1px;
  height: calc(20 * 100vw/390);
  border-left: 1px solid var(--color-subText);
  z-index: 0;
}
.article_page .section__contents .headding::before {
  transform: rotate(-38deg);
  left: 0;
}
.article_page .section__contents .headding::after {
  transform: rotate(38deg);
  right: 0;
}
.article_page .section__contents .copy {
  position: relative;
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  z-index: 1;
}
.article_page .section__contents .copy span {
  letter-spacing: 0.1em;
}
.article_page .section .link--detail {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(5 * 100vw/390);
       column-gap: calc(5 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.article_page .section .link--detail::after {
  content: "";
  width: calc(6 * 100vw/390);
  height: calc(9 * 100vw/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.article_page .section .product__credit .category {
  display: inline-block;
  border-radius: calc(2 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .section .product__credit .name {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.article_page .section .price {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: calc(5 * 100vw/390);
       column-gap: calc(5 * 100vw/390);
}
.article_page .section .price__type {
  border-radius: 60px;
  font-size: calc(9 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
}
.article_page .section .price__usually .price__type {
  padding: calc(3 * 100vw/390) calc(5 * 100vw/390) calc(2 * 100vw/390);
  background-color: #ffffff;
  border: calc(1 * 100vw/390) solid;
}
.article_page .section .price__regular {
  margin-top: calc(4 * 100vw/390);
}
.article_page .section .price__regular .price__type {
  padding: calc(4 * 100vw/390) calc(6 * 100vw/390) calc(3 * 100vw/390);
  background-color: var(--color-red);
  color: #ffffff;
}
.article_page .section .price__regular .price__amount {
  color: var(--color-red);
}
.article_page .section .price__amount {
  line-height: 1;
  letter-spacing: 0.05em;
}
.article_page .section__upper-row {
  position: relative;
  margin-top: calc(-42 * 100vw/390);
  padding: calc(73 * 100vw/390) calc(0 * 100vw/390) calc(37 * 100vw/390);
  z-index: 0;
}
.article_page .section__upper-row::after {
  content: "";
  position: absolute;
  bottom: calc(-30 * 100vw/390);
  left: 0;
  width: 100%;
  height: calc(31 * 100vw/390);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 0;
}
.article_page .section__upper-row .productWrap {
  position: relative;
  z-index: 0;
}
.article_page .section__upper-row .productWrap .product__img {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  width: calc(202 * 100vw/390);
  height: calc(231 * 100vw/390);
  z-index: 0;
}
.article_page .section__upper-row .productWrap .product__img .icon {
  position: absolute;
  top: calc(8 * 100vw/390);
  left: calc(6 * 100vw/390);
  display: grid;
  place-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #52B39E;
  font-size: calc(13 * 100vw/390);
  line-height: 1.38;
  letter-spacing: 0.1em;
  text-align: center;
  width: calc(66 * 100vw/390);
  height: calc(66 * 100vw/390);
  z-index: 1;
}
.article_page .section__upper-row .productWrap .note {
  margin-top: calc(7 * 100vw/390);
  margin-left: calc(25 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(10 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
.article_page .section__upper-row .productWrap .product__credit {
  position: absolute;
  text-align: left;
  z-index: 1;
}
.article_page .section__upper-row .productWrap .product__credit .category {
  margin-bottom: calc(7 * 100vw/390);
  padding: calc(4 * 100vw/390) calc(13 * 100vw/390) calc(2 * 100vw/390);
  border: 1px solid;
}
.article_page .section__upper-row .productWrap .product__credit .name {
  margin-bottom: calc(8 * 100vw/390);
  font-size: calc(15 * 100vw/390);
  line-height: 1.4;
}
.article_page .section__upper-row .productWrap .product__credit .name small {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(14 * 100vw/390);
  letter-spacing: 0.1em;
}
.article_page .section__upper-row .price__amount {
  font-size: calc(18 * 100vw/390);
}
.article_page .section__upper-row .price__amount .yen {
  font-size: calc(16 * 100vw/390);
}
.article_page .section__upper-row .price__amount .tax {
  font-size: calc(10 * 100vw/390);
}
.article_page .section__upper-row .link--detail {
  margin-top: calc(18 * 100vw/390);
}
.article_page .section__lower-row {
  padding-top: calc(63 * 100vw/390);
}
.article_page .section__lower-row__title {
  font-size: calc(16 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.article_page .section__lower-row__read {
  margin-top: calc(12 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.1em;
}
.article_page .section__lower-row .product__img {
  margin-bottom: calc(11 * 100vw/390);
  width: calc(218 * 100vw/390);
}
.article_page .section__lower-row .category {
  display: inline-block;
  margin-bottom: calc(18 * 100vw/390);
  padding: calc(2 * 100vw/390) calc(14 * 100vw/390) calc(1 * 100vw/390);
  background-color: #F4F4F4;
  border-radius: calc(4 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(12 * 100vw/390);
}
.article_page .section__lower-row .name {
  margin-bottom: calc(10 * 100vw/390);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(13 * 100vw/390);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.article_page .section__lower-row .name small {
  font-size: inherit;
}
.article_page .section__lower-row .price {
  justify-content: center;
}
.article_page .section__lower-row .price__amount {
  font-size: calc(15 * 100vw/390);
}
.article_page .section__lower-row .price__amount .yen {
  font-size: calc(13 * 100vw/390);
}
.article_page .section__lower-row .price__amount .tax {
  font-size: calc(10 * 100vw/390);
}
.article_page .section__lower-row .link--detail {
  justify-content: center;
  margin-top: calc(19 * 100vw/390);
}
.article_page .section .product__list {
  margin-top: calc(22 * 100vw/390);
}
.article_page .section .product__item {
  padding: calc(28 * 100vw/390) calc(29 * 100vw/390) calc(32 * 100vw/390);
  background-color: #ffffff;
  border-radius: calc(10 * 100vw/390);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  width: calc(276 * 100vw/390);
}
.article_page .mvArea {
  margin-bottom: calc(50 * 100vw/390);
  padding: 0 calc(15 * 100vw/390);
}
.article_page .yuragiArea {
  margin-inline: auto;
  margin-bottom: calc(26 * 100vw/390);
  text-align: center;
  width: calc(340 * 100vw/390);
}
.article_page .yuragiArea__title {
  display: inline-block;
  position: relative;
  margin-bottom: calc(26 * 100vw/390);
  padding-inline: calc(18 * 100vw/390) calc(16 * 100vw/390);
  background-color: #ffffff;
  color: var(--color-primary);
  font-size: calc(18 * 100vw/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 1;
}
.article_page .yuragiArea__inner {
  margin-top: calc(-36 * 100vw/390);
  padding: calc(21 * 100vw/390) 0 calc(27 * 100vw/390);
  border: 1px solid var(--color-primary);
  border-radius: calc(10 * 100vw/390);
}
.article_page .yuragiArea__img {
  margin-inline: auto;
  width: calc(310 * 100vw/390);
}
.article_page .yuragiArea__text {
  margin-top: calc(9 * 100vw/390);
  margin-left: calc(4 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(14 * 100vw/390);
  line-height: 2.25;
  letter-spacing: 0.055em;
}
.article_page .anchor-linkArea {
  position: relative;
  margin-bottom: calc(27 * 100vw/390);
  z-index: 0;
}
.article_page .anchor-linkArea__list {
  height: calc(318 * 100vw/390);
}
.article_page .anchor-linkArea li {
  position: absolute;
  z-index: 0;
}
.article_page .anchor-linkArea li:nth-of-type(1) {
  top: calc(27 * 100vw/390);
  left: calc(15 * 100vw/390);
}
.article_page .anchor-linkArea li:nth-of-type(1) .anchor-linkArea__item {
  background-image: url(../img/drying_shape.svg);
}
.article_page .anchor-linkArea li:nth-of-type(1) .anchor-linkArea__type {
  color: #C3A174;
}
.article_page .anchor-linkArea li:nth-of-type(2) {
  top: calc(0 * 100vw/390);
  right: calc(20 * 100vw/390);
}
.article_page .anchor-linkArea li:nth-of-type(2) .anchor-linkArea__item {
  background-image: url(../img/trouble_shape.svg);
}
.article_page .anchor-linkArea li:nth-of-type(2) .anchor-linkArea__type {
  color: #B9B06E;
}
.article_page .anchor-linkArea li:nth-of-type(3) {
  top: calc(154 * 100vw/390);
  right: calc(96 * 100vw/390);
}
.article_page .anchor-linkArea li:nth-of-type(3) .anchor-linkArea__item {
  background-image: url(../img/moment_shape.svg);
}
.article_page .anchor-linkArea li:nth-of-type(3) .anchor-linkArea__type {
  color: #82A395;
}
.article_page .anchor-linkArea__item {
  display: grid;
  place-items: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  width: calc(164 * 100vw/390);
  height: calc(164 * 100vw/390);
}
.article_page .anchor-linkArea__item__inner {
  position: relative;
  padding-bottom: calc(9 * 100vw/390);
  z-index: 0;
}
.article_page .anchor-linkArea__item__inner::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-9 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(11 * 100vw/390);
  height: calc(5 * 100vw/390);
  background-color: var(--color-subText);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 0;
}
.article_page .anchor-linkArea__subTitle {
  color: var(--color-subText);
  font-size: calc(12 * 100vw/390);
  line-height: 1.4;
  letter-spacing: 0.055em;
}
.article_page .anchor-linkArea__type {
  margin-top: calc(4 * 100vw/390);
  font-size: calc(16 * 100vw/390);
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.075em;
}
.article_page .type-drying .section__title,
.article_page .type-drying .section__title::after {
  background-color: var(--color-tertiary-dryingSkin);
}
.article_page .type-drying .section__type {
  color: var(--color-primary-dryingSkin);
}
.article_page .type-drying .section__type::before {
  background-image: url(../img/drying_shape.svg);
}
.article_page .type-drying .section__upper-row {
  background-color: var(--color-bg-dryingSkin);
}
.article_page .type-drying .section__upper-row::after {
  background-color: var(--color-bg-dryingSkin);
}
.article_page .type-drying .section__upper-row .product__img {
  margin-left: calc(15 * 100vw/390);
}
.article_page .type-drying .section__upper-row .productWrap {
  margin-top: calc(-12 * 100vw/390);
}
.article_page .type-drying .section__lower-row {
  padding-bottom: calc(95 * 100vw/390);
  background-color: rgba(248, 246, 239, 0.3);
}
.article_page .type-drying .product__credit {
  top: calc(46 * 100vw/390);
  right: calc(26 * 100vw/390);
}
.article_page .type-drying .read {
  color: #C3A174;
}
.article_page .type-drying .headding .strong {
  color: var(--color-primary-dryingSkin);
}
.article_page .type-drying .copy .border {
  padding: 0 calc(3 * 100vw/390) calc(1 * 100vw/390);
  background: linear-gradient(transparent 58%, rgb(240, 231, 209) 58%);
}
.article_page .type-drying .copy .border1 {
  padding: 0 0 calc(1 * 100vw/390) calc(5 * 100vw/390);
}
.article_page .type-drying .product__list {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article_page .type-trouble {
  margin-top: calc(-35 * 100vw/390);
}
.article_page .type-trouble .section__title,
.article_page .type-trouble .section__title::after {
  background-color: var(--color-tertiary-troubleDrySkin);
}
.article_page .type-trouble .section__type {
  color: var(--color-primary-troubleDrySkin);
}
.article_page .type-trouble .section__type::before {
  background-image: url(../img/trouble_shape.svg);
}
.article_page .type-trouble .section__upper-row {
  background-color: var(--color-bg-troubleDrySkin);
}
.article_page .type-trouble .section__upper-row::after {
  background-color: var(--color-bg-troubleDrySkin);
}
.article_page .type-trouble .section__upper-row .product__img {
  margin-left: calc(25 * 100vw/390);
}
.article_page .type-trouble .section__upper-row .productWrap {
  margin-top: calc(-12 * 100vw/390);
}
.article_page .type-trouble .section__lower-row {
  padding-bottom: calc(95 * 100vw/390);
  background-color: rgba(247, 247, 229, 0.4);
}
.article_page .type-trouble .product__credit {
  top: calc(34 * 100vw/390);
  right: calc(30 * 100vw/390);
}
.article_page .type-trouble .read {
  color: #B9B06E;
}
.article_page .type-trouble .headding .strong {
  color: var(--color-primary-troubleDrySkin);
}
.article_page .type-trouble .copy .border {
  padding: 0 calc(3 * 100vw/390) calc(1 * 100vw/390);
  background: linear-gradient(transparent 58%, rgb(237, 237, 191) 58%);
}
.article_page .type-trouble .product__list {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article_page .type-moment {
  margin-top: calc(-35 * 100vw/390);
}
.article_page .type-moment .section__title,
.article_page .type-moment .section__title::after {
  background-color: var(--color-tertiary-momentDrySkin);
}
.article_page .type-moment .section__type {
  color: var(--color-primary-momentDrySkin);
}
.article_page .type-moment .section__type::before {
  background-image: url(../img/moment_shape.svg);
}
.article_page .type-moment .section__upper-row {
  background-color: var(--color-bg-momentDrySkin);
}
.article_page .type-moment .section__upper-row::after {
  background-color: var(--color-bg-momentDrySkin);
}
.article_page .type-moment .section__upper-row .product__img {
  margin-left: calc(25 * 100vw/390);
}
.article_page .type-moment .section__upper-row .productWrap {
  margin-top: calc(-6 * 100vw/390);
}
.article_page .type-moment .section__lower-row {
  padding-bottom: calc(61 * 100vw/390);
  background-color: rgba(236, 247, 244, 0.4);
}
.article_page .type-moment .product__credit {
  top: calc(48 * 100vw/390);
  right: calc(30 * 100vw/390);
}
.article_page .type-moment .read {
  color: #5EBFAA;
}
.article_page .type-moment .headding .strong {
  color: var(--color-primary-momentDrySkin);
}
.article_page .type-moment .copy .border {
  padding: 0 calc(3 * 100vw/390) calc(1 * 100vw/390);
  background: linear-gradient(transparent 58%, rgb(211, 234, 229) 58%);
}
.article_page .type-moment .product__list {
  display: flex;
  -moz-column-gap: calc(22 * 100vw/390);
       column-gap: calc(22 * 100vw/390);
  margin-left: calc(57 * 100vw/390);
  padding-bottom: calc(21 * 100vw/390);
}
.article_page .type-moment .product__listWrap {
  width: calc(683 * 100vw/390);
}
.article_page .button {
  position: relative;
  margin-inline: auto;
  border: 1px solid;
  font-size: calc(14 * 100vw/390);
  line-height: 1;
  text-align: center;
  width: calc(320 * 100vw/390);
  z-index: 0;
}
.article_page .button .en-text {
  font-size: calc(16 * 100vw/390);
}
.article_page .button::after {
  content: "";
  position: absolute;
  top: calc(24 * 100vw/390);
  right: calc(17 * 100vw/390);
  width: calc(5 * 100vw/390);
  height: calc(9 * 100vw/390);
  -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;
  z-index: 0;
}
.article_page .button--yuragi {
  margin-top: calc(40 * 100vw/390);
  padding: calc(20 * 100vw/390) calc(24 * 100vw/390) calc(19 * 100vw/390) calc(20 * 100vw/390);
  letter-spacing: 0.1em;
}
.article_page .button--yuragi::after {
  background-color: var(--color-text);
}
.article_page .button--regular {
  margin-top: calc(16 * 100vw/390);
  padding: calc(21 * 100vw/390) calc(24 * 100vw/390) calc(20 * 100vw/390) calc(20 * 100vw/390);
  background-color: var(--color-text);
  color: #ffffff;
  letter-spacing: 0.05em;
}
.article_page .button--regular::after {
  background-color: #ffffff;
}

/* .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 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 0 8.4rem;
  }
  .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;
  }
  .article_page .section__title {
    padding: 1.9rem 2rem 1.7rem;
    border-radius: 1.2rem;
    width: 37rem;
  }
  .article_page .section__title::after {
    bottom: -0.8rem;
    width: 1.8rem;
    height: 0.9rem;
  }
  .article_page .section__subTitle {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .article_page .section__subTitle .en-text {
    font-size: 1.7rem;
  }
  .article_page .section__type {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-right: 2rem;
    font-size: 2rem;
  }
  .article_page .section__type::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .article_page .section .price__note {
    margin-top: 0.7rem;
    font-size: 1.1rem;
  }
  .article_page .section__contents .read {
    margin-bottom: 3.9rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .article_page .section__contents .read::after {
    top: 0;
    width: 20rem;
    height: 20rem;
  }
  .article_page .section__contents .headding {
    margin-bottom: 2.2rem;
    padding-inline: 0.8rem;
    font-size: 1.6rem;
    line-height: 1;
  }
  .article_page .section__contents .headding::before, .article_page .section__contents .headding::after {
    top: 0rem;
    height: 1.8rem;
  }
  .article_page .section__contents .headding::before {
    transform: rotate(-31deg);
  }
  .article_page .section__contents .headding::after {
    transform: rotate(31deg);
  }
  .article_page .section__contents .copy {
    margin-left: -0.3rem;
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .article_page .section .link--detail {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 1.2rem;
  }
  .article_page .section .link--detail::after {
    width: 0.9rem;
    height: 0.5rem;
  }
  .article_page .section .product__credit .category {
    border-radius: 0.2rem;
    font-size: 1.2rem;
  }
  .article_page .section .price {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
  .article_page .section .price__type {
    font-size: 1.1rem;
  }
  .article_page .section .price__usually .price__type {
    padding: 0.3rem 0.5rem 0.2rem;
    border: 0.1rem solid;
  }
  .article_page .section .price__regular {
    margin-top: 0.6rem;
  }
  .article_page .section .price__regular .price__type {
    padding: 0.4rem 0.6rem 0.3rem;
  }
  .article_page .section__upper-row {
    margin-top: -4.6rem;
    padding: 8.3rem 0 3.8rem;
  }
  .article_page .section__upper-row::after {
    bottom: -4.6rem;
    height: 4.6rem;
  }
  .article_page .section__upper-row .productWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
  }
  .article_page .section__upper-row .productWrap .product__img {
    width: 32rem;
    height: 32rem;
  }
  .article_page .section__upper-row .productWrap .product__img .icon {
    top: 1.5rem;
    left: 1.4rem;
    font-size: 1.3rem;
    width: 7rem;
    height: 7rem;
  }
  .article_page .section__upper-row .productWrap .note {
    margin-top: 0.7rem;
    margin-left: 0;
    font-size: 1.1rem;
  }
  .article_page .section__upper-row .productWrap .product__credit {
    position: static;
    margin-top: 0.7rem;
    width: 30.9rem;
  }
  .article_page .section__upper-row .productWrap .product__credit .category {
    margin-bottom: 0.7rem;
    padding: 0.4rem 1.3rem 0.3rem;
  }
  .article_page .section__upper-row .productWrap .product__credit .name {
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
    line-height: 1.31;
  }
  .article_page .section__upper-row .productWrap .product__credit .name small {
    font-size: 1.5rem;
  }
  .article_page .section__upper-row .price__amount {
    font-size: 2rem;
  }
  .article_page .section__upper-row .price__amount .yen {
    font-size: 1.8rem;
  }
  .article_page .section__upper-row .price__amount .tax {
    font-size: 1.1rem;
  }
  .article_page .section__upper-row .link--detail {
    margin-top: 2.2rem;
  }
  .article_page .section__lower-row {
    padding-top: 8.6rem;
  }
  .article_page .section__lower-row__title {
    font-size: 1.7rem;
  }
  .article_page .section__lower-row__read {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .article_page .section__lower-row .product__img {
    margin-bottom: 1.3rem;
    width: 25.6rem;
  }
  .article_page .section__lower-row .category {
    margin-bottom: 1.8rem;
    padding: 0.3rem 1.4rem 0.1rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
  }
  .article_page .section__lower-row .name {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .article_page .section__lower-row .price__amount {
    font-size: 1.6rem;
  }
  .article_page .section__lower-row .price__amount .yen {
    font-size: 1.4rem;
  }
  .article_page .section__lower-row .price__amount .tax {
    font-size: 1rem;
  }
  .article_page .section__lower-row .price__type {
    font-size: 0.9rem;
  }
  .article_page .section__lower-row .link--detail {
    margin-top: 1.5rem;
  }
  .article_page .section .product__list {
    margin-top: 2.1rem;
  }
  .article_page .section .product__item {
    padding: 2.7rem 1rem 3rem;
    border-radius: 1rem;
    width: 27.6rem;
  }
  .article_page .mvArea {
    margin-bottom: 7.7rem;
    padding: 0;
  }
  .article_page .yuragiArea {
    margin-bottom: 4.7rem;
    width: 72rem;
  }
  .article_page .yuragiArea__title {
    margin-bottom: 2.6rem;
    padding-inline: 1.9rem;
    font-size: 2.2rem;
  }
  .article_page .yuragiArea__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -3.6rem;
    padding: 3.2rem 3.2rem 3.5rem 3.9rem;
    border-radius: 1rem;
  }
  .article_page .yuragiArea__img {
    margin-inline: 0;
    width: 28.6rem;
  }
  .article_page .yuragiArea__text {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
  .article_page .anchor-linkArea {
    margin-bottom: 4.2rem;
  }
  .article_page .anchor-linkArea__list {
    height: 23.6rem;
  }
  .article_page .anchor-linkArea li:nth-of-type(1) {
    top: 3.9rem;
    left: 18.5rem;
  }
  .article_page .anchor-linkArea li:nth-of-type(2) {
    right: 40.5rem;
  }
  .article_page .anchor-linkArea li:nth-of-type(3) {
    top: 4.5rem;
    right: 18.5rem;
  }
  .article_page .anchor-linkArea__item {
    width: 19rem;
    height: 19rem;
  }
  .article_page .anchor-linkArea__item__inner {
    padding-bottom: 0.8rem;
  }
  .article_page .anchor-linkArea__item__inner::after {
    bottom: -1rem;
    width: 1.1rem;
    height: 0.5rem;
  }
  .article_page .anchor-linkArea__subTitle {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.055em;
  }
  .article_page .anchor-linkArea__type {
    margin-top: 0.3rem;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.075em;
  }
  .article_page .type-drying .section__upper-row .product__img {
    margin-left: 0;
  }
  .article_page .type-drying .section__upper-row .productWrap {
    margin-top: 0;
  }
  .article_page .type-drying .section__lower-row {
    padding-bottom: 10.8rem;
  }
  .article_page .type-drying .copy .border {
    padding: 0 0.3rem 0.1rem;
  }
  .article_page .type-drying .copy .border1 {
    padding: 0 0 0.1rem 0.4rem;
  }
  .article_page .type-trouble {
    margin-top: -4.8rem;
  }
  .article_page .type-trouble .section__upper-row .product__img {
    margin-left: 0;
  }
  .article_page .type-trouble .section__upper-row .productWrap {
    margin-top: 0;
  }
  .article_page .type-trouble .section__lower-row {
    padding-bottom: 10.8rem;
  }
  .article_page .type-trouble .copy .border {
    padding: 0 0.3rem 0.1rem;
  }
  .article_page .type-moment {
    margin-top: -4.8rem;
  }
  .article_page .type-moment .section__upper-row .product__img {
    margin-left: 0;
  }
  .article_page .type-moment .section__upper-row .productWrap {
    margin-top: 0;
  }
  .article_page .type-moment .section__lower-row {
    padding-bottom: 6rem;
  }
  .article_page .type-moment .copy .border {
    padding: 0 0.3rem 0.1rem;
  }
  .article_page .type-moment .product__list {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-inline: auto;
    padding-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .article_page .type-moment .product__listWrap {
    width: auto;
  }
  .article_page .type-moment .productWrap .product__credit {
    margin-top: -0.9rem;
  }
  .article_page .button {
    font-size: 1.6rem;
    width: 50rem;
  }
  .article_page .button .en-text {
    font-size: 1.8rem;
  }
  .article_page .button::after {
    top: 2.3rem;
    right: 1.7rem;
    width: 0.5rem;
    height: 0.9rem;
  }
  .article_page .button--yuragi {
    margin-top: 5.1rem;
    padding: 1.8rem 2.4rem 1.8rem 2rem;
  }
  .article_page .button--regular {
    margin-top: 1.9rem;
    padding: 2.1rem 1.8rem 1.9rem 2rem;
  }
  /* .article_page PC*/
}
/*# sourceMappingURL=style.css.map */
