@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");

:root {
  --sec-font-title: "Zen Antique", serif;
  --sec-font-text: "Zen Kaku Gothic New", sans-serif;
  --color-gold: #be9768;
  --bg-repeat-light: url("../images/20260421235134911062.png") center top / 100%
    auto repeat-y;
  --bg-repeat-dark: url("../images/20260421235134133608.png") center top / 100%
    auto repeat-y;
  --bg-repeat-yellow: url("../images/20260421235134434765.png") center top /
    100% auto repeat-y;
}

/* utility */
img {
  max-width: 100%;
}

.p-mb-2 {
  margin-bottom: 2rem !important;
}

.p-mb-3 {
  margin-bottom: 3rem !important;
}

.p-mb-4 {
  margin-bottom: 4rem !important;
}

.p-mb-5 {
  margin-bottom: 5rem !important;
}

.p-mt-2 {
  margin-top: 2rem !important;
}

.image-equal-row {
  align-items: stretch;
}

.image-equal-row > [class*="col-"] {
  display: flex;
}

.image-equal-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* header */
.subpage-header-title {
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: 1;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: var(--sec-font-title);

  .ja {
    margin: 0;
    text-orientation: upright;
    font-size: 40px;
  }

  .en {
    margin: 0;
    font-size: 20px;
  }
}

.subpage-header-title + .top-hero-image {
  filter: brightness(0.3);
}

.subpage-breadcrumbs {
  font-family: var(--sec-font-text);
  display: flex;
  gap: 10px;
  font-size: 14px;
  padding-block: 8px;

  > p {
    margin: 0;
  }

  > p:not(:first-child)::before {
    content: ">";
    margin-right: 10px;
  }
}

#root {
  background:
    url("../images/20260421235134556007.png") right top / 34rem auto no-repeat,
    url("../images/20260421235134911062.png") center top / 100% auto repeat-y,
    #fbf8f0;
}

/* breadcrumb */
.breadcrumb-area {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 40px;
  padding-top: 150px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* bg & ashirai */
.bg-dark {
  background: var(--bg-repeat-dark), #333;
  color: #fff;
  display: flow-root;
}

.bg-yellow {
  background: var(--bg-repeat-yellow), #f1e5b3;
  display: flow-root;
}

.ashirai-wa2,
.ashirai-wa3 {
  position: relative;
}

.ashirai-wa2::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: 0;
  width: 34rem;
  height: 34rem;
  background: url("../images/20260426001226117673.png") center / contain
    no-repeat;
  pointer-events: none;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ashirai-wa3::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: 0;
  width: 34rem;
  height: 34rem;
  background: url("../images/20260426100644390544.png") center / contain
    no-repeat;
  pointer-events: none;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* pages */
.page-container {
  margin: 7rem auto;
}

.page-intro-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 7rem;
}

.page-intro-text {
  text-align: center;
}

.imgtext-row {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.imgtext-text {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.page-section-title {
  margin: 0 0 2rem;
  font-family: var(--sec-font-title);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.page-section-title-normal {
  width: fit-content;
  margin: 0 auto 0 0;
  font-family: var(--sec-font-title);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.page-section-text {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-family: var(--sec-font-text);
}

.page-titles {
  margin-bottom: 1rem;
}

.page-en-title {
  font-family: var(--sec-font-title);
}

.page-en-title p {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.page-ja-title {
  font-size: 2.5rem;
  font-family: var(--sec-font-title);
  font-size: 2.5rem;
  line-height: 1.4;
}

.page-section-block {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.page-section-block-full {
  max-width: none;
}

.circle-link {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: var(--color-gold);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  margin: 0 auto;
  font-family: var(--sec-font-title);
}

.circle-link:hover {
  color: #fff;
  text-decoration: none;
}

.circle-link-light {
  background: #fff;
  color: #000;
}

.circle-link-light:hover {
  color: #000;
}

.circle-link p {
  margin: 0;
  font-family: var(--sec-font-title);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.circle-link-arrow {
  width: 1rem !important;
}

/* cover section */
.scene-cover {
  min-height: 48rem;
  padding: 0;
  background: url("../images/20260426124342324185.jpg") center center / cover
    no-repeat;
}

.cover-panel {
  width: 25rem;
  min-height: 48rem;
  margin: 0 auto;
  padding: 4rem 2.5rem 3rem;
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cover-title {
  margin-bottom: 2rem;
}

.cover-text {
  color: #000;
}

/* q&a */
.page-titles-center {
  margin: 0 auto 3rem;
  text-align: center;
}

.page-titles-center .page-en-title,
.page-titles-center .page-ja-title {
  text-align: center;
}

.faq-section {
  margin-bottom: 5rem;
  color: #000;
}

.faq-container {
  max-width: 72rem;
  margin: 0 auto;
}

.faq-list {
  margin-bottom: 4rem;
}

.faq-item {
  padding: 0 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
}

.faq-item:last-of-type {
  border-bottom: none;
}

.faq-question {
  margin: 0 0 1.5rem;
  color: #000;
  font-family: var(--sec-font-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq-answer {
  margin: 0;
  color: #000;
  font-family: var(--sec-font-text);
  font-size: 1rem;
  line-height: 2;
}

.faq-note {
  margin: 0 auto 2.5rem;
  max-width: 42rem;
  color: #000;
  font-family: var(--sec-font-text);
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.faq-actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.faq-action {
  min-width: 22rem;
  padding: 1rem 1.5rem;
  background: var(--color-gold);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faq-action-title,
.faq-action-sub {
  margin: 0;
  color: #fff;
}

.faq-action:hover {
  color: #fff;
  text-decoration: none;
}

.faq-action-title {
  font-family: var(--sec-font-title);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.faq-action-sub {
  font-family: var(--sec-font-text);
  font-size: 0.875rem;
  line-height: 1.6;
}

/* pickup */
.pickup-card {
  color: #fff;
  position: relative;
  font-family: var(--sec-font-text);
}

.pickup-card-tag {
  margin: 0 0 0.75rem;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.75rem;
  background: #c7020b;
  color: #fff;
  font-family: var(--sec-font-title);
  font-size: 1rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-top: solid 2px var(--color-gold);
  position: absolute;
  top: -1rem;
  left: 1rem;
}

.pickup-card-tag p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.pickup-card-image {
  margin-bottom: 1rem;
}

.pickup-card-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.access-row {
  align-items: center;
  font-family: var(--sec-font-text);
}

.access-label {
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  background: var(--color-gold);
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.access-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.access-tel {
  font-size: 1.2rem;
}

.access-text a {
  color: inherit;
  text-decoration: underline;
}

.access-text a:hover {
  text-decoration: none;
}

.recruit-notice {
  font-family: var(--sec-font-title);
  color: #c7020b;
  font-size: 1.5rem;
  margin: 5rem auto;
  text-align: center;
}

.recruit-list {
  margin: auto;
  max-width: 52rem;
  font-family: var(--sec-font-text);
  padding: 0 0 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #666666;
}

.recruit-label {
  font-weight: bold;
}


/* アニメーション */
.circle-link {
  transition:
    transform 380ms ease-out,
    box-shadow 380ms ease-out,
    background-color 380ms ease-out;
}

.circle-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08)
}

.circle-link-arrow {
  transition: transform 220ms ease-out;
}

.circle-link:hover .circle-link-arrow {
  transform: translateX(3px);
}