@charset "UTF-8";
/*
Theme Name: Goen Lab Theme
Theme URL: https://goen-lab.jp/
Author: Megumi Matsumoto
Author URL: https://goen-lab.jp/
Description: ご縁研究所
Version: 1.0
*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.leag-heading {
margin-bottom: 0px;  
}
.goen-site {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.goen-site .shell {
  height: 100vh;
  min-height: 100vh;
  align-items: stretch;
}

.goen-site .side {
  height: 100vh;
  overflow: hidden;
}

.goen-site .center {
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.goen-site .page {
  padding-bottom: 0;
}

.goen-site .cta-section {
  padding-top: 8px;
  padding-bottom: 0;
}

.goen-site,
.goen-site * {
  box-sizing: border-box;
}

.goen-site {
  --bg-image: url('images/bg01.png');
  --hero-image: url('images/bg02.png');
  --concept-image: url('images/bg03.png');
  --event-image-1: url('images/event-01.jpg');
  --event-image-2: url('images/event-02.jpg');
  --event-image-3: url('images/event-03.jpg');

  --paper: #fbf6f1;
  --paper-2: #f7f0eb;
  --pink: #f2a4b0;
  --pink-deep: #c98197;
  --gold: #bb9752;
  --text: #4a3b36;
  --text-soft: #7b6964;
  --line: rgba(201, 129, 151, 0.16);
  --shadow-soft: 0 10px 28px rgba(44, 28, 20, 0.08);
  --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 0 70px rgba(0, 0, 0, 0.25);
  --center-width: 420px;

  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: var(--text);
  font-family: 'ryo-gothic-plusn', sans-serif;
  line-height: 1.8;
  isolation: isolate;
}

.goen-site a {
  color: inherit;
  text-decoration: none;
}

.goen-site img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Background
========================= */
.goen-site .bg-layer,
.goen-site .bg-blur,
.goen-site .bg-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.goen-site .bg-layer {
  background: var(--bg-image) center center / cover no-repeat;
  transform: scale(1.04);
  z-index: 0;
}

.goen-site .bg-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}

.goen-site .bg-overlay {
  background:
    linear-gradient(180deg, rgba(50, 36, 28, 0.14) 0%, rgba(50, 36, 28, 0.06) 35%, rgba(50, 36, 28, 0.10) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 246, 218, 0.30) 0%, rgba(255, 246, 218, 0) 30%),
    radial-gradient(circle at 82% 20%, rgba(255, 242, 210, 0.18) 0%, rgba(255, 242, 210, 0) 26%);
  z-index: 2;
}

/* =========================
   Layout
========================= */
.goen-site .shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) var(--center-width) minmax(180px, 1fr);
  min-height: 100vh;
}

.goen-site .side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.95);
}

.goen-site .side::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(215, 188, 138, 0.7), transparent);
}

.goen-site .side-left::after {
  right: 0;
}

.goen-site .side-right::after {
  left: 0;
}

.goen-site .side-box {
  width: min(280px, 100%);
  text-align: center;
}

.goen-site .center {
  position: relative;
  z-index: 3;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  scrollbar-width: none;
}

.goen-site .center::-webkit-scrollbar {
  display: none;
}

.goen-site .mobile-topbar {
  display: none;
}

/* =========================
   Left Column
========================= */
.goen-site .side-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  padding: 24px 22px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow-md);
  text-align: left;
}


.legal-lead, .legal-block .legal-list li, .section-legal-body, .section-contact-body p, .legal-definition {
  font-size: 12px;
  letter-spacing: 0.22em;
  opacity: 0.72;
}

.goen-site .side-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  opacity: 0.72;
  margin-bottom: 12px;
  text-align: center;
}

.goen-site .side-event-date {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 10px;
  text-align: center;
}

.goen-site .side-event-title {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.goen-site .side-event-detail {
  font-size: 12px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  opacity: 0.92;
  text-align: center;
}

.goen-site .side-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 12px;
  letter-spacing: 0.12em;
  transition: 0.25s ease;
}

.goen-site .side-cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
}

/* =========================
   Right Column
========================= */
.goen-site .right-nav-logo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  box-shadow: 0 12px 24px rgba(90, 48, 62, 0.22);
}

.goen-site .right-nav-logo svg {
  width: 34px;
  height: 34px;
}

.goen-site .nav-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  margin-top: 8px;
}

.goen-site .nav-item {
  display: block;
  text-align: center;
  transition: 0.2s ease;
}

.goen-site .nav-item:hover {
  opacity: 0.7;
}

.goen-site .nav-item .jp {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}

.goen-site .nav-item .en {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  opacity: 0.74;
}

.goen-site .side-foot {
  margin-top: 42px;
  display: grid;
  gap: 18px;
  justify-items: center;
}

.goen-site .side-social {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.goen-site .side-social-link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.28s ease;
}

.goen-site .side-social-link svg {
  transition: transform 0.32s ease;
  transform-origin: center;
}

.goen-site .side-social-link:hover,
.goen-site .side-social-link:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.goen-site .side-social-link:hover svg,
.goen-site .side-social-link:focus-visible svg {
  transform: rotate(12deg) scale(1.05);
}

.goen-site .side-copy {
  font-size: 11px;
  letter-spacing: 0.18em;
  opacity: 0.7;
}

/* =========================
   Hero
========================= */
.goen-site .card-top {
  padding: 16px 60px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(217, 153, 171, 0.14);
}

.goen-site .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.goen-site .brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(217, 153, 171, 0.18);
  border: 1px solid rgba(217, 153, 171, 0.22);
  overflow: hidden;
}

.goen-site .brand-mark img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.goen-site .brand-text h1 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--gold);
  margin: 0;
}

.goen-site .brand-text p {
  margin: 4px 0 0;
  color: var(--gold);
  opacity: 0.84;
  letter-spacing: 0.26em;
  font-size: 11px;
}

.goen-site .hero-photo {
  position: relative;
  height: 340px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 55%,
      rgba(251, 246, 241, 0.85) 83%,
      rgba(251, 246, 241, 1) 100%
    ),
    var(--hero-image) center center / cover no-repeat;
  overflow: hidden;
}

.goen-site .lead-copy,
.goen-site .section-inner,
.goen-site .cta-section {
  padding-left: 28px;
  padding-right: 28px;
}

.goen-site .lead-copy {
  padding-top: 24px;
  padding-bottom: 36px;
  text-align: center;
  background: linear-gradient(180deg, rgba(251, 246, 241, 0) 0%, rgba(251, 246, 241, 1) 16%);
  color: var(--pink);
}

.goen-site .lead-copy p,
.goen-site .section-copy {
  font-size: 14px;
  line-height: 2.35;
  color: var(--text-soft);
  margin: 0;
  text-align: center;
}

/* =========================
   Common Section
========================= */
.goen-site .section {
  position: relative;
  overflow: hidden;
}

.goen-site .section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.goen-site .section-hero {
  padding-top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.goen-site .section-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.goen-site .script-title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
  color: var(--pink);
  margin: 30px 0px 10px;
  font-weight: 500;
}

.goen-site .section-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--gold);
}

.goen-site .section-copy + .section-copy {
  margin-top: 18px;
}

/* =========================
   Concept
========================= */
.goen-site .section-concept {
  background: linear-gradient(180deg, #fbf3ef 0%, #f8eef2 100%);
  padding-top: 0px;
}

.goen-site .section-concept::before {
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 82% 12%, rgba(217, 153, 171, 0.14) 0%, rgba(217, 153, 171, 0) 24%);
}

.goen-site .image-panel {
  height: 310px;
  background-image: var(--concept-image);
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.goen-site .quote-box, .story-voice-body {
  margin-top: 28px;
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.goen-site .quote-box h3 {
  font-size: 18px;
  color: #f2a4b0;
  line-height: 1.8;
  margin: 0 0 14px;
  text-align: center;
  font-weight: 500;
}

.goen-site .quote-box p {
  font-size: 13px;
  line-height: 2.2;
  color: var(--text-soft);
  text-align: left;
  margin: 0;
}

/* =========================
   Grid Common
========================= */
.goen-site .cards,
.goen-site .pricing-wrap,
.goen-site .benefits,
.goen-site .flow-list,
.goen-site .cta-buttons {
  display: grid;
  gap: 16px;
}

.goen-site .cards,
.goen-site .pricing-wrap {
  margin: 28px 0;
}

/* =========================
   Event
========================= */
.goen-site .section-event {
  background: linear-gradient(180deg, #fdf4f6 0%, #f8edf1 52%, #fdf6f1 100%);
}

.goen-site .section-event::before {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 84% 14%, rgba(217, 153, 171, 0.18) 0%, rgba(217, 153, 171, 0) 24%),
    radial-gradient(circle at 78% 82%, rgba(217, 153, 171, 0.12) 0%, rgba(217, 153, 171, 0) 20%);
}

.goen-site .event-card {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  border: 1px solid rgba(217, 153, 171, 0.16);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.goen-site .event-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.goen-site .event-thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.goen-site .event-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(52, 28, 18, 0.18) 100%);
}

.goen-site .event-body {
  padding: 18px 18px 20px;
  position: relative;
  z-index: 2;
}

.goen-site .event-date {
  font-size: 16px;
  color: #a7793f;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.goen-site .event-title {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 8px;
  font-weight: 500;
}

.goen-site .event-desc {
  font-size: 13px;
  line-height: 2;
  color: var(--text-soft);
  margin: 0 0 12px;
}

.goen-site .tag-row {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.goen-site .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #f2a4b0;
  background: #fff6f8;
  border: 1px solid rgba(217, 153, 171, 0.22);
}

.goen-site .tag-link:hover {
  background: #fff0f5;
  border-color: rgba(217, 153, 171, 0.42);
  transform: translateY(-1px);
}



/* ── イベント詳細テーブル ── */
.event-info-table {
  background: linear-gradient(135deg, rgba(255,245,248,0.9), rgba(255,250,252,0.95));
  border: 1px solid rgba(217, 153, 171, 0.22);
  border-radius: 16px;
  padding: 24px 22px 20px;
  margin: 24px 0 28px;
}

.event-info-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #f2a4b0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(217, 153, 171, 0.18);
  text-align: center;
}

.event-info-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.event-info-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 30px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(217, 153, 171, 0.10);
  align-items: start;
}

.event-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.event-info-row dt {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-soft);
  letter-spacing: 0.06em;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  text-align: right;
}

.event-info-row dd {
  font-size: 13px;
  color: var(--text-main);
  line-height: 1.6;
  margin: 0;
}

.info-icon {
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 520px) {
  .event-info-row {
    grid-template-columns: 96px 1fr;
    gap: 6px;
  }
  .event-info-row dt {
    font-size: 10px;
  }
  .event-info-row dd {
    font-size: 12px;
  }
}

/* =========================
   Flow
========================= */
.goen-site .section-flow {
  background: linear-gradient(180deg, #f2a4b0 0%, #f2a4b0 100%);
}

.goen-site .section-flow::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 18% 14%, rgba(215, 188, 138, 0.14) 0%, rgba(215, 188, 138, 0) 20%);
}

.goen-site .section-flow .flow-list {
  position: relative;
  margin-top: 20px;
}

.goen-site .section-flow .flow-list::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, #f2a4b0 0%, #f2a4b0 100%);
  z-index: 0;
}

.goen-site .flow-item,
.goen-site .benefit-item {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.goen-site .flow-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 16px;
  border: 1px solid rgba(215, 188, 138, 0.24);
  position: relative;
  z-index: 1;
}

.goen-site .flow-no {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff6ee;
  border: 1px solid rgba(187, 151, 82, 0.25);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

.goen-site .flow-item h4,
.goen-site .benefit-item h4 {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 4px;
  font-weight: 500;
}

.goen-site .flow-item p,
.goen-site .benefit-item p {
  font-size: 12px;
  line-height: 2;
  color: var(--text-soft);
  margin: 0;
}

.flow-item a {
  text-decoration: underline;
  color: var(--pink);
}

/* =========================
   Membership
========================= */
.goen-site .section-membership {
  background: linear-gradient(180deg, #fff9fb 0%, #f7edf3 100%);
}

.goen-site .section-membership::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 84% 10%, rgba(217, 153, 171, 0.18) 0%, rgba(217, 153, 171, 0) 22%);
}

.goen-site .price-highlight {
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff8fb 0%, #fff 50%, #fef7ef 100%);
  border: 1px solid rgba(201, 129, 151, 0.2);
  box-shadow: var(--shadow-soft);
}

.goen-site .price-highlight .mini {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #f2a4b0;
  margin-bottom: 10px;
  text-align: center;
}

.goen-site .price-highlight h3 {
  font-size: 21px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 14px;
  font-weight: 500;
  text-align: center;
}

.goen-site .price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.goen-site .price-box {
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 188, 138, 0.26);
  text-align: center;
}

.goen-site .price-box .label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 8px;
}

.goen-site .price-box .price {
  font-size: 34px;
  line-height: 1;
  color: #f2a4b0;
  font-weight: 500;
}

.goen-site .price-box .sub {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.8;
  color: var(--text-soft);
}

.goen-site .benefit-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 16px 14px;
  border: 1px solid var(--line);
}

.goen-site .benefit-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff3f6;
  color: #f2a4b0;
  border: 1px solid rgba(217, 153, 171, 0.22);
  font-size: 16px;
}

/* =========================
   CTA
========================= */
.goen-site .cta-section {
  padding-top: 40px;
}

.goen-site .cta-box {
  background: linear-gradient(135deg, rgba(255, 250, 251, 0.92), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(217, 153, 171, 0.24);
  border-radius: 26px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.goen-site .cta-box h3 {
  font-size: 22px;
  line-height: 1.8;
  color: #f2a4b0;
  margin: 0 0 10px;
  font-weight: 500;
}

.goen-site .cta-box p {
  font-size: 13px;
  line-height: 2.1;
  color: var(--text-soft);
  margin: 0 0 18px;
}

.goen-site .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 0 18px;
  transition: 0.25s ease;
  font-weight: 500;
  width: 100%;
}

.goen-site .btn-primary {
  background: linear-gradient(135deg, #f2a4b0, #f2a4b0);
  color: #fff;
  box-shadow: 0 12px 24px rgba(201, 129, 151, 0.28);
}

.goen-site .btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  border: 1px solid rgba(215, 188, 138, 0.3);
}

.goen-site .footer-note {
  text-align: center;
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--text-soft);
  opacity: 0.9;
}



/* =========================
   story Voice Section
========================= */
.story-voice-card {
  position: relative;
  padding: 42px 34px 38px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(217, 153, 171, 0.24);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(180, 130, 140, 0.12);
  overflow: hidden;
}

.story-voice-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(242, 164, 176, 0.22), rgba(242, 164, 176, 0));
  border-radius: 50%;
  pointer-events: none;
}

.story-voice-head {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}

.story-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.22em;
  font-weight: 500;
}

.story-title {
  margin: 0 0 18px;
  color: #c98a96;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  font-weight: 400;
}

.story-lead {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.story-voice-body {
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
}

.story-photo-wrap {
  margin: 0;
}

.story-photo {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(180, 130, 140, 0.18);
}

.story-comment-box {
  position: relative;
  padding: 28px 28px 26px;
  background: rgba(255, 250, 248, 0.82);
  border: 1px solid rgba(217, 153, 171, 0.2);
  border-radius: 24px;
}

.story-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 5px 13px;
  color: #fff;
  background: #f2a4b0;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.story-name {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.story-comment p {
  margin: 0;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.section-story-voice .section-copy {
  font-size: 12px;
  line-height: 1.6;
  margin: 20px 0;
}


/* SP */
@media screen and (max-width: 768px) {
  .section-story-voice {
    padding: 44px 0 52px;
  }

  .story-voice-card {
    padding: 34px 22px 30px;
    border-radius: 24px;
  }

  .story-title {
    font-size: 20px;
  }

  .story-voice-body {
    display: block;
  }

  .story-photo-wrap {
    margin: 0 auto 22px;
    text-align: center;
  }

  .story-photo {
    width: 138px;
    height: 138px;
    margin: 0 auto;
  }

  .story-comment-box {
    padding: 26px 20px 24px;
    border-radius: 22px;
    margin: 28px;
  }

  .story-comment p {
    font-size: 12px;
  }
}


/* =========================
   Contact
========================= */

.goen-contact-form .wpcf7-form-control-wrap + br,
.goen-contact-form label > br {
  display: none;
}

/* テキストボックス */
.goen-input {
  width: 100% !important;
  height: 35px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
}

/* テキストエリア（お問い合わせ内容） */
.goen-textarea {
  width: 100% !important;
  height: 200px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  resize: vertical !important;
}

/* セレクトボックス */
.goen-select {
  width: 100% !important;
  height: 35px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
}
.goen-label .goen-required {
  color : #ff0000 !important;
}
.goen-submit {
  width: 100%;
  padding: 5px;
}


.goen-privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px 0 24px;
  text-align: center;
  white-space: nowrap;
}

/* Contact Form 7 プライバシーポリシー同意チェック：1行中央 */
.goen-contact-form .goen-privacy {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 28px auto 24px !important;
  padding: 0 !important;
  text-align: center !important;
}

.goen-contact-form .goen-privacy br {
  display: none !important;
}

.goen-contact-form .goen-privacy .wpcf7-form-control-wrap,
.goen-contact-form .goen-privacy .wpcf7-form-control,
.goen-contact-form .goen-privacy .wpcf7-list-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.goen-contact-form .goen-privacy .wpcf7-list-item label {
  display: grid !important;
  grid-template-columns: 16px max-content !important;
  column-gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}

.goen-contact-form .goen-privacy input[type="checkbox"] {
  display: block !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: #f2a4b0;
}

.goen-contact-form .goen-privacy .wpcf7-list-item-label,
.goen-contact-form .goen-privacy .goen-privacy-text {
  display: inline !important;
  width: auto !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  line-height: 1.6 !important;
  color: #7d6f72 !important;
  font-size: 13px !important;
  letter-spacing: 0.05em !important;
}

.goen-contact-form .goen-privacy a {
  display: inline !important;
  color: #c98a96 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* 送信ボタン下の文言も中央 */
.goen-contact-form .goen-form-footer,
.goen-contact-form .wpcf7-response-output {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.goen-contact-form .wpcf7-spinner {
  display: block !important;
  margin: 12px auto 0 !important;
}

/* プライバシーポリシー同意チェック：強制的に1行中央 */
.goen-privacy-line {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 28px auto 24px !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.6 !important;
}

.goen-privacy-line br {
  display: none !important;
}

.goen-privacy-checkbox,
.goen-privacy-checkbox .wpcf7-form-control-wrap,
.goen-privacy-checkbox .wpcf7-form-control,
.goen-privacy-checkbox .wpcf7-list-item,
.goen-privacy-checkbox .wpcf7-list-item label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.goen-privacy-checkbox input[type="checkbox"] {
  display: inline-block !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  accent-color: #f2a4b0;
}

.goen-privacy-checkbox .wpcf7-list-item-label {
  display: none !important;
}

.goen-privacy-copy {
  display: inline !important;
  width: auto !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  color: #7d6f72 !important;
  font-size: 13px !important;
  letter-spacing: 0.05em !important;
  line-height: 1.6 !important;
}

.goen-privacy-copy a {
  display: inline !important;
  width: auto !important;
  color: #f2a4b0 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.wpcf7-response-output {
  font-size: 12px;
  border: 0 !important;
  text-align: center;
}

/* =========================
   Footer Nav
========================= */

.section-contact-body {
  margin-bottom: 30px;
}

.site-legal-footer {
  margin-bottom: 30px;
  padding: 24px 28px;
}

.site-legal-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

nav a, .section-contact-body a {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--text-soft);
  text-align: center;
  transition: 0.2s ease;
  display: block;
}

nav a:hover, .section-contact-body a:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(217, 153, 171, 0.3);
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .goen-site .shell {
    grid-template-columns: 1fr;
  }

  .goen-site .side {
    display: none;
  }

  .goen-site .center {
    width: min(100%, 520px);
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .goen-site .mobile-topbar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(217, 153, 171, 0.12);
    padding: 12px 14px;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
  }

  .goen-site .mobile-topbar::-webkit-scrollbar {
    display: none;
  }

  .goen-site .mobile-topbar a {
    flex: 0 0 auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(217, 153, 171, 0.14);
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 768px) {
   .goen-site .center {
    padding-bottom: 80px;
  }
  .mobile-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    padding: 32px 20px 40px;
    margin-top: 24px;
    border-top: 1px solid rgba(217, 153, 171, 0.18);
    text-align: center;
  }

  .mobile-legal-links a {
    display: inline-block;
    color: var(--text-soft);
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .mobile-legal-links a:hover {
    color: #f2a4b0;
  }
}

@media (max-width: 520px) {
  .goen-site .hero-photo {
    height: 360px;
  }

  .goen-site .lead-copy,
  .goen-site .section-inner,
  .goen-site .cta-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .goen-site .price-grid {
    grid-template-columns: 1fr;
  }

  .goen-site .script-title {
    font-size: 40px;
  }
 .goen-site,
  .shell,
  .center {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .goen-site .center {
    padding-bottom: 80px;
  }

  .section-inner,
  .hero-inner,
  .content-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .goen-site img {
    max-width: 100%;
    height: auto;
  }

  .mobile-topbar,
  .nav-pills,
  .header-nav {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.single-page-wrap {
  padding-bottom: 0;
}

.section-single-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.section-single-content {
  background: linear-gradient(180deg, #fbf6f1 0%, #f8eef2 100%);
  padding: 28px 0 48px;
}

.single-entry-card {
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(217, 153, 171, 0.16);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  padding: 32px 28px 36px;
}

.single-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.single-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.single-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff6f8;
  border: 1px solid rgba(217, 153, 171, 0.22);
  color: #f2a4b0;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.single-date {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #a7793f;
  line-height: 1;
  white-space: nowrap;
}

.single-entry-title {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--text);
  font-weight: 600;
}

.single-thumbnail-wrap {
  margin-bottom: 22px;
}

.single-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.single-cta-top,
.single-cta-bottom {
  text-align: center;
}

.single-cta-top {
  margin-bottom: 26px;
}

.single-cta-bottom {
  margin-top: 13px;
}

.single-entry-content {
  font-size: 14px;
  line-height: 2.2;
  color: var(--text);
}

.single-entry-content p {
  margin: 0 0 1.2em;
}

.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4 {
  color: #f2a4b0;
  line-height: 1.8;
  margin: 1.8em 0 0.8em;
}

.single-entry-content ul,
.single-entry-content ol {
  padding-left: 1.4em;
  margin: 0 0 1.2em;
}

.single-tags-wrap {
  margin-top: 24px;
}

.single-back-link-wrap {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 12px;
}

.event-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 500;
  background: linear-gradient(135deg, #f2a4b0, #f2a4b0);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(201, 129, 151, 0.28);
  transition: 0.25s ease;
  width: 86%;
}

.event-list-btn:hover, .goen-site .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(201, 129, 151, 0.36);
}

@media (max-width: 520px) {
   .goen-site .center {
    padding-bottom: 80px;
  }
  .single-entry-card {
    padding: 24px 18px 28px;
    border-radius: 18px;
  }

  .single-entry-title {
    font-size: 22px;
  }

  .single-entry-content {
    font-size: 13px;
    line-height: 2.05;
  }
}