:root {
  --exp2606-main: #b90814;
  --exp2606-main-dark: #8f0610;
  --exp2606-main-light: #fff4f5;
  --exp2606-border: #f0c9cc;
  --exp2606-text: #222;
  --exp2606-muted: #666;
}

.exp2606-profile {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  color: var(--exp2606-text);
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.exp2606-profile *,
.exp2606-profile *::before,
.exp2606-profile *::after {
  box-sizing: border-box;
}

.exp2606-section {
  margin-top: 70px;
}

.exp2606-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
}

.exp2606-title {
  color: var(--exp2606-main);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 34px;
}

.exp2606-breadcrumb {
  font-size: 13px;
  margin-bottom: 30px;
  color: #333;
}

/* ==============================
Profile
============================== */
.exp2606-hero {
  display: grid;
  grid-template-columns: 300px 1fr 320px;
  gap: 42px;
  padding: 42px;
  align-items: center;
}

.exp2606-hero-photo img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.exp2606-hero-body h1 {
  color: var(--exp2606-main);
  font-size: 38px;
  margin: 0 0 20px;
  line-height: 1.2;
}

.exp2606-hero-body h1::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: var(--exp2606-main);
  margin-top: 14px;
}

.exp2606-hero-body p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 12px;
}

.exp2606-hero-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--exp2606-border);
}

.exp2606-hero-table th,
.exp2606-hero-table td {
  border: 1px solid var(--exp2606-border);
  padding: 18px 14px;
  font-size: 15px;
}

.exp2606-hero-table th {
  text-align: left;
  background: #fffafa;
  font-weight: 600;
}

.exp2606-hero-table td {
  text-align: center;
  font-size: 18px;
}

.exp2606-hero-table p {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--exp2606-muted);
  text-align: center;
}

/* ==============================
Audio
============================== */
.exp2606-audio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 70px;
  max-width: 980px;
  margin: 0 auto;
}

.exp2606-audio-item {
  display: grid;
  grid-template-columns: 44px 120px 1fr 100px;
  align-items: center;
  gap: 14px;
}

.exp2606-play {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--exp2606-main);
  background: #fff;
  color: var(--exp2606-main);
  cursor: pointer;
  font-size: 15px;
}

.exp2606-play.is-playing {
  background: var(--exp2606-main);
  color: #fff;
}

.exp2606-wave {
  height: 18px;
  background:
    linear-gradient(90deg, #ddd 0 8%, transparent 8% 12%),
    repeating-linear-gradient(90deg, #ddd 0 2px, transparent 2px 7px);
  opacity: .75;
  border-radius: 999px;
}

.exp2606-audio-name {
  font-size: 14px;
}

.exp2606-time {
  font-size: 12px;
  color: #333;
}

.exp2606-note {
  margin-top: 34px;
  text-align: center;
  font-size: 12px;
  color: var(--exp2606-muted);
}

/* ==============================
Results / Delivery
============================== */
.exp2606-info {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}

/* 実績ブロックを削除した場合、対応可能納期を横いっぱいにする */
.exp2606-info .exp2606-delivery:only-child {
  grid-column: 1 / -1;
}

.exp2606-results,
.exp2606-delivery {
  padding: 28px;
  border-color: var(--exp2606-border);
  box-shadow: none;
}

.exp2606-results h2,
.exp2606-delivery h2 {
  color: var(--exp2606-main);
  text-align: center;
  margin: 0 0 24px;
  font-size: 20px;
}

.exp2606-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.exp2606-results li {
  margin: 16px 0;
  padding-left: 22px;
  position: relative;
}

.exp2606-results li::before {
  content: "●";
  color: var(--exp2606-main);
  position: absolute;
  left: 0;
  font-size: 12px;
}

/* 納期表：PCでは横長table、SPでは2列の縦表を表示 */
.exp2606-delivery {
  overflow: visible;
}

.exp2606-profile .exp2606-delivery-table,
.exp2606-profile .exp2606-delivery-table-pc {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
}

.exp2606-profile .exp2606-delivery-table-pc {
  display: table !important;
}

.exp2606-profile .exp2606-delivery-table th,
.exp2606-profile .exp2606-delivery-table td {
  border: 1px solid var(--exp2606-border);
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
}

.exp2606-profile .exp2606-delivery-table th {
  background: var(--exp2606-main-light);
  font-weight: 700;
}

.exp2606-profile .exp2606-delivery-table td {
  background: #fff;
}

/* PCではモバイル用納期表示を必ず隠す */
.exp2606-profile .exp2606-delivery-mobile {
  display: none !important;
}

.exp2606-delivery-mobile {
  width: 100%;
  border: 1px solid var(--exp2606-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.exp2606-delivery-mobile-head,
.exp2606-delivery-mobile-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid var(--exp2606-border);
}

.exp2606-delivery-mobile-item:last-child {
  border-bottom: none;
}

.exp2606-delivery-mobile-head {
  background: #fff;
}

.exp2606-delivery-mobile-label,
.exp2606-delivery-mobile-days {
  padding: 11px 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.exp2606-delivery-mobile-label {
  text-align: left;
}

.exp2606-delivery-mobile-days {
  text-align: right;
  white-space: nowrap;
}

.exp2606-delivery-empty {
  margin: 0;
  text-align: center;
  color: var(--exp2606-muted);
}

.exp2606-delivery p {
  margin: 18px 0 0;
  font-size: 12px;
  color: var(--exp2606-muted);
  text-align: center;
}

/* ==============================
CTA
============================== */
.exp2606-cta {
  text-align: center;
  margin-top: 42px;
  clear: both;
}

.exp2606-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 420px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--exp2606-main), var(--exp2606-main-dark));
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(185, 8, 20, .25);
  margin-left: auto;
  margin-right: auto;
}

.exp2606-btn:hover {
  color: #fff;
  opacity: .92;
}

/* ==============================
Other narrators
============================== */
.exp2606-other-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.exp2606-other-list a {
  display: block;
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #222;
  background: #fff;
}

.exp2606-other-list img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin: 0 auto 10px;
}

.exp2606-other-list span {
  font-size: 13px;
}

/* ==============================
Search
============================== */
.exp2606-search {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 34px;
  background: var(--exp2606-main-light);
  border-radius: 12px;
  text-align: center;
}

.exp2606-search h2 {
  color: var(--exp2606-main);
  font-size: 20px;
  margin: 0 0 24px;
}

.exp2606-search-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 90px;
  gap: 22px;
}

.exp2606-search select,
.exp2606-search button {
  height: 48px;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 0 16px;
  background: #fff;
  font-size: 14px;
}

.exp2606-search button {
  background: var(--exp2606-main);
  color: #fff;
  border-color: var(--exp2606-main);
  font-weight: 700;
  cursor: pointer;
}

/* ==============================
Contact
============================== */
.exp2606-contact {
  display: grid;
  grid-template-columns: 220px 200px 1fr;
  gap: 36px;
  padding: 50px 40px;
  background: linear-gradient(180deg, #fff6f7, #fff);
}

.exp2606-contact-logo {
  color: var(--exp2606-main);
  font-size: 34px;
  font-weight: 800;
}

.exp2606-contact-nav a {
  display: block;
  margin-bottom: 12px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
}

.exp2606-contact-form h2 {
  color: var(--exp2606-main);
  font-size: 18px;
  margin: 0 0 18px;
  text-align: center;
}

.exp2606-contact-form select,
.exp2606-contact-form input,
.exp2606-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  background: #fff;
}

.exp2606-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.exp2606-contact-form textarea {
  min-height: 110px;
}

.exp2606-contact-form button {
  display: block;
  width: 140px;
  height: 42px;
  margin: 8px auto 0;
  background: var(--exp2606-main);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

/* ==============================
Footer
============================== */
.exp2606-footer {
  text-align: center;
  font-size: 13px;
  color: #444;
  padding: 34px 0 0;
}

.exp2606-footer p {
  margin: 6px 0;
}

/* ==============================
Responsive
============================== */
@media (max-width: 980px) {
  .exp2606-hero {
    grid-template-columns: 1fr;
  }

  .exp2606-hero-photo img {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 768px) {
  .exp2606-profile {
    width: 100%;
    max-width: 100%;
    padding: 24px 15px 60px;
    overflow-x: hidden;
  }

  .exp2606-section {
    margin-top: 48px;
  }

  .exp2606-audio-grid,
  .exp2606-info,
  .exp2606-search-inner,
  .exp2606-contact,
  .exp2606-contact-row {
    grid-template-columns: 1fr;
  }

  .exp2606-audio-grid {
    gap: 24px;
  }

  .exp2606-audio-item {
    grid-template-columns: 42px 1fr;
  }

  .exp2606-wave,
  .exp2606-time {
    grid-column: 2;
  }

  .exp2606-results,
  .exp2606-delivery {
    padding: 22px 18px;
    overflow: hidden;
  }

  /* SPではPC用納期表を完全に消す */
  .exp2606-profile .exp2606-delivery-table-pc {
    display: none !important;
  }

  /* SPではモバイル用の2列表だけ表示 */
  .exp2606-profile .exp2606-delivery-mobile {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .exp2606-cta {
    text-align: center;
    margin-top: 36px;
  }

  .exp2606-btn {
    min-width: 0;
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
  }

  .exp2606-other-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .exp2606-hero {
    padding: 24px 18px;
  }

  .exp2606-hero-body h1 {
    font-size: 32px;
  }

  .exp2606-title {
    font-size: 21px;
  }

  .exp2606-audio-item {
    gap: 10px;
  }

  .exp2606-other-list {
    gap: 12px;
  }
}
