.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: 900;
  line-height: 1.45;
}

.delivery-text-block p,
.payment-method p,
.delivery-shipping__lead,
.delivery-notes {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.delivery-section--shipping {
  margin-top: 88px;
}

.delivery-shipping__free {
  margin: 0 40px 56px;
  font-size: 18px;
  font-weight: 900;
  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: 13px;
  font-weight: 600;
  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: 12px;
}

.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: 12px;
}

.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);
  }

  .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;
  }

  .delivery-text-block p,
  .payment-method p,
  .delivery-shipping__lead,
  .delivery-notes {
    font-size: 12px;
  }

  .delivery-section {
    margin-bottom: 70px;
  }

  .delivery-section--shipping,
  .delivery-section--payment {
    margin-top: 70px;
  }

  .delivery-shipping__free {
    margin: 0 0 38px;
    font-size: 16px;
  }

  .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;
  }

  .payment-method {
    margin-bottom: 48px;
  }

  .payment-bank {
    padding: 24px 20px;
    font-size: 13px !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;
}

.tokushoho-page .info-hero__inner {
  padding-top: 120px;
}

.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: 15px;
  font-weight: 500;
  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: 700;
  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;
  }

  .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-page .info-hero__inner,
.terms-page .info-hero__inner {
  padding-top: 120px;
}

.privacy-title-image {
  display: block;
  width: min(520px, 72vw);
  height: auto;
}

.terms-title-image {
  display: block;
  width: min(280px, 42vw);
  height: auto;
}

.privacy-main {
  width: min(920px, calc(100% - 80px));
  padding-bottom: 100px;
}

.privacy-content {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  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: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: #111;
}

.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: 14px;
  }

  .privacy-section h2 {
    font-size: 16px;
  }

  .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;
  }
}
