@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*----------------------------------
   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 ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.article_page {
  background: #F6FAFF;
  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_inner {
  padding-bottom: calc(60 * 60rem/390) !important;
}
.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 0.3s ease forwards;
          animation: fade 1.6s 0.3s ease forwards;
}
@-webkit-keyframes fade {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    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: #A7CAF8;
  --color-primary-dullness: #AC8BB4;
  --color-secondary-dullness: #9C71A7;
  --color-border-dullness: #DFCDE5;
  --color-bg-dullness: #F3EDF5;
  --color-primary-shiny: #6B9B96;
  --color-secondary-shiny: #578B86;
  --color-border-shiny: #CAE8E5;
  --color-bg-shiny: #ECF8F7;
  --color-primary-pores: #F4A896;
  --color-secondary-pores: #E8907B;
  --color-border-pores: #FBDDD5;
  --color-bg-pores: #FEF4F1;
  --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 .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 {
  padding: 0;
  text-align: center;
}
.article_page .section__title {
  position: relative;
  margin-inline: auto;
  margin-bottom: calc(-46 * 60rem/390);
  padding: calc(15 * 60rem/390) calc(12 * 60rem/390) calc(6 * 60rem/390);
  border-radius: calc(12 * 60rem/390);
  width: calc(340 * 60rem/390);
  z-index: 1;
}
.article_page .section__title::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-7 * 60rem/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 * 60rem/390);
  height: calc(8 * 60rem/390);
  z-index: 0;
}
.article_page .section__title--text {
  margin-bottom: calc(8 * 60rem/390);
  color: #fff;
  font-size: calc(17 * 60rem/390);
  font-weight: bold;
  line-height: 1.51;
  letter-spacing: 0.1em;
}
.article_page .section .whyArea {
  display: inline-block;
  margin-inline: calc(60 * 60rem/390);
  margin-bottom: calc(28 * 60rem/390);
  padding: calc(12 * 60rem/390) calc(16 * 60rem/390) calc(12 * 60rem/390);
  background-color: #fff;
  border-radius: calc(12 * 60rem/390);
}
.article_page .section .whyArea dt {
  margin-bottom: calc(10 * 60rem/390);
  padding-bottom: calc(6 * 60rem/390);
  border-bottom: 1px solid #E6E6E6;
}
.article_page .section .whyArea__head {
  font-size: calc(13 * 60rem/390);
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}
.article_page .section .whyArea__text {
  padding-bottom: calc(18 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  line-height: 1.52;
  letter-spacing: 0.075em;
  text-align: justify;
}
.article_page .section__contents {
  padding-top: calc(64 * 60rem/390);
  padding-bottom: calc(93 * 60rem/390);
}
.article_page .section__contents .headding {
  display: inline-block;
  position: relative;
  margin-bottom: calc(18 * 60rem/390);
  padding-inline: calc(18 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(12 * 60rem/390);
  line-height: 1.52;
  letter-spacing: 0.1em;
  z-index: 0;
}
.article_page .section__contents .headding .strong {
  font-size: calc(15 * 60rem/390);
  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 * 60rem/390);
  width: 1px;
  height: calc(20 * 60rem/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(18 * 60rem/390);
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.1em;
  z-index: 1;
}
.article_page .section__contents .copy .border {
  padding-bottom: calc(1 * 60rem/390);
}
.article_page .section__contents .copy--note {
  margin-top: calc(7 * 60rem/390);
  font-size: calc(11 * 60rem/390);
  letter-spacing: 0;
}
.article_page .section .productWrap {
  display: grid;
  grid-template-columns: calc(194 * 60rem/390) calc(18 * 60rem/390) calc(152 * 60rem/390);
  align-items: center;
  justify-content: center;
  margin-top: calc(14 * 60rem/390);
  margin-left: calc(-2 * 60rem/390);
  margin-bottom: calc(25 * 60rem/390);
}
.article_page .section .productWrap .product__img {
  grid-column: 1/3;
  grid-row: 1/2;
  border-radius: 50%;
  -webkit-clip-path: border-box;
          clip-path: border-box;
  z-index: 1;
}
.article_page .section .productWrap .product__img img {
  transition: transform 2.6s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: scale(1.12, 1.12);
}
.article_page .section .productWrap.fade_in .product__img img {
  transform: scale(1, 1);
}
.article_page .section .productWrap .note {
  margin-top: calc(7 * 60rem/390);
  margin-left: calc(25 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(10 * 60rem/390);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
.article_page .section .productWrap .product__credit {
  position: relative;
  grid-column: 2/4;
  grid-row: 1/2;
  text-align: left;
  z-index: 1;
}
.article_page .section .productWrap .product__credit .category {
  margin-bottom: calc(8 * 60rem/390);
  padding: calc(4 * 60rem/390) calc(6 * 60rem/390) calc(2 * 60rem/390);
  color: var(--color-subText);
  border: 1px solid;
}
.article_page .section .productWrap .product__credit .name {
  margin-bottom: calc(8 * 60rem/390);
  font-size: calc(15 * 60rem/390);
  line-height: 1.4;
}
.article_page .section .link--detail {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(5 * 60rem/390);
       column-gap: calc(5 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.article_page .section .link--detail::after {
  content: "";
  width: calc(6 * 60rem/390);
  height: calc(9 * 60rem/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 * 60rem/390);
  font-size: calc(11 * 60rem/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 * 60rem/390);
       column-gap: calc(5 * 60rem/390);
}
.article_page .section .price__type {
  border-radius: 60px;
  font-size: calc(9 * 60rem/390);
  line-height: 1;
  letter-spacing: 0;
}
.article_page .section .price__usually .price__type {
  padding: calc(3 * 60rem/390) calc(5 * 60rem/390) calc(2 * 60rem/390);
  background-color: #ffffff;
  border: calc(1 * 60rem/390) solid;
}
.article_page .section .price__regular {
  margin-top: calc(4 * 60rem/390);
}
.article_page .section .price__regular .price__type {
  padding: calc(4 * 60rem/390) calc(6 * 60rem/390) calc(3 * 60rem/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 .price__note {
  margin-top: calc(5 * 60rem/390);
  padding-left: 1em;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: calc(10 * 60rem/390);
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-indent: -1em;
}
.article_page .section .price__amount {
  font-size: calc(18 * 60rem/390);
}
.article_page .section .price__amount .yen {
  font-size: calc(16 * 60rem/390);
}
.article_page .section .price__amount .tax {
  font-size: calc(10 * 60rem/390);
}
.article_page .section .link--detail {
  margin-top: calc(18 * 60rem/390);
}
.article_page .section .userreview {
  display: inline-block;
  padding: calc(13 * 60rem/390) calc(18 * 60rem/390) calc(18 * 60rem/390);
  border-radius: calc(5 * 60rem/390);
  width: calc(340 * 60rem/390);
}
.article_page .section .userreview__title {
  margin-bottom: calc(12 * 60rem/390);
  border-bottom: 1px solid #E6E6E6;
}
.article_page .section .userreview__title h4 {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(13 * 60rem/390);
       column-gap: calc(13 * 60rem/390);
  padding-inline: calc(5 * 60rem/390);
  padding-bottom: calc(8 * 60rem/390);
  font-size: calc(17 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.09em;
}
.article_page .section .userreview__title h4::before {
  content: "";
  width: calc(33 * 60rem/390);
  height: calc(33 * 60rem/390);
  background-size: contain;
  background-repeat: no-repeat;
}
.article_page .section .userreview__text {
  padding-inline: calc(5 * 60rem/390);
}
.article_page .section .userreview__text .text {
  font-size: calc(12 * 60rem/390);
  line-height: 1.67;
  letter-spacing: 0.055em;
  text-align: justify;
}
.article_page .section .userreview__text .note {
  margin-top: calc(6 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(10 * 60rem/390);
  letter-spacing: 0.05em;
  text-align: left;
}
.article_page .section__recommended {
  margin-top: calc(38 * 60rem/390);
}
.article_page .section__recommended__title {
  font-size: calc(16 * 60rem/390);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.article_page .section__recommended__subTitle {
  margin-top: calc(5 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.1em;
}
.article_page .section__recommended__copy {
  display: inline-block;
  position: relative;
  margin-top: calc(18 * 60rem/390);
  padding: calc(7 * 60rem/390) calc(14 * 60rem/390) calc(6 * 60rem/390);
  border-radius: 50px;
  color: #fff;
  font-size: calc(12 * 60rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 1;
}
.article_page .section__recommended__copy::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-6 * 60rem/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(14 * 60rem/390);
  height: calc(7 * 60rem/390);
  z-index: 0;
}
.article_page .section .recommended__item {
  display: inline-block;
  margin-top: calc(-10 * 60rem/390);
  padding: calc(34 * 60rem/390) calc(29 * 60rem/390) calc(32 * 60rem/390);
  background-color: #ffffff;
  border-radius: calc(10 * 60rem/390);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  width: calc(275 * 60rem/390);
}
.article_page .section .recommended__item .category {
  display: inline-block;
  margin-bottom: calc(20 * 60rem/390);
  padding: calc(3 * 60rem/390) calc(14 * 60rem/390);
  background-color: #F4F4F4;
  border-radius: calc(4 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.05em;
}
.article_page .section .recommended__item .recommended__img {
  margin-bottom: calc(15 * 60rem/390);
}
.article_page .section .recommended__item .name {
  margin-bottom: calc(12 * 60rem/390);
  font-size: calc(13 * 60rem/390);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.article_page .section .recommended__item .price {
  justify-content: center;
}
.article_page .section .recommended__item .link--detail {
  justify-content: center;
}
.article_page .accordionBox {
  position: relative;
  z-index: 0;
}
.article_page .accordionBox.open .accordionBox__inner {
  max-height: calc(120 * 60rem/390);
}
.article_page .accordionBox.open .accordionBox__inner::before {
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(1, 1.8);
  transform-origin: top;
}
.article_page .accordionBox.open .accordionBox__button .ui-border::after {
  transform: rotate(0deg);
}
.article_page .accordionBox__inner {
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  max-height: calc(36 * 60rem/390);
  z-index: 0;
}
.article_page .accordionBox__inner::before {
  content: "";
  position: absolute;
  transition: all 0.8s ease;
  top: calc(0 * 60rem/390);
  left: 0;
  border-radius: 0 0 1.0769230769rem 1.0769230769rem;
  width: 100%;
  height: calc(36 * 60rem/390);
  background: linear-gradient(0deg, rgb(255, 255, 255) 19%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  opacity: 1;
  z-index: 0;
}
.article_page .accordionBox__button {
  display: flex;
  position: absolute;
  margin: auto;
  padding-right: calc(8 * 60rem/390);
  padding-bottom: calc(1 * 60rem/390);
  left: 0;
  right: 0;
  bottom: calc(0 * 60rem/390);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -moz-column-gap: calc(5 * 60rem/390);
       column-gap: calc(5 * 60rem/390);
  color: #909090;
  border-bottom: calc(1 * 60rem/390) solid #909090;
  font-size: calc(11 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.article_page .accordionBox__button .ui-border {
  position: relative;
  z-index: 0;
}
.article_page .accordionBox__button .ui-border::before, .article_page .accordionBox__button .ui-border::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(7 * 60rem/390);
  height: 0;
  border-bottom: 1px solid #909090;
  z-index: 0;
}
.article_page .accordionBox__button .ui-border::after {
  transform: rotate(90deg);
}
.article_page .mvArea {
  margin-bottom: calc(50 * 60rem/390);
}
.article_page .natsubatehadaArea {
  margin-inline: auto;
  margin-bottom: calc(26 * 60rem/390);
  text-align: center;
  width: 100%;
}
.article_page .natsubatehadaArea__title {
  display: inline-block;
  position: relative;
  margin-bottom: calc(26 * 60rem/390);
  padding-inline: calc(18 * 60rem/390) calc(16 * 60rem/390);
  background-color: #ffffff;
  color: var(--color-primary);
  font-size: calc(18 * 60rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 1;
}
.article_page .natsubatehadaArea__inner {
  margin-top: calc(-36 * 60rem/390);
  padding: calc(39 * 60rem/390) 0 calc(36 * 60rem/390);
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  width: 100%;
  height: 100%;
  background-image: url(../img/natsubatehadaArea_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article_page .natsubatehadaArea__img {
  margin-inline: auto;
  margin-bottom: calc(24 * 60rem/390);
  width: calc(320 * 60rem/390);
}
.article_page .natsubatehadaArea__text {
  margin-left: calc(4 * 60rem/390);
  font-size: calc(13 * 60rem/390);
  line-height: 1.75;
  letter-spacing: 0.055em;
}
.article_page .natsubatehadaArea__text:nth-of-type(n+2) {
  margin-top: calc(9 * 60rem/390);
}
.article_page .natsubatehadaArea__text .strong {
  font-size: calc(14 * 60rem/390);
  font-weight: 600;
}
.article_page .natsubatehadaArea__text .border {
  padding-bottom: calc(1 * 60rem/390);
  background: linear-gradient(transparent 55%, rgba(167, 202, 248, 0.4) 55%);
}
.article_page .natsubatehadaArea__text .border.--2 {
  padding-inline: calc(2 * 60rem/390);
}
.article_page .anchor-linkArea {
  position: relative;
  margin-top: calc(42 * 60rem/390);
  padding-bottom: calc(27 * 60rem/390);
  z-index: 0;
}
.article_page .anchor-linkArea__list {
  height: calc(318 * 60rem/390);
}
.article_page .anchor-linkArea__list li:nth-of-type(1) {
  top: calc(27 * 60rem/390);
  left: calc(15 * 60rem/390);
}
.article_page .anchor-linkArea__list li:nth-of-type(1) .anchor-linkArea__item {
  background-image: url(../img/dullness_shape.svg);
}
.article_page .anchor-linkArea__list li:nth-of-type(1) .anchor-linkArea__type {
  color: var(--color-primary-dullness);
}
.article_page .anchor-linkArea__list li:nth-of-type(2) {
  top: calc(0 * 60rem/390);
  right: calc(20 * 60rem/390);
}
.article_page .anchor-linkArea__list li:nth-of-type(2) .anchor-linkArea__item {
  background-image: url(../img/shiny_shape.svg);
}
.article_page .anchor-linkArea__list li:nth-of-type(2) .anchor-linkArea__type {
  color: var(--color-primary-shiny);
}
.article_page .anchor-linkArea__list li:nth-of-type(3) {
  top: calc(154 * 60rem/390);
  right: calc(96 * 60rem/390);
}
.article_page .anchor-linkArea__list li:nth-of-type(3) .anchor-linkArea__item {
  background-image: url(../img/pores_shape.svg);
}
.article_page .anchor-linkArea__list li:nth-of-type(3) .anchor-linkArea__type {
  color: var(--color-primary-pores);
}
.article_page .anchor-linkArea li {
  position: absolute;
  z-index: 0;
}
.article_page .anchor-linkArea__item {
  display: grid;
  place-items: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  width: calc(164 * 60rem/390);
  height: calc(164 * 60rem/390);
}
.article_page .anchor-linkArea__item__inner {
  position: relative;
  padding-bottom: calc(9 * 60rem/390);
  z-index: 0;
}
.article_page .anchor-linkArea__item__inner::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-9 * 60rem/390);
  left: 0;
  right: 0;
  width: calc(11 * 60rem/390);
  height: calc(5 * 60rem/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 * 60rem/390);
  line-height: 1.4;
  letter-spacing: 0;
}
.article_page .anchor-linkArea__type {
  margin-top: calc(4 * 60rem/390);
  font-size: calc(16 * 60rem/390);
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.075em;
}
.article_page .type-dullness .section__title,
.article_page .type-dullness .section__title::after {
  background-color: var(--color-primary-dullness);
}
.article_page .type-dullness .whyArea {
  border: 1px solid var(--color-border-dullness);
}
.article_page .type-dullness .whyArea__head {
  color: var(--color-primary-dullness);
}
.article_page .type-dullness .section__contents {
  background-color: var(--color-bg-dullness);
}
.article_page .type-dullness .read {
  color: #C3A174;
}
.article_page .type-dullness .headding .strong {
  color: var(--color-primary-dullness);
}
.article_page .type-dullness .copy {
  color: #8C5B98;
}
.article_page .type-dullness .copy .border {
  padding: 0 calc(3 * 60rem/390) calc(1 * 60rem/390);
  background: linear-gradient(transparent 60%, #E8DBED 60%);
}
.article_page .type-dullness .copy .border1 {
  padding: 0 0 calc(1 * 60rem/390) calc(5 * 60rem/390);
}
.article_page .type-dullness .userreview {
  background-color: #FDFDFD;
}
.article_page .type-dullness .userreview__title h4::before {
  background-image: url(../img/user1.png);
}
.article_page .type-dullness .section__recommended__copy {
  background-color: var(--color-primary-dullness);
}
.article_page .type-dullness .section__recommended__copy::after {
  background-color: var(--color-primary-dullness);
}
.article_page .type-shiny {
  margin-top: calc(-35 * 60rem/390);
}
.article_page .type-shiny .section__title,
.article_page .type-shiny .section__title::after {
  background-color: var(--color-primary-shiny);
}
.article_page .type-shiny .whyArea {
  border: 1px solid var(--color-border-shiny);
}
.article_page .type-shiny .whyArea__head {
  color: var(--color-primary-shiny);
}
.article_page .type-shiny .section__contents {
  background-color: var(--color-bg-shiny);
}
.article_page .type-shiny .read {
  color: #B9B06E;
}
.article_page .type-shiny .headding .strong {
  color: var(--color-primary-shiny);
}
.article_page .type-shiny .copy {
  color: #51847F;
}
.article_page .type-shiny .copy .border {
  padding: 0 calc(3 * 60rem/390) calc(1 * 60rem/390);
  background: linear-gradient(transparent 60%, #D2EAE7 60%);
}
.article_page .type-shiny .userreview {
  background-color: #FBFDFD;
}
.article_page .type-shiny .userreview__title h4::before {
  background-image: url(../img/user2.png);
}
.article_page .type-shiny .section__recommended__copy {
  background-color: var(--color-primary-shiny);
}
.article_page .type-shiny .section__recommended__copy::after {
  background-color: var(--color-primary-shiny);
}
.article_page .type-pores {
  margin-top: calc(-35 * 60rem/390);
}
.article_page .type-pores .section__title,
.article_page .type-pores .section__title::after {
  background-color: var(--color-primary-pores);
}
.article_page .type-pores .whyArea {
  border: 1px solid var(--color-border-pores);
}
.article_page .type-pores .whyArea__head {
  color: var(--color-primary-pores);
}
.article_page .type-pores .section__contents {
  padding-bottom: calc(60 * 60rem/390);
  background-color: var(--color-bg-pores);
}
.article_page .type-pores .read {
  color: #5EBFAA;
}
.article_page .type-pores .headding .strong {
  color: var(--color-primary-pores);
}
.article_page .type-pores .copy {
  color: #E8836B;
}
.article_page .type-pores .copy .border {
  padding: 0 calc(3 * 60rem/390) calc(1 * 60rem/390);
  background: linear-gradient(transparent 60%, #FFE6E0 60%);
}
.article_page .type-pores .userreview {
  background-color: #FFFDFC;
}
.article_page .type-pores .userreview__title h4::before {
  background-image: url(../img/user3.png);
}
.article_page .type-pores .section__recommended__copy {
  background-color: var(--color-primary-pores);
}
.article_page .type-pores .section__recommended__copy::after {
  background-color: var(--color-primary-pores);
}
.article_page .button {
  position: relative;
  margin-inline: auto;
  color: #fff;
  font-size: calc(14 * 60rem/390);
  line-height: 1;
  text-align: center;
  width: calc(320 * 60rem/390);
  z-index: 0;
}
.article_page .button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: calc(17 * 60rem/390);
  bottom: 0;
  width: calc(5 * 60rem/390);
  height: calc(9 * 60rem/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--natubate {
  margin-top: calc(40 * 60rem/390);
  padding: calc(20 * 60rem/390) calc(24 * 60rem/390) calc(19 * 60rem/390) calc(20 * 60rem/390);
  background-color: var(--color-text);
  letter-spacing: 0.1em;
}
.article_page .button--natubate::after {
  background-color: #fff;
}

/* .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;
    padding-bottom: 8rem;
  }
  .article_page {
    padding: 0;
    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;
    background: transparent;
  }
  .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;
    width: 60rem;
  }
  .article_page .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    margin: 0 auto;
    background-color: #e3f1ff;
    -webkit-clip-path: border-box;
            clip-path: border-box;
    width: 100%;
    height: 100%;
  }
  .article_page .fixed_area::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/page_bg.png);
    background-size: 100% auto;
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
  }
  .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 {
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
  }
  .article_page .fixed_area .fixed_left .logo {
    margin: 0 auto 5rem;
    max-width: 20rem;
  }
  .article_page .fixed_area .fixed_left .headding {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .article_page .fixed_area .fixed_left .headding .border--ultraviolet {
    -webkit-text-decoration: #eeb3aa wavy underline;
            text-decoration: #eeb3aa wavy underline;
    text-underline-offset: 2px;
  }
  .article_page .fixed_area .fixed_left .headding .border--cooling {
    -webkit-text-decoration: #9cb9df wavy underline;
            text-decoration: #9cb9df wavy underline;
    text-underline-offset: 2px;
  }
  .article_page .fixed_area .fixed_left .headding .border {
    padding: 0 0.2rem 0.2em;
    background: linear-gradient(transparent 60%, #cae2ff 60%);
    font-size: 1.8rem;
    font-weight: bold;
  }
  .article_page .fixed_area .fixed_left .title {
    padding: 0.3em 0.6rem 0.2em 0.4em;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
    box-shadow: 2px 2px 9px rgba(168, 190, 214, 0.5);
  }
  .article_page .fixed_area .fixed_right {
    top: 7rem;
    grid-column: 3;
  }
  .article_page .fixed_area .fixed_right .anchor-linkArea__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  .article_page .fixed_area .fixed_right .anchor-linkArea__subTitle {
    font-size: calc(10 * 60rem/390);
  }
  .article_page .fixed_area .fixed_right .anchor-linkArea__type {
    font-size: calc(14 * 60rem/390);
  }
  .article_page .fixed_area .fixed_right li .anchor-linkArea__item {
    opacity: 1;
    filter: drop-shadow(2px 2px 9px rgba(168, 190, 214, 0.5));
    width: calc(138 * 60rem/390);
    height: calc(138 * 60rem/390);
  }
  /* .article_page PC*/
}
/*# sourceMappingURL=style.css.map */