@charset "UTF-8";

/*--------------------
 main-content
--------------------*/
.main-content {
  /* margin: 0 auto 80px; */
  margin: 0 auto;
  padding: 0 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-align: center;
}

.main-content img {
  max-width: 100%;
  vertical-align: bottom;
}

.main-content .inner {
  width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
}

.main-content a {
  display: block;
  text-decoration: none;
}

.main-content a:hover,
.main-content a:focus {
  text-decoration: none;
}

.main-content sup {
  font-size: 60%;
  vertical-align: super;
}

.main-content sub {
  font-size: 70%;
  vertical-align: baseline;
}

.main-content h1,
.main-content h2,
.main-content h3 {
  margin: 0;
  padding: 0;
  color: inherit;
}

.main-content .pc-only {
  display: block !important;
}

.main-content .sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content {
    margin: 0 auto;
    padding: 0;
  }

  html[data-browse-mode="S"] .main-content .inner {
    width: 100%;
    padding: 0 20px;
  }

  html[data-browse-mode="S"] .main-content .pc-only {
    display: none !important;
  }

  html[data-browse-mode="S"] .main-content .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .inner {
    padding: 0 4.831vw;
  }
}

.main-content .bg-outer {
  background-color: #fff3fa;
}
.main-content .bg-inner {
  background-color: #fff3e0;
}

/*--------------------
 hero
--------------------*/
.main-content .hero .inner {
  padding: 0;
}

.main-content .hero-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .hero .inner {
    padding: 0;
  }
}

/*--------------------
 intro
--------------------*/
.main-content .intro {
  margin: 64px 0 0;
}

.main-content .intro-title {
  font-size: 32px;
  font-weight: 700;
}

.main-content .intro-text {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .intro {
    margin: 40px 0 0;
  }

  html[data-browse-mode="S"] .main-content .intro-title {
    font-size: 24px;
  }

  html[data-browse-mode="S"] .main-content .intro-text {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .intro {
    margin: 9.662vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .intro-title {
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .intro-text {
    margin: 3.865vw 0 0;
    font-size: 3.382vw;
  }
}

/*--------------------
 section
--------------------*/
.main-content .section {
  margin: 80px 0 0;
}

.main-content .section-title {
  font-size: 30px;
  font-weight: 700;
  color: #019bf0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .section {
    margin: 56px 0 0;
  }

  html[data-browse-mode="S"] .main-content .section-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .section {
    margin: 13.527vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .section-title {
    font-size: 5.314vw;
  }
}

/*--------------------
 badge
--------------------*/
.main-content .badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 9999px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  text-align: center;
}

.main-content .badge-form-liquid {
  background-color: #a5c8ef;
}

.main-content .badge-form-gel {
  background-color: #ffb760;
}

.main-content .badge-type-non-steroid {
  background-color: #cef7ff;
}

.main-content .badge-type-steroid {
  background-color: #ffb8b8;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .badge {
    padding: 7px 16px 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .badge {
    padding: 1.691vw 3.865vw 1.208vw;
    font-size: 4.348vw;
  }
}

/*--------------------
 guide
--------------------*/
.main-content .guide-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 40px 0 0;
}

.main-content .guide-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 37px;
  border: 4px solid #a2d0ff;
  border-radius: 32px;
  background-color: #fff;
  text-align: left;
}

.main-content .guide-top {
  display: flex;
  gap: 48px;
  align-items: center;
}

.main-content .guide-target {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 242px;
}

.main-content .guide-target-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.main-content .guide-target-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.main-content .guide-target-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.main-content .guide-target-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-content .guide-target-name {
  font-size: 18px;
  font-weight: 700;
  color: #019bf0;
  line-height: 1.2;
  text-align: center;
}

.main-content .guide-target-item:only-child {
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.main-content .guide-target-item:only-child .guide-target-icon {
  width: 90px;
  height: 90px;
}

.main-content .guide-target-item:only-child .guide-target-name {
  font-size: 32px;
}

.main-content .guide-symptom {
  position: relative;
  align-self: center;
  width: 206px;
  height: 125px;
  margin: 0;
  overflow: hidden;
  border-radius: 17px;
  background-color: #d9d9d9;
}

.main-content .guide-symptom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content .guide-symptom-note {
  position: absolute;
  left: 8px;
  right: 0;
  bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}

.main-content .guide-spec {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 24px;
  row-gap: 24px;
  margin: 0;
}

.main-content .guide-spec-label {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border-radius: 60px;
  background-color: #dfefff;
  color: #0450a1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.main-content .guide-spec-value {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.main-content .guide-recommend {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.main-content .guide-recommend:has(.guide-recommend-item:only-child) {
  justify-content: center;
}

.main-content .guide-recommend-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  padding: 16px 6px;
  border-radius: 100px;
  background-color: #fef2c8;
  font-size: 18px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.15em;
}

.main-content .guide-recommend-list {
  display: flex;
  flex: 1;
  gap: 24px;
  flex-wrap: wrap;
}

.main-content .guide-recommend:has(.guide-recommend-item:only-child) .guide-recommend-list {
  flex: 0 1 auto;
}

.main-content .guide-recommend-item {
  display: flex;
  flex: 0 1 calc(50% - 12px);
  min-width: 0;
}

.main-content .guide-recommend-item:only-child {
  flex: 0 0 404px;
}

.main-content .guide-recommend-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  padding: 16px 12px 16px 20px;
  border: 4px solid #fef2c8;
  border-radius: 10px;
  background-color: #fefaea;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.main-content .guide-recommend-link:hover,
.main-content .guide-recommend-link:focus {
  opacity: 0.8;
}

.main-content .guide-recommend-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-content .guide-recommend-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.main-content .guide-recommend-class-icon {
  width: auto;
  height: 20px;
  flex-shrink: 0;
  background-color: #fff;
}

.main-content .guide-recommend-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.main-content .guide-recommend-body {
  display: flex;
  gap: 12px;
}

.main-content .guide-recommend-image {
  flex-shrink: 0;
  width: 80px;
}

.main-content .guide-recommend-image img {
  max-width: 78px;
}

.main-content .guide-recommend-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-content .guide-recommend-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.main-content .guide-recommend-badges .badge {
  font-size: 14px;
}

.main-content .guide-recommend-text {
  font-size: 12px;
  line-height: 1.4;
}

.main-content .guide-recommend-arrow {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 30px;
}

.main-content .guide-recommend-arrow::before,
.main-content .guide-recommend-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 22px;
  height: 4px;
  background-color: #0450a1;
  border-radius: 9999px;
  transform-origin: calc(100% - 2px) 50%;
}

.main-content .guide-recommend-arrow::before {
  transform: rotate(45deg);
}

.main-content .guide-recommend-arrow::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .guide-list {
    gap: 32px;
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .main-content .guide-item {
    gap: 40px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  html[data-browse-mode="S"] .main-content .guide-top {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  html[data-browse-mode="S"] .main-content .guide-target {
    width: 100%;
    gap: 16px;
  }

  html[data-browse-mode="S"] .main-content .guide-target-icon {
    width: 56px;
    height: 56px;
  }

  html[data-browse-mode="S"] .main-content .guide-target-name {
    font-size: 18px;
  }

  html[data-browse-mode="S"] .main-content .guide-target-item:only-child .guide-target-icon {
    width: 72px;
    height: 72px;
  }

  html[data-browse-mode="S"] .main-content .guide-target-item:only-child .guide-target-name {
    font-size: 24px;
  }

  html[data-browse-mode="S"] .main-content .guide-symptom {
    width: 100%;
    max-width: 80%;
    height: auto;
  }

  html[data-browse-mode="S"] .main-content .guide-spec {
    width: 100%;
    column-gap: 12px;
    row-gap: 12px;
  }

  html[data-browse-mode="S"] .main-content .guide-spec-label {
    padding: 4px 12px;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .guide-spec-value {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend {
    flex-direction: column;
    gap: 20px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-label {
    width: auto;
    padding: 6px 24px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 16px;
    letter-spacing: normal;
    align-self: center;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-list {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-item,
  html[data-browse-mode="S"] .main-content .guide-recommend-item:only-child {
    flex: 1 1 auto;
    width: 100%;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-link {
    padding: 16px 12px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-image {
    width: 75px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-name {
    font-size: 17px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-badges {
    gap: 6px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-badges .badge {
    padding: 6px 12px 4px;
    font-size: 13px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-text {
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-arrow {
    width: 12px;
    height: 20px;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-arrow::before,
  html[data-browse-mode="S"] .main-content .guide-recommend-arrow::after {
    top: calc(50% - 1.5px);
    width: 14px;
    height: 3px;
    transform-origin: calc(100% - 1.5px) 50%;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .guide-list {
    gap: 7.729vw;
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .guide-item {
    gap: 9.662vw;
    padding: 5.797vw 4.831vw;
    border-radius: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .guide-top {
    gap: 7.729vw;
  }

  html[data-browse-mode="S"] .main-content .guide-target {
    gap: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .guide-target-icon {
    width: 13.527vw;
    height: 13.527vw;
  }

  html[data-browse-mode="S"] .main-content .guide-target-name {
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .main-content .guide-target-item:only-child .guide-target-icon {
    width: 17.391vw;
    height: 17.391vw;
  }

  html[data-browse-mode="S"] .main-content .guide-target-item:only-child .guide-target-name {
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .guide-spec {
    column-gap: 2.899vw;
    row-gap: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .guide-spec-label {
    padding: 0.966vw 2.899vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .guide-spec-value {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend {
    gap: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-label {
    padding: 1.449vw 5.797vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-list {
    gap: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-link {
    padding: 3.865vw 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-image {
    width: 18.116vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-name {
    font-size: 4.106vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-badges {
    gap: 1.449vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-badges .badge {
    padding: 1.449vw 2.899vw 0.966vw;
    font-size: 3.140vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-text {
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-arrow {
    width: 2.899vw;
    height: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .guide-recommend-arrow::before,
  html[data-browse-mode="S"] .main-content .guide-recommend-arrow::after {
    top: calc(50% - 0.362vw);
    width: 3.382vw;
    height: 0.725vw;
    transform-origin: calc(100% - 0.362vw) 50%;
  }
}

/*--------------------
 feature
--------------------*/
.main-content .feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}

.main-content .feature-item {
  display: flex;
  flex-direction: column;
  padding: 32px 40px;
  border-radius: 24px;
  background-color: #dfefff;
  text-align: left;
}

.main-content .feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.main-content .feature-badges .badge {
  font-size: 20px;
}

.main-content .feature-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
}

.main-content .feature-image img:first-child {
  max-width: 100%;
  max-height: 260px;
}

.main-content .feature-image img:last-child {
  width: auto;
  height: 20px;
  margin: 0 auto;
  background-color: #fff;
}

.main-content .product-name {
  margin: 24px 0 0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.main-content .product-price {
  text-align: center;
}

.main-content .product-price strong {
  font-size: 34px;
  font-weight: 700;
}

.main-content .product-price small {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 700;
}

.main-content .prevention-info .product-name {
  margin: 0;
  font-size: 20px;
}

.main-content .prevention-info .product-price strong {
  font-size: 32px;
}

.main-content .prevention-info .product-price small {
  font-size: 18px;
}

.main-content .feature-text {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.main-content .feature-text strong {
  font-weight: 700;
}

.main-content .feature-text + .feature-text {
  margin: 12px 0 0;
}

.main-content .feature-targets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin: auto 0 0;
  padding: 24px 0 0;
}

.main-content .targets-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #019bf0;
  text-align: center;
}

.main-content .targets-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px 20px;
  width: 304px;
  max-width: 100%;
  margin: 0 auto;
}

.main-content .targets-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.main-content .targets-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.main-content .targets-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-content .targets-name {
  font-size: 12px;
  font-weight: 700;
  color: #019bf0;
  line-height: 1.2;
  text-align: center;
}

.main-content .targets-name--sm {
  font-size: 10px;
}

.main-content .product-cta {
  width: 360px;
  margin: 24px auto 0;
}

.main-content .product-cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px 8px;
  border: 2px solid #fff;
  border-radius: 9999px;
  background-color: #0450a1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.main-content .prevention-info .product-cta {
  width: 100%;
  margin-top: 12px;
}

.main-content .prevention-info .product-cta-link {
  font-size: 18px;
}

.main-content .feature-note {
  margin: 24px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.main-content .feature-item:not(:has(.feature-note))::after {
  content: "";
  display: block;
  margin: 24px 0 0;
  height: 36px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .feature-list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 32px auto 0;
  }

  html[data-browse-mode="S"] .main-content .feature-item {
    padding: 32px 20px;
    border-radius: 16px;
  }

  html[data-browse-mode="S"] .main-content .feature-image {
    margin: 12px 0 0;
  }

  html[data-browse-mode="S"] .main-content .feature-image img:first-child {
    max-height: 200px;
  }

  html[data-browse-mode="S"] .main-content .product-name {
    margin: 32px 0 0;
    font-size: 20px;
  }

  html[data-browse-mode="S"] .main-content .product-price {
    margin-top: 4px;
  }

  html[data-browse-mode="S"] .main-content .product-price strong {
    font-size: 28px;
  }

  html[data-browse-mode="S"] .main-content .product-price small {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .feature-text {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .feature-targets {
    gap: 16px;
    padding: 20px 0 0;
  }

  html[data-browse-mode="S"] .main-content .targets-label {
    font-size: 18px;
  }

  html[data-browse-mode="S"] .main-content .targets-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 248px;
    max-width: 100%;
    margin: 0 auto;
    gap: 12px 16px;
  }

  html[data-browse-mode="S"] .main-content .targets-name--sm {
    font-size: 9px;
  }

  html[data-browse-mode="S"] .main-content .targets-item {
    gap: 6px;
  }

  html[data-browse-mode="S"] .main-content .targets-icon {
    width: 50px;
    height: 50px;
  }

  html[data-browse-mode="S"] .main-content .product-cta {
    width: 100%;
    max-width: 90%;
    margin: 28px auto 0;
  }

  html[data-browse-mode="S"] .main-content .product-cta-link {
    padding: 10px 16px 9px;
    font-size: 18px;
  }

  html[data-browse-mode="S"] .main-content .feature-note {
    margin: 24px 0 0;
    font-size: 12px;
  }

  html[data-browse-mode="S"] .main-content .feature-item:not(:has(.feature-note))::after {
    display: none;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .feature-list {
    gap: 7.729vw;
    margin: 7.729vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .feature-item {
    padding: 7.729vw 4.831vw;
    border-radius: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .feature-image {
    margin: 2.899vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .feature-image img:first-child {
    max-height: 48.309vw;
  }

  html[data-browse-mode="S"] .main-content .product-name {
    margin: 7.729vw 0 0;
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .product-price {
    margin-top: 0.966vw;
  }

  html[data-browse-mode="S"] .main-content .product-price strong {
    font-size: 6.763vw;
  }

  html[data-browse-mode="S"] .main-content .product-price small {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .feature-text {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .feature-targets {
    gap: 3.865vw;
    padding: 4.831vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .targets-label {
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .main-content .targets-list {
    width: 59.903vw;
    gap: 2.899vw 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .targets-name {
    font-size: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .targets-name--sm {
    font-size: 2.174vw;
  }

  html[data-browse-mode="S"] .main-content .targets-item {
    gap: 1.449vw;
  }

  html[data-browse-mode="S"] .main-content .targets-icon {
    width: 12.077vw;
    height: 12.077vw;
  }

  html[data-browse-mode="S"] .main-content .product-cta {
    margin: 6.763vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .product-cta-link {
    padding: 2.415vw 3.865vw 2.174vw;
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .main-content .feature-note {
    margin: 5.797vw 0 0;
    font-size: 2.899vw;
  }
}

/*--------------------
 prevention
--------------------*/
.main-content .prevention-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  border: 4px solid #dfefff;
  border-radius: 20px;
  background-color: #f4f8fc;
  overflow: hidden;
}

.main-content .prevention-title {
  padding: 17px 32px 20px;
  background-color: #dfefff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.main-content .prevention-body {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr;
  align-items: center;
  gap: 24px;
  padding: 32px 40px;
  text-align: left;
}

.main-content .prevention-copy {
  display: flex;
  flex-direction: column;
}

.main-content .prevention-catch {
  font-size: 24px;
  font-weight: 700;
  color: #019bf0;
  line-height: 1.3;
  text-align: center;
}

.main-content .prevention-sub {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.main-content .prevention-text {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.main-content .prevention-effective {
  margin: 24px 0 0;
}

.main-content .prevention-effective .targets-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 356px;
  max-width: 100%;
  gap: 16px 4px;
  margin: 18px auto 0;
}

.main-content .prevention-effective  .targets-item {
  width: 68px;
}

.main-content .prevention-effective .targets-icon {
  width: 52px;
  height: 52px;
}

.main-content .prevention-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.main-content .prevention-product-scent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  padding: 4px 0;
  border: 2px solid #fff;
  border-radius: 51px;
  background-color: #96bc79;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.main-content .prevention-product-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content .prevention-product-image img:first-child {
  max-width: 100%;
  max-height: 328px;
}

.main-content .prevention-product-image img:last-child {
  width: auto;
  height: 20px;
  margin: 8px auto 0;
  background-color: #fff;
}

.main-content .prevention-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.main-content .prevention-scenes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-content .prevention-scenes-label {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.main-content .prevention-scenes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.main-content .prevention-scenes-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 120px;
  padding: 4px;
  box-sizing: border-box;
  border: 2px solid #dfefff;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.main-content .prevention-scenes-image img {
  max-width: 100%;
  max-height: 60px;
}

.main-content .prevention-scenes-name {
  font-size: 14px;
  font-weight: 500;
  color: #019bf0;
}

.main-content .prevention-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .prevention-card {
    margin: 24px auto 0;
    border-radius: 16px;
  }

  html[data-browse-mode="S"] .main-content .prevention-title {
    padding: 14px 20px 16px;
    font-size: 20px;
  }

  html[data-browse-mode="S"] .main-content .prevention-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 20px;
  }

  html[data-browse-mode="S"] .main-content .prevention-copy,
  html[data-browse-mode="S"] .main-content .prevention-side,
  html[data-browse-mode="S"] .main-content .prevention-info {
    display: contents;
  }

  html[data-browse-mode="S"] .main-content .prevention-product {
    order: 1;
    margin: 0;
  }

  html[data-browse-mode="S"] .main-content .prevention-product-scent {
    width: auto;
    padding: 6px 16px;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .prevention-product-image img:first-child {
    max-height: 240px;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-name {
    order: 2;
    margin: 0;
    font-size: 20px;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-price {
    order: 3;
    margin: -28px 0 0;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-price strong {
    font-size: 28px;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-price small {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .prevention-catch {
    order: 4;
    margin-top: 0;
    font-size: 20px;
  }

  html[data-browse-mode="S"] .main-content .prevention-sub {
    order: 5;
    margin-top: -20px;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .prevention-text {
    order: 6;
    margin: -12px 0 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes {
    order: 7;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes-label {
    font-size: 18px;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes-list {
    justify-content: center;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes-item {
    width: calc((100% - 24px) / 3);
    max-width: 100px;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes-name {
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .prevention-effective {
    order: 8;
    margin: 0;
  }

  html[data-browse-mode="S"] .main-content .prevention-effective .targets-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 12px 0;
    margin: 16px auto 0;
  }

  html[data-browse-mode="S"] .main-content .prevention-effective .targets-item {
    width: 62px;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-cta {
    order: 9;
    width: 100%;
    max-width: 90%;
    margin: 0;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-cta-link {
    padding: 10px 16px 9px;
    font-size: 18px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .prevention-card {
    margin: 5.797vw auto 0;
    border-radius: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-title {
    padding: 3.382vw 4.831vw 3.865vw;
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-body {
    gap: 7.729vw;
    padding: 7.729vw 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-product-scent {
    padding: 1.449vw 3.865vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-product-image img:first-child {
    max-height: 57.971vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-name {
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-price {
    margin: -6.763vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-price strong {
    font-size: 6.763vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-price small {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-catch {
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-sub {
    margin-top: -4.831vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-text {
    margin: -2.899vw 0 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes-label {
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes-item {
    width: calc((100% - 5.797vw) / 3);
    max-width: 24.155vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-scenes-name {
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-effective .targets-list {
    gap: 2.899vw 0;
    margin: 3.865vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .prevention-effective .targets-item {
    width: 14.976vw;
  }

  html[data-browse-mode="S"] .main-content .prevention-info .product-cta-link {
    padding: 2.415vw 3.865vw 2.174vw;
    font-size: 4.348vw;
  }
}
