.info-page {
  background: #fff;
  color: #111;
}

.info-page .fv-header {
  background: #f3d500;
}

.delivery-page .fv-header,
.delivery-page .info-hero {
  background: #efce0a;
}

.info-hero {
  min-height: 375px;
  padding-top: 108px;
  background: #f3d500;
}

.info-hero__inner {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 105px;
}

.info-hero__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 22px;
  border: 3px solid #111;
  background: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-4deg);
}

.info-hero h1 {
  margin: 0;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.delivery-title-image {
  display: block;
  width: min(500px, 72vw);
  height: auto;
  padding-bottom: 30px;
}

.info-main {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  padding: 30px 0 120px;
}

.info-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 52px;
  color: #777;
  font-size: 13px;
}

.info-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.info-breadcrumb a:hover {
  color: #111;
}

.delivery-team {
  margin: 0 auto 84px;
  width: min(100%, 1040px);
  aspect-ratio: 2.45;
  overflow: hidden;
}

.delivery-team img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 46%;
}

.delivery-overview {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.delivery-overview > h2 {
  margin: 0 0 54px;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.delivery-overview__block {
  margin-bottom: 58px;
}

.delivery-overview__block:last-child {
  margin-bottom: 0;
}

.delivery-overview__block h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.4;
}

.delivery-overview__block p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.delivery-page .info-main {
  width: min(1200px, calc(100% - 80px));
}

.delivery-page .delivery-team {
  width: min(1040px, 100%);
  margin-bottom: 34px;
  aspect-ratio: 2.13;
}

.delivery-page .delivery-team img {
  object-position: center 46%;
}

.delivery-content {
  width: min(1040px, 100%);
  margin: 0 auto;
  color: #171717;
}

.delivery-section {
  margin-bottom: 96px;
}

.delivery-section:last-child {
  margin-bottom: 0;
}

.delivery-heading-image {
  display: block;
  height: auto;
  margin: 0 0 44px;
}

.delivery-heading-image--arrival {
  width: min(278px, 46vw);
}

.delivery-heading-image--shipping {
  width: min(249px, 44vw);
}

.delivery-heading-image--payment {
  width: min(275px, 48vw);
}

.delivery-text-block {
  margin: 0 40px 42px;
}

.delivery-text-block:last-child {
  margin-bottom: 0;
}

.delivery-text-block h3,
.payment-method h3 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.45;
}

.delivery-text-block p,
.payment-method p,
.delivery-shipping__lead,
.delivery-notes {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.delivery-section--shipping {
  margin-top: 88px;
}

.delivery-shipping__free {
  margin: 0 40px 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.delivery-shipping__lead {
  margin: 0 40px 22px;
}

.delivery-table-wrap {
  width: min(850px, calc(100% - 80px));
  margin: 0 40px;
  overflow-x: auto;
}

.delivery-fee-table,
.cod-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.delivery-fee-table th,
.delivery-fee-table td,
.cod-table th,
.cod-table td {
  border: 1px solid #c8c8c8;
  padding: 14px 20px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
}

.delivery-fee-table th {
  width: 20%;
  background: #f5f5f5;
  text-align: center;
}

.delivery-fee-table td:nth-child(2) {
  width: 20%;
  text-align: center;
}

.delivery-fee-table td:last-child {
  width: 60%;
}

.delivery-section--shipping > .delivery-notes {
  margin: 18px 40px 0;
  font-size: 15px;
}

.delivery-section--payment {
  margin-top: 104px;
}

.payment-method {
  margin: 0 40px 62px;
}

.payment-method:last-child {
  margin-bottom: 0;
}

.payment-bank {
  margin-bottom: 22px !important;
  padding: 32px 40px;
  background: #f0f0f0;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.payment-card-logos {
  display: block;
  width: min(480px, 100%);
  height: auto;
  margin: 12px 0 18px;
}

.payment-warning {
  color: #e10d18;
}

.delivery-table-wrap--cod {
  width: min(590px, 100%);
  margin: 24px 0 18px;
}

.cod-table th,
.cod-table td {
  width: 50%;
  padding: 15px 20px;
  text-align: center;
}

.cod-table th {
  background: #e9e9e9;
}

.payment-method--cod .delivery-notes {
  font-size: 16px;
}

.delivery-print-note {
  margin: 22px 0 0 30px;
  color: #555;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.info-section {
  width: min(920px, 100%);
  margin: 0 auto 86px;
  font-size: 15px;
  line-height: 2;
}

.info-section:last-child {
  margin-bottom: 0;
}

.info-section h2 {
  margin: 0 0 26px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.info-section p {
  margin: 0 0 24px;
}

.info-table-wrap {
  width: 100%;
  margin: 28px 0 18px;
  overflow-x: auto;
}

.info-table-wrap--narrow {
  max-width: 590px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.info-table th,
.info-table td {
  border: 1px solid #b7b7b7;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.65;
}

.info-table thead th {
  background: #f1f1f1;
  font-weight: 800;
}

.info-table tbody th {
  width: 28%;
  background: #fafafa;
  font-weight: 700;
}

.delivery-area-table thead th:first-child {
  width: 28%;
}

.info-notes {
  margin: 16px 0 0;
  padding-left: 1.4em;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

.delivery-contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 25px 30px;
  background: #f3f3f3;
  font-size: 14px;
}

.delivery-contact-box strong {
  font-size: 16px;
}

.delivery-card-logos {
  display: block;
  width: min(430px, 100%);
  height: auto;
  margin: 26px 0 16px;
}

.info-alert {
  color: #d8001a;
  font-size: 13px;
  font-weight: 700;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .info-page .fv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(8px * var(--sp-header-s, 1));
    min-height: var(--sp-header-clear, 76px);
    padding: calc(12px * var(--sp-header-s, 1)) calc(16px * var(--sp-header-s, 1));
    background: #fff;
    pointer-events: none;
  }

  .info-page .fv-header a,
  .info-page .fv-header button {
    pointer-events: auto;
  }

  .info-page .fv-header__main {
    display: none;
  }

  .info-page .fv-header__left {
    position: static;
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    gap: calc(8px * var(--sp-header-s, 1));
  }

  .info-page .fv-logo {
    position: static;
    flex: 0 0 auto;
    width: calc(56px * var(--sp-header-s, 1));
    height: calc(52px * var(--sp-header-s, 1));
    overflow: hidden;
  }

  .info-page .fv-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: left center;
  }

  .info-page .fv-header__brand {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
  }

  .info-page .fv-header__brand-lead {
    font-size: calc(11px * var(--sp-header-s, 1));
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
  }

  .info-page .fv-header__brand-name {
    font-size: calc(22px * var(--sp-header-s, 1));
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
  }

  .info-page .fv-header__right {
    position: static;
    flex: 0 0 auto;
  }

  .info-page .fv-header__actions,
  .info-page .fv-header__compact {
    display: flex;
    align-items: center;
  }

  .info-page .fv-header__actions {
    --fv-sp-icon: calc(34px * var(--sp-header-s, 1));
    --fv-sp-icon-gap: calc(10px * var(--sp-header-s, 1));
    gap: var(--fv-sp-icon-gap);
  }

  .info-page .fv-header__compact {
    gap: var(--fv-sp-icon-gap);
  }

  .info-page .fv-compact-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: var(--fv-sp-icon);
    height: var(--fv-sp-icon);
    min-width: var(--fv-sp-icon);
    gap: 0;
    padding: 0;
    font-size: calc(10px * var(--sp-header-s, 1));
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
  }

  .info-page .fv-compact-action span {
    display: none;
  }

  .info-page .fv-compact-action img {
    width: var(--fv-sp-icon);
    height: var(--fv-sp-icon);
    object-fit: contain;
  }

  .info-page .fv-compact-action--phone { color: #111; }
  .info-page .fv-compact-action--mail { color: #d8001a; }
  .info-page .fv-compact-action--line { color: #06c755; }

  .info-page .fv-header .menu-btn {
    width: var(--fv-sp-icon);
    height: var(--fv-sp-icon);
    gap: calc(6px * var(--sp-header-s, 1));
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .info-page .fv-header .menu-btn span {
    width: 100%;
    height: calc(3px * var(--sp-header-s, 1));
    margin: 0;
    background: #f15a24;
  }

  .info-hero {
    min-height: 260px;
    padding-top: var(--sp-header-clear, 76px);
  }

  .info-hero__inner {
    width: calc(100% - 40px);
    padding-top: 62px;
  }

  .info-hero__eyebrow {
    margin-bottom: 14px;
    padding: 6px 15px;
    border-width: 2px;
    font-size: 14px;
  }

  .info-hero h1 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .delivery-title-image {
    width: min(100%, 620px);
    padding-bottom: 30px;
  }

  .info-main {
    width: calc(100% - 40px);
    padding: 24px 0 80px;
  }

  .info-breadcrumb {
    margin-bottom: 34px;
    font-size: 12px;
  }

  .delivery-team {
    margin-bottom: 56px;
    aspect-ratio: 1.75;
  }

  .delivery-overview > h2 {
    margin-bottom: 38px;
    font-size: clamp(29px, 7vw, 40px);
  }

  .delivery-overview__block {
    margin-bottom: 42px;
  }

  .delivery-overview__block h3 {
    font-size: 21px;
  }

  .delivery-overview__block p {
    font-size: 14px;
    line-height: 1.85;
  }

  .delivery-page .info-main {
    width: calc(100% - 40px);
  }

  .delivery-page .delivery-team {
    margin-bottom: 30px;
    aspect-ratio: 1.75;
  }

  .delivery-heading-image {
    margin-bottom: 32px;
  }

  .delivery-text-block,
  .payment-method {
    margin-right: 0;
    margin-left: 0;
  }

  .delivery-text-block {
    margin-bottom: 34px;
  }

  .delivery-text-block h3,
  .payment-method h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .delivery-text-block p,
  .payment-method p,
  .delivery-shipping__lead,
  .delivery-notes {
    font-size: 16px;
    font-weight: inherit;
  }

  .delivery-section {
    margin-bottom: 70px;
  }

  .delivery-section--shipping,
  .delivery-section--payment {
    margin-top: 70px;
  }

  .delivery-shipping__free {
    margin: 0 0 38px;
    font-size: 18px;
    font-weight: inherit;
    line-height: 1.7;
  }

  .delivery-shipping__lead,
  .delivery-section--shipping > .delivery-notes {
    margin-right: 0;
    margin-left: 0;
  }

  .delivery-table-wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .delivery-fee-table {
    min-width: 680px;
  }

  .delivery-fee-table th,
  .delivery-fee-table td,
  .cod-table th,
  .cod-table td {
    font-size: 16px;
    font-weight: inherit;
  }

  .payment-method {
    margin-bottom: 48px;
  }

  .payment-bank {
    padding: 24px 20px;
    font-size: 18px !important;
    font-weight: inherit !important;
  }

  .payment-card-logos {
    width: min(390px, 100%);
    margin-top: 12px;
  }

  .delivery-print-note {
    margin-left: 18px;
    font-size: 11px;
  }

  .info-section {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 1.9;
  }

  .info-section h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .delivery-contact-box {
    display: grid;
    gap: 8px;
    padding: 22px 20px;
  }
}

@media (max-width: 480px) {
  .info-hero {
    min-height: 230px;
  }

  .info-hero__inner {
    padding-top: 48px;
  }

  .info-main {
    width: calc(100% - 32px);
  }

  .delivery-page .info-main {
    width: calc(100% - 32px);
  }

  .delivery-heading-image--arrival {
    width: min(230px, 72vw);
  }

  .delivery-heading-image--shipping {
    width: min(210px, 66vw);
  }

  .delivery-heading-image--payment {
    width: min(230px, 72vw);
  }

  .delivery-shipping__free {
    font-size: 15px;
  }

  .info-table {
    min-width: 520px;
  }

  .info-table-wrap--narrow .info-table {
    min-width: 420px;
  }

  .tokushoho-table th,
  .tokushoho-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  .tokushoho-table th {
    border-bottom: none;
    text-align: left;
  }

  .tokushoho-table td {
    padding-top: 0;
  }
}

.tokushoho-page .info-hero {
  background: #efce0a;
}

.tokushoho-page .fv-header {
  background: #efce0a;
}

/* .info-hero__inner title layout: shared page-title hero in rules below */

.tokushoho-title-image {
  display: block;
  width: min(720px, 88vw);
  height: auto;
}

.tokushoho-main {
  width: min(1040px, calc(100% - 80px));
  padding-bottom: 100px;
}

.tokushoho-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
  color: #222;
  font-size: 18px;
  font-weight: inherit;
  line-height: 1.85;
}

.tokushoho-table th,
.tokushoho-table td {
  border: 1px solid #e4e4e4;
  padding: 22px 28px;
  vertical-align: middle;
  text-align: left;
}

.tokushoho-table th {
  width: 28%;
  background: #f5f5f5;
  font-weight: 500;
  color: #222;
}

.tokushoho-table td {
  background: #fff;
}

.tokushoho-table a {
  color: #222;
  text-decoration: none;
}

.tokushoho-table a:hover {
  text-decoration: underline;
}

.tokushoho-table p {
  margin: 0 0 0.35em;
}

.tokushoho-table p:last-child {
  margin-bottom: 0;
}

.tokushoho-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tokushoho-list li {
  position: relative;
  padding-left: 1.1em;
}

.tokushoho-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.tokushoho-returns {
  vertical-align: top;
}

.tokushoho-subheading {
  margin: 1.15em 0 0.45em;
  font-weight: 800;
}

.tokushoho-subheading--bracket {
  margin-top: 0.9em;
}

.tokushoho-ordered {
  margin: 0.6em 0 1em;
  padding-left: 1.4em;
}

.tokushoho-ordered li {
  margin: 0.15em 0;
}

@media (max-width: 768px) {
  .tokushoho-main {
    width: calc(100% - 48px);
  }

  .tokushoho-table {
    font-size: 14px;
  }

  .tokushoho-table th,
  .tokushoho-table td {
    display: block;
    width: 100%;
    padding: 16px 18px;
  }

  .tokushoho-table th {
    border-bottom: none;
    font-weight: 500;
  }

  .tokushoho-table td {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .tokushoho-main {
    width: calc(100% - 32px);
  }

  .tokushoho-title-image {
    width: min(340px, 90vw);
  }
}

.privacy-page .info-hero,
.privacy-page .fv-header,
.terms-page .info-hero,
.terms-page .fv-header {
  background: #efce0a;
}

.privacy-title-image {
  display: block;
  width: min(520px, 72vw);
  height: auto;
}

.terms-title-image {
  display: block;
  width: min(280px, 42vw);
  height: auto;
}

/* =============================================================================
   Shared page-title hero — terms heading layout as standard
   Pages: terms / privacy / tokushoho / faq / contact / company / about / design-help
   ============================================================================= */
:is(
    .terms-page,
    .privacy-page,
    .tokushoho-page,
    .faq-page,
    .contact-page,
    .company-page,
    .about-page,
    .design-help-page
  ) {
  --page-title-s: 1;
  --page-title-sp-s: 1;
}

.terms-page {
  --page-title-w: 280px;
  --page-title-w-sp: 200px;
}
.privacy-page {
  --page-title-w: 520px;
  --page-title-w-sp: 400px;
}
.tokushoho-page {
  --page-title-w: 720px;
  --page-title-w-sp: 500px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .tokushoho-page {
    --page-title-w: 728px;
    --page-title-w-sp: 440px;
  }
}
.faq-page {
  --page-title-w: 360px;
  --page-title-w-sp: 200px;
}
.contact-page {
  --page-title-w: 390px;
  --page-title-w-sp: 220px;
}
.company-page {
  --page-title-w: 280px;
  --page-title-w-sp: 200px;
}
.about-page {
  --page-title-w: 640px;
  --page-title-w-sp: 450px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .about-page {
    --page-title-w: 640px;
    --page-title-w-sp: 400px;
  }
}
.design-help-page {
  --page-title-w: 640px;
  --page-title-w-sp: 450px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .design-help-page {
    --page-title-w: 648px;
    --page-title-w-sp: 400px;
  }
}

:is(
    .terms-page,
    .privacy-page,
    .tokushoho-page,
    .faq-page,
    .contact-page,
    .company-page,
    .about-page,
    .design-help-page
  )
  :is(.info-hero, .contact-hero, .company-title, .ap-hero, .dh-sec1) {
  background: #efce0a !important;
  min-height: 375px;
  padding: 108px 0 0 !important;
}

:is(
    .terms-page,
    .privacy-page,
    .tokushoho-page,
    .faq-page,
    .contact-page,
    .company-page,
    .about-page,
    .design-help-page
  )
  :is(
    .info-hero__inner,
    .company-title__inner,
    .ap-hero__inner,
    .dh-sec1__inner
  ) {
  width: min(1300px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding-top: 135px !important;
}

:is(
    .terms-page,
    .privacy-page,
    .tokushoho-page,
    .faq-page,
    .contact-page,
    .company-page,
    .about-page,
    .design-help-page
  )
  :is(
    .terms-title-image,
    .privacy-title-image,
    .tokushoho-title-image,
    .faq-title-image,
    .contact-title-image,
    .company-title-image,
    .ap-hero__title,
    .dh-sec1__title
  ) {
  display: block;
  width: min(var(--page-title-w), 88vw) !important;
  max-width: 100%;
  height: auto !important;
}

/* Shared title hero — 1440–1919: scale from 1920 → 1440 */
@media (min-width: 1440px) and (max-width: 1919px) {
  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    ) {
    --page-title-s: calc(100vw / 1920px);
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(.info-hero, .contact-hero, .company-title, .ap-hero, .dh-sec1) {
    padding-top: calc(108px * var(--page-title-s)) !important;
    min-height: calc(375px * var(--page-title-s)) !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .info-hero__inner,
      .company-title__inner,
      .ap-hero__inner,
      .dh-sec1__inner
    ) {
    width: min(
      calc(1300px * var(--page-title-s)),
      calc(100% - calc(40px * var(--page-title-s)))
    ) !important;
    margin: 0 auto !important;
    padding-top: calc(135px * var(--page-title-s)) !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .terms-title-image,
      .privacy-title-image,
      .tokushoho-title-image,
      .faq-title-image,
      .contact-title-image,
      .company-title-image,
      .ap-hero__title,
      .dh-sec1__title
    ) {
    width: calc(var(--page-title-w) * var(--page-title-s)) !important;
  }
}

/* Shared title hero — 1025–1439: lock 1440 size; no 1440 left-edge pin (centered) */
@media (min-width: 1025px) and (max-width: 1439px) {
  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    ) {
    --page-title-s: calc(1440 / 1920);
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(.info-hero, .contact-hero, .company-title, .ap-hero, .dh-sec1) {
    padding-top: calc(108px * var(--page-title-s)) !important;
    min-height: calc(375px * var(--page-title-s)) !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .info-hero__inner,
      .company-title__inner,
      .ap-hero__inner,
      .dh-sec1__inner
    ) {
    width: calc(1300px * var(--page-title-s)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: calc(135px * var(--page-title-s)) !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .terms-title-image,
      .privacy-title-image,
      .tokushoho-title-image,
      .faq-title-image,
      .contact-title-image,
      .company-title-image,
      .ap-hero__title,
      .dh-sec1__title
    ) {
    width: calc(var(--page-title-w) * var(--page-title-s)) !important;
  }
}

/* Shared title hero — 769–1024: freeze the 1024 layout (no further shift) */
@media (min-width: 769px) and (max-width: 1024px) {
  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    ) {
    --page-title-s: calc(1440 / 1920);
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(.info-hero, .contact-hero, .company-title, .ap-hero, .dh-sec1) {
    padding-top: calc(108px * var(--page-title-s)) !important;
    min-height: calc(375px * var(--page-title-s)) !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .info-hero__inner,
      .company-title__inner,
      .ap-hero__inner,
      .dh-sec1__inner
    ) {
    width: calc(1300px * var(--page-title-s)) !important;
    margin-left: calc((1024px - (1300px * 1440 / 1920)) / 2) !important;
    margin-right: auto !important;
    padding-top: calc(135px * var(--page-title-s)) !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .terms-title-image,
      .privacy-title-image,
      .tokushoho-title-image,
      .faq-title-image,
      .contact-title-image,
      .company-title-image,
      .ap-hero__title,
      .dh-sec1__title
    ) {
    width: calc(var(--page-title-w) * var(--page-title-s)) !important;
  }
}

.privacy-main {
  width: min(1024px, calc(100% - 80px));
  padding-bottom: 100px;
}

.privacy-content {
  color: #222;
  font-size: 18px;
  font-weight: inherit;
  line-height: 1.9;
}

.privacy-lead {
  margin: 0 0 40px;
}

.privacy-section {
  margin: 0 0 36px;
}

.privacy-section:last-child {
  margin-bottom: 0;
}

.privacy-section h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
}

.bold {
  font-weight: 500;
}

.privacy-section p {
  margin: 0 0 0.55em;
}

.privacy-section p:last-child {
  margin-bottom: 0;
}

.privacy-subheading {
  margin: 1.1em 0 0.55em;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  color: #111;
}

.privacy-list {
  margin: 0 0 0.8em;
  padding: 0 0 0 1.35em;
  list-style: disc;
}

.privacy-list li {
  margin: 0.2em 0;
  padding-left: 0.15em;
}

.privacy-ordered {
  margin: 0 0 0.8em;
  padding: 0 0 0 1.4em;
}

.privacy-ordered li {
  margin: 0.35em 0;
}

.privacy-contact {
  margin: 1em 0 0;
  font-style: normal;
}

.privacy-contact p {
  margin: 0;
}

@media (max-width: 768px) {
  .privacy-main {
    width: calc(100% - 48px);
  }

  .privacy-content {
    font-size: 16px;
    font-weight: inherit;
  }

  .privacy-section h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
  }

  /* MT page CSS defines .bold{font-weight:bold} later — beat it on mobile. */
  body.info-page .bold,
  body.privacy-page .bold,
  .bold {
    font-weight: inherit !important;
  }

  .terms-title-image {
    width: min(200px, 48vw);
  }
}

@media (max-width: 480px) {
  .privacy-main {
    width: calc(100% - 32px);
  }

  .privacy-title-image {
    width: min(300px, 82vw);
  }

  .terms-title-image {
    width: min(170px, 56vw);
  }

  .privacy-lead {
    margin-bottom: 28px;
  }

  .privacy-section {
    margin-bottom: 28px;
  }
}

/* Shared title hero — 320–768: keep 768 heading SIZE.
   Yellow band height matches guide-flow (kicker + title stack); title is vertically centered. */
@media (min-width: 320px) and (max-width: 768px) {
  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    ) {
    --page-title-sp-s: calc(100vw / 768px);
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .terms-title-image,
      .privacy-title-image,
      .tokushoho-title-image,
      .faq-title-image,
      .contact-title-image,
      .company-title-image,
      .ap-hero__title,
      .dh-sec1__title
    ) {
    width: calc(var(--page-title-w-sp) * var(--page-title-sp-s)) !important;
    max-width: none !important;
    height: auto !important;
  }
}

/* No-kicker yellow band — 426–768: same padding / inner as guide-flow kicker hero.
   Content min-height = kicker 220×(164/511) + gap 14 + title 440×(123/1349). */
@media (min-width: 426px) and (max-width: 768px) {
  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(.info-hero, .contact-hero, .company-title, .ap-hero, .dh-sec1) {
    min-height: 0 !important;
    padding-top: calc(
      var(--sp-header-clear, calc(76px * var(--sp-header-s, 1))) +
        80px * var(--sp-header-s, 1)
    ) !important;
    padding-bottom: calc(38px * var(--sp-header-s, 1)) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .info-hero__inner,
      .company-title__inner,
      .ap-hero__inner,
      .dh-sec1__inner
    ) {
    width: calc(100% - calc(60px * var(--sp-header-s, 1))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: calc(
      (220px * 164 / 511 + 14px + 440px * 123 / 1349) * var(--sp-header-s, 1)
    ) !important;
  }
}

/* Shared title hero — 320–530: lock title size at 530 */
@media (min-width: 320px) and (max-width: 530px) {
  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    ) {
    --page-title-sp-s: calc(530 / 768);
  }
}

/* No-kicker yellow band — 320–425: same hero padding as guide-flow.
   Inner keeps guide-flow 18/20 padding (border-box) + kicker/title stack. */
@media (max-width: 425px) {
  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(.info-hero, .contact-hero, .company-title, .ap-hero, .dh-sec1) {
    min-height: 0 !important;
    padding: calc(58px + 22px * (100vw - 320px) / (425px - 320px)) 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .info-hero__inner,
      .company-title__inner,
      .ap-hero__inner,
      .dh-sec1__inner
    ) {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 18px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: left !important;
    min-height: calc(
      min(280px, 0.52 * (100vw - 48px)) * 164 / 511 + 14px +
        min(780px, 0.88 * (100vw - 48px)) * 123 / 1349 + 36px
    ) !important;
  }

  :is(
      .terms-page,
      .privacy-page,
      .tokushoho-page,
      .faq-page,
      .contact-page,
      .company-page,
      .about-page,
      .design-help-page
    )
    :is(
      .terms-title-image,
      .privacy-title-image,
      .tokushoho-title-image,
      .faq-title-image,
      .contact-title-image,
      .company-title-image,
      .ap-hero__title,
      .dh-sec1__title
    ) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: flex-start !important;
  }
}

/* Delivery title only — 320–425: guide-flow-inner padding */
@media (min-width: 320px) and (max-width: 425px) {
  body.delivery-page .guide-flow-hero .guide-flow-inner {
    padding: 12px 16px;
  }
}

/* Tokushoho title image only — 320–375 */
@media (min-width: 320px) and (max-width: 375px) {
  body.tokushoho-page .tokushoho-title-image {
    margin-left: -10px !important;
    margin-right: 0 !important;
    align-self: flex-start !important;
  }
}
