.area-article-page {
  background-color: var(--white);
}

.area-article-page .area-hero .inner {
  padding-inline: 42px;
}

.area-article-page .area-hero h1 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  padding-block: 30px;
}

.area-article-page .area-hero .area-hero-image {
  width: 100%;
}

.area-article-page .area-hero .update-date {
  width: 100%;
  text-align: end;
  font-size: 14px;
  color: var(--gray);
  padding-block: 11px;
}

.area-article-page .area-lead .inner {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 43px 42px;
}

.area-shop-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--background);
}

.area-shop-list article {
  background-color: var(--white);
  padding: 23px 42px 47px 42px;
}

.shop-rank-badge {
  display: inline-block;
  min-width: 56px;
  padding: 6px 20px;
  border-radius: 5px;
  background: var(--warm);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.shop-card-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.shop-license {
  font-size: 14px;
  line-height: 24px;
  color: var(--gray);
  margin-bottom: 15px;
}

.shop-main-image {
  margin-bottom: 20px;
}

.shop-main-image img {
  max-width: 580px;
}

.shop-detail-meta-wrap {
  width: 100%;
  max-width: 580px;
}

.shop-detail-meta-row {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  padding-block: 10px;
}

.shop-detail-meta-label {
  width: 90px;
  min-width: 90px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.shop-detail-meta-value {
  font-size: 18px;
  line-height: 28px;
}

.shop-method-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-method-row {
  align-items: center;
}

.shop-method-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 6px 22px;
  border-radius: 5px;
  background: var(--light-warm);
  color: var(--warm);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.shop-price-box {
  padding-block: 20px;
}

.shop-price-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 28px;
}

.shop-price-box .shop-price-note {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.shop-price-box .avg-table {
  max-width: 580px;
  border: 1px solid var(--gray-border);
}

.shop-price-box .avg-table .diff {
  color: var(--blue);
}

.shop-price-box .avg-table .diff.is-plus {
  color: var(--red);
}

.shop-price-box .avg-table thead th {
  background-color: var(--warm);
}

.shop-price-box .avg-table thead th:first-child {
  width: 100px;
}

.shop-target-items {
  margin-bottom: 20px;
}

.shop-target-items h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}

.shop-target-items ul {
  padding-left: 1.2em;
}

.shop-target-items ul li {
  line-height: 1.9;
  list-style: disc;
  margin-bottom: 2px;
}
.shop-reviews-section {
  margin-bottom: 20px;
}

.shop-reviews h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}

.shop-review-source {
  color: var(--gray);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.shop-review-source a {
  color: inherit;
  text-decoration: underline;
}

.shop-review-slider {
  position: relative;
}

.shop-review-swiper {
  overflow: hidden;
}

.shop-review-swiper .swiper-wrapper {
  align-items: stretch;
}

.shop-review-swiper .swiper-slide {
  height: auto;
}

.area-shop-list .shop-review-card {
  height: 100%;
  box-sizing: border-box;
  background: #f7f4f1;
  padding: 18px 18px 22px;
}

.shop-review-card-head {
  margin-bottom: 16px;
}

.shop-review-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.shop-review-user-icon {
  width: 35px;
}

.shop-reviewer-name {
  font-size: 14px;
  font-weight: 400;
}

.shop-review-score-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}

.shop-review-rating-num {
  font-size: 32px;
  font-weight: 600;
  color: var(--warm);
}

.shop-review-rating-starts {
  font-size: 20px;
  line-height: 1;
  color: var(--warm);
  letter-spacing: 1px;
}

.shop-review-text,
.shop-review-text * {
  font-size: 18px;
  line-height: 28px;
}

.shop-review-nav {
  position: absolute;
  top: 42%;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%);
}

.shop-review-prev {
  left: 2px;
}

.shop-review-next {
  right: 2px;
}

.shop-review-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 4px solid var(--gray);
  border-right: 4px solid var(--gray);
}

.shop-review-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.shop-review-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.shop-review-swiper {
  max-width: 712px;
}

.shop-review-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.shop-review-pagination {
  padding-block: 20px;
  text-align: center;
}

.shop-review-pagination .swiper-pagination-bullet {
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 4px !important;
  background: var(--gray-border);
  opacity: 1;
}

.shop-review-pagination .swiper-pagination-bullet-active {
  background: var(--warm);
}

.shop-official-link-wrap {
  text-align: center;
}

.shop-official-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  padding: 15px;
  background: var(--warm);
  color: var(--white);
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.shop-official-link:hover {
  opacity: 0.9;
  color: #fff;
}

@media (max-width: 768px) {
  .shop-review-slider {
    padding: 0 28px 0;
  }

  .shop-review-pagination {
    padding-block: 10px 20px;
  }

  .shop-review-card {
    padding: 16px 14px 20px;
  }

  .shop-review-prev {
    left: 0;
  }

  .shop-review-next {
    right: 0;
  }

  .area-article-page {
    padding: 0;
  }

  .area-article-page .area-hero .inner {
    padding: 0 20px;
  }

  .area-article-page .area-hero h1 {
    font-size: 20px;
    line-height: 30px;
    padding-block: 19px;
  }

  .area-buy-ranking .common-title h2 {
    font-size: 20px;
  }

  .shop-card-title {
    font-size: 20px;
  }

  .shop-license,
  .shop-card-title {
    margin-bottom: 10px;
  }

  .shop-review-swiper {
    padding: 0 24px 30px;
  }

  .shop-official-link {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .area-article-page .area-lead .inner {
    font-size: 16px;
    padding: 19px 20px;
  }
  .area-shop-list article {
    padding: 23px 20px 47px 20px;
  }
}

@media (max-width: 600px) {
  .area-shop-list article {
    padding: 23px 16px 47px 16px;
  }
  .shop-detail-meta-row {
    gap: 4px;
  }
  .shop-detail-meta-label {
    width: 80px;
    min-width: 80px;
  }
  .shop-method-tags {
    gap: 8px;
  }
}
