@import 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100..900&display=swap';
.p-cosmeqa {
  padding-top: 32px;
  color: #333;
  word-break: break-all;
  border-top: 11px solid #ef858c;
}
.p-cosmeqa * {
  box-sizing: border-box;
}
.p-cosmeqa a:hover {
  text-decoration: none;
}
.p-cosmeqa .u-hover:hover {
  text-decoration: none;
  opacity: 0.6;
}
.p-cosmeqa .u-w100 {
  width: 100%;
  height: auto;
}
.p-cosmeqa .u-db-pc {
  display: block;
}
.p-cosmeqa .u-db-sp {
  display: none;
}
.p-cosmeqa .u-tdu {
  text-decoration: underline;
}
.p-cosmeqa .u-db-md {
  display: none;
}
.p-cosmeqa .u-link-hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.p-cosmeqa .u-link-hover:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1620px) {
  .p-cosmeqa .u-db-md {
    display: block;
  }
}
.p-cosmeqa__container {
  width: 800px;
  margin: 0 auto;
}
.p-cosmeqa__mv {
  text-align: center;
}
.p-cosmeqa__mv img {
  max-width: 100%;
  height: auto;
}
.p-cosmeqa__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.p-cosmeqa__head {
  padding: 32px;
  margin-bottom: 64px;
  text-align: center;
  background-color: rgba(253, 237, 238, 0.47);
}
.p-cosmeqa__head-text {
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}
.p-cosmeqa__head-sub {
  max-width: 530px;
  padding: 16px;
  margin: 0 auto 32px;
  border-top: 1px dotted #ef858c;
  border-bottom: 1px dotted #ef858c;
}
.p-cosmeqa__sub-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.p-cosmeqa__intro {
  margin-bottom: 16px;
  text-align: left;
}
.p-cosmeqa__intro-text {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.p-cosmeqa__last-update {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: right;
}
.p-cosmeqa__qns {
  padding: 24px;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
}
.p-cosmeqa__qns-ttl {
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #ef858c;
}
.p-cosmeqa__qns-list {
  padding-left: 0;
  list-style: none;
  counter-reset: qns-item-counter;
}
.p-cosmeqa__qns-item {
  margin-bottom: 8px;
  counter-increment: qns-item-counter;
}
.p-cosmeqa__qns-item:last-child {
  margin-bottom: 0;
}
.p-cosmeqa__qns-item-link {
  display: inline-flex;
  align-items: baseline;
}
.p-cosmeqa__qns-item-link:link, .p-cosmeqa__qns-item-link:visited {
  color: #333;
}
.p-cosmeqa__qns-item-label {
  flex-shrink: 0;
  padding-right: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.p-cosmeqa__qns-item-label-number::before {
  content: counter(qns-item-counter, decimal-leading-zero);
}
.p-cosmeqa__qns-item-text {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}
.p-cosmeqa__faq-wrapper {
  counter-reset: faq-item-counter;
}
.p-cosmeqa__faq-item {
  margin-bottom: 64px;
  counter-increment: faq-item-counter;
}
.p-cosmeqa__faq-item-body {
  padding: 32px 32px 64px;
  background-color: #fff9fa;
}
.p-cosmeqa__faq-question-ttl {
  font-weight: normal;
  color: #d63333;
  text-align: center;
}
.p-cosmeqa__faq-question-ttl .p-cosmeqa__faq-q-num {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  color: #ef858c;
}
.p-cosmeqa__faq-question-ttl .p-cosmeqa__faq-q-num .p-cosmeqa__faq-q-prefix {
  font-size: 70px;
}
.p-cosmeqa__faq-question-ttl .p-cosmeqa__faq-q-num .p-cosmeqa__faq-q-number::before {
  font-size: 50px;
  line-height: 1.5;
  content: counter(faq-item-counter, decimal-leading-zero);
}
.p-cosmeqa__faq-question-ttl .p-cosmeqa__faq-question-problem-text {
  display: block;
  padding: 32px;
  font-size: 30px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fadadc;
}
.p-cosmeqa__faq-answer {
  margin-bottom: 32px;
}
.p-cosmeqa__faq-answer-lead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.p-cosmeqa__faq-answer-prefix {
  display: flex;
  flex-shrink: 0;
  align-items: baseline;
  margin-top: -10px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
}
.p-cosmeqa__faq-answer-prefix-text {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
}
.p-cosmeqa__faq-answer-prefix-number {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
}
.p-cosmeqa__faq-answer-prefix-number::before {
  content: counter(faq-item-counter, decimal-leading-zero);
}
.p-cosmeqa__faq-answer-id {
  display: flex;
  align-items: baseline;
  padding: 32px 24px;
  background-color: #dcdcdc;
}
.p-cosmeqa__faq-answer-id .p-cosmeqa__faq-answer-main-text {
  margin-bottom: -5px;
  margin-left: 13px;
  font-size: 30px;
  line-height: 1.5;
  color: #333;
}
.p-cosmeqa__faq-answer-detail {
  padding: 32px 24px;
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: left;
  background-color: #fff;
}
.p-cosmeqa__faq-products-head {
  text-align: center;
}
.p-cosmeqa__faq-products-main-ttl {
  max-width: 530px;
  padding: 16px;
  margin: 0 auto 16px;
  font-size: 30px;
  line-height: 1.5;
  color: #333;
  border-top: 1px dotted #ef858c;
  border-bottom: 1px dotted #ef858c;
}
.p-cosmeqa__faq-products-sub-text {
  padding: 0 24px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 2;
  color: #333;
}
.p-cosmeqa__faq-product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-cosmeqa__faq-product-figures {
  margin-bottom: 24px;
}
.p-cosmeqa__faq-product-figure {
  text-align: center;
}
.p-cosmeqa__faq-product-image {
  max-width: 100%;
  height: auto;
}
.p-cosmeqa__faq-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.p-cosmeqa__faq-product:last-child {
  margin-bottom: 0;
}
.p-cosmeqa__faq-product-detail {
  width: 100%;
  text-align: center;
}
.p-cosmeqa__faq-product-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #ef858c;
}
.p-cosmeqa__faq-product-spec {
  margin-bottom: 24px;
}
.p-cosmeqa__faq-product-spec__amount, .p-cosmeqa__faq-product-spec__unit, .p-cosmeqa__faq-product-spec__separator, .p-cosmeqa__faq-product-spec__price, .p-cosmeqa__faq-product-spec__currency, .p-cosmeqa__faq-product-spec__tax {
  line-height: 1.5;
  color: #333;
}
.p-cosmeqa__faq-product-spec__amount {
  font-size: 20px;
}
.p-cosmeqa__faq-product-spec__unit {
  font-size: 16px;
}
.p-cosmeqa__faq-product-spec__separator {
  font-size: 20px;
}
.p-cosmeqa__faq-product-spec__price {
  font-size: 20px;
}
.p-cosmeqa__faq-product-spec__currency {
  margin-left: 4px;
  font-size: 16px;
}
.p-cosmeqa__faq-product-spec__tax {
  margin-left: 1px;
  font-size: 14px;
}
.p-cosmeqa__faq-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 490px;
  height: 80px;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  background-image: url("/ec/shop/images/campaign/20250613_cosmeqa/bg-navi-arrow-right01.svg");
  background-repeat: no-repeat;
  background-position: right 37.5px center;
  border: 1px solid #ef858c;
}
.p-cosmeqa__faq-product-link:link, .p-cosmeqa__faq-product-link:visited {
  color: #333;
}
.p-cosmeqa__foot {
  margin-top: 96px;
}
.p-cosmeqa__foot-information {
  padding: 48px 80px;
  background-color: #f5f5f5;
}
.p-cosmeqa__foot-information-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 2;
}
.p-cosmeqa__foot-information-image {
  text-align: center;
}
.p-cosmeqa__foot-information-image img {
  max-width: 100%;
  height: auto;
}
.p-cosmeqa__to-top {
  margin-top: 48px;
}
.p-cosmeqa__to-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 490px;
  height: 80px;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ef858c;
  background-image: url("/ec/shop/images/campaign/20250613_cosmeqa/bg-navi-arrow-right02.svg");
  background-repeat: no-repeat;
  background-position: right 37.5px center;
  border: 1px solid #ef858c;
  border-radius: 0;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.p-cosmeqa__to-top-link:link, .p-cosmeqa__to-top-link:visited {
  color: #fff;
}

#news .p-cosmeqa {
  padding-top: 16px;
  padding-top: 4.27vw;
  border-width: 11px;
  border-width: 2.93vw;
}
#news .p-cosmeqa .u-db-pc {
  display: none;
}
#news .p-cosmeqa .u-db-sp {
  display: block;
}
#news .p-cosmeqa__container {
  width: 100%;
}
#news .p-cosmeqa__logo {
  margin-bottom: 16px;
  margin-bottom: 4.27vw;
}
#news .p-cosmeqa__logo-img {
  width: 175px;
  width: 46.67vw;
  height: auto;
}
#news .p-cosmeqa__head {
  padding: 24px;
  padding: 6.4vw;
  margin-bottom: 32px;
  margin-bottom: 8.53vw;
}
#news .p-cosmeqa__head-text {
  margin-bottom: 16px;
  margin-bottom: 4.27vw;
  font-size: 24px;
  font-size: 6.4vw;
}
#news .p-cosmeqa__head-sub {
  max-width: none;
  padding: 8px;
  padding: 2.13vw;
  margin: 0 auto 16px;
  margin: 0 auto 4.27vw;
}
#news .p-cosmeqa__sub-text {
  font-size: 16px;
  font-size: 4.27vw;
}
#news .p-cosmeqa__intro {
  margin-bottom: 8px;
  margin-bottom: 2.13vw;
}
#news .p-cosmeqa__intro-text {
  font-size: 14px;
  font-size: 3.73vw;
  line-height: 1.5;
}
#news .p-cosmeqa__last-update {
  margin-bottom: 4px;
  margin-bottom: 1.07vw;
  font-size: 12px;
  font-size: 3.2vw;
}
#news .p-cosmeqa__qns {
  padding: 16px;
  padding: 4.27vw;
}
#news .p-cosmeqa__qns-ttl {
  margin-bottom: 16px;
  margin-bottom: 4.27vw;
  font-size: 16px;
  font-size: 4.27vw;
}
#news .p-cosmeqa__qns-item {
  margin-bottom: 12.5px;
  margin-bottom: 3.33vw;
}
#news .p-cosmeqa__qns-item:last-child {
  margin-bottom: 0;
}
#news .p-cosmeqa__qns-item-label {
  padding-right: 2px;
  padding-right: 0.53vw;
  font-size: 13px;
  font-size: 3.47vw;
}
#news .p-cosmeqa__qns-item-text {
  font-size: 13px;
  font-size: 3.47vw;
}
#news .p-cosmeqa__faq-item {
  margin-bottom: 32px;
  margin-bottom: 8.53vw;
}
#news .p-cosmeqa__faq-item-body {
  padding: 16px 24px 48px;
  padding: 4.27vw 6.4vw 12.8vw;
}
#news .p-cosmeqa__faq-question-ttl .p-cosmeqa__faq-q-num .p-cosmeqa__faq-q-prefix {
  font-size: 50px;
  font-size: 13.33vw;
}
#news .p-cosmeqa__faq-question-ttl .p-cosmeqa__faq-q-num .p-cosmeqa__faq-q-number::before {
  font-size: 35px;
  font-size: 9.33vw;
}
#news .p-cosmeqa__faq-question-ttl .p-cosmeqa__faq-question-problem-text {
  padding: 16px 24px;
  padding: 4.27vw 6.4vw;
  font-size: 18px;
  font-size: 4.8vw;
}
#news .p-cosmeqa__faq-answer {
  margin-bottom: 25px;
  margin-bottom: 6.67vw;
}
#news .p-cosmeqa__faq-answer-lead {
  margin-bottom: 12px;
  margin-bottom: 3.2vw;
  font-size: 14px;
  font-size: 3.73vw;
  line-height: 1.5;
}
#news .p-cosmeqa__faq-answer-prefix {
  margin-top: -10px;
  margin-top: -2.67vw;
}
#news .p-cosmeqa__faq-answer-prefix-text {
  font-size: 30px;
  font-size: 8vw;
}
#news .p-cosmeqa__faq-answer-prefix-number {
  font-size: 18px;
  font-size: 4.8vw;
}
#news .p-cosmeqa__faq-answer-id {
  padding: 16px;
  padding: 4.27vw;
}
#news .p-cosmeqa__faq-answer-id .p-cosmeqa__faq-answer-main-text {
  margin-bottom: -5px;
  margin-bottom: -1.33vw;
  margin-left: 6px;
  margin-left: 1.6vw;
  font-size: 18px;
  font-size: 4.8vw;
}
#news .p-cosmeqa__faq-answer-detail {
  padding: 16px;
  padding: 4.27vw;
  font-size: 14px;
  font-size: 3.73vw;
  line-height: 1.5;
}
#news .p-cosmeqa__faq-products-main-ttl {
  max-width: none;
  padding: 16px 5px 12px;
  padding: 4.27vw 1.33vw 3.2vw;
  margin: 0 auto 16px;
  margin: 0 auto 4.27vw;
  font-size: 24px;
  font-size: 6.4vw;
}
#news .p-cosmeqa__faq-products-sub-text {
  padding: 0 5px;
  padding: 0 1.33vw;
  margin-bottom: 16px;
  margin-bottom: 4.27vw;
  font-size: 14px;
  font-size: 3.73vw;
  line-height: 1.5;
  text-align: left;
}
#news .p-cosmeqa__faq-product-figures {
  margin-bottom: 12px;
  margin-bottom: 3.2vw;
}
#news .p-cosmeqa__faq-product {
  margin-bottom: 48px;
  margin-bottom: 12.8vw;
}
#news .p-cosmeqa__faq-product:last-child {
  margin-bottom: 0;
}
#news .p-cosmeqa__faq-product-name {
  margin-bottom: 8px;
  margin-bottom: 2.13vw;
  font-size: 16px;
  font-size: 4.27vw;
}
#news .p-cosmeqa__faq-product-spec {
  margin-bottom: 16px;
  margin-bottom: 4.27vw;
}
#news .p-cosmeqa__faq-product-spec__amount {
  font-size: 14px;
  font-size: 3.73vw;
}
#news .p-cosmeqa__faq-product-spec__unit {
  font-size: 12px;
  font-size: 3.2vw;
}
#news .p-cosmeqa__faq-product-spec__separator {
  font-size: 12px;
  font-size: 3.2vw;
}
#news .p-cosmeqa__faq-product-spec__price {
  font-size: 14px;
  font-size: 3.73vw;
}
#news .p-cosmeqa__faq-product-spec__currency {
  margin-left: 2.5px;
  margin-left: 0.67vw;
  font-size: 12px;
  font-size: 3.2vw;
}
#news .p-cosmeqa__faq-product-spec__tax {
  margin-left: 2.5px;
  margin-left: 0.67vw;
  font-size: 12px;
  font-size: 3.2vw;
}
#news .p-cosmeqa__faq-product-link {
  width: calc(100% - 32px);
  width: calc(100% - 8.54vw);
  height: 55px;
  height: 14.67vw;
  padding-right: 15px;
  padding-right: 4vw;
  padding-left: 15px;
  padding-left: 4vw;
  font-size: 16px;
  font-size: 4.27vw;
  background-position: right 15.75px center;
  background-position: right 4.2vw center;
}
#news .p-cosmeqa__foot {
  margin-top: 64px;
  margin-top: 17.07vw;
}
#news .p-cosmeqa__foot-information {
  padding: 32px 24px;
  padding: 8.53vw 6.4vw;
}
#news .p-cosmeqa__foot-information-text {
  margin-bottom: 16px;
  margin-bottom: 4.27vw;
  font-size: 14px;
  font-size: 3.73vw;
  line-height: 1.5;
}
#news .p-cosmeqa__to-top {
  margin-top: 32px;
  margin-top: 8.53vw;
}
#news .p-cosmeqa__to-top-link {
  width: calc(100% - 48px);
  width: calc(100% - 12.8vw);
  height: 80px;
  height: 21.33vw;
  font-size: 16px;
  font-size: 4.27vw;
  background-position: right 15.75px center;
  background-position: right 4.2vw center;
}
