/* //////////////////////////////////////////////////

Title : subpage.scss
For   : aoyama-flowermarket/

Created       : 2026-02-28
Last Modified : 2026-02-28

==========================================

Content

////////////////////////////////////////////////// */
/**
 * faq
 */
.p-faq {
  max-width: var(--container-middle);
  width: 95%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-faq__section + * {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
@media (min-width: 768px) {
  .p-faq__section + * {
    -webkit-margin-before: 160px;
            margin-block-start: 160px;
  }
}
@media (max-width: 767px) {
  .p-faq__contents {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media (min-width: 768px) {
  .p-faq__contents {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

/**
 * guide
 */
@media (max-width: 767px) {
  .p-guide__section {
    --py-shell: 80px;
  }
  .p-guide__section:nth-of-type(1) {
    --py-shell-variant: 0 80px;
  }
}
@media (min-width: 768px) {
  .p-guide__section {
    --py-shell: 160px;
  }
  .p-guide__section:nth-of-type(1) {
    --py-shell-variant: 0 160px;
  }
}
.p-guide__shell {
  display: grid;
  grid-template-columns: 100%;
  max-width: var(--container-wide);
  width: 95%;
  margin-inline: auto;
  padding-block: var(--py-shell-variant, var(--py-shell));
}
@media (max-width: 767px) {
  .p-guide__shell {
    row-gap: 40px;
  }
}
@media (min-width: 768px) {
  .p-guide__shell {
    row-gap: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-guide__shell {
    grid-template-columns: 100%;
  }
}
.p-guide__contents {
  max-width: 1024px;
  width: 100%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  font-size: var(--text-sm);
}
.p-guide__contents :not([class]):not(table *) {
  line-height: 2;
}

/* --- celebration card gallery --- */
.p-guide-celebration-card__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em;
  max-width: 712px;
  -webkit-margin-before: 4.5714285714em;
          margin-block-start: 4.5714285714em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-guide-celebration-card__gallery {
    gap: 1em;
  }
}
@media (min-width: 768px) {
  .p-guide-celebration-card__gallery {
    gap: 4em;
  }
}
.p-guide-celebration-card__gallery figcaption {
  -webkit-margin-before: 1.7142857143em;
          margin-block-start: 1.7142857143em;
  line-height: 1 !important;
}

/* --- message card --- */
#message-card .c-global-heading__main {
  letter-spacing: -0.04em;
}

.p-guide-message-card {
  display: grid;
  gap: 7.2265625%;
  align-items: center;
}
@media (max-width: 767px) {
  .p-guide-message-card {
    grid-template-columns: 100%;
  }
}
@media (min-width: 768px) {
  .p-guide-message-card {
    grid-template-columns: 52.34375% 1fr;
  }
}

/* --- table --- */
.p-guide-table .c-global-table :where(thead, tbody) tr {
  border: none;
}
.p-guide-table .c-global-table :where(thead, tbody) td {
  padding-inline: 2.8571428571em;
}
.p-guide-table .c-global-table :where(thead, tbody) td p:has(.u-text-price):not(:last-child), .p-guide-table .c-global-table :where(thead, tbody) td p:has(.u-text-price):only-child {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  height: 100%;
}
.p-guide-table .c-global-table :where(thead, tbody) :where(th, td):not(:last-child), .p-guide-table .c-global-table :where(thead, tbody) :where(th, td):only-child {
  border-right: 1px solid var(--color-gray-medium);
}
.p-guide-table .c-global-table :where(thead) th {
  padding-inline: var(--px-th-variant, 2.8571428571em);
}
.p-guide-table .c-global-table :where(thead) th:first-child {
  --px-th-variant: 0 calc(40 / 14 * 1em);
}
.p-guide-table .c-global-table :where(tbody) th {
  border-top: 1px solid var(--color-gray-medium);
}
.p-guide-table .c-global-table :where(tbody) td:not(:only-child) {
  border-top: 1px solid var(--color-gray-medium);
}
.p-guide-table .c-global-table :where(tbody) .p-guide-table__cell {
  padding-block: 0;
}
.p-guide-table .c-global-table :where(tbody) .p-guide-table__cell > * {
  padding-block: 1.1428571429em;
}
.p-guide-table .c-global-table :where(tbody) .p-guide-table__cell--dashed > * {
  border-bottom: 1px dashed var(--color-gray-medium);
}
.p-guide-table .c-global-table .c-product-limit {
  display: flex;
  gap: 1.7142857143em;
  -webkit-margin-before: 1.7142857143em;
          margin-block-start: 1.7142857143em;
}
.p-guide-table .c-global-table .c-product-limit > * {
  display: flex;
  flex-direction: column;
  gap: 0.8571428571em;
  max-width: 80px;
  width: 30%;
  text-align: center;
}

/* --- payment --- */
.p-guide-payment {
  letter-spacing: 0.04em;
}
.p-guide-payment__list {
  gap: 5.2857142857em;
  -webkit-margin-before: 7.1428571429em;
          margin-block-start: 7.1428571429em;
}
@media (max-width: 767px) {
  .p-guide-payment__list {
    display: grid;
    grid-template-columns: 100%;
  }
}
@media (min-width: 768px) {
  .p-guide-payment__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-guide-payment__list {
    gap: 2em;
  }
}
.p-guide-payment__item {
  display: flex;
  flex-direction: column;
  gap: 2.2857142857em;
}
.p-guide-payment__item figure {
  text-align: center;
}
.p-guide-payment__item figure img {
  max-width: 104px;
  margin-inline: auto;
}
.p-guide-payment__caption {
  -webkit-margin-before: 1.1428571429em;
          margin-block-start: 1.1428571429em;
}
.p-guide-payment__caption-title {
  font-size: var(--text-xl);
}
.p-guide-payment__caption-detail {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.p-guide-payment__notes {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  font-size: var(--text-xs);
  line-height: var(--leading-relaxed);
}
.p-guide-payment__data {
  border-top: var(--border-style-default);
}
.p-guide-payment__data-detail {
  padding-block: 1.4285714286em;
  border-bottom: var(--border-style-default);
  line-height: var(--leading-relaxed);
}

/**
 * annex
 */
.p-annex__section {
  padding-block: var(--py-section-variant, var(--py-section));
}
.p-annex__section .c-global-heading + * {
  -webkit-margin-before: var(--space-y-heading-variant, var(--space-y-heading));
          margin-block-start: var(--space-y-heading-variant, var(--space-y-heading));
}
@media (max-width: 767px) {
  .p-annex__section {
    --py-section: 8rem;
  }
  .p-annex__section .c-global-heading + * {
    --space-y-heading: 4rem;
  }
}
@media (min-width: 768px) {
  .p-annex__section {
    --py-section: 160px;
  }
  .p-annex__section + * {
    --space-y-heading: 80px;
  }
}
.p-annex__shell {
  max-width: 990px;
  width: 95%;
  margin-inline: auto;
}

.p-annex-overview {
  max-width: var(--container-middle);
  width: 95%;
  margin-inline: auto;
  --py-section-variant: 0;
  --px-annex-container-variant: 0;
}
@media (min-width: 768px) {
  .p-annex-overview .c-annex__description {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.p-annex-galleries {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .p-annex-galleries {
    --py-section-variant: 8rem 0;
  }
}
@media (min-width: 768px) {
  .p-annex-galleries {
    --py-section-variant: 160px 0;
  }
}
.p-annex-galleries__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: anim-infinite-scroll 60s linear infinite;
          animation: anim-infinite-scroll 60s linear infinite;
}
.p-annex-galleries__slide {
  width: clamp(20.5rem, 21.3541666667vw, 410px);
  aspect-ratio: 410/738;
}
@-webkit-keyframes anim-infinite-scroll {
  to {
    transform: translateX(-50%);
  }
}
@keyframes anim-infinite-scroll {
  to {
    transform: translateX(-50%);
  }
}

.p-annex-expertise__props {
  gap: 1px;
}
@media (max-width: 767px) {
  .p-annex-expertise__props {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .p-annex-expertise__props {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-annex-expertise__prop figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5em;
  height: 100%;
  padding-inline: 2.5%;
  aspect-ratio: var(--aspect-square);
  background-color: #444;
  text-align: center;
}
.p-annex-expertise__prop figure img {
  max-width: 72px;
  margin-inline: auto;
}
.p-annex-expertise__prop-caption {
  line-height: var(--leading-relaxed);
}
.p-annex-expertise__prop-caption span {
  font-size: 0.75em;
}
.p-annex-expertise .c-global-button {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-annex-expertise .c-global-button {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}
@media (min-width: 768px) {
  .p-annex-expertise .c-global-button {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.p-annex-brands__list {
  gap: var(--gap-list);
}
@media (max-width: 767px) {
  .p-annex-brands__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    --gap-list: 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .p-annex-brands__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    --gap-list: 80px 48px;
  }
}
.p-annex-brands__item {
  display: flex;
  flex-direction: column;
}
.p-annex-brands__summary {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-annex-brands__summary dt {
  display: flex;
  flex-direction: column;
  gap: 1.1428571429em;
  -webkit-padding-after: 1.7142857143em;
          padding-block-end: 1.7142857143em;
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-annex-brands__summary dt span {
  font-size: var(--text-xs);
  font-weight: 500;
}
.p-annex-brands__summary dd {
  --line-clamp-summary: 3;
  --leading-summary: 1.6;
  display: flex;
  flex-direction: column;
  gap: 2em;
  -webkit-margin-before: auto;
          margin-block-start: auto;
  font-size: var(--text-xs);
  color: var(--color-gray-medium);
  line-height: var(--leading-summary);
}
.p-annex-brands__summary dd p {
  -webkit-line-clamp: var(--line-clamp-summary);
  min-height: calc(var(--leading-summary) * var(--line-clamp-summary) * 1em);
}
.p-annex-brands__summary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6666666667em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 0.5833333333em;
  padding-inline: 1.3333333333em;
  border-radius: 100vh;
  background-color: var(--color-primary);
  font-size: var(--text-xs);
  color: var(--color-white);
  font-weight: 700;
}
.p-annex-brands__summary-button::after {
  width: 1.3333333333em !important;
  height: 1.3333333333em !important;
  --bg-external-link-variant: var(--icon-chevron-path);
}

.p-annex-journal {
  --space-y-heading-variant: 0;
  max-width: 990px;
  width: 95%;
  margin-inline: auto;
}

/**
 * 404 page
 */
.p-page-404 {
  text-align: center;
}

.p-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3em;
}

/**
 * en
 */
.p-en__section {
  padding-block: var(--py-section-variant, var(--py-section));
}
@media (max-width: 767px) {
  .p-en__section {
    --py-section: 10rem;
  }
}
@media (min-width: 768px) {
  .p-en__section {
    --py-section: 200px;
  }
}
.p-en__heading {
  font-family: var(--font-en-serif);
  font-weight: 300;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .p-en__heading {
    -webkit-margin-after: 4rem;
            margin-block-end: 4rem;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .p-en__heading {
    -webkit-margin-after: 80px;
            margin-block-end: 80px;
    font-size: 60px;
  }
}
.p-en #hero {
  --py-section-variant: 0;
}

/* --- hero --- */
.p-en-hero {
  position: relative;
}
.p-en-hero__title {
  position: absolute;
}
@media (max-width: 767px) {
  .p-en-hero__title {
    left: 2rem;
    bottom: 2rem;
    max-width: 20rem;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .p-en-hero__title {
    left: 80px;
    bottom: 80px;
    max-width: 563px;
    width: 50%;
  }
}

/* --- intro --- */
.p-en-intro {
  text-align: center;
}
.p-en-intro__headiline {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-en-intro__headiline {
    max-width: 300px;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .p-en-intro__headiline {
    max-width: 368px;
  }
}
.p-en-intro__description {
  max-width: 784px;
  width: 80%;
  -webkit-margin-before: 4.375em;
          margin-block-start: 4.375em;
  margin-inline: auto;
  font-family: var(--font-en-sans-serif);
  font-weight: 500;
  font-size: var(--text-base);
  color: var(--color-gray-medium);
  line-height: 2.4;
  letter-spacing: 0.04em;
}

/* --- expertise --- */
.p-en-expertise {
  text-align: center;
}
.p-en-expertise .p-annex-expertise__prop-caption {
  font-family: var(--font-en-sans-serif);
  font-weight: 500;
}

/**
 * sitemap
 */
.p-sitemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  max-width: var(--container-middle);
  width: 95%;
  margin-inline: auto;
  font-family: var(--font-ja-serif);
  font-weight: 400;
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
}

.p-sitemap-navigation__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.p-sitemap-navigation__list .c-sitemap__shell, .p-sitemap-navigation__list .c-sitemap__body .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.p-sitemap-navigation__list .c-sitemap__body {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.p-sitemap-navigation__list #menu-global-megamenu-1 li:has(.c-sitemap__shell), .p-sitemap-navigation__list:first-child li:has(.c-sitemap__shell) {
  display: none;
}
.p-sitemap-navigation__list a {
  position: relative;
}
.p-sitemap-navigation__list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--border-width, 0);
  height: 1px;
  background-color: var(--color-deep-brown);
  transition: all var(--transition-default);
}
.p-sitemap-navigation__list a:hover {
  --border-width: 100%;
}
/*# sourceMappingURL=subpage.css.map */