/* ===== SUMMER LIMITED figure ===== */
.section-summer figure {
  max-width: 1100px;
  margin: 0 auto 32px;
}

.section-summer figure::before,
.section-summer figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(161, 123, 64, 0.3);
}

.section-summer figure::before {
  margin-bottom: 24px;
}

.section-summer figure::after {
  margin-top: 24px;
}

.section-summer figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* ===== SUMMER LIMITED ===== */
.section-summer {
  position: relative;
  background-color: var(--color-bg);
  overflow: hidden;
}

.section-summer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../common/images/back01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.section-summer > .container {
  position: relative;
  z-index: 1;
}

.section-summer .section-en {
  text-align: left;
}

.section-summer h2 {
  text-align: left;
  margin: 0 0 32px;
}

.section-summer p:not(.section-en) {
  font-family: var(--title-font);
  font-size: 17px;
  line-height: 1.9;
  text-align: left;
  margin: 0 auto 24px;
  max-width: 800px;
}

.section-summer p:not(.section-en):last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .section-summer .section-en {
    text-align: center;
  }

  .section-summer h2 {
    text-align: center;
    margin-bottom: 48px;
  }

  .section-summer figure {
    margin-bottom: 48px;
  }

  .section-summer figure::before {
    margin-bottom: 32px;
  }

  .section-summer figure::after {
    margin-top: 32px;
  }

  .section-summer p:not(.section-en) {
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
  }
}

/* ===== OUR STYLE ===== */
.section-style {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  height: 50vh;
  overflow: hidden;
  background-color: var(--color-main);
}

.style-bg-video,
.style-overlay {
  position: absolute;
  inset: 0;
}

.style-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.style-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.section-style .container {
  position: relative;
  z-index: 2;
}

.style-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.section-style .section-en {
  color: var(--color-sub);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.section-style h2 {
  color: var(--color-white);
  margin: 0 0 22px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.85);
}

.section-style p:not(.section-en) {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--title-font);
  font-size: 14px;
  line-height: 1.85;
  margin: 0 0 14px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.section-style .style-lead {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 24px;
}

.section-style p:not(.section-en):last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-style {
    min-height: 680px;
    padding-block: 72px;
  }

  .style-overlay {
    background-color: rgba(0, 0, 0, 0.52);
  }

  .style-content {
    padding: 28px 20px;
    background-color: rgba(0, 0, 0, 0.34);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1024px) {
  .section-style {
    min-height: 680px;
    height: 60vh;
  }

  .section-style p:not(.section-en) {
    font-size: 15px;
  }

  .section-style .style-lead {
    font-size: 17px;
  }
}

/* ===== MENU ===== */
.section-menu {
  position: relative;
  background-color: var(--color-bg);
  overflow: hidden;
}

.section-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../common/images/back02.jpg");
  background-size: 960px auto;
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.section-menu > .container {
  position: relative;
  z-index: 1;
}

.section-menu h2 {
  margin-bottom: 10px;
}

.monja-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.monja-grid article {
  background-color: var(--color-bg-sub);
  overflow: hidden;
}

.monja-grid article img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.monja-grid article h3 {
  font-size: 20px;
  font-weight: var(--base-weight3);
  line-height: 1.4;
  margin: 20px 20px 8px;
}

.monja-grid article p:first-of-type {
  font-size: 15px;
  font-weight: var(--base-weight3);
  color: var(--color-sub);
  margin: 0 20px 12px;
  letter-spacing: 0.03em;
}

.monja-grid article p:last-of-type {
  font-size: 14px;
  line-height: 1.85;
  color: var(--color-text-sub);
  margin: 0 20px 20px;
}

.base-menu {
  border: 1px solid rgba(161, 123, 64, 0.4);
  padding: 32px 24px;
  max-width: 560px;
  margin: 48px auto 0;
  text-align: center;
}

.base-menu h3 {
  font-size: 22px;
  font-weight: var(--base-weight3);
  margin-bottom: 12px;
}

.base-menu p:first-of-type {
  font-size: 15px;
  color: var(--color-sub);
  font-weight: var(--base-weight2);
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}

.base-menu p:last-of-type {
  font-size: 14px;
  line-height: 1.85;
  color: var(--color-text-sub);
}

.section-menu > .container > small {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-sub);
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .monja-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .monja-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }

  .monja-grid article h3 {
    font-size: 21px;
    margin: 24px 24px 10px;
  }

  .monja-grid article p:first-of-type {
    font-size: 15px;
    margin: 0 24px 12px;
  }

  .monja-grid article p:last-of-type {
    font-size: 15px;
    margin: 0 24px 24px;
  }
}

/* ===== TOPPING（MEMUセクション内） ===== */
.section-menu > .container > div:last-of-type {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid rgba(161, 123, 64, 0.28);
}

.section-menu > .container > div:last-of-type h3 {
  font-size: 22px;
  font-weight: var(--base-weight3);
  margin: 0 0 12px;
}

.section-menu > .container > div:last-of-type p:not(.section-en) {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-sub);
}

.menu-list {
  margin: 24px 0 0;
}

.menu-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(161, 123, 64, 0.28);
}

.menu-list dt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: var(--base-weight2);
}

.menu-list dd {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-sub);
  font-weight: var(--base-weight2);
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}

/* ===== CTA ===== */
.section-cta {
  text-align: center;
}

.section-cta p {
  font-family: var(--title-font);
  font-size: clamp(20px, 3vw, 28px);
  color: var(--color-white);
  line-height: 1.5;
  margin-bottom: 40px;
}

.section-cta > .container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .section-cta > .container > div {
    flex-direction: row;
    justify-content: center;
  }
}
