@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* PCワールド テスト環境トップ */
:root {
  --pcw-blue: #1368b7;
  --pcw-navy: #13304d;
  --pcw-green: #20a363;
  --pcw-amber: #f2b705;
  --pcw-red: #d94343;
  --pcw-border: #d9e3ec;
  --pcw-text: #182638;
  --pcw-muted: #5c6f82;
  --pcw-bg: #f3f7fb;
}

body.home #content {
  margin-top: 0;
}

body.home #header-container {
  display: none;
}

body.home #content-in {
  width: 100%;
  max-width: none;
  display: block;
}

body.home #main.main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.home #sidebar {
  display: none;
}

.pcw-home {
  color: var(--pcw-text);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
}

.pcw-home * {
  box-sizing: border-box;
}

.pcw-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.pcw-topbar {
  background: var(--pcw-navy);
  color: #fff;
  font-size: 13px;
}

.pcw-topbar__inner,
.pcw-store-header__inner,
.pcw-category-nav__inner,
.pcw-section__head--split,
.pcw-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pcw-topbar p {
  margin: 0;
  font-weight: 700;
}

.pcw-topbar a,
.pcw-category-nav a,
.pcw-text-link {
  color: inherit;
  text-decoration: none;
}

.pcw-topbar__links {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.pcw-store-header {
  background: #fff;
  border-bottom: 1px solid var(--pcw-border);
  padding: 18px 0;
}

.pcw-logo {
  display: block;
  width: 220px;
  flex: 0 0 auto;
}

.pcw-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.pcw-search-area {
  flex: 1 1 520px;
  max-width: 610px;
}

.pcw-search {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 2px solid var(--pcw-blue);
  border-radius: 8px;
  overflow: hidden;
}

.pcw-search input,
.pcw-search button {
  border: 0;
  font: inherit;
}

.pcw-search input {
  min-width: 0;
  padding: 12px 14px;
}

.pcw-search button {
  min-width: 82px;
  padding: 0 18px;
  background: var(--pcw-blue);
  color: #fff;
  font-weight: 700;
}

.pcw-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.pcw-search-tags span {
  color: var(--pcw-muted);
  font-weight: 800;
}

.pcw-search-tags a {
  padding: 2px 7px;
  border-radius: 999px;
  background: #edf6ff;
  color: var(--pcw-blue);
  font-weight: 800;
  text-decoration: none;
}

.pcw-phone {
  text-align: right;
  line-height: 1.35;
}

.pcw-phone span,
.pcw-phone small,
.pcw-contact__box small {
  display: block;
  color: var(--pcw-muted);
  font-size: 12px;
}

.pcw-phone a {
  display: block;
  color: var(--pcw-navy);
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.pcw-category-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--pcw-blue);
  color: #fff;
  box-shadow: 0 2px 12px rgba(19, 48, 77, .14);
}

.pcw-category-nav__inner {
  justify-content: center;
  overflow-x: auto;
}

.pcw-category-nav a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 104px;
  min-height: 60px;
  padding: 9px 14px;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.pcw-category-nav .fa {
  font-size: 20px;
  line-height: 1;
}

.pcw-category-nav a:hover,
.pcw-category-nav a:focus-visible {
  background: rgba(255, 255, 255, .16);
}

.pcw-newsbar {
  background: #fff8e5;
  border-bottom: 1px solid #f2d58a;
}

.pcw-newsbar__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.pcw-newsbar a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 12px;
  color: var(--pcw-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.pcw-newsbar span {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--pcw-red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.pcw-hero {
  background: #eaf4ff;
  padding: 18px 0;
}

.pcw-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: stretch;
  gap: 14px;
}

.pcw-eyebrow {
  margin: 0 0 8px;
  color: var(--pcw-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pcw-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
  letter-spacing: 0;
}

.pcw-hero__content {
  min-height: 332px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(19, 48, 77, .94) 0%, rgba(19, 48, 77, .76) 44%, rgba(19, 48, 77, .1) 100%),
    url("https://pc-world.co.jp/wp-content/uploads/2024/12/db7daeef87b93242ac47506919bdc223-1024x682.jpg") center right / cover no-repeat;
  color: #fff;
  text-decoration: none;
}

.pcw-hero__content .pcw-eyebrow {
  color: #fff;
}

.pcw-hero__content p:not(.pcw-eyebrow) {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
}

.pcw-business p,
.pcw-contact p,
.pcw-feature-card p {
  color: var(--pcw-muted);
}

.pcw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.pcw-hero__price {
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.pcw-hero__price span {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 800;
}

.pcw-hero__side {
  display: grid;
  gap: 10px;
}

.pcw-hero__side a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  padding: 18px;
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
  color: var(--pcw-text);
  text-decoration: none;
}

.pcw-hero__side strong {
  color: var(--pcw-navy);
  font-size: 20px;
  line-height: 1.3;
}

.pcw-hero__side span {
  margin-top: 6px;
  color: var(--pcw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.pcw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.pcw-button--primary {
  background: var(--pcw-red);
  color: #fff;
}

.pcw-button--secondary {
  border: 2px solid var(--pcw-blue);
  color: var(--pcw-blue);
  background: #fff;
}

.pcw-hero__media {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(19, 48, 77, .18);
}

.pcw-hero__media img,
.pcw-feature-card img,
.pcw-business img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pcw-hero__media img {
  aspect-ratio: 16 / 10;
}

.pcw-promo {
  padding: 12px 0;
}

.pcw-promo__grid,
.pcw-product-grid,
.pcw-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pcw-promo-card {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.pcw-promo-card span {
  font-size: 13px;
  font-weight: 800;
}

.pcw-promo-card strong {
  font-size: 22px;
  line-height: 1.3;
}

.pcw-promo-card--green {
  background: var(--pcw-green);
}

.pcw-promo-card--blue {
  background: var(--pcw-blue);
}

.pcw-promo-card--amber {
  background: #b77905;
}

.pcw-billboard-section {
  padding: 8px 0 30px;
}

.pcw-billboard-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr;
  gap: 14px;
}

.pcw-billboard {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.pcw-billboard::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
}

.pcw-billboard span,
.pcw-billboard small {
  position: relative;
  z-index: 1;
  font-weight: 800;
}

.pcw-billboard strong {
  position: relative;
  z-index: 1;
  max-width: 620px;
  font-size: clamp(23px, 2.8vw, 36px);
  line-height: 1.25;
}

.pcw-billboard small {
  font-size: 14px;
}

.pcw-billboard--sale {
  background: linear-gradient(135deg, #e43d3d, #ba1d2b);
}

.pcw-billboard--support {
  background: linear-gradient(135deg, #1368b7, #12436e);
}

.pcw-billboard--buyback {
  background: linear-gradient(135deg, #20a363, #0d7045);
}

.pcw-section {
  padding: 34px 0;
}

.pcw-section--soft {
  background: var(--pcw-bg);
}

.pcw-section--products {
  padding-top: 24px;
  background: #fff;
}

.pcw-section__head {
  margin-bottom: 14px;
}

.pcw-section h2,
.pcw-business h2,
.pcw-contact h2,
.pcw-feature-card h2 {
  margin: 0;
  color: var(--pcw-navy);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: 0;
}

.pcw-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pcw-shop-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pcw-shop-column {
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.pcw-shop-column h3 {
  margin: 0;
  padding: 14px 16px;
  background: var(--pcw-navy);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}

.pcw-link-list {
  display: grid;
}

.pcw-link-list a {
  padding: 12px 16px;
  border-top: 1px solid var(--pcw-border);
  color: var(--pcw-text);
  font-weight: 700;
  text-decoration: none;
}

.pcw-link-list a:hover,
.pcw-link-list a:focus-visible {
  background: #edf6ff;
  color: var(--pcw-blue);
}

.pcw-price-grid a,
.pcw-use-grid a,
.pcw-mini-grid a,
.pcw-feature-list div,
.pcw-product-card {
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
}

.pcw-price-grid a {
  padding: 18px;
  color: var(--pcw-navy);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.pcw-use-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pcw-use-grid--dense {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pcw-use-grid a {
  min-height: 130px;
  padding: 20px;
  color: var(--pcw-text);
  text-decoration: none;
}

.pcw-use-grid strong,
.pcw-mini-grid strong,
.pcw-feature-list strong {
  display: block;
  color: var(--pcw-navy);
  font-size: 20px;
  line-height: 1.35;
}

.pcw-use-grid span,
.pcw-mini-grid span,
.pcw-feature-list span {
  display: block;
  color: var(--pcw-muted);
  margin-top: 8px;
}

.pcw-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pcw-mini-grid a {
  min-height: 116px;
  padding: 18px;
  color: var(--pcw-text);
  text-decoration: none;
}

.pcw-text-link {
  color: var(--pcw-blue);
  font-weight: 800;
}

.pcw-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pcw-product-card {
  position: relative;
  overflow: hidden;
}

.pcw-product-image-link {
  display: block;
  background: #f7fbff;
}

.pcw-product-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #f7fbff;
  object-fit: contain;
}

.pcw-product-card > div:last-child {
  padding: 13px;
}

.pcw-product-card__badges {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.pcw-badge,
.pcw-product-card__type {
  display: inline-block;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.pcw-badge {
  padding: 3px 7px;
  color: #fff;
}

.pcw-badge--rank {
  background: var(--pcw-red);
}

.pcw-badge--stock {
  background: var(--pcw-green);
}

.pcw-product-card__type {
  margin-bottom: 7px;
  padding: 2px 7px;
  background: #e7f1fb;
  color: var(--pcw-blue);
}

.pcw-product-card h3 {
  margin: 0;
  min-height: 44px;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.pcw-product-title-link {
  color: var(--pcw-navy);
  text-decoration: none;
}

.pcw-product-title-link:hover,
.pcw-product-title-link:focus-visible {
  color: var(--pcw-blue);
  text-decoration: underline;
}

.pcw-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 7px;
  margin: 8px 0;
  padding: 8px;
  border-radius: 6px;
  background: #f4f7fa;
  font-size: 12px;
  line-height: 1.35;
}

.pcw-spec-list div {
  display: flex;
  gap: 4px;
  min-width: 0;
}

.pcw-spec-list dt {
  flex: 0 0 auto;
  color: var(--pcw-muted);
  font-weight: 800;
}

.pcw-spec-list dd {
  min-width: 0;
  margin: 0;
  color: var(--pcw-text);
  font-weight: 700;
}

.pcw-product-card .pcw-price {
  margin: 8px 0 10px;
  color: var(--pcw-red);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.pcw-price small {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
}

.pcw-product-card .pcw-price--ask {
  font-size: 15px;
  line-height: 1.4;
}

.pcw-product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 6px;
  background: var(--pcw-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.pcw-content-detail,
.pcw-product-detail {
  margin: 0 0 30px;
  border: 1px solid var(--pcw-border);
  border-radius: 10px;
  background: #f7fbff;
  overflow: hidden;
}

.pcw-content-detail__eyecatch,
.pcw-product-detail__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.pcw-content-detail__eyecatch img,
.pcw-product-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pcw-content-detail__body,
.pcw-product-detail__body {
  padding: 24px;
}

.pcw-product-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.pcw-product-detail__price {
  margin: 0 0 16px;
  color: var(--pcw-red);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.pcw-product-detail__price small {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 800;
}

.pcw-product-detail__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.pcw-product-detail__specs div {
  padding: 12px;
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
}

.pcw-product-detail__specs dt {
  color: var(--pcw-muted);
  font-size: 12px;
  font-weight: 800;
}

.pcw-product-detail__specs dd {
  margin: 4px 0 0;
  color: var(--pcw-navy);
  font-size: 17px;
  font-weight: 900;
}

.pcw-repair-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pcw-repair-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.pcw-repair-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  background: #eef4f9;
  overflow: hidden;
}

.pcw-repair-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pcw-repair-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.pcw-repair-card h3 {
  min-height: 54px;
  margin: 0;
  color: var(--pcw-navy);
  font-size: 18px;
  line-height: 1.5;
}

.pcw-repair-card p {
  margin: 0;
  color: #51616f;
  font-size: 14px;
  line-height: 1.75;
}

.pcw-repair-meta-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.pcw-repair-meta-list div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f5f8fb;
}

.pcw-repair-meta-list dt {
  color: var(--pcw-muted);
  font-size: 12px;
  font-weight: 800;
}

.pcw-repair-meta-list dd {
  margin: 0;
  color: var(--pcw-navy);
  font-size: 13px;
  font-weight: 800;
}

.pcw-repair-price {
  margin: auto 0 0;
  color: var(--pcw-red);
  font-size: 22px;
  font-weight: 900;
}

.pcw-repair-price small {
  margin-left: 2px;
  font-size: 12px;
}

.pcw-repair-detail .pcw-content-detail__eyecatch img {
  object-fit: cover;
}

.pcw-repair-detail__price {
  margin: 0 0 16px;
  color: var(--pcw-red);
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 900;
  line-height: 1;
}

.pcw-repair-detail__price span {
  display: block;
  margin-bottom: 8px;
  color: var(--pcw-muted);
  font-size: 13px;
  font-weight: 800;
}

.pcw-repair-detail__price small {
  margin-left: 4px;
  font-size: 14px;
}

.pcw-repair-detail__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.pcw-repair-detail__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #e9f2ff;
  color: var(--pcw-blue);
  font-size: 13px;
  font-weight: 900;
}

.pcw-repair-info-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.pcw-repair-info-card li {
  padding: 12px;
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
}

.pcw-repair-info-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--pcw-muted);
  font-size: 12px;
  font-weight: 800;
}

.pcw-repair-info-card strong {
  display: block;
  color: var(--pcw-navy);
  font-size: 16px;
  line-height: 1.45;
}

.pcw-repair-detail__note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff7e6;
  color: #6a4a00;
  font-size: 14px;
  line-height: 1.7;
}

.pcw-repair-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pcw-repair-detail__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--pcw-blue);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.pcw-repair-detail__cta--sub {
  border: 1px solid var(--pcw-blue);
  background: #fff;
  color: var(--pcw-blue);
}

.pcw-repair-story {
  margin: 0 0 30px;
  padding: 26px;
  border: 1px solid var(--pcw-border);
  border-radius: 10px;
  background: #fff;
}

.pcw-repair-story__intro {
  margin-bottom: 18px;
}

.pcw-repair-story__title {
  margin: 0 0 10px;
  color: var(--pcw-navy);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.45;
}

.pcw-repair-story__intro p:not(.pcw-repair-story__title) {
  margin: 0;
  color: #51616f;
  line-height: 1.8;
}

.pcw-repair-story__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.pcw-repair-story__grid article {
  padding: 16px;
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #f7fbff;
}

.pcw-repair-story__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 28px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--pcw-blue);
  font-size: 12px;
  font-weight: 900;
}

.pcw-repair-story__heading {
  margin: 0 0 8px;
  color: var(--pcw-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.pcw-repair-story p:not(.pcw-repair-story__title):not(.pcw-repair-story__heading) {
  margin: 0;
  color: #51616f;
  line-height: 1.75;
}

.pcw-repair-story__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.pcw-repair-story__columns > div,
.pcw-repair-related-box,
.pcw-repair-store-info {
  padding: 18px;
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
}

.pcw-repair-checklist,
.pcw-repair-steps,
.pcw-repair-related-box ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.2em;
}

.pcw-repair-checklist li,
.pcw-repair-steps li,
.pcw-repair-related-box li {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
}

.pcw-repair-related-box {
  margin-bottom: 18px;
  background: #f7fbff;
}

.pcw-repair-related-box ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcw-repair-store-info {
  background: var(--pcw-navy);
  color: #fff;
}

.pcw-repair-store-info .pcw-repair-story__heading,
.pcw-repair-store-info p {
  color: #fff;
}

.pcw-repair-store-info a {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

.pcw-related-repairs {
  margin: 0 0 30px;
  padding: 24px;
  border: 1px solid var(--pcw-border);
  border-radius: 10px;
  background: #f7fbff;
}

.pcw-related-repairs__head {
  margin-bottom: 16px;
}

.pcw-related-repairs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pcw-related-repair-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
  color: var(--pcw-text);
  text-decoration: none;
}

.pcw-related-repair-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.pcw-related-repair-card span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e9f2ff;
  color: var(--pcw-blue);
  font-size: 12px;
  font-weight: 900;
}

.pcw-related-repair-card strong {
  color: var(--pcw-navy);
  font-size: 15px;
  line-height: 1.55;
}

.pcw-related-repair-card small {
  color: var(--pcw-muted);
  font-size: 12px;
  line-height: 1.6;
}

.pcw-ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pcw-rank-column {
  border: 1px solid var(--pcw-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.pcw-rank-column h3 {
  margin: 0;
  padding: 14px 16px;
  background: var(--pcw-blue);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}

.pcw-rank-item {
  display: grid;
  grid-template-columns: 48px 62px 1fr;
  gap: 8px 14px;
  padding: 14px 16px;
  border-top: 1px solid var(--pcw-border);
  color: var(--pcw-text);
  text-decoration: none;
}

.pcw-rank-item span {
  grid-row: span 2;
  align-self: center;
  justify-self: start;
  min-width: 48px;
  padding: 5px 7px;
  border-radius: 6px;
  background: #fff0c2;
  color: #9b6800;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.pcw-rank-item img {
  grid-row: span 2;
  align-self: center;
  width: 62px;
  height: 52px;
  border-radius: 6px;
  background: #f7fbff;
  object-fit: cover;
}

.pcw-rank-item strong {
  color: var(--pcw-navy);
  font-size: 17px;
  line-height: 1.3;
}

.pcw-rank-item small {
  color: var(--pcw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.pcw-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 20px;
  align-items: stretch;
}

.pcw-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--pcw-border);
}

.pcw-feature-card img {
  min-height: 320px;
}

.pcw-feature-card div {
  padding: 34px;
  align-self: center;
}

.pcw-feature-list {
  display: grid;
  gap: 12px;
}

.pcw-feature-list div {
  padding: 20px;
}

.pcw-business {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 28px;
  align-items: center;
}

.pcw-business img {
  min-height: 330px;
  border-radius: 8px;
}

.pcw-trust {
  padding: 20px 0;
  background: #fff8e5;
  border-top: 1px solid #f2d58a;
}

.pcw-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pcw-trust__grid div {
  padding: 16px;
  border: 1px solid #f2d58a;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.pcw-trust__grid strong,
.pcw-trust__grid span {
  display: block;
}

.pcw-trust__grid strong {
  color: var(--pcw-navy);
  font-size: 18px;
}

.pcw-trust__grid span {
  margin-top: 4px;
  color: var(--pcw-muted);
  font-size: 13px;
}

.pcw-section--dark {
  background: var(--pcw-navy);
  color: #fff;
}

.pcw-section--dark .pcw-eyebrow,
.pcw-section--dark h2,
.pcw-section--dark p {
  color: #fff;
}

.pcw-contact__box {
  min-width: 280px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.pcw-contact__box span,
.pcw-contact__box a,
.pcw-contact__box small {
  display: block;
  color: #fff;
  text-decoration: none;
}

.pcw-contact__box a {
  margin: 6px 0;
  font-size: 28px;
  font-weight: 900;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .pcw-store-header__inner,
  .pcw-hero__grid,
  .pcw-feature-grid,
  .pcw-business {
    grid-template-columns: 1fr;
  }

  .pcw-store-header__inner {
    display: grid;
  }

  .pcw-search-area,
  .pcw-search {
    max-width: none;
    width: 100%;
  }

  .pcw-phone {
    text-align: left;
  }

  .pcw-promo__grid,
  .pcw-billboard-grid,
  .pcw-shop-index,
  .pcw-price-grid,
  .pcw-use-grid,
  .pcw-mini-grid,
  .pcw-ranking-grid,
  .pcw-trust__grid,
  .pcw-repair-grid,
  .pcw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcw-feature-card {
    grid-template-columns: 1fr;
  }

  .pcw-repair-story__grid {
    grid-template-columns: 1fr;
  }

  .pcw-related-repairs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .pcw-topbar__inner,
  .pcw-section__head--split,
  .pcw-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .pcw-topbar__links {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .pcw-newsbar__inner {
    grid-template-columns: 1fr;
  }

  .pcw-hero {
    padding-top: 30px;
  }

  .pcw-hero h1 {
    font-size: 34px;
  }

  .pcw-hero__content {
    min-height: 300px;
    padding: 26px;
  }

  .pcw-contact__box {
    min-width: 0;
    width: 100%;
  }

  .pcw-content-detail__eyecatch,
  .pcw-product-detail__image {
    min-height: 260px;
  }

  .pcw-product-detail__specs {
    grid-template-columns: 1fr;
  }

  .pcw-repair-story,
  .pcw-repair-story__columns > div,
  .pcw-repair-related-box,
  .pcw-repair-store-info {
    padding: 16px;
  }

  .pcw-repair-story__columns,
  .pcw-repair-related-box ul {
    grid-template-columns: 1fr;
  }

  .pcw-repair-info-card {
    grid-template-columns: 1fr;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .pcw-shell {
    width: min(100% - 22px, 1180px);
  }

  .pcw-logo {
    width: 190px;
  }

  .pcw-search {
    grid-template-columns: 1fr;
  }

  .pcw-search button {
    min-height: 42px;
  }

  .pcw-category-nav__inner {
    justify-content: flex-start;
  }

  .pcw-promo__grid,
  .pcw-billboard-grid,
  .pcw-shop-index,
  .pcw-price-grid,
  .pcw-use-grid,
  .pcw-mini-grid,
  .pcw-ranking-grid,
  .pcw-trust__grid,
  .pcw-repair-grid,
  .pcw-product-grid {
    grid-template-columns: 1fr;
  }

  .pcw-section {
    padding: 30px 0;
  }

  .pcw-hero__content {
    min-height: 330px;
    background:
      linear-gradient(90deg, rgba(19, 48, 77, .94) 0%, rgba(19, 48, 77, .82) 100%),
      url("https://pc-world.co.jp/wp-content/uploads/2024/12/db7daeef87b93242ac47506919bdc223-1024x682.jpg") center / cover no-repeat;
  }

  .pcw-rank-item {
    grid-template-columns: 48px 58px 1fr;
  }

  .pcw-content-detail__body,
  .pcw-product-detail__body {
    padding: 14px;
  }

  .pcw-content-detail__eyecatch,
  .pcw-product-detail__image {
    min-height: 210px;
  }

  .pcw-repair-story__title {
    font-size: 22px;
  }

  .pcw-related-repairs {
    padding: 16px;
  }

  .pcw-repair-detail__actions {
    flex-direction: column;
  }

  .pcw-related-repairs__grid {
    grid-template-columns: 1fr;
  }

  .pcw-product-card h3 {
    min-height: 0;
  }

  .pcw-contact__box a {
    font-size: 24px;
  }
}
