﻿/* ==========================================================================
   Component - c-btn
   ========================================================================== */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 224px;
  height: 48px;
  padding: 0 24px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.c-btn--primary {
  background-color: var(--color-accent-red);
  color: var(--color-base-white);
}

.c-btn--red {
  background-color: var(--color-accent-red);
  color: var(--color-base-white);
}

.c-btn--more {
  flex-shrink: 0;
}

.c-btn--line {
  background-color: var(--color-line-green);
  color: var(--color-base-white);
}

.c-btn--method {
  align-self: flex-start;
  font-size: 1rem;
}

.c-btn--all {
  gap: 12px;
  width: 100%;
  height: auto;
  min-height: 48px;
  padding: 12px 24px;
  margin-top: 24px;
  font-size: 1rem;
  background-color: var(--color-accent-red);
  color: var(--color-base-white);
  line-height: 1.5;
}

.c-btn--all__icon {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.c-btn--all__icon img {
  width: 100%;
  height: 100%;
}

.c-btn--all__text {
  display: block;
}

@media (max-width: 767px) {
  .c-btn--all__icon {
    width: 28px;
    height: 28px;
  }
}

.c-btn--outline {
  border: 1px solid var(--color-accent-red);
  color: var(--color-accent-red);
  padding: 12px 20px;
  font-size: 0.8125rem;
}

/* ==========================================================================
   Component - c-btn-tel
   ========================================================================== */
.c-btn-tel {
  display: inline-flex;
  box-sizing: border-box;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 280px;
  min-width: 280px;
  min-height: 48px;
  padding: 8px 32px;
  border-radius: 4px;
  background-color: var(--color-accent-red);
  color: var(--color-base-white);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a.c-btn-tel:hover {
  opacity: 0.85;
}

a.c-btn-tel:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: 2px;
}

.c-btn-tel.is-disabled {
  cursor: default;
  pointer-events: none;
}

.c-btn-tel__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 21px;
}

.c-btn-tel__icon img {
  width: 100%;
  height: 100%;
}

.c-btn-tel__num {
  font-family: var(--font-en-small);
  font-size: 24px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.l-layout__main.is-main-sp .c-btn-tel {
  width: 100%;
  min-width: 0;
  max-width: 308px;
}

/* ==========================================================================
   Component - c-icon-arrow
   ========================================================================== */
.c-icon-arrow {
  display: block;
  flex-shrink: 0;
  width: 14.58px;
  height: 12px;
}

.c-btn:has(.c-icon-arrow) {
  position: relative;
  justify-content: center;
  padding-right: 24px;
  padding-left: 24px;
}

.c-btn:has(.c-icon-arrow) .c-icon-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.c-btn:has(.c-icon-arrow)> :not(.c-icon-arrow) {
  max-width: calc(100% - 48px);
  text-align: center;
}

.c-btn--all:has(.c-icon-arrow) .c-btn--all__icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.c-btn--all:has(.c-icon-arrow) .c-btn--all__text {
  max-width: none;
  padding-right: 40px;
  padding-left: 52px;
}

/* ==========================================================================
   Component - c-section-head
   ========================================================================== */

.c-section-head {
  display: grid;
  grid-template-rows: 1fr 2fr;
  row-gap: 0;
  height: 64px;
  min-width: 0;
}

.c-section-head__en,
.c-section-head__title {
  display: grid;
  grid-template-columns: 14px auto;
  column-gap: 12px;
  align-items: center;
  margin: 0;
  height: 100%;
}

.c-section-head__en::before,
.c-section-head__title::before {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
}

.c-section-head__en::before {
  background-color: var(--color-accent-red);
  border-radius: 2px 2px 0 0;
}

.c-section-head__title::before {
  background-color: var(--color-text);
  border-radius: 0 0 2px 2px;
}

.c-section-head__en {
  font-family: var(--font-en-small);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-text);
}

.c-section-head__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-section-head__title {
    font-size: 24px;
  }
}

.l-layout__main.is-main-sp .c-section-head__title {
  font-size: 24px;
}

/* ==========================================================================
   Component - c-quicknav
   ========================================================================== */
.c-quicknav {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  gap: 8px;
}

.c-quicknav__item {
  position: relative;
  display: grid;
  grid-template-rows: 96px 1fr;
  grid-template-columns: 1fr;
  width: 160px;
  height: 160px;
  padding: 4px;
  overflow: hidden;
  background-color: var(--color-base-white);
  border-bottom: 4px solid var(--color-accent-red);
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.c-quicknav__media {
  display: block;
  grid-row: 1;
  grid-column: 1;
  height: 96px;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}

.c-quicknav__img {
  width: 152px;
  height: 96px;
  object-fit: cover;
}

.c-quicknav__icon {
  position: absolute;
  top: calc(96px - 22px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 80px;
  height: 44px;
  background-color: var(--color-base-white);
  border-radius: 4px 4px 0 0;
  transform: translateX(-50%);
}

.c-quicknav__icon img {
  width: 28px;
  height: 28px;
}

.c-quicknav__item--line {
  border-bottom-color: var(--color-line-green);
}

.c-quicknav__icon--line img {
  filter: none;
  padding: 2px;
}

.c-quicknav__body {
  z-index: 2;
  display: flex;
  grid-row: 2;
  grid-column: 1;
  align-items: center;
  align-self: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
}

.c-quicknav__text {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-quicknav__item .c-icon-arrow {
  position: absolute;
  right: 12px;
  top: calc(4px + 96px + (100% - 8px - 96px) / 2);
  z-index: 2;
  transform: translateY(-50%);
}

.c-quicknav__item--line .c-icon-arrow {
  filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(447%) hue-rotate(93deg) brightness(98%) contrast(101%);
}

/* ==========================================================================
   Component - c-sidebar-box
   ========================================================================== */
.c-sidebar-box {
  background-color: var(--color-base-white);
  padding: 24px;
}

.c-sidebar-box__title {
  position: relative;
  overflow: hidden;
  margin: -24px -24px 16px;
  padding: 12px 20px;
  background-color: var(--color-dark);
  background-image: url('../images/common/texture-black.webp');
  background-repeat: repeat;
  color: var(--color-base-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.c-sidebar-box__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: var(--color-accent-red);
  opacity: 0.6;
  transform: translateY(-50%);
}

.c-sidebar-box__deco {
  position: absolute;
  top: 50%;
  right: -0;
  z-index: 1;
  width: 64px;
  height: 64px;
  opacity: 0.2;
  transform: translateY(-50%) rotate(15deg);
  pointer-events: none;
}

/* ==========================================================================
   Component - c-item-grid
   ========================================================================== */
.c-item-grid {
  --item-grid-size: 160px;
  --item-grid-gap: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--item-grid-size)), 1fr));
  column-gap: var(--item-grid-gap);
  row-gap: var(--item-grid-gap);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-item-grid__item {
  min-width: 0;
}

.c-item-grid__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  text-align: center;
}

.c-item-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  max-width: var(--item-grid-size);
  height: auto;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  background-color: var(--color-watermark);
}

.c-item-grid__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-item-grid__label {
  width: 100%;
  min-width: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .c-item-grid {
    --item-grid-gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .c-item-grid__link {
    gap: 4px;
  }

  .c-item-grid__label {
    font-size: 0.8125rem;
  }
}

/* ==========================================================================
   Component - c-pill-nav
   ========================================================================== */
.c-pill-nav {
  margin-bottom: 64px;
  padding: 24px;
  border: 1px solid var(--color-text);
  border-radius: 8px;
  background-color: var(--color-body);
}

.c-pill-nav__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-pill-nav__item {
  min-width: 0;
}

.c-pill-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  min-height: 48px;
  padding: 8px 20px;
  border: 1px solid var(--color-text);
  border-radius: 100svh;
  background-color: var(--color-base-white);
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.c-pill-nav__text {
  white-space: nowrap;
}

.c-pill-nav__link:hover {
  opacity: 0.72;
}

.c-pill-nav__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.c-pill-nav__icon .c-icon-arrow {
  transform: rotate(90deg);
}

@media (max-width: 1599px) {
  .c-pill-nav__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .c-pill-nav {
    margin-bottom: 48px;
    padding: 16px;
  }

  .c-pill-nav__list {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .c-pill-nav {
    margin-bottom: 40px;
    padding: 12px;
    border-radius: 4px;
  }

  .c-pill-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .c-pill-nav__link {
    min-height: 44px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .c-pill-nav__icon .c-icon-arrow {
    transform: rotate(90deg) scale(0.75);
  }
}

.l-layout__main.is-main-tab .c-pill-nav {
  margin-bottom: 48px;
  padding: 16px;
}

.l-layout__main.is-main-tab .c-pill-nav__list {
  gap: 12px;
}

.l-layout__main.is-main-sp .c-pill-nav {
  margin-bottom: 40px;
  padding: 12px;
  border-radius: 4px;
}

.l-layout__main.is-main-sp .c-pill-nav__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.l-layout__main.is-main-sp .c-pill-nav__link {
  min-height: 44px;
  padding: 8px 8px 8px 12px;
  font-size: 13px;
}

.l-layout__main.is-main-sp .c-pill-nav__icon .c-icon-arrow {
  transform: rotate(90deg) scale(0.75);
}

/* ==========================================================================
   Component - c-method-card
   ========================================================================== */
.c-method-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-inline: 64px 46px;
  overflow: visible;
  background-color: var(--color-base-white);
  border-radius: 8px;
  container-type: inline-size;
  scroll-margin-top: var(--scroll-margin-header);
}

.c-method-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.c-method-card__label {
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 4px 20px;
  background-color: var(--color-label-bg);
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-radius: 100svh;
}

.c-method-card__title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}

.c-method-card__title-accent {
  color: var(--color-accent-red);
}

.c-method-card__title-accent--line {
  color: var(--color-line-green);
}

.c-method-card__text {
  flex-grow: 1;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.c-method-card__image {
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .c-method-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: center;
    column-gap: clamp(32px, calc(100% * 64 / 802), 64px);
  }

  .c-method-card__text {
    white-space: nowrap;
  }

  .c-method-card__image {
    position: relative;
    width: clamp(297px, calc(100cqw * 440 / 802), 440px);
    max-width: 100%;
    height: 297px;
    justify-self: end;
    transform: translateY(-10%);
  }

  .c-method-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.c-method-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .c-method-card {
    container-type: inline-size;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0 16px 32px;
    text-align: center;
    background-color: transparent;
  }

  .c-method-card::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: calc((100cqw - 32px) * 584 / 864 * 0.75 - 16px);
    background-color: var(--color-base-white);
    border-radius: 4px;
  }

  .c-method-card__image,
  .c-method-card__label,
  .c-method-card__title,
  .c-method-card__text,
  .c-method-card .c-btn--method {
    position: relative;
    z-index: 1;
  }

  .c-method-card .c-btn--method {
    order: 5;
    align-self: center;
  }

  .c-method-card__body {
    display: contents;
  }

  .c-method-card__label {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    margin: 0 0 0 16px;
    align-self: auto;
  }

  .c-method-card__title {
    order: 3;
    margin-top: 8px;
    font-size: 20px;
    margin-bottom: 0;
  }

  .c-method-card__text {
    order: 4;
    margin-bottom: 0;
  }

  .c-method-card__image {
    order: 1;
    flex: none;
    width: 100%;
    margin-right: 0;
    aspect-ratio: 864 / 584;
    transform: none;
    border-radius: 4px;
  }
}

/* ==========================================================================
   Component - c-floating-banner
   ========================================================================== */
.c-floating-banner {
  position: fixed;
  top: 160px;
  right: var(--fixed-ui-right);
  z-index: 100;
  overflow: visible;
}

.c-floating-banner.is-hidden {
  display: none;
}

.c-floating-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--floating-banner-close-size);
  height: var(--floating-banner-close-size);
  border-radius: 50%;
  background-color: var(--color-dark);
  color: var(--color-base-white);
  font-size: 1rem;
  line-height: 1;
  transform: translate(50%, -50%);
  transition: opacity 0.2s ease;
}

.c-floating-banner__link {
  display: block;
  transition: opacity 0.2s ease;
}

.c-floating-banner__img {
  display: block;
  max-width: none;
  height: auto;
  border: 1px solid #333333;
  border-radius: 4px;
}

.c-floating-banner__img--pc {
  width: var(--floating-banner-pc-width);
}

.c-floating-banner__img--pc-wide,
.c-floating-banner__img--sp {
  display: none;
  width: 100%;
}

@media (max-width: 1623px) {
  .c-floating-banner {
    top: auto;
    right: auto;
    left: var(--fixed-ui-left);
    bottom: 16px;
    width: min(660px,
        calc(100% - var(--fixed-ui-left) - var(--fixed-ui-right) - var(--pagetop-width) - 20px));
    max-width: none;
  }

  .c-floating-banner__img--pc {
    display: none;
  }

  .c-floating-banner__img--pc-wide {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-floating-banner {
    left: 16px;
    right: 16px;
    bottom: var(--floating-banner-sp-bottom);
    width: auto;
    margin-inline: auto;
    transform: none;
  }

  .c-floating-banner__link {
    width: 100%;
  }

  .c-floating-banner__img--pc-wide {
    display: none;
  }

  .c-floating-banner__img--sp {
    display: block;
    width: 100%;
  }
}

@media (min-width: 1624px) {
  .p-top .c-floating-banner {
    top: auto;
    right: calc(var(--fixed-ui-right) + var(--pagetop-width) + 20px);
    bottom: 24px;
    width: 660px;
    max-width: none;
  }

  .p-top .c-floating-banner__img--pc {
    display: none;
  }

  .p-top .c-floating-banner__img--pc-wide {
    display: block;
    width: 100%;
  }
}

/* ==========================================================================
   Component - c-pagetop
   ========================================================================== */
.c-pagetop {
  position: fixed;
  right: round(var(--fixed-ui-right), 1px);
  bottom: 24px;
  z-index: 100;
  display: block;
  width: var(--pagetop-width);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.c-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}

.c-pagetop__img {
  display: block;
  width: 100%;
  height: auto;
}

.c-pagetop picture {
  display: block;
  width: 100%;
}

@media (max-width: 1623px) {
  .c-pagetop {
    bottom: 16px;
  }
}

@media (max-width: 767px) {
  .c-pagetop {
    bottom: round(calc(var(--floating-banner-sp-bottom) + var(--floating-banner-sp-height) + var(--floating-banner-pagetop-gap)),
        1px);
  }

  body.is-floating-banner-hidden .c-pagetop {
    bottom: 16px;
  }
}

/* ==========================================================================
   Component - c-shop-card
   ========================================================================== */
.c-shop-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 5;
  min-width: 0;
  margin-bottom: 48px;
}

.p-shop-list-area__list>.c-shop-card:last-child {
  margin-bottom: 0;
}

.p-shop-list-area__list>.c-shop-card:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .c-shop-card {
    margin-bottom: 40px;
  }

  .p-shop-list-area__list>.c-shop-card:last-child,
  .p-shop-list-area__list>.c-shop-card:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}

.l-layout__main.is-main-tab .c-shop-card {
  margin-bottom: 40px;
}

.l-layout__main.is-main-tab .p-shop-list-area__list>.c-shop-card:last-child,
.l-layout__main.is-main-tab .p-shop-list-area__list>.c-shop-card:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.c-shop-card__media {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-shop-card__thumbs {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-shop-card__thumb-item {
  flex: 0 0 calc((100% - 16px) / 5);
  min-width: 0;
}

.c-shop-card__thumb {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 80 / 56;
  border: none;
  background-color: var(--color-watermark);
  cursor: pointer;
  border-radius: 4px;
}

.c-shop-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.2s ease;
  filter: brightness(0.5);
}

.c-shop-card__thumb.is-active img {
  filter: none;
}

.c-shop-card__thumb:focus-visible {
  outline: 2px solid var(--color-accent-red);
  outline-offset: 2px;
}

.c-shop-card__image {
  position: relative;
  overflow: hidden;
  height: 280px;
  background-color: var(--color-watermark);
  border-radius: 4px;
  touch-action: pan-y;
}

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

.c-shop-card__image img.is-shop-crossfade {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.c-shop-card__image img.is-shop-crossfade.is-visible {
  opacity: 1;
}

.c-shop-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: center;
  align-items: start;
  width: calc(100% - 48px);
  margin: -16px auto 0;
  padding: 32px 24px;
  background-color: var(--color-base-white);
  text-align: center;
  border-radius: 4px;
}

.c-shop-card__name {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}

.c-shop-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: start;
  width: 100%;
  margin: 0;
  text-align: left;
}

.c-shop-card__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: start;
  width: 100%;
  text-align: left;
}

.c-shop-card__label {
  display: inline-block;
  box-sizing: content-box;
  width: 4em;
  margin-top: 2px;
  padding: 2px 8px 3px;
  border-radius: 4px;
  background-color: var(--color-text);
  color: var(--color-base-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
}

.c-shop-card__value {
  margin: -2px 0 0;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-text);
}

.c-shop-card__tel {
  margin: 16px 0 0;
  font-family: var(--font-en-small);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
}

.c-shop-card__tel a {
  color: inherit;
  text-decoration: none;
}

.c-shop-card__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: start;
  width: 100%;
}

.c-shop-card__access {
  width: 100%;
  margin: 16px 0 0;
  padding: 4px 0;
  border-top: 1px solid var(--color-watermark);
  border-bottom: 1px solid var(--color-watermark);
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-text);
}

.c-shop-card__btn {
  width: 100%;
  max-width: 224px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .c-shop-card {
    grid-row: auto;
    grid-template-rows: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .c-shop-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row: auto;
    width: calc(100% - 24px);
    margin-top: -40px;
    padding: 24px 20px;
  }

  .c-shop-card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin: 0 0 16px;
    text-align: left;
  }

  .c-shop-card__name {
    font-size: 18px;
  }

  .c-shop-card__tel {
    margin: 0 0 12px;
    font-size: 32px;
  }

  .c-shop-card__access {
    margin: 0 0 12px;
  }

  .c-shop-card__btn {
    margin-top: 0;
  }
}

.l-layout__main.is-main-sp .c-shop-card {
  grid-row: auto;
  grid-template-rows: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.l-layout__main.is-main-sp .c-shop-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row: auto;
  width: calc(100% - 16px);
  margin-top: -40px;
  padding: 24px 16px;
}

.l-layout__main.is-main-sp .c-shop-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0 0 16px;
  text-align: left;
}

.l-layout__main.is-main-sp .c-shop-card__name {
  font-size: 18px;
}

.l-layout__main.is-main-sp .c-shop-card__tel {
  margin: 0 0 12px;
  font-size: 32px;
}

.l-layout__main.is-main-sp .c-shop-card__access {
  margin: 0 0 24px;
}

.l-layout__main.is-main-sp .c-shop-card__btn {
  margin-top: 0;
  max-width: 280px;
}

/* ==========================================================================
   Component - c-shop-contact
   ========================================================================== */
.c-shop-contact {
  position: relative;
  margin-top: 24px;
  padding: 28px 24px 24px;
  background-color: var(--color-accent-red);
  border-radius: 8px;
  text-align: center;
}

.c-shop-contact::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--color-white);
  border-radius: 4px;
  pointer-events: none;
}

.c-shop-contact>* {
  position: relative;
  z-index: 1;
}

.c-shop-contact__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding: 0 28px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white);
}

.c-shop-contact__lead::before,
.c-shop-contact__lead::after {
  content: "";
  position: absolute;
  top: 45%;
  width: 28px;
  height: 1px;
  background-color: var(--color-white);
}

.c-shop-contact__lead::before {
  left: 0;
  transform: translateY(-50%) rotate(40deg);
}

.c-shop-contact__lead::after {
  right: 0;
  transform: translateY(-50%) rotate(-40deg);
}

.c-shop-contact__catch {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
}

.c-shop-contact__tel {
  margin: 0;
}

.c-shop-contact__tel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 4px 24px;
  background-color: var(--color-white);
  border-radius: 100svh;
  color: var(--color-accent-red);
  text-decoration: none;
}

.c-shop-contact__tel-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.c-shop-contact__tel-num {
  font-family: var(--font-en-small);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.c-shop-contact__hours {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .c-shop-contact {
    display: none;
  }
}

/* ==========================================================================
   Component - c-flow
   ========================================================================== */
.c-flow {
  margin-bottom: 80px;
}

.c-flow__hero {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  height: 360px;
  overflow: hidden;
  border-radius: 8px;
}

.c-flow__hero-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.c-flow__hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  -webkit-mask-image: linear-gradient(to right,
      transparent 0%,
      transparent 12%,
      rgba(0, 0, 0, 0.35) 28%,
      #000 48%);
  mask-image: linear-gradient(to right,
      transparent 0%,
      transparent 12%,
      rgba(0, 0, 0, 0.35) 28%,
      #000 48%);
}

.c-flow__heading {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: calc(100% - 32px);
  margin-bottom: 32px;
}

.c-flow__steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: -88px;
  margin-inline: 72px;
}

.c-flow__step {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 160px;
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(39, 36, 32, 0.08);
}

.c-flow__step::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  background-color: var(--color-accent-red);
  border-radius: 0 8px 8px 0;
}

.c-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0;
  border-color: var(--color-white) transparent transparent;
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 2px rgba(39, 36, 32, 0.06));
}

.c-flow__step-num {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 160px;
  padding: 24px 16px;
}

.c-flow__step-num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: var(--color-border);
  transform: translateY(-50%);
}

.c-flow__step-label {
  font-family: var(--font-en-small);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-text);
}

.c-flow__step-digit {
  margin-top: 8px;
  font-family: var(--font-en-small);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent-red);
}

.c-flow__step-body {
  flex: 1;
  min-width: 0;
  padding: 24px min(96px, 10%) 24px min(72px, 7.5%);
}

.c-flow__step-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.c-flow__step-text {
  font-size: 1rem;
  line-height: 1.6;
}

.c-flow__notes {
  margin: 24px 72px 0;
  padding: 0;
  list-style: none;
}

.c-flow__note {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
}

.c-flow__note--accent {
  color: var(--color-accent-red);
}

.c-flow__step--qr {
  padding-right: 24px;
}

.c-flow__step-qr {
  flex-shrink: 0;
  width: 120px;
  margin-right: 24px;
}

.c-flow__step-qr img {
  display: block;
  width: 120px;
  height: 120px;
}

.c-flow__step-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent-red);
  text-decoration: underline;
}

.c-flow__step-link::after {
  content: "→";
}

.c-flow--line .c-flow__step::before {
  background-color: var(--color-line-green);
}

.c-flow--line .c-flow__step-digit {
  color: var(--color-line-green);
}

.c-flow--line .c-flow__step-link {
  color: #0066c0;
}

@media (max-width: 1199px) {
  .c-flow__hero {
    height: 200px;
  }

  .c-flow__steps {
    margin-top: -64px;
  }
}

@media (max-width: 767px) {
  .c-flow {
    margin-bottom: 56px;
  }

  .c-flow__hero {
    width: calc(100% + var(--container-gutter) * 2);
    height: 200px;
    margin-inline: calc(var(--container-gutter) * -1);
    padding-inline: var(--container-gutter);
    border-radius: 0;
  }

  .c-flow__hero-visual img {
    -webkit-mask-image: linear-gradient(to right,
        transparent 0%,
        transparent 28%,
        rgba(0, 0, 0, 0.15) 48%,
        #000 72%);
    mask-image: linear-gradient(to right,
        transparent 0%,
        transparent 28%,
        rgba(0, 0, 0, 0.15) 48%,
        #000 72%);
  }

  .c-flow__steps {
    gap: 32px;
    margin-top: -40px;
    margin-inline: 0;
  }

  .c-flow__step:not(:last-child)::after {
    bottom: -16px;
    border-width: 16px 16px 0;
  }

  .c-flow__notes {
    margin-inline: 0;
  }

  .c-flow__step--qr {
    padding-right: 16px;
  }

  .c-flow__step-qr {
    width: 72px;
    margin-right: 8px;
  }

  .c-flow__step-qr img {
    width: 72px;
    height: 72px;
  }

  .c-flow__step {
    min-height: 0;
    border-radius: 4px;
  }

  .c-flow__step::before {
    width: 8px;
    border-radius: 0 4px 4px 0;
  }

  .c-flow__step-num {
    width: 72px;
    padding: 16px 8px;
  }

  .c-flow__step-digit {
    font-size: 32px;
  }

  .c-flow__step-body {
    padding: 16px 24px 16px 16px;
  }

  .c-flow__step-title {
    font-size: 18px;
  }
}

.l-layout__main.is-main-tab .c-flow__hero {
  height: 200px;
}

.l-layout__main.is-main-tab .c-flow__steps {
  margin-top: -64px;
}

.l-layout__main.is-main-sp .c-flow {
  margin-bottom: 56px;
}

.l-layout__main.is-main-sp .c-flow__steps {
  gap: 32px;
  margin-top: -40px;
  margin-inline: 0;
}

.l-layout__main.is-main-sp .c-flow__step:not(:last-child)::after {
  bottom: -16px;
  border-width: 16px 16px 0;
}

.l-layout__main.is-main-sp .c-flow__notes {
  margin-inline: 0;
}

.l-layout__main.is-main-sp .c-flow__step--qr {
  padding-right: 16px;
}

.l-layout__main.is-main-sp .c-flow__step-qr {
  width: 72px;
  margin-right: 8px;
}

.l-layout__main.is-main-sp .c-flow__step-qr img {
  width: 72px;
  height: 72px;
}

.l-layout__main.is-main-sp .c-flow__step {
  min-height: 0;
  border-radius: 4px;
}

.l-layout__main.is-main-sp .c-flow__step::before {
  width: 8px;
  border-radius: 0 4px 4px 0;
}

.l-layout__main.is-main-sp .c-flow__step-num {
  width: 72px;
  padding: 16px;
}

.l-layout__main.is-main-sp .c-flow__step-digit {
  font-size: 32px;
}

.l-layout__main.is-main-sp .c-flow__step-body {
  padding: 16px 24px 24px 16px;
}

.l-layout__main.is-main-sp .c-flow__step-title {
  font-size: 18px;
}

/* ==========================================================================
   Component - c-required
   ========================================================================== */
.c-required {
  margin-bottom: 40px;
}

.c-required__title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.c-required__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin: 16px auto 0;
  background-color: var(--color-accent-red);
  border-radius: 2px;
}

.c-required__box {
  padding: 48px calc(var(--layout-main-current, min(calc(100vw - var(--container-gutter) * 2), 976px)) * 100 / var(--layout-main-width)) 64px;
  background-color: var(--color-white);
  border-radius: 8px;
}

.c-required__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 48px;
  margin: 0 auto 24px;
  padding: 8px 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  background-color: var(--color-zabuton);
  border-radius: 4px;
}

.c-required__banner-em {
  font-style: normal;
  font-weight: 700;
}

.c-required__lead {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.c-required__grid {
  --c-required-gap-x: calc(var(--layout-main-current, min(calc(100vw - var(--container-gutter) * 2), 976px)) * 40 / var(--layout-main-width));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 32px var(--c-required-gap-x);
  margin-bottom: 40px;
}

.c-required__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: calc((100% - var(--c-required-gap-x) * 3) / 4);
  max-width: 200px;
  text-align: center;
}

.c-required__item--pair {
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  width: calc((100% - var(--c-required-gap-x)) / 2);
  max-width: 420px;
  padding: 16px;
  background-color: var(--color-zabuton);
  border-radius: 4px;
}

.c-required__pair-doc {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.c-required__img {
  width: 164px;
  height: 164px;
  object-fit: contain;
}

.c-required__item--pair .c-required__img {
  width: 100%;
  max-width: 164px;
  height: auto;
  aspect-ratio: 1;
}

.c-required__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.c-required__plus {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 16px;
  height: 164px;
  margin-top: 0;
  font-family: var(--font-en-small);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text);
}

.c-required__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-required__note {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-scrollbar-thumb);
}

.c-required__note::before {
  content: "※";
  position: absolute;
  left: 0;
}

@media (max-width: 1199px) {
  .c-required__grid {
    --c-required-gap-x: 8px;
  }

  .c-required__item {
    width: calc((100% - var(--c-required-gap-x) * 2) / 3);
  }

  .c-required__item--pair {
    width: calc((100% - var(--c-required-gap-x) * 2) / 3 * 2 + var(--c-required-gap-x));
    max-width: none;
  }
}

@media (max-width: 767px) {
  .c-required {
    margin-bottom: 24px;
  }

  .c-required__box {
    padding: 32px 16px 24px;
    border-radius: 4px;
  }

  .c-required__banner {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
  }

  .c-required__lead {
    margin-bottom: 24px;
    text-align: left;
  }

  .c-required__grid {
    --c-required-gap-x: 8px;
    gap: 24px var(--c-required-gap-x);
    margin-bottom: 32px;
  }

  .c-required__item {
    width: calc((100% - var(--c-required-gap-x)) / 2);
  }

  .c-required__item--pair {
    width: 100%;
    max-width: none;
    gap: 4px;
  }

  .c-required__plus {
    width: 12px;
    height: 96px;
    padding: 0;
  }

  .c-required__img {
    width: 96px;
    height: 96px;
  }

  .c-required__item--pair .c-required__img {
    max-width: 96px;
  }
}

.l-layout__main.is-main-tab .c-required__grid {
  --c-required-gap-x: 8px;
}

.l-layout__main.is-main-tab .c-required__item {
  width: calc((100% - var(--c-required-gap-x) * 2) / 3);
}

.l-layout__main.is-main-tab .c-required__item--pair {
  width: calc((100% - var(--c-required-gap-x) * 2) / 3 * 2 + var(--c-required-gap-x));
  max-width: none;
}

.l-layout__main.is-main-sp .c-required {
  margin-bottom: 24px;
}

.l-layout__main.is-main-sp .c-required__box {
  padding: 32px 16px;
  border-radius: 4px;
}

.l-layout__main.is-main-sp .c-required__banner {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
}

.l-layout__main.is-main-sp .c-required__lead {
  margin-bottom: 24px;
  text-align: left;
}

.l-layout__main.is-main-sp .c-required__grid {
  --c-required-gap-x: 8px;
  gap: 24px var(--c-required-gap-x);
  margin-bottom: 32px;
}

.l-layout__main.is-main-sp .c-required__item {
  width: calc((100% - var(--c-required-gap-x)) / 2);
}

.l-layout__main.is-main-sp .c-required__item--pair {
  width: 100%;
  max-width: none;
  gap: 4px;
}

.l-layout__main.is-main-sp .c-required__plus {
  width: 12px;
  height: 96px;
  padding: 0;
}

.l-layout__main.is-main-sp .c-required__img {
  width: 96px;
  height: 96px;
}

.l-layout__main.is-main-sp .c-required__item--pair .c-required__img {
  max-width: 96px;
}

@media (max-width: 767px) {

  .c-btn-tel {
    width: 100%;
    min-width: 0;
    max-width: 308px;
  }
}