﻿/* ==========================================================================
   Project - p-404
   ========================================================================== */
.p-404__text {
  margin: 0 0 24px;
  line-height: 1.8;
}

.p-404__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-404__links li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.p-404__links li:last-child {
  margin-bottom: 0;
}

.p-404__links a {
  color: var(--color-accent-red);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.2s ease;
}

.p-404__links a:hover {
  opacity: 0.65;
}

/* ==========================================================================
   Project - p-page-head
   ========================================================================== */
.p-page-head {
  position: relative;
  z-index: 1;
  isolation: isolate;
  container-type: inline-size;
  background-color: var(--color-page-head);
  background-image:
    linear-gradient(var(--color-page-head-overlay), var(--color-page-head-overlay)),
    url('../images/common/texture-red.webp');
  background-repeat: repeat, repeat;
  overflow-x: clip;
  padding: 48px 0 160px;
}

@media (max-width: 1199px) {
  .p-page-head {
    padding: 32px 0 40px;
  }
}

@media (max-width: 767px) {
  .p-page-head {
    padding: 24px 0 32px;
  }
}

.p-page-head::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: max(32px, calc((100% - 1520px) / 2));
  right: 0;
  height: 108px;
  background-color: var(--color-body);
  border-radius: 16px 0 0 0;
}

@media (max-width: 1199px) {
  .p-page-head::after {
    display: none;
  }
}

.p-page-head-deco {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc(max(32px, calc((100% - 1520px) / 2)) - 16px);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

@media (max-width: 1623px) {
  .p-page-head {
    border-radius: 0;
  }

  .p-page-head::after {
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
  }

  .p-page-head-deco {
    display: none;
  }
}

.p-page-head__inner {
  position: relative;
  z-index: 2;
}

.p-page-head__watermark {
  position: absolute;
  z-index: 0;
  right: var(--container-gutter);
  bottom: 108px;
  width: max-content;
  max-width: none;
  margin: 0;
  font-family: var(--font-en-large);
  font-size: clamp(80px, 10.42cqi, 200px);
  font-style: normal;
  font-weight: 300;
  line-height: 0.85;
  letter-spacing: 0;
  color: rgba(249, 249, 249, 0.12);
  text-align: right;
  white-space: nowrap;
  pointer-events: none;
  transform: translateY(20%);
}

@media (max-width: 1199px) {
  .p-page-head__watermark {
    top: 50%;
    bottom: auto;
    font-size: clamp(64px, 12cqi, 120px);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .p-page-head__watermark {
    font-size: clamp(56px, 16.5cqi, 110px);
  }

  .p-page-head__watermark-list {
    display: none;
  }
}

.p-page-head__en {
  position: relative;
  margin-bottom: 12px;
  font-family: var(--font-en-small);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-base-white);
}

@media (max-width: 767px) {
  .p-page-head__en {
    margin-bottom: 8px;
  }
}

.p-page-head__title {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-base-white);
}

@media (max-width: 1199px) {
  .p-page-head__title {
    font-size: 32px;
  }
}

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

/* ==========================================================================
   Project - p-kaitori-intro
   ========================================================================== */
.p-kaitori-intro {
  text-align: center;
  margin-bottom: 80px;
}

.p-kaitori-intro__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 32px;
}

.p-kaitori-intro__title-accent {
  color: var(--color-accent-red);
}

.p-kaitori-intro__title-accent--line {
  color: var(--color-line-green);
}

.p-kaitori-intro__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .p-kaitori-intro {
    margin-bottom: 40px;
  }

  .p-kaitori-intro__title {
    font-size: 19px;
    margin-bottom: 24px;
  }

  .p-kaitori-intro__text {
    text-align: left;
  }

  .p-kaitori-intro__text br {
    display: none;
  }
}

.l-layout__main.is-main-sp .p-kaitori-intro {
  margin-bottom: 40px;
}

.l-layout__main.is-main-sp .p-kaitori-intro__title {
  font-size: 19px;
  margin-bottom: 24px;
}

.l-layout__main.is-main-sp .p-kaitori-intro__text {
  text-align: left;
}

.l-layout__main.is-main-sp .p-kaitori-intro__text br {
  display: none;
}

/* ==========================================================================
   Project - p-kaitori-methods
   ========================================================================== */
.p-kaitori-methods {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.l-layout__main .p-kaitori-methods {
  padding-inline: calc(var(--layout-main-current, min(calc(100vw - var(--container-gutter) * 2), 976px)) * 32 / var(--layout-main-width));
}

@media (max-width: 767px) {

  .l-layout__main .p-kaitori-methods,
  .p-kaitori-methods {
    gap: 56px;
    padding-top: 0;
    padding-inline: 0;
  }
}

.l-layout__main.is-main-sp .p-kaitori-methods {
  gap: 56px;
  padding-top: 0;
  padding-inline: 0;
}

/* ==========================================================================
   Project - p-shop-list-areas / p-shop-list-area
   ========================================================================== */
.p-shop-list-areas {
  display: grid;
  grid-auto-rows: max-content;
  align-items: start;
  gap: 120px;
}

.p-shop-list-areas+.c-pill-nav {
  margin-top: 64px;
  margin-bottom: 0;
}

.p-shop-list-areas+.c-pill-nav .c-pill-nav__icon .c-icon-arrow {
  transform: rotate(-90deg);
}

.p-shop-list-area {
  display: flow-root;
  min-width: 0;
  scroll-margin-top: var(--scroll-margin-header);
}

.p-shop-list-area__head {
  margin-bottom: 32px;
}

.p-shop-list-area__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 0;
}

.l-layout__main.is-main-tab .p-shop-list-areas+.c-pill-nav {
  margin-top: 48px;
}

.l-layout__main.is-main-tab .p-shop-list-area__list {
  column-gap: 32px;
}

.l-layout__main.is-main-sp .p-shop-list-areas {
  gap: 56px;
}

.l-layout__main.is-main-sp .p-shop-list-areas+.c-pill-nav {
  margin-top: 40px;
}

.l-layout__main.is-main-sp .p-shop-list-area__head {
  margin-bottom: 24px;
}

.l-layout__main.is-main-sp .p-shop-list-area__list {
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 40px;
}

/* ==========================================================================
   Project - p-faq-group
   ========================================================================== */
.p-faq-group {
  box-sizing: border-box;
  min-width: 0;
  margin-bottom: 48px;
  padding: 48px 40px;
  background-color: var(--color-watermark);
  border-radius: 8px;
  scroll-margin-top: var(--scroll-margin-header);
}

.p-faq-group:last-child {
  margin-bottom: 0;
}

.p-faq-group__head {
  margin-bottom: 40px;
}

.p-faq-group .p-top-faq__list {
  width: 100%;
  max-width: none;
}

.p-faq-group .p-top-faq__question {
  height: auto;
  min-height: 80px;
  padding-block: 16px;
}

.l-layout__main.is-main-tab .p-faq-group {
  margin-bottom: 40px;
  padding: 40px 32px;
}

.l-layout__main.is-main-tab .p-faq-group__head {
  margin-bottom: 32px;
}

.l-layout__main.is-main-sp .p-faq-group {
  margin-bottom: 32px;
  padding: 32px 16px;
  border-radius: 4px;
}

.l-layout__main.is-main-sp .p-faq-group__head {
  margin-bottom: 24px;
}

.l-layout__main.is-main-sp .p-faq-group .p-top-faq__list {
  gap: 12px;
}

/* ==========================================================================
   Project - p-items
   ========================================================================== */
.p-items-lead {
  margin-bottom: 64px;
  text-align: center;
}

.p-items-lead__title {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.p-items-lead__catch {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.p-items-lead__em {
  color: var(--color-accent-red);
}

.p-items-lead__body {
  max-width: 840px;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.p-items-lead__body p {
  margin: 0;
}

.p-items-lead__body p+p {
  margin-top: 0.5em;
}

.p-items-featured {
  margin-bottom: 80px;
}

.p-items-featured__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 64px;
}

.p-items-featured__item {
  min-width: 0;
  text-align: center;
}

.p-items-featured__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 464 / 280;
  margin-bottom: 24px;
}

.p-items-featured__stage {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
  height: 50%;
  background-color: var(--color-page-head);
  background-image:
    linear-gradient(var(--color-page-head-overlay), var(--color-page-head-overlay)),
    url('../images/common/texture-red.webp');
  background-repeat: repeat, repeat;
  border-radius: 8px;
  transform: translateY(-50%);
}

.p-items-featured__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-items-featured__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.p-items-featured__catch {
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-accent-red);
}

.p-items-featured__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-items-grid {
  margin-bottom: 80px;
}

.p-items-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-items-grid__item {
  min-width: 0;
}

.p-items-grid__card {
  text-align: center;
}

.p-items-grid__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 288 / 200;
  margin-bottom: 16px;
}

.p-items-grid__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: lighten;
}

.p-items-grid__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-items-grid__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-items-anything {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 28px;
}

.p-items-anything__inner {
  --items-anything-pad-left: 40px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 24px 32px;
  align-items: stretch;
  box-sizing: border-box;
  padding: 40px 40px 32px;
  padding-left: var(--items-anything-pad-left);
  margin-inline: 16px;
  overflow: hidden;
  background-color: var(--color-watermark);
  border-radius: 16px;
}

.p-items-anything__title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-accent-red);
}

.p-items-anything__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-1 * var(--items-anything-pad-left));
  width: calc(var(--items-anything-pad-left) + 12px);
  height: 2px;
  background-color: var(--color-accent-red);
  transform: translateY(-50%);
}

.p-items-anything__text {
  margin: 0;
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  white-space: nowrap;
}

.p-items-anything__visual {
  min-width: 0;
  margin: -40px -40px -32px 0;
  background-image: url('../images/category/banner-anything.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.p-items-anything::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 56px;
  background-color: var(--color-accent-red);
  pointer-events: none;
}

.l-layout__main.is-main-tab .p-items-lead {
  margin-bottom: 48px;
}

.l-layout__main.is-main-tab .p-items-lead__title {
  font-size: 28px;
}

.l-layout__main.is-main-tab .p-items-lead__catch {
  margin-bottom: 24px;
  font-size: 1.25rem;
}

.l-layout__main.is-main-tab .p-items-featured {
  margin-bottom: 64px;
}

.l-layout__main.is-main-tab .p-items-featured__list {
  column-gap: 32px;
  row-gap: 48px;
}

.l-layout__main.is-main-tab .p-items-featured__title {
  font-size: 1.25rem;
}

.l-layout__main.is-main-tab .p-items-featured__catch {
  font-size: 1rem;
}

.l-layout__main.is-main-tab .p-items-grid {
  margin-bottom: 64px;
}

.l-layout__main.is-main-tab .p-items-grid__list {
  column-gap: 24px;
  row-gap: 40px;
}

.l-layout__main.is-main-tab .p-items-anything__inner {
  --items-anything-pad-left: 32px;
  padding: 32px;
  padding-left: var(--items-anything-pad-left);
}

.l-layout__main.is-main-tab .p-items-anything__title {
  margin-bottom: 16px;
  font-size: 1.25rem;
}

.l-layout__main.is-main-tab .p-items-anything__visual {
  margin: -32px -32px -32px 0;
}

@media (max-width: 767px) {
  .p-items-lead__title {
    font-size: 24px;
  }

  .p-items-lead__catch {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .p-items-featured__title {
    font-size: 1.25rem;
  }

  .p-items-featured__text {
    font-size: 1rem;
  }

  .p-items-grid__title {
    font-size: 1rem;
  }

  .p-items-anything__title {
    margin-bottom: 12px;
    font-size: 1.125rem;
  }

  .p-items-anything__text {
    font-size: 0.875rem;
  }
}

.l-layout__main.is-main-sp .p-items-lead {
  margin-bottom: 40px;
}

.l-layout__main.is-main-sp .p-items-lead__title {
  font-size: 24px;
}

.l-layout__main.is-main-sp .p-items-lead__catch {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.l-layout__main.is-main-sp .p-items-lead__body {
  text-align: left;
}

.l-layout__main.is-main-sp .p-items-featured {
  margin-bottom: 48px;
}

.l-layout__main.is-main-sp .p-items-featured__list {
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.l-layout__main.is-main-sp .p-items-featured__item {
  max-width: 464px;
  width: 100%;
  margin-inline: auto;
}

.l-layout__main.is-main-sp .p-items-featured__visual {
  aspect-ratio: 16 / 10;
  margin-bottom: 8px;
}

.l-layout__main.is-main-sp .p-items-featured__stage {
  border-radius: 4px;
}

.l-layout__main.is-main-sp .p-items-featured__title {
  font-size: 1.25rem;
}

.l-layout__main.is-main-sp .p-items-featured__catch {
  margin-bottom: 8px;
}

.l-layout__main.is-main-sp .p-items-featured__text {
  font-size: 1rem;
}

.l-layout__main.is-main-sp .p-items-grid {
  margin-bottom: 48px;
}

.l-layout__main.is-main-sp .p-items-grid__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
}

.l-layout__main.is-main-sp .p-items-grid__visual {
  margin-bottom: 4px;
}

.l-layout__main.is-main-sp .p-items-grid__title {
  font-size: 1rem;
}

.l-layout__main.is-main-sp .p-items-anything {
  padding-bottom: 12px;
  max-width: 480px;
  margin-inline: auto;
}

.l-layout__main.is-main-sp .p-items-anything__inner {
  --items-anything-pad-left: 16px;
  display: block;
  gap: 0;
  padding: 24px 16px;
  padding-left: var(--items-anything-pad-left);
  margin-inline: 8px;
  border-radius: 8px;
}

.l-layout__main.is-main-sp .p-items-anything__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.l-layout__main.is-main-sp .p-items-anything__title {
  margin-bottom: 12px;
  font-size: 1.125rem;
}

.l-layout__main.is-main-sp .p-items-anything__text {
  font-size: 0.875rem;
  white-space: normal;
}

.l-layout__main.is-main-sp .p-items-anything__text br {
  display: none;
}

.l-layout__main.is-main-sp .p-items-anything__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  opacity: 0.1;
}

/* ==========================================================================
   Project - p-information
   ========================================================================== */
.p-information {
  position: relative;
  padding: 160px 0 120px;
}

.p-information .c-btn {
  width: 240px;
  height: 52px;
  font-size: 1rem;
}

@media (max-width: 1199px) {
  .p-information {
    padding: 64px 0 96px;
  }
}

@media (max-width: 767px) {
  .p-information {
    padding: 48px 0 56px;
  }
}

.p-information__watermark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -15%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 276px;
  font-style: normal;
  font-weight: 300;
  font-synthesis: none;
  line-height: 1;
  color: var(--color-watermark);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .p-information__watermark {
    top: 24px;
    left: 0;
    font-size: clamp(112px, 24vh, 192px);
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateX(-35%);
  }
}

@media (max-width: 767px) {
  .p-information__watermark {
    top: 0;
    font-size: min(40vw, 200px);
    transform: translateX(-28%);
  }
}

.p-information__grid {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(80px, 6.25vw, 120px);
  width: 100%;
  min-width: 0;
}

@media (max-width: 1199px) {
  .p-information__grid {
    flex-direction: column;
    gap: 40px;
    max-width: 976px;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .p-information__grid {
    gap: 48px;
  }
}

.p-information__date {
  font-family: var(--font-en-small);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-text);
  opacity: 0.6;
}

.p-information__text {
  font-size: 1rem;
  line-height: 1.5;
}

.p-information__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 9999px;
  background-color: var(--color-accent-red);
  color: var(--color-base-white);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.p-information__tag--gold {
  background-color: var(--color-accent-gold);
}

.p-information__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 24px;
  border: 1px solid var(--color-text);
  border-radius: 9999px;
}

/* ==========================================================================
   Project - p-news
   ========================================================================== */
.p-news {
  flex: 1;
  min-width: 0;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .p-news {
    padding-top: 0;
  }
}

.p-news__head,
.p-blog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {

  .p-news__head,
  .p-blog__head {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {

  .p-news,
  .p-blog {
    display: flex;
    flex-direction: column;
  }

  .p-news__head,
  .p-blog__head {
    display: contents;
  }

  .p-news .c-section-head,
  .p-blog .c-section-head {
    order: 1;
    margin-bottom: 16px;
  }

  .p-news__list,
  .p-blog__list {
    order: 2;
  }

  .p-news__head .c-btn,
  .p-blog__head .c-btn {
    order: 3;
    width: 260px;
    height: 56px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-news__list {
  display: grid;
  gap: 48px;
  padding-left: 32px;
}

@media (max-width: 1199px) {
  .p-news__list {
    gap: 32px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .p-news__list {
    gap: 24px;
  }
}

.p-news__item {
  border-bottom: 1px solid var(--color-border);
}

.p-news__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 8px 16px;
  align-items: start;
  padding-bottom: 16px;
  transition: opacity 0.2s ease;
}

.p-news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  grid-column: 1;
  grid-row: 1;
}

.p-news__link .p-information__text {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-news__link .p-information__arrow,
.p-blog__body .p-information__arrow {
  justify-content: flex-start;
  padding-left: 24px;
  box-sizing: border-box;
}

.p-news__link .p-information__arrow {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.p-news__link .p-information__arrow .c-icon-arrow,
.p-blog__body .p-information__arrow .c-icon-arrow {
  width: 12px;
  height: 10px;
}

/* ==========================================================================
   Project - p-blog
   ========================================================================== */
.p-blog {
  position: relative;
  isolation: isolate;
  flex: 1;
  min-width: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: clamp(40px, 4.167vw, 80px);
  border-radius: 16px 0 0 16px;
}

.p-blog::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 50vw);
  width: auto;
  background-color: var(--color-base-white);
  border-radius: inherit;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .p-blog {
    width: 100%;
    margin-right: 0;
    padding: 40px 0;
    border-radius: 0;
  }

  .p-blog::before {
    width: 80vw;
    right: calc(50% - 50vw);
    left: auto;
    border-radius: 16px 0 0 16px;
  }
}

@media (max-width: 767px) {
  .p-blog {
    padding: 32px 0;
  }

  .p-blog::before {
    border-radius: 4px 0 0 4px;
  }
}

.p-blog__list {
  display: grid;
  gap: 32px;
  padding-left: 32px;
}

@media (max-width: 1199px) {
  .p-blog__list {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .p-blog__list {
    gap: 24px;
  }
}

.p-blog__item {
  border-bottom: 1px solid var(--color-border);
}

.p-blog__link {
  display: grid;
  grid-template-columns: minmax(0, min(40%, 188px)) 1fr;
  align-items: stretch;
  gap: 32px;
  padding-bottom: 16px;
  transition: opacity 0.2s ease;
}

@media (max-width: 1199px) {
  .p-blog__link {
    grid-template-columns: minmax(0, 40%) 1fr;
  }
}

@media (max-width: 767px) {
  .p-blog__link {
    gap: 16px;
    align-items: start;
  }
}

.p-blog__thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .p-blog__thumb {
    border-radius: 4px;
  }
}

.p-blog__thumb img {
  width: 100%;
  aspect-ratio: 188 / 132;
  object-fit: cover;
}

.p-blog__body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-width: 0;
}

@media (max-width: 767px) {
  .p-blog__body {
    grid-template-rows: auto auto;
    gap: 16px;
  }
}

.p-blog__content {
  min-width: 0;
  align-self: start;
}

.p-blog__content .p-information__date {
  display: block;
  margin-bottom: 4px;
}

.p-blog__content .p-information__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-blog__content .p-information__text {
    -webkit-line-clamp: 3;
  }
}

.p-blog__body .p-information__arrow {
  justify-self: end;
}

/* ==========================================================================
   Project - p-top-hero
   ========================================================================== */
.p-top-hero {
  position: relative;
  box-sizing: border-box;
  min-height: 720px;
  margin-top: -96px;
  padding-top: 96px;
  margin-bottom: 72px;
  background-color: var(--color-accent-red);
  background-image: url('../images/common/texture-red.webp');
  background-repeat: repeat;
  color: var(--color-base-white);
}

.p-top-hero__inner {
  position: relative;
  z-index: 2;
  min-height: calc(720px - 96px - 72px);
  padding-top: 64px;
}

.p-top-hero__copy {
  text-align: center;
}

.p-top-hero__lead {
  display: inline-block;
  margin-bottom: 16px;
  margin-right: -2em;
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2em;
  text-transform: uppercase;
  color: var(--color-base-white);
}

.p-top-hero__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-base-white);
}

.p-top-hero__points {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.p-top-hero__point {
  position: relative;
  display: flex;
  width: 136px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.p-top-hero__point-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.35;
}

.p-top-hero__point-deco-img {
  display: block;
  width: 120px;
  height: 120px;
  max-width: none;
  object-fit: contain;
}

.p-top-hero__point-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-base-white);
  text-align: center;
  white-space: nowrap;
}

.p-top-hero__point-lead {
  font-size: 14px;
  line-height: 1.5;
}

.p-top-hero__point-main {
  font-size: 32px;
  line-height: 1.2;
}

.p-top-hero__point--rating {
  width: auto;
}

.p-top-hero__point-rating {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.p-top-hero__point-text--rating {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 8px;
  text-align: center;
  white-space: nowrap;
}

.p-top-hero__point-label {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.p-top-hero__point-google {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.p-top-hero__point-review {
  font-size: 12px;
  line-height: 1.5;
}

.p-top-hero__point-score {
  flex-shrink: 0;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.p-top-hero__point-note {
  display: flex;
  justify-content: center;
  width: 0;
  margin: 0;
  font-family: var(--font-jp);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--color-base-white);
  white-space: nowrap;
}

.p-top-hero__point--logo {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
}

.p-top-hero__point-logo {
  display: block;
  width: 120px;
  height: auto;
  max-width: none;
  max-height: 120px;
  object-fit: contain;
}

.p-top-hero__spokesperson {
  position: absolute;
  right: var(--container-gutter);
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.p-top-hero__spokesperson-figure {
  position: relative;
}

.p-top-hero__position {
  position: absolute;
  top: 96px;
  right: 16px;
  z-index: 2;
  margin: 0;
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-base-white);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

.p-top-hero__spokesperson-img {
  display: block;
  width: 240px;
  height: 480px;
  object-fit: contain;
  object-position: bottom right;
}

.p-top-hero__items {
  position: absolute;
  right: 0;
  bottom: -72px;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.p-top-hero__items-track {
  display: flex;
  width: max-content;
  animation: p-top-hero-items-scroll 60s linear infinite;
}

.p-top-hero__items-img {
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 144px;
  max-width: none;
}

@keyframes p-top-hero-items-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-top-hero__items-track {
    animation: none;
  }
}

.p-top-intro {
  padding: 24px 0 0;
  background-color: var(--color-body);
}

.p-top-intro__inner {
  text-align: center;
}

.p-top-intro__note {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
}

.p-top-intro__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.p-top-intro__line {
  display: inline-block;
  padding-inline: 4px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
  background-image: linear-gradient(to bottom,
      transparent 60%,
      #D6C9B9 40%);
}

.p-top-promo {
  padding: 0 0 40px;
}

.p-top-promo__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-top-promo__track {
  width: 100%;
}

@media (max-width: 767px) {
  .p-top-promo__track {
    touch-action: pan-y;
  }
}

.p-top-promo__list {
  display: flex;
  gap: 24px;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.35s ease;
}

.p-top-promo__item {
  flex: 0 0 auto;
}

.p-top-promo__link {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .p-top-promo__link {
    border-radius: 4px;
  }
}

.p-top-promo__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.p-top-promo__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--color-dark);
  box-shadow: 0 0 10px color-mix(in srgb, var(--color-dark) 20%, transparent);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.p-top-promo__nav-icon {
  filter: brightness(0) invert(1);
}

.p-top-promo__nav:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: 2px;
}

.p-top-promo__nav--prev {
  transform: translate(-50%, -50%);
}

.p-top-promo__nav--prev .p-top-promo__nav-icon {
  transform: rotate(180deg);
}

.p-top-promo__nav--next {
  transform: translate(-50%, -50%);
}

.p-top-faq {
  position: relative;
  margin-bottom: 120px;
  padding: 120px 0;
  isolation: isolate;
}

.p-top-faq__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: min(calc(100% - var(--container-gutter)),
      calc(50% + (var(--container-max-width) / 2)));
  overflow: visible;
  background-color: var(--color-watermark);
  border-radius: 0 8px 8px 0;
  pointer-events: none;
}

.l-layout__main .p-top-faq__panel {
  left: calc(-1 * var(--container-gutter));
  width: min(calc(100vw - var(--container-gutter)),
      calc(var(--container-gutter) + var(--container-max-width)));
}

.p-top-shop {
  position: relative;
  padding: 80px 0;
}

.p-top-review {
  position: relative;
  padding: 120px 0;
}

.p-top-faq__watermark {
  position: absolute;
  top: -24px;
  left: auto;
  right: 0;
  font-family: var(--font-en-large);
  font-size: clamp(120px, 18vw, 300px);
  font-weight: 300;
  line-height: 1;
  color: var(--color-body);
  white-space: nowrap;
  pointer-events: none;
  transform: translate(6%, -15%);
  overflow: hidden
}

.p-top-shop__watermark {
  position: absolute;
  top: 50%;
  left: calc(-1 * var(--container-gutter) - max(0px, (100vw - var(--container-max-width) - 2 * var(--container-gutter)) / 2));
  font-family: var(--font-en-large);
  font-size: 300px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-watermark);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 60%, transparent 80%);
  mask-image: linear-gradient(to right, #000 0%, #000 60%, transparent 80%);
}

.p-top-shop__watermark-line {
  display: inline;
}

.p-top-shop__watermark-img {
  display: none;
}

.p-top-review__watermark {
  position: absolute;
  top: 140px;
  left: 0;
  font-family: var(--font-en-large);
  font-size: 300px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-body);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.p-top-review {
  background-color: transparent;
}

.p-top-review::before {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 200px;
  left: 0;
  background-color: var(--color-body);
  background-image: url('../images/common/texture-white-a.webp');
  background-repeat: repeat;
  z-index: 0;
  pointer-events: none;
}

.p-top-review__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 48px;
  width: 100%;
  min-width: 0;
}

.p-top-review__badge {
  justify-self: center;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.p-top-review__badge-lead {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px;
}

.p-top-review__google-icon {
  width: 124px;
  height: auto;
  max-width: none;
  flex-shrink: 0;
}

.p-top-review__badge-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text);
}

.p-top-review__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.p-top-review__score-deco {
  display: block;
  width: auto;
  height: 264px;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
}

.p-top-review__score-deco--right {
  transform: scaleX(-1);
}

.p-top-review__score-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.p-top-review__score-value {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  color: #EB4335;
}

.p-top-review__score-stars {
  display: flex;
  gap: 3px;
}

.p-top-review__score-star {
  display: block;
  width: 40px;
  height: auto;
  max-width: none;
  flex-shrink: 0;
}

.p-top-review__score-star--partial {
  position: relative;
  width: 40px;
}

.p-top-review__score-star-base,
.p-top-review__score-star-fill {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.p-top-review__score-star-base {
  opacity: 0.28;
}

.p-top-review__score-star-fill {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 20% 0 0);
}

.p-top-review__badge-note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text);
  text-align: center;
}

.p-top-review__badge-message {
  margin: 24px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}

.p-top-review__list {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-top-review__scroller {
  width: 100%;
  min-width: 0;
}

.p-top-review__scrollbar {
  display: none;
}

.p-top-review__col {
  flex: 1;
  min-width: 0;
  list-style: none;
}

.p-top-review__col--right {
  padding-top: 40px;
}

.p-top-review__col-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-top-review__item {
  list-style: none;
}

.p-top-review__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  padding: 24px clamp(16px, 2vw, 40px);
  background-color: var(--color-base-white);
  border-radius: 8px;
  box-shadow: 0 0 16px color-mix(in srgb, var(--color-dark) 8%, transparent);
}

.p-top-review__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
}

.p-top-review__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text);
}

.p-top-review__stars {
  display: flex;
  gap: 2px;
  margin: 0;
  flex-shrink: 0;
}

.p-top-review__card-star {
  display: block;
  width: 16px;
  height: auto;
  max-width: none;
}

.p-top-review__card-scroller {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  height: 320px;
}

.p-top-review__card-body {
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.p-top-review__card-body::-webkit-scrollbar {
  display: none;
}

.p-top-review__card-scrollbar {
  flex-shrink: 0;
  width: 4px;
  background-color: var(--color-border);
  border-radius: 999px;
}

.p-top-review__card-scrollbar-thumb {
  display: block;
  width: 100%;
  height: 40px;
  background-color: var(--color-scrollbar-thumb);
  border-radius: 999px;
  cursor: grab;
  touch-action: none;
}

.p-top-review__thumb {
  display: block;
  width: 100%;
  height: 185px;
  object-fit: cover;
  margin-bottom: 12px;
}

.p-top-review__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
}

.p-top-review__shop {
  width: 100%;
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--color-text) 64%, transparent);
  text-align: right;
}

@media (max-width: 1439px) {
  .p-top-review__inner {
    column-gap: 32px;
  }

  .p-top-review__list {
    gap: 24px;
  }

  .p-top-review__col-inner {
    gap: 24px;
  }
}

.p-top-video {
  padding: 0 0 clamp(40px, 4vw, 80px);
}

.p-top-video__frame {
  display: block;
  width: min(100%, 560px);
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 8px;
}

.p-top-video__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {

  .p-top-video__frame,
  .p-top-video__thumb {
    border-radius: 4px;
  }
}

.p-top-shop__body {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 732px;
  overflow: visible;
}

.p-top-shop__body>.l-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-top-shop__head,
.p-top-shop__content {
  position: relative;
  width: min(100%, 532px);
  margin-top: 64px;
}

.p-top-shop__content {
  z-index: 2;
}

.p-top-shop__head {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  overflow: visible;
}

.p-top-shop__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}

.p-top-shop__rule {
  position: relative;
  z-index: 1;
  left: 50%;
  width: 100vw;
  height: 1px;
  margin: 12px 0 24px;
  margin-left: -50vw;
  background-color: var(--color-border);
}

.p-top-shop__title-accent {
  color: var(--color-accent-red);
}

.p-top-shop__lead {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

.p-top-shop__text {
  margin: 24px 0 0;
  font-size: 1rem;
  line-height: 1.6;
}

.p-top-shop__btn {
  display: flex;
  width: 304px;
  height: 68px;
  min-height: 68px;
  margin-top: 32px;
  margin-inline: 0;
  padding-block: 0;
}

.p-top-shop__visual {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  z-index: 1;
  height: 732px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgb(0 0 0 / 0.25) 10%, rgb(0 0 0 / 0.7) 22%, #000 35%);
  mask-image: linear-gradient(to right, transparent 0%, rgb(0 0 0 / 0.25) 10%, rgb(0 0 0 / 0.7) 22%, #000 35%);
}

.p-top-shop__visual-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: p-top-shop-scroll 80s linear infinite;
}

.p-top-shop__visual-img {
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  aspect-ratio: 1716 / 732;
}

@keyframes p-top-shop-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-top-shop__visual-track {
    animation: none;
  }
}

.p-top-items {
  padding: 80px 0;
}

.p-top-items__head {
  margin-bottom: 40px;
}

.p-top-items .c-item-grid {
  margin-bottom: 40px;
}

.p-top-items__btn {
  display: flex;
  width: 304px;
  height: 68px;
  min-height: 68px;
  margin-inline: auto;
  padding-block: 0;
}

.p-top-faq>.l-container {
  position: relative;
  z-index: 1;
}

.p-top-faq__head {
  margin-bottom: 64px;
}

.p-top-faq__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 840px;
}

.p-top-faq__item {
  background-color: var(--color-white);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .p-top-faq__item {
    border-radius: 4px;
  }
}

.p-top-faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  height: 80px;
  padding: 0 24px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.p-top-faq__question::-webkit-details-marker {
  display: none;
}

.p-top-faq__mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: var(--font-en-small);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-base-white);
  border-radius: 4px;
}

.p-top-faq__mark--q {
  background-color: var(--color-text);
}

.p-top-faq__mark--a {
  background-color: var(--color-accent-red);
}

.p-top-faq__question-text {
  flex: 1;
  min-width: 0;
}

.p-top-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.p-top-faq__toggle::before,
.p-top-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-text);
  transform: translate(-50%, -50%);
}

.p-top-faq__toggle::before {
  width: 16px;
  height: 2px;
}

.p-top-faq__toggle::after {
  width: 2px;
  height: 16px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.p-top-faq__item[open] .p-top-faq__toggle::after,
.p-top-faq__item.is-open .p-top-faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.p-top-faq__answer {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px 24px;
}

.p-top-faq__answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  right: 56px;
  height: 1px;
  background-color: var(--color-border);
}

@supports (interpolate-size: allow-keywords) {
  .p-top-faq__list:not(.is-js-accordion) .p-top-faq__item {
    interpolate-size: allow-keywords;
  }

  .p-top-faq__list:not(.is-js-accordion) .p-top-faq__item::details-content {
    block-size: 0;
    overflow: clip;
    transition:
      block-size 0.35s ease,
      content-visibility 0.35s allow-discrete;
  }

  .p-top-faq__list:not(.is-js-accordion) .p-top-faq__item[open]::details-content {
    block-size: auto;
  }
}

.p-top-faq__collapse {
  overflow: hidden;
  transition: height 0.35s ease;
}

.p-top-faq__answer-body {
  flex: 1;
  min-width: 0;
  padding-top: calc((40px - 1.6em) / 2);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-top-faq__answer-body p {
  margin: 0;
}

.p-top-faq__em {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-accent-red);
}

.p-top-faq__btn {
  position: relative;
  z-index: 1;
  display: flex;
  width: 304px;
  height: 68px;
  min-height: 68px;
  margin-top: 40px;
  margin-inline: 0;
  padding-block: 0;
}

@media (max-width: 1199px) {
  .p-top-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: center;
    gap: 80px 16px;
    min-height: calc(720px - 96px - 72px);
    padding-top: 0;
    padding-bottom: 80px;
  }

  .p-top-hero__copy {
    grid-column: 1 / -1;
    width: 100%;
  }

  .p-top-hero__lead {
    margin-bottom: 12px;
    margin-right: -2em;
  }

  .p-top-hero__title {
    font-size: 64px;
  }

  .p-top-hero__points {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 96px;
    column-gap: 32px;
    margin: 0;
    justify-content: center;
    justify-items: center;
  }

  .p-top-hero__point {
    flex: none;
    width: max-content;
  }

  .p-top-hero__point--logo {
    display: none;
  }

  .p-top-hero__spokesperson {
    left: 50%;
    right: var(--container-gutter);
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .p-top-hero__position {
    top: 72px;
    right: 12px;
    font-size: 11px;
  }

  .p-top-hero__spokesperson-img {
    width: 200px;
    height: auto;
    max-height: 400px;
    object-position: bottom center;
  }

  .p-top-review {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }

  .p-top-review__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-top-shop__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
  }

  .p-top-shop__body>.l-container {
    width: 100%;
  }

  .p-top-shop__head,
  .p-top-shop__content {
    width: 100%;
    margin-top: 0;
  }

  .p-top-shop__head {
    position: relative;
    margin-top: 0;
    text-align: center;
  }

  .p-top-shop__watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: min(100vw, 560px);
    max-width: 560px;
    margin: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    -webkit-mask-image: none;
    mask-image: none;
  }

  .p-top-shop__watermark-text {
    display: none;
  }

  .p-top-shop__watermark-img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin-inline: auto;
  }

  .p-top-shop__title {
    position: relative;
    z-index: 1;
  }

  .p-top-shop__lead {
    font-size: 24px;
  }

  .p-top-shop__visual {
    position: relative;
    left: auto;
    width: 100%;
    height: 320px;
    margin-top: 48px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgb(0 0 0 / 0.25) 8%, #000 18%, #000 82%, rgb(0 0 0 / 0.25) 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgb(0 0 0 / 0.25) 8%, #000 18%, #000 82%, rgb(0 0 0 / 0.25) 92%, transparent 100%);
  }

  .p-top-review__watermark {
    top: 0;
    left: 0;
    font-size: min(40vw, 200px);
    line-height: 1;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateX(-28%);
  }

  .p-top-review::before {
    top: 0;
    bottom: 0;
  }

  .p-top-review__badge {
    justify-self: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 64px;
  }

  .p-top-review__list {
    width: 100%;
  }

  .p-top-faq__watermark {
    top: 0;
    right: 0;
    left: auto;
    font-size: min(40vw, 160px);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateX(28%);
  }

  .p-top-faq__list {
    width: 100%;
    max-width: min(840px, calc(100vw - 96px));
  }

  .p-top-faq__item {
    width: 100%;
  }

  .p-top-intro__line {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .p-top-hero {
    min-height: 480px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 48px;
  }

  .p-top-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 48px 8px;
    min-height: 408px;
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .p-top-hero__copy {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    text-align: center;
  }

  .p-top-hero__lead {
    margin-bottom: 16px;
    margin-right: -2em;
    font-size: 12px;
  }

  .p-top-hero__title {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.2;
  }

  .p-top-hero__points {
    grid-column: 1 / -1;
    grid-row: 2;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 16px;
    width: 168px;
    max-width: 100%;
    margin: 0;
    padding-bottom: 8px;
  }

  .p-top-hero__point {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    height: auto;
    justify-content: center;
  }

  .p-top-hero__point--logo {
    display: none;
  }

  .p-top-hero__point-deco {
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
  }

  .p-top-hero__point-deco-img {
    width: 72px;
    height: 72px;
  }

  .p-top-hero__point-text {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }

  .p-top-hero__point-rating {
    padding-left: 0;
  }

  .p-top-hero__point-text--rating {
    align-items: flex-end;
    gap: 4px;
    padding-left: 0;
  }

  .p-top-hero__point-review {
    font-size: 12px;
  }

  .p-top-hero__point-note {
    font-size: 8px;
  }

  .p-top-hero__spokesperson {
    top: auto;
    left: 52%;
    right: auto;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .p-top-hero__position {
    right: 32px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .p-top-hero__spokesperson-img {
    max-width: none;
    object-fit: contain;
    object-position: bottom right;
  }

  .p-top-hero__items {
    bottom: -48px;
  }

  .p-top-hero__items-img {
    height: 96px;
  }

  .p-top-intro {
    padding: 16px 0 32px;
  }

  .p-top-intro__note {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .p-top-intro__line {
    font-size: 1rem;
    padding-inline: 8px;
  }

  .p-top-review {
    margin-bottom: 48px;
    padding: 48px 0;
  }

  .p-top-review::before {
    top: 0;
    bottom: 0;
  }

  .p-top-review__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .p-top-review__badge {
    flex: none;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .p-top-review__badge-lead {
    margin-bottom: 8px;
  }

  .p-top-review__google-icon {
    width: 80px;
  }

  .p-top-review__badge-label {
    font-size: 18px;
  }

  .p-top-review__score {
    gap: 4px;
    width: 320px;
    max-width: 100%;
  }

  .p-top-review__score-deco {
    width: auto;
    height: 192px;
  }

  .p-top-review__score-body {
    margin: 0;
  }

  .p-top-review__score-value {
    font-size: 96px;
  }

  .p-top-review__score-stars {
    gap: 4px;
  }

  .p-top-review__score-star {
    width: 32px;
  }

  .p-top-review__score-star--partial {
    width: 32px;
  }

  .p-top-review__badge-note {
    margin-top: 8px;
    font-size: 11px;
  }

  .p-top-review__badge-message {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .p-top-review__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .p-top-review__list::-webkit-scrollbar {
    display: none;
  }

  .p-top-review__scrollbar {
    display: block;
    height: 4px;
    margin-top: 16px;
    background-color: var(--color-border);
    border-radius: 999px;
  }

  .p-top-review__scrollbar-thumb {
    display: block;
    height: 100%;
    width: 40px;
    background-color: var(--color-scrollbar-thumb);
    border-radius: 999px;
    cursor: grab;
    touch-action: none;
  }

  .p-top-review__col {
    display: contents;
  }

  .p-top-review__col-inner {
    display: contents;
    gap: 0;
  }

  .p-top-review__col--right {
    padding-top: 0;
  }

  .p-top-review__item {
    flex: 0 0 328px;
    width: 328px;
    max-width: 328px;
  }

  .p-top-review__card {
    height: 100%;
    padding: 24px 16px;
    border-radius: 4px;
  }

  .p-top-review__thumb {
    width: 100%;
    height: 185px;
    margin-bottom: 12px;
  }

  .p-top-review__shop {
    width: 100%;
    margin-top: 16px;
    font-size: 12px;
  }

  .p-top-shop {
    padding: 48px 0;
    overflow-x: clip;
  }

  .p-top-shop__watermark {
    left: 50%;
    width: 106vw;
    transform: translate(-50%, -50%);
  }

  .p-top-shop__watermark-img {
    width: 100%;
  }

  .p-top-shop__head,
  .p-top-shop__content {
    margin-top: 0;
  }

  .p-top-shop__title {
    font-size: 32px;
    text-align: center;
  }

  .p-top-shop__rule {
    margin-bottom: 16px;
  }

  .p-top-shop__lead {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }

  .p-top-shop__text {
    margin-top: 16px;
    font-size: 1rem;
    text-align: center;
  }

  .p-top-shop__btn,
  .p-top-items__btn,
  .p-top-faq__btn {
    width: 280px;
    height: 56px;
    min-height: 56px;
    margin-inline: auto;
  }

  .p-top-shop__btn {
    margin-top: 24px;
  }

  .p-top-shop__visual {
    height: 480px;
    margin-top: 32px;
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 55%, rgb(0 0 0 / 0.7) 75%, rgb(0 0 0 / 0.25) 90%, transparent 100%);
    mask-image: linear-gradient(to top, #000 0%, #000 55%, rgb(0 0 0 / 0.7) 75%, rgb(0 0 0 / 0.25) 90%, transparent 100%);
  }

  .p-top-items {
    padding-top: 24px;
  }

  .p-top-faq {
    margin-bottom: 64px;
    padding: 48px 0;
  }

  .p-top-faq__panel {
    left: 0;
    width: 100%;
    border-radius: 0;
  }

  .l-layout__main .p-top-faq__panel {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }

  .p-top-faq__head {
    margin-bottom: 40px;
  }

  .p-top-faq__list {
    gap: 12px;
    max-width: 100%;
  }

  .p-top-faq__question {
    gap: 12px;
    height: 80px;
    padding: 0 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-top-faq__answer-body {
    padding-top: calc((40px - 1.5em) / 2);
    line-height: 1.5;
  }

  .p-top-faq__answer {
    gap: 12px;
    padding: 16px 16px 24px 16px;
  }

  .p-top-faq__answer::before {
    left: 68px;
    right: 44px;
  }

  .p-top-faq__btn {
    margin-top: 24px;
  }

  .c-btn.p-top-faq__btn:has(.c-icon-arrow) .c-btn--all__text {
    text-align: left;
    line-height: 1.2;
  }
}

/* ==========================================================================
   Project - p-kaitori-mv
   ========================================================================== */
@media (max-width: 767px) {
  .l-container.l-layout:has(.p-kaitori-mv) {
    padding-top: 0;
  }
}

.p-kaitori-mv {
  position: relative;
  margin-bottom: 48px;
}

.p-kaitori-mv__media {
  height: 282px;
  overflow: hidden;
  border-radius: 8px;
}

.p-kaitori-mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-kaitori-mv__points {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-top: -72px;
}

.p-kaitori-mv__point {
  display: flex;
  flex: 0 0 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  padding: 16px;
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: var(--color-base-white);
  background-color: var(--color-accent-red);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(39, 36, 32, 0.16);
}

.p-kaitori-mv__point-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.p-kaitori-mv__point-main {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.p-kaitori-mv__point--line {
  background-color: var(--color-line-green);
}

@media (max-width: 767px) {
  .p-kaitori-mv__media {
    width: calc(100% + var(--container-gutter) * 2);
    margin-inline: calc(var(--container-gutter) * -1);
    height: auto;
    aspect-ratio: 912 / 448;
    border-radius: 0;
  }

  .p-kaitori-mv {
    margin-bottom: 32px;
  }

  .p-kaitori-mv__points {
    gap: 8px;
    width: 100%;
    margin-top: -40px;
  }

  .p-kaitori-mv__point {

    flex: 0 0 auto;
    width: clamp(88px, 28vw, 112px);
    height: clamp(88px, 28vw, 112px);
    max-width: none;
    padding: 4px;
    gap: 4px;
  }

  .p-kaitori-mv__point-lead {
    font-size: 12px;
    white-space: nowrap;
  }

  .p-kaitori-mv__point-main {
    font-size: 22px;
  }
}

.l-layout__main.is-main-sp .p-kaitori-mv {
  margin-bottom: 32px;
}

.l-layout__main.is-main-sp .p-kaitori-mv__points {
  gap: 8px;
  width: 100%;
  margin-top: -40px;
}

.l-layout__main.is-main-sp .p-kaitori-mv__point {
  flex: 0 0 auto;
  width: clamp(88px, 28vw, 112px);
  height: clamp(88px, 28vw, 112px);
  max-width: none;
  padding: 4px;
  gap: 4px;
}

.l-layout__main.is-main-sp .p-kaitori-mv__point-lead {
  font-size: 12px;
  white-space: nowrap;
}

.l-layout__main.is-main-sp .p-kaitori-mv__point-main {
  font-size: 22px;
}

/* ==========================================================================
   Project - p-kaitori-recommend
   ========================================================================== */
.p-kaitori-recommend {
  position: relative;
  margin-bottom: 80px;
  padding: 56px 80px 40px;
  background-color: var(--color-watermark);
  border-radius: 8px;
}

.p-kaitori-recommend__label {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 376px;
  height: 48px;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-base-white);
  background-color: var(--color-dark);
  border-radius: 4px;
  border-left: 8px solid var(--color-accent-red);
  border-right: 8px solid var(--color-accent-red);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-kaitori-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
}

.p-kaitori-recommend__item {
  position: relative;
  padding-left: 28px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-kaitori-recommend__item::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--color-accent-red);
  border-radius: 50%;
}

.p-kaitori-recommend--check .p-kaitori-recommend__label {
  max-width: 480px;
  font-size: 20px;
}

.p-kaitori-recommend__foot {
  margin: 24px 0 0;
  color: var(--color-accent-red);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-kaitori-recommend--line .p-kaitori-recommend__label {
  border-left-color: var(--color-line-green);
  border-right-color: var(--color-line-green);
}

.p-kaitori-recommend--line .p-kaitori-recommend__item::before {
  border-color: var(--color-line-green);
}

@media (max-width: 767px) {
  .p-kaitori-recommend {
    margin-bottom: 56px;
    padding: 48px 24px 32px;
    border-radius: 4px;
  }

  .p-kaitori-recommend__label {
    min-width: 0;
    width: calc(100% - 32px);
    max-width: 320px;
    height: 40px;
    padding: 0 16px;
    font-size: 0.9375rem;
  }

  .p-kaitori-recommend__item {
    font-size: 0.875rem;
  }

  .p-kaitori-recommend--check .p-kaitori-recommend__label {
    max-width: calc(100% - 32px);
    height: auto;
    min-height: 40px;
    padding: 8px 16px;
    font-size: 0.875rem;
    white-space: normal;
    line-height: 1.3;
  }

  .p-kaitori-recommend__foot {
    margin-top: 20px;
    font-size: 1rem;
  }
}

.l-layout__main.is-main-sp .p-kaitori-recommend {
  margin-bottom: 56px;
  padding: 48px 24px 32px;
  border-radius: 4px;
}

.l-layout__main.is-main-sp .p-kaitori-recommend__label {
  min-width: 0;
  width: calc(100% - 32px);
  max-width: 320px;
  height: 40px;
  padding: 0 16px;
  font-size: 0.9375rem;
}

.l-layout__main.is-main-sp .p-kaitori-recommend__item {
  font-size: 0.875rem;
}

.l-layout__main.is-main-sp .p-kaitori-recommend--check .p-kaitori-recommend__label {
  max-width: calc(100% - 32px);
  height: auto;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 0.875rem;
  white-space: normal;
  line-height: 1.3;
}

.l-layout__main.is-main-sp .p-kaitori-recommend__foot {
  margin-top: 20px;
  font-size: 1rem;
}

/* ==========================================================================
   Project - p-visit-tel
   ========================================================================== */
.c-flow__step--with-tel {
  flex-wrap: wrap;
  align-items: center;
  container-type: inline-size;
  container-name: visit-tel;
}

.c-flow__step--with-tel .c-flow__step-body {
  flex: 1 1 0;
  min-width: 0;
}

.p-visit-tel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 0 calc(100% - 88px);
  box-sizing: border-box;
  width: calc(100% - 88px);
  max-width: calc(100% - 88px);
  gap: 0;

  margin: 0 56px 28px 32px;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-border);
}

.p-visit-tel>li {
  border-bottom: 1px solid var(--color-border);
}

.p-visit-tel>li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.p-visit-tel>li:nth-child(odd) {
  border-right: 1px solid var(--color-border);
}

.p-visit-tel__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 16px 20px;
  background-color: transparent;
  color: var(--color-text);
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.p-visit-tel__link:hover {
  opacity: 0.65;
}

.p-visit-tel__link:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: -2px;
}

.p-visit-tel__area {
  color: var(--color-text);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-visit-tel__pref {
  font-weight: 700;
}

.p-visit-tel__num {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--color-accent-red);
  font-family: var(--font-en-small);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

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

.p-visit-tel__icon img {
  width: 100%;
  height: 100%;
}

@container visit-tel (max-width: 560px) {
  .p-visit-tel {
    flex-basis: calc(100% - 72px);
    width: calc(100% - 72px);
    max-width: calc(100% - 72px);
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 48px;
  }

  .p-visit-tel>li:nth-child(odd) {
    border-right: 0;
  }

  .p-visit-tel>li:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--color-border);
  }

  .p-visit-tel>li:last-child {
    border-bottom: 0;
  }

  .p-visit-tel__link {
    padding: 14px 16px;
  }

  .p-visit-tel__area {
    font-size: 0.875rem;
  }

  .p-visit-tel__num {
    font-size: 1.25rem;
  }
}

.l-layout__main.is-main-sp .p-visit-tel {
  flex-basis: calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  margin: 0 24px 20px 16px;
}

/* ==========================================================================
   Project - p-method-list
   ========================================================================== */
.p-method-list {
  position: relative;
  padding: 120px 0;
}

.p-method-list__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.p-method-list__visual {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: min(480px, 25vw);
  aspect-ratio: 480 / 1008;
  height: auto;
  margin-top: calc(min(480px, 25vw) * -21 / 80);
  margin-left: calc(-1 * var(--container-gutter));
}

.p-method-list__visual-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 8px 8px 0;
}

.p-method-list__content {
  flex: 1;
  min-width: 0;
  overflow: visible;
}

.p-method-list__head {
  position: relative;
  z-index: 0;
  overflow: visible;
}

.p-method-list__watermark {
  position: absolute;
  top: 50%;
  left: 0;
  right: calc(-1 * var(--container-gutter));
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  justify-content: safe flex-end;
  overflow: hidden;
  font-family: var(--font-en-large);
  font-size: 276px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-watermark);
  white-space: nowrap;
  pointer-events: none;
  transform: translateY(-50%);
}

.p-method-list__watermark-text {
  display: block;
}

.p-method-list__watermark-img {
  display: none;
}

.p-method-list__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
  text-align: right;
}

.p-method-list__title-accent {
  color: var(--color-accent-red);
}

.p-method-list__rule {
  position: relative;
  z-index: 2;
  width: calc(100% + min(480px, 25vw) + 40px + var(--container-gutter) * 2);
  height: 1px;
  margin-top: 12px;
  margin-bottom: 44px;
  margin-left: calc(-1 * (var(--container-gutter) + min(480px, 25vw) + 40px));
  background-color: var(--color-border);
}

.p-method-list__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 480px));
  gap: 12px;
  justify-content: end;
  padding: 120px 0;
}

.p-method-list__list::before {
  content: "";
  position: absolute;
  top: 0;

  right: calc(-1 * var(--container-gutter));
  bottom: 0;

  left: calc(var(--container-gutter) - min(480px, 25vw) - 40px);
  z-index: -1;
  background-color: var(--color-watermark);
  border-radius: 8px 0 0 8px;
}

.p-method-list__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 32px 24px;
  text-align: center;
  background-color: var(--color-base-white);
  border-radius: 8px;
}

.p-method-list__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.p-method-list__card-icon img {
  width: 56px;
  height: 56px;
}

.p-method-list__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-method-list__card-text {
  flex: 1;
  line-height: 1.6;
}

.p-method-list__card .c-btn--method {
  align-self: center;
  width: 100%;
  max-width: 224px;
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .p-method-list {
    padding: 80px 0;
  }

  .p-method-list__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .p-method-list__visual {
    display: none;
  }

  .p-method-list__content {
    width: 100%;
  }

  .p-method-list__head {
    position: relative;
    text-align: center;
  }

  .p-method-list__watermark {
    left: 50%;
    right: auto;
    width: min(100vw, 560px);
    max-width: 560px;
    display: block;
    overflow: visible;
    transform: translate(-50%, -50%);
  }

  .p-method-list__watermark-text {
    display: none;
  }

  .p-method-list__watermark-img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin-inline: auto;
  }

  .p-method-list__title {
    position: relative;
    z-index: 1;
    font-size: 32px;
    text-align: center;
  }

  .p-method-list__rule {
    width: calc(100% + var(--container-gutter) * 2);
    margin-left: calc(-1 * var(--container-gutter));
    margin-bottom: 56px;
  }

  .p-method-list__list {
    padding: 80px 40px;
    justify-content: center;
  }

  .p-method-list__list::before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .p-method-list {
    padding: 40px 0;
    overflow-x: clip;
  }

  .p-method-list__watermark {
    width: 102vw;
  }

  .p-method-list__watermark-img {
    max-width: none;
  }

  .p-method-list__title {
    font-size: 32px;
  }

  .p-method-list__rule {
    width: calc(100% + var(--container-gutter) * 2);
    margin-top: 12px;
    margin-bottom: 8vw;
    margin-left: calc(-1 * var(--container-gutter));
  }

  .p-method-list__list {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-content: stretch;
    padding: 40px 0;
  }

  .p-method-list__list::before {
    left: calc(-1 * var(--container-gutter));
    right: calc(-1 * var(--container-gutter));
    border-radius: 0;
  }

  .p-method-list__card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    column-gap: 16px;
    row-gap: 8px;
    align-items: center;
    max-width: none;
    height: auto;
    padding: 16px;
    text-align: left;
    background-color: var(--color-base-white);
    border-radius: 4px;
    box-shadow: 0 0 16px color-mix(in srgb, var(--color-dark) 8%, transparent);
  }

  .p-method-list__card::after {
    content: "";
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px dashed var(--color-border);
  }

  .p-method-list__card-title {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: 20px;
  }

  .p-method-list__card-icon {
    grid-column: 2;
    grid-row: 1;
    width: 40px;
    height: 40px;
  }

  .p-method-list__card-icon img {
    width: 40px;
    height: 40px;
  }

  .p-method-list__card-text {
    grid-column: 1;
    grid-row: 3;
    flex: none;
    margin: 0;
  }

  .p-method-list__card .c-btn--method {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    width: 48px;
    height: 48px;
    min-height: 48px;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .p-method-list__card .c-btn--method span {
    display: none;
  }

  .p-method-list__card .c-btn--method .c-icon-arrow {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

/* ==========================================================================
   Project - p-shop-detail
   ========================================================================== */
.p-shop-detail-mv {
  position: relative;
  isolation: isolate;
  margin-bottom: 32px;
  padding-bottom: 40px;

  --shop-detail-main-ratio: calc(var(--layout-main-current, min(calc(100vw - var(--container-gutter) * 2), 976px)) / var(--layout-main-width));

  --shop-staff-shift: max(calc(-1 * var(--container-gutter)),
      calc(-80 * var(--shop-detail-main-ratio)));
}

.p-shop-detail-free {
  margin: 0 0 40px;
}

.p-shop-detail-free__body {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.8;
}

.p-shop-detail-free__body>*:first-child {
  margin-top: 0;
}

.p-shop-detail-free__body>*:last-child {
  margin-bottom: 0;
}

.p-shop-detail-free__body p {
  margin: 0 0 1em;
}

.p-shop-detail-free__body h2,
.p-shop-detail-free__body h3,
.p-shop-detail-free__body h4 {
  margin: 1.5em 0 0.6em;
  font-weight: 700;
  line-height: 1.4;
}

.p-shop-detail-free__body h2 {
  font-size: 1.5rem;
}

.p-shop-detail-free__body h3 {
  font-size: 1.25rem;
}

.p-shop-detail-free__body ul,
.p-shop-detail-free__body ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}

.p-shop-detail-free__body a {
  color: var(--color-link);
  text-decoration: underline;
}

.p-shop-detail-free__body img,
.p-shop-detail-free__body .wp-block-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.p-shop-detail-free__body .wp-block-image {
  margin: 0 0 1.5em;
}

.p-shop-detail-free__body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-shop-detail-mv__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--container-gutter) - max(0px, (100vw - var(--container-max-width) - 2 * var(--container-gutter)) / 2));
  z-index: 0;

  width: calc(100% + var(--container-gutter) * 1.5 + 32px + 336px + max(0px, (100vw - var(--container-max-width) - 2 * var(--container-gutter)) / 2));
  overflow: hidden;
  background-color: var(--color-watermark);
  border-radius: 0 8px 8px 0;
  pointer-events: none;
}

@media (min-width: 1600px) {
  .p-shop-detail-mv__panel {
    width: calc(100% + var(--container-gutter) * 1.5 + 48px + 336px + max(0px, (100vw - var(--container-max-width) - 2 * var(--container-gutter)) / 2));
  }
}

@media (min-width: 1920px) {
  .p-shop-detail-mv__panel {
    width: calc(100% + var(--container-gutter) * 1.5 + 64px + 336px + max(0px, (100vw - var(--container-max-width) - 2 * var(--container-gutter)) / 2));
  }
}

.p-shop-detail-mv__watermark {
  position: absolute;
  bottom: -10%;
  left: 0;
  margin: 0;
  font-family: var(--font-en-large);
  font-size: clamp(160px, 22vw, 320px);
  font-weight: 300;
  line-height: 1;
  color: var(--color-body);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.p-shop-detail-head {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  padding-top: 44px;
  text-align: left;
}

.p-shop-detail-head__access {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-text);
  margin-bottom: 8px;
}

.p-shop-detail-head__title {
  position: relative;
  margin: 0;
  padding-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
}

.p-shop-detail-head__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(to right,
      var(--color-accent-red) 0,
      var(--color-accent-red) 32px,
      transparent 32px,
      transparent 40px,
      var(--color-accent-red) 40px,
      var(--color-accent-red) 100%);
  border-radius: 2px;
}

.p-shop-detail-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 8px;
  align-items: stretch;
}

.p-shop-detail-hero__main-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 524px;
  min-width: 0;
  aspect-ratio: 800 / 524;
  touch-action: pan-y;
}

.p-shop-detail-hero__main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: var(--color-watermark);
  border-radius: 8px;
}

.p-shop-detail-hero__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.p-shop-detail-hero__main img.is-shop-crossfade.is-visible {
  opacity: 1;
}

.p-shop-detail-hero__staff {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: var(--shop-staff-shift);
  width: calc(200 * var(--shop-detail-main-ratio));
  height: calc(360 * var(--shop-detail-main-ratio));
  pointer-events: none;
  display: none;
}

.p-shop-detail-hero__staff img,
.p-shop-detail-hero__staff-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
}

.p-shop-detail-hero__review {
  position: absolute;
  z-index: 3;
  bottom: -40px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  width: max-content;

  --shop-review-pad-left: calc(200 * var(--shop-detail-main-ratio) + var(--shop-staff-shift));
}

.p-shop-detail-hero__review-badge {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  min-height: 64px;
  padding: 8px 24px;
  background-color: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--color-dark) 14%, transparent);
}

.p-shop-detail-hero__review-badge img {
  display: block;
  width: calc(284 * var(--shop-detail-main-ratio));
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.p-shop-detail-hero__review-link {
  align-self: flex-start;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-text);
  text-decoration: none;
}

.p-shop-detail-hero__review-link::after {
  content: "→";
  margin-left: 2px;
}

.p-shop-detail-hero__thumbs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-shop-detail-hero__thumb-item {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  width: 100%;
  max-width: 160px;
  max-height: 100px;
}

.p-shop-detail-hero__thumb {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
  background-color: var(--color-watermark);
  cursor: pointer;
  border-radius: 4px;
}

.p-shop-detail-hero__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.2s ease;
  filter: brightness(0.5);
}

.p-shop-detail-hero__thumb.is-active img {
  filter: none;
}

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

.p-shop-detail-info {
  margin-bottom: 48px;
}

.p-shop-detail-info__head {
  margin-bottom: 40px;
}

.p-shop-detail-info__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: 40px;
  align-items: start;
}

.p-shop-detail-info__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  word-break: break-all;
}

.p-shop-detail-info__table {
  margin: 0;
}

.p-shop-detail-info__row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: stretch;
  padding: 0;
}

.p-shop-detail-info__label,
.p-shop-detail-info__value {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-header-border);
}

.p-shop-detail-info__row:first-child .p-shop-detail-info__label,
.p-shop-detail-info__row:first-child .p-shop-detail-info__value {
  border-top: 1px solid var(--color-header-border);
}

.p-shop-detail-info__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
}

.p-shop-detail-info__value {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
}

.p-shop-detail-info__value a:not(.p-shop-detail-info__map-link) {
  color: var(--color-text);
  text-decoration: none;
}

.p-shop-detail-info__map-link {
  display: inline;
  margin-left: 4px;
  color: #1a73e8;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.p-shop-detail-info__access {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-shop-detail-info__access li {
  position: relative;
  padding-left: 1em;
}

.p-shop-detail-info__access li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-shop-detail-info__review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 8px;
  min-width: 260px;
  height: 56px;
  margin-top: 32px;
  background-color: var(--color-white);
  border: 1px solid var(--color-header-border);
  border-radius: 100svh;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text);
  text-decoration: none;
}

.p-shop-detail-info__review-btn img {
  display: block;
  flex-shrink: 0;
}

.p-shop-detail-info__review-btn-map {
  width: 36px;
  height: auto;
  margin-top: -32px;
  margin-bottom: -8px;
}

.p-shop-detail-info__review-btn-external {
  width: 20px;
  height: 20px;
}

.p-shop-detail-info__map {
  overflow: hidden;
  border: 4px solid var(--color-accent-red);
  border-radius: 4px;
}

.p-shop-detail-info__map img {
  display: block;
  width: 100%;
  height: auto;
}

.p-shop-detail-features {
  display: none;
  margin-bottom: 64px;
}

.p-shop-detail-features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-shop-detail-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 72px;
  text-align: center;
}

.p-shop-detail-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--color-accent-red);
  border-radius: 50%;
}

.p-shop-detail-features__icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.p-shop-detail-features__icon-img--invert {
  filter: brightness(0) invert(1);
}

.p-shop-detail-features__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-text);
  white-space: nowrap;
}

.p-shop-detail-latest {
  margin-bottom: 64px;
}

.p-shop-detail-latest__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.p-shop-detail-latest__nav {
  display: flex;
  gap: 8px;
}

.p-shop-detail-latest__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 1px solid var(--color-text);
  border-radius: 100svh;
  cursor: pointer;
}

.p-shop-detail-latest__nav-btn:focus-visible {
  outline: 2px solid var(--color-accent-red);
  outline-offset: 2px;
}

.p-shop-detail-latest__nav-btn--prev .c-icon-arrow {
  transform: rotate(180deg);
}

.p-shop-detail-latest__nav-btn--next .c-icon-arrow {
  transform: none;
}

.p-shop-detail-latest__track {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.p-shop-detail-latest__track::-webkit-scrollbar {
  display: none;
}

.p-shop-detail-latest__list {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-shop-detail-latest__item {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 200px;
  scroll-snap-align: start;
}

.p-shop-detail-latest__link {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.p-shop-detail-latest__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.p-shop-detail-access {
  position: relative;
  margin-bottom: 80px;
  padding: 64px 0;
  isolation: isolate;
}

.p-shop-detail-access__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--container-gutter));
  z-index: 0;
  width: calc(100% + var(--container-gutter));
  overflow: hidden;
  background-color: var(--color-watermark);
  border-radius: 0 8px 8px 0;
  pointer-events: none;
}

.p-shop-detail-access__watermark {
  position: absolute;
  top: -24px;
  right: 0;
  left: auto;
  font-family: var(--font-en-large);
  font-size: clamp(120px, 18vw, 300px);
  font-weight: 300;
  line-height: 1;
  color: var(--color-body);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transform: translate(0, -15%);
}

.p-shop-detail-access__head,
.p-shop-detail-access__list,
.p-shop-detail-access__details,
.p-shop-detail-access__route {
  position: relative;
  z-index: 1;
}

.p-shop-detail-access__details {
  min-width: 0;
}

.p-shop-detail-access__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-right: 56px;
  list-style: none;
  cursor: pointer;
}

.p-shop-detail-access__summary::-webkit-details-marker {
  display: none;
}

.p-shop-detail-access__summary:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: 4px;
}

.p-shop-detail-access__details[open] .p-shop-detail-access__summary {
  margin-bottom: 48px;
}

.p-shop-detail-access__head {
  margin-bottom: 0;
}

.p-shop-detail-access__control {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}

.p-shop-detail-access__label {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.p-shop-detail-access__label-br {
  display: none;
}

.p-shop-detail-access__label-text--opened {
  display: none;
}

.p-shop-detail-access__details[open] .p-shop-detail-access__label-text--closed {
  display: none;
}

.p-shop-detail-access__details[open] .p-shop-detail-access__label-text--opened {
  display: inline;
}

.p-shop-detail-access__btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--color-accent-red);
  transition: opacity 0.2s ease;
}

.p-shop-detail-access__summary:hover .p-shop-detail-access__btn {
  opacity: 0.85;
}

.p-shop-detail-access__toggle {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.p-shop-detail-access__toggle::before,
.p-shop-detail-access__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-base-white);
  transform: translate(-50%, -50%);
}

.p-shop-detail-access__toggle::before {
  width: 16px;
  height: 2px;
}

.p-shop-detail-access__toggle::after {
  width: 2px;
  height: 16px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.p-shop-detail-access__details[open] .p-shop-detail-access__toggle::after {
  opacity: 0;
}

.p-shop-detail-access__route+.p-shop-detail-access__route {
  margin-top: 48px;
}

.p-shop-detail-access__route-title {
  display: block;
  box-sizing: border-box;
  width: calc(400px + 56px + 400px);
  max-width: calc(100% - 12px - 56px);
  margin: 0 0 20px 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--color-text);
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: var(--color-text);
}

.p-shop-detail-access__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  box-sizing: border-box;
  width: 100%;
  max-width: calc(12px + 400px + 56px + 400px + 56px);
  margin: 0;
  padding: 12px 56px 0 12px;
  list-style: none;
}

.p-shop-detail-access__item {
  min-width: 0;
}

.p-shop-detail-access__visual {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-bottom: 12px;
}

.p-shop-detail-access__num {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: var(--color-accent-red);
  color: var(--color-base-white);
  font-family: var(--font-en-small);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0 0 8px 0;
}

.p-shop-detail-access__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0 0 8px 0;
}

.p-shop-detail-access__text {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
}

.p-shop-detail-access__text::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-top: 7px;
  border-top: calc(13px / sqrt(3)) solid transparent;
  border-bottom: calc(13px / sqrt(3)) solid transparent;
  border-left: 13px solid var(--color-accent-red);
}

.p-shop-detail-category {
  margin-top: 120px;
  margin-bottom: 80px;
}

.p-shop-detail-category .c-section-head {
  margin-bottom: 40px;
}

.p-shop-detail-category__lead {
  margin: 0 0 64px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
}

.p-shop-detail-category .p-items-grid__list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 40px;
}

.p-shop-detail-category .p-items-grid__title {
  font-size: 1rem;
}

.p-shop-detail-category__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-shop-detail-category__btn .c-btn--all {
  width: 304px;
  height: 68px;
  min-height: 68px;
  margin-top: 0;
  padding-block: 0;
}

.p-shop-detail-faq {
  margin-bottom: 160px;
  padding: 64px 0;
}

.l-layout__main .p-shop-detail-faq .p-top-faq__panel {
  left: calc(-1 * var(--container-gutter));
  width: calc(100% + var(--container-gutter));
  transform: none;
}

.p-shop-detail-faq__head {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.p-shop-detail-faq .p-top-faq__list,
.p-shop-detail-faq__btn {
  position: relative;
  z-index: 1;
}

.p-shop-detail-faq .p-top-faq__list {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding-right: 56px;
}

.p-shop-detail-faq__btn {
  margin-top: 32px;
  padding-right: 56px;
}

.p-shop-detail-nearby {
  margin-bottom: 64px;
}

.p-shop-detail-nearby .c-section-head {
  margin-bottom: 56px;
}

.p-shop-detail-nearby__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 0;
}

.p-shop-detail-nearby__list>.c-shop-card {
  margin-bottom: 48px;
}

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

.p-shop-detail-nearby__btn {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.p-shop-detail-nearby__btn .c-btn--all {
  width: 304px;
  height: 68px;
  min-height: 68px;
  margin-top: 0;
  padding-block: 0;
}

@media (max-width: 1199px) {
  .p-shop-detail-mv__panel {
    left: 50%;
    width: 100vw;
    border-radius: 0;
    transform: translateX(-50%);
  }

  .p-shop-detail-access__panel {
    left: calc(-1 * (100vw - 100%) / 2);
    width: calc(100% + (100vw - 100%) / 2);
    border-radius: 0;
    transform: none;
  }

  .l-layout__main .p-shop-detail-faq .p-top-faq__panel {
    left: calc(-1 * (100vw - 100%) / 2);
    width: calc(100% + (100vw - 100%) / 2);
    border-radius: 0;
    transform: none;
  }
}

.l-layout__main.is-main-tab .p-shop-detail-mv {
  margin-bottom: 24px;
}

.l-layout__main.is-main-tab .p-shop-detail-free {
  margin-bottom: 32px;
}

.l-layout__main.is-main-sp .p-shop-detail-free {
  margin-bottom: 28px;
}

.l-layout__main.is-main-tab .p-shop-detail-mv__watermark {
  font-size: min(48vw, 200px);
}

.l-layout__main.is-main-tab .p-shop-detail-info__body {
  grid-template-columns: minmax(0, 1fr);
}

.l-layout__main.is-main-tab .p-shop-detail-info__map {
  width: 70%;
  margin-inline: auto;
  max-width: none;
}

.l-layout__main.is-main-sp .p-shop-detail-info__map {
  width: 100%;
}

.l-layout__main.is-main-tab .p-shop-detail-category {
  margin-top: 64px;
}

.l-layout__main.is-main-tab .p-shop-detail-category .p-items-grid__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.l-layout__main.is-main-tab .p-shop-detail-nearby__list {
  grid-template-columns: minmax(0, 1fr);
  column-gap: 0;
}

.l-layout__main.is-main-tab .p-shop-detail-nearby .c-section-head {
  margin-bottom: 32px;
}

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

.l-layout__main.is-main-tab .p-shop-detail-nearby__list>.c-shop-card:last-child {
  margin-bottom: 0;
}

.l-layout__main.is-main-tab .p-shop-detail-nearby__btn {
  margin-top: 40px;
}

.l-layout__main.is-main-tab .p-shop-detail-access__watermark {
  top: 0;
  right: 0;
  left: auto;
  font-size: min(40vw, 160px);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: none;
}

.l-layout__main.is-main-tab .p-shop-detail-access__list {
  gap: 40px;
  max-width: none;
  padding-right: 40px;
}

.l-layout__main.is-main-tab .p-shop-detail-access__route-title {
  width: calc(100% - 12px - 40px);
  max-width: none;
}

@media (max-width: 767px) {
  .p-shop-detail-access__panel {
    left: calc(-1 * var(--container-gutter));
    width: calc(100% + var(--container-gutter) * 2);
    border-radius: 0;
    transform: none;
  }

  .l-layout__main .p-shop-detail-faq .p-top-faq__panel {
    left: calc(-1 * var(--container-gutter));
    width: calc(100% + var(--container-gutter) * 2);
    transform: none;
  }
}

@media (max-width: 767px) {
  .p-shop-detail-mv__watermark {
    font-size: min(56vw, 160px);
  }

  .p-shop-detail-head__title {
    font-size: 24px;
  }

  .p-shop-detail-hero__review-link {
    font-size: 12px;
  }

  .p-shop-detail-access__label {
    font-size: 12px;
    line-height: 1.3;
  }

  .p-shop-detail-access__route-title {
    font-size: 16px;
  }

  .p-shop-detail-access__num {
    font-size: 32px;
  }

  .p-shop-detail-access__text {
    font-size: 14px;
  }
}

.l-layout__main.is-main-sp .p-shop-detail-mv {
  margin-bottom: 32px;
  padding-bottom: 80px;

  --shop-detail-main-ratio: calc(var(--layout-main-current, min(calc(100vw - var(--container-gutter) * 2), 976px)) / var(--layout-main-width) * 1.5);
}

.l-layout__main.is-main-sp .p-shop-detail-mv__watermark {
  font-size: min(56vw, 160px);
  bottom: -8%;
  left: -8%;
}

.l-layout__main.is-main-sp .p-shop-detail-head {
  margin-bottom: 24px;
  padding-top: 32px;
}

.l-layout__main.is-main-sp .p-shop-detail-head__title {
  font-size: 24px;
}

.l-layout__main.is-main-sp .p-shop-detail-head__title::after {
  background:
    linear-gradient(to right,
      var(--color-accent-red) 0,
      var(--color-accent-red) 24px,
      transparent 24px,
      transparent 32px,
      var(--color-accent-red) 32px,
      var(--color-accent-red) 100%);
}

.l-layout__main.is-main-sp .p-shop-detail-hero {
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
}

.l-layout__main.is-main-sp .p-shop-detail-hero__main {
  border-radius: 4px;
}

.l-layout__main.is-main-sp .p-shop-detail-hero__thumbs {
  order: -1;
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
  gap: 4px;
}

.l-layout__main.is-main-sp .p-shop-detail-hero__thumb-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc((100% - 16px) / 5);
  max-height: none;
  aspect-ratio: 120 / 84;
}

.l-layout__main.is-main-sp .p-shop-detail-hero__review {
  width: 75vw;
  max-width: 100%;
  gap: 4px;
  bottom: -64px;
  --shop-review-pad-left: calc(200 * var(--shop-detail-main-ratio) + var(--shop-staff-shift));
}

.l-layout__main.is-main-sp .p-shop-detail-hero__review-badge {
  width: 100%;
  min-height: 56px;
}

.l-layout__main.is-main-sp .p-shop-detail-hero__review-badge img {
  width: 100%;
  max-width: none;
  height: auto;
}

.l-layout__main.is-main-sp .p-shop-detail-hero__review-link {
  font-size: 12px;
}

.l-layout__main.is-main-sp .p-shop-detail-features__list {
  gap: 24px;
}

.l-layout__main.is-main-sp .p-shop-detail-latest__item {
  flex: 0 0 calc((100% - 16px) / 2);
  min-width: 160px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__summary {
  gap: 12px;
  padding-right: 0;
}

.l-layout__main.is-main-sp .p-shop-detail-access__details[open] .p-shop-detail-access__summary {
  margin-bottom: 24px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__control {
  gap: 8px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__label {
  font-size: 12px;
  white-space: normal;
  text-align: right;
  line-height: 1.3;
}

.l-layout__main.is-main-sp .p-shop-detail-access__label-br {
  display: block;
}

.l-layout__main.is-main-sp .p-shop-detail-access__btn {
  width: 40px;
  height: 40px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__list {
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  padding: 8px 0 0 8px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__route+.p-shop-detail-access__route {
  margin-top: 40px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__route-title {
  width: calc(100% - 8px);
  max-width: none;
  margin: 0 0 16px 8px;
  padding-bottom: 10px;
  font-size: 16px;
}

.l-layout__main.is-main-sp .p-shop-detail-access {
  margin-bottom: 64px;
  padding: 48px 0;
}

.l-layout__main.is-main-sp .p-shop-detail-faq {
  margin-bottom: 64px;
  padding: 48px 0;
}

.l-layout__main.is-main-sp .p-shop-detail-faq .p-top-faq__list,
.l-layout__main.is-main-sp .p-shop-detail-faq__btn {
  padding-right: 0;
}

.l-layout__main.is-main-sp .p-shop-detail-category__btn .c-btn--all {
  width: 260px;
  height: 56px;
  min-height: 56px;
}

.l-layout__main.is-main-sp .p-shop-detail-nearby__btn .c-btn--all {
  width: 260px;
  height: 56px;
  min-height: 56px;
}

.l-layout__main.is-main-sp .p-shop-detail-category .c-section-head {
  margin-bottom: 32px;
}

.l-layout__main.is-main-sp .p-shop-detail-category__lead {
  margin-bottom: 24px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__num {
  top: -4px;
  left: -4px;
  width: 56px;
  height: 56px;
  font-size: 32px;
}

.l-layout__main.is-main-sp .p-shop-detail-access__text {
  font-size: 14px;
}

.l-layout__main.is-main-sp .p-shop-detail-category .p-items-grid__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
}

/* ==========================================================================
   Project - p-campaign-block / p-campaign-banner / p-campaign-notes
   ========================================================================== */
.p-campaign-block {
  margin-bottom: 64px;
}

.p-campaign-block:last-of-type {
  margin-bottom: 80px;
}

.p-campaign-banner,
.p-campaign-block__desc .wp-block-image {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 32px;
}

.p-campaign-block>.p-campaign-banner:last-of-type,
.p-campaign-block>.p-campaign-block__desc:last-of-type .wp-block-image:last-of-type {
  margin-bottom: 0;
}

.p-campaign-banner img,
.p-campaign-block__desc .wp-block-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: solid 1px var(--color-border);
}

.p-campaign-block__desc>p:empty {
  display: none;
}

.p-campaign-notes {
  max-width: 760px;
  margin: 24px auto 0;
}

.p-campaign-notes p {
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
}

.p-campaign-notes__link-wrap {
  max-width: 760px;
  margin: 16px auto 0;
}

.p-campaign-notes__link {
  color: var(--color-link);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-campaign-notes__link:hover {
  opacity: 0.72;
}

.p-campaign-notes__link:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: 2px;
}

.l-layout__main.is-main-tab .p-campaign-block {
  margin-bottom: 48px;
}

.l-layout__main.is-main-tab .p-campaign-block:last-of-type {
  margin-bottom: 64px;
}

.l-layout__main.is-main-sp .p-campaign-block {
  margin-bottom: 40px;
}

.l-layout__main.is-main-sp .p-campaign-block:last-of-type {
  margin-bottom: 48px;
}

.l-layout__main.is-main-sp .p-campaign-notes {
  margin-top: 16px;
}

.l-layout__main.is-main-sp .p-campaign-notes p {
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-campaign-notes p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/* ==========================================================================
   Project - p-campaign-shops / p-campaign-shop-area / p-campaign-shop-list
   ========================================================================== */
.p-campaign-shops {
  scroll-margin-top: var(--scroll-margin-header);
}

.p-campaign-shops__title {
  margin: 0 0 40px;
  color: var(--color-text);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-campaign-shop-areas {
  display: grid;
  gap: 64px;
}

.p-campaign-shop-area {
  scroll-margin-top: var(--scroll-margin-header);
}

.p-campaign-shop-list {
  margin-top: 32px;
  padding: 0;
  list-style: none;
}

.p-campaign-shop-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--color-header-border)
}

.p-campaign-shop-list__item:first-child {
  border-top: 1px solid var(--color-header-border)
}

.p-campaign-shop-list__name {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.l-layout__main.is-main-tab .p-campaign-shops__title {
  margin-bottom: 32px;
  font-size: 24px;
}

.l-layout__main.is-main-tab .p-campaign-shop-areas {
  gap: 48px;
}

.l-layout__main.is-main-tab .p-campaign-shop-list__item {
  gap: 16px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .p-campaign-shops__title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .p-campaign-shop-list__name {
    font-size: 20px;
  }
}

.l-layout__main.is-main-sp .p-campaign-shops__title {
  margin-bottom: 24px;
  font-size: 20px;
}

.l-layout__main.is-main-sp .p-campaign-shop-list__item {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
}

.l-layout__main.is-main-sp .p-campaign-shop-list__name {
  font-size: 20px;
  text-align: center;
}

/* ==========================================================================
   Project - p-policy
   ========================================================================== */
.p-policy__lead {
  margin-bottom: 48px;
  line-height: 1.6;
}

.p-policy__article {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--color-border);
}

.p-policy__article:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.p-policy__title {
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-policy__text {
  margin-bottom: 16px;
  line-height: 1.6;
}

.p-policy__text:last-child {
  margin-bottom: 0;
}

.p-policy__list {
  margin: 16px 0;
  padding-left: 24px;
  list-style: decimal;
}

.p-policy__list--nested {
  margin: 8px 0 0;
  list-style: disc;
}

.p-policy__list-item {
  margin-bottom: 8px;
  line-height: 1.6;
}

.p-policy__list-item:last-child {
  margin-bottom: 0;
}

.p-policy__contact {
  margin-top: 24px;
  padding: 24px;
  background-color: var(--color-base-white);
  border-radius: 8px;
}

.p-policy__contact-text {
  margin-bottom: 8px;
  line-height: 1.6;
}

.p-policy__contact-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .p-shop-list-areas {
    gap: 56px;
  }

  .p-shop-list-areas+.c-pill-nav {
    margin-top: 40px;
  }

  .p-shop-list-area__head {
    margin-bottom: 24px;
  }

  .p-shop-list-area__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
  }

  .p-faq-group {
    margin-bottom: 32px;
    padding: 32px 16px;
    border-radius: 4px;
  }

  .p-faq-group__head {
    margin-bottom: 24px;
  }

  .p-faq-group .p-top-faq__list {
    gap: 12px;
  }

  .p-items-lead {
    margin-bottom: 40px;
  }

  .p-items-lead__body {
    text-align: left;
  }

  .p-items-featured {
    margin-bottom: 48px;
  }

  .p-items-featured__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .p-items-featured__item {
    max-width: 464px;
    width: 100%;
    margin-inline: auto;
  }

  .p-items-featured__visual {
    aspect-ratio: 16 / 10;
    margin-bottom: 8px;
  }

  .p-items-featured__stage {
    border-radius: 4px;
  }

  .p-items-featured__catch {
    margin-bottom: 8px;
  }

  .p-items-grid {
    margin-bottom: 48px;
  }

  .p-items-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }

  .p-items-grid__visual {
    margin-bottom: 4px;
  }

  .p-items-anything {
    padding-bottom: 12px;
    max-width: 480px;
    margin-inline: auto;
  }

  .p-items-anything__inner {
    --items-anything-pad-left: 16px;
    display: block;
    gap: 0;
    padding: 24px 16px;
    padding-left: var(--items-anything-pad-left);
    margin-inline: 8px;
    border-radius: 8px;
  }

  .p-items-anything__content {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .p-items-anything__text br {
    display: none;
  }

  .p-items-anything__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    opacity: 0.1;
  }

  .p-visit-tel {
    flex-basis: calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 24px 20px 16px;
  }

  .p-shop-detail-free {
    margin-bottom: 28px;
  }

  .p-shop-detail-info__map {
    width: 100%;
  }

  .p-shop-detail-mv {
    margin-bottom: 32px;
    padding-bottom: 80px;
    --shop-detail-main-ratio: calc(var(--layout-main-current, min(calc(100vw - var(--container-gutter) * 2), 976px)) / var(--layout-main-width) * 1.5);
  }

  .p-shop-detail-head {
    margin-bottom: 24px;
    padding-top: 32px;
  }

  .p-shop-detail-head__title::after {
    background:
      linear-gradient(to right,
        var(--color-accent-red) 0,
        var(--color-accent-red) 24px,
        transparent 24px,
        transparent 32px,
        var(--color-accent-red) 32px,
        var(--color-accent-red) 100%);
  }

  .p-shop-detail-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .p-shop-detail-hero__main {
    border-radius: 4px;
  }

  .p-shop-detail-hero__thumbs {
    order: -1;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
    gap: 4px;
  }

  .p-shop-detail-hero__thumb-item {
    flex: 1 1 0;
    min-width: 0;
    max-width: calc((100% - 16px) / 5);
    max-height: none;
    aspect-ratio: 120 / 84;
  }

  .p-shop-detail-hero__review {
    width: 75vw;
    max-width: 100%;
    gap: 4px;
    bottom: -64px;
    --shop-review-pad-left: calc(200 * var(--shop-detail-main-ratio) + var(--shop-staff-shift));
  }

  .p-shop-detail-hero__review-badge {
    width: 100%;
    min-height: 56px;
    padding: 8px 12px;
  }

  .p-shop-detail-hero__review-badge img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .p-shop-detail-features__list {
    gap: 24px;
  }

  .p-shop-detail-latest__item {
    flex: 0 0 calc((100% - 16px) / 2);
    min-width: 160px;
  }

  .p-shop-detail-access__summary {
    gap: 12px;
    padding-right: 0;
  }

  .p-shop-detail-access__details[open] .p-shop-detail-access__summary {
    margin-bottom: 24px;
  }

  .p-shop-detail-access__control {
    gap: 8px;
  }

  .p-shop-detail-access__label-br {
    display: block;
  }

  .p-shop-detail-access__btn {
    width: 40px;
    height: 40px;
  }

  .p-shop-detail-access__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 8px 0 0 8px;
  }

  .p-shop-detail-access__route+.p-shop-detail-access__route {
    margin-top: 40px;
  }

  .p-shop-detail-access {
    margin-bottom: 64px;
    padding: 48px 0;
  }

  .p-shop-detail-faq {
    margin-bottom: 64px;
    padding: 48px 0;
  }

  .p-shop-detail-faq .p-top-faq__list,
  .p-shop-detail-faq__btn {
    padding-right: 0;
  }

  .p-shop-detail-category__btn .c-btn--all {
    width: 260px;
    height: 56px;
    min-height: 56px;
  }

  .p-shop-detail-nearby__btn .c-btn--all {
    width: 260px;
    height: 56px;
    min-height: 56px;
  }

  .p-shop-detail-category .c-section-head {
    margin-bottom: 32px;
  }

  .p-shop-detail-category__lead {
    margin-bottom: 24px;
  }

  .p-shop-detail-category .p-items-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }

  .p-campaign-block {
    margin-bottom: 40px;
  }

  .p-campaign-block:last-of-type {
    margin-bottom: 48px;
  }

  .p-campaign-notes {
    margin-top: 16px;
  }

  .p-campaign-shop-list__item {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
  }
}