/*
	Theme Name: diver_child
	Template: diver
	Description: Diver child theme
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&family=Baloo+2:wght@600&display=swap');

:root {
	--ink: #fefefe;
	--night: #fff;
	--gold: #ff7fbf;
	--pale: #ffdfe0;
	--edge: rgba(0, 0, 0, 0.08);
	--text: #2f2c35;
	--muted: #6b6871;
	--shadow: 0 10px 30px rgba(123, 92, 255, 0.12);
}

body {
	background: radial-gradient(circle at 10% 20%, #fff6fb 0, transparent 30%), radial-gradient(circle at 80% 0%, #f0f9ff 0, transparent 40%), #fff;
	color: var(--text);
	font-family: 'Zen Maru Gothic', 'Baloo 2', sans-serif;
	letter-spacing: 0.01em;
}

.lang-en-only {
	display: none;
}

[data-lang="en"] .lang-en-only {
	display: inherit;
}

[data-lang="en"] .lang-jp-only {
	display: none !important;
}

a {
	color: inherit;
}

#header,
.container,
.footer_content,
#footer {
	background: transparent;
}

.global-nav,
.footer_navi {
	display: flex;
	gap: 18px;
}

.global-nav a,
.footer_navi a {
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	font-weight: 600;
	color: var(--text);
	display: inline-block;
	background: #fff;
	box-shadow: var(--shadow);
}

.global-nav a:hover,
.footer_navi a:hover {
	border-color: rgba(255, 127, 191, 0.4);
	color: var(--gold);
	background: #fff6fb;
}

#main-wrap {
	margin-top: 0 !important;
}

.post_list_wrap,
.card_01,
.widget,
.container_bottom_widget_content,
#sidebar .widget {
	border-radius: 16px;
	border: 1px solid var(--edge);
	background: #fff;
	color: var(--text);
	box-shadow: var(--shadow);
}

.post_list_wrap,
.widget,
.container_bottom_widget_content,
#sidebar .widget {

	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

#footer .widget * {
	box-shadow: none !important;
	background: transparent !important;
}

.widget h3,
.widget h2,
.card__title_01 {
	color: var(--text);
}

.post-title a,
.card__title_01 a {
	color: var(--text);
}

blockquote {
	border-color: var(--edge);
	background: #fff6fb;
}

table,
th,
td {
	border-color: var(--edge);
	color: var(--text);
}

#footer {
	border-top: 1px solid var(--edge);
}

#footer #copyright {
	color: var(--muted);
}

.button_01,
.btn,
button,
input[type="submit"] {
	border-radius: 12px;
}

.button_01.-compact {
	background: linear-gradient(120deg, #ff9fd6, #ffb4a9);
	color: #2f2c35;
	border: none;
}

@media (max-width: 768px) {

	.global-nav,
	.footer_navi {
		gap: 10px;
	}
}


:root {
	--ink: #fefefe;
	--night: #fff;
	--card: #ffffff;
	--edge: rgba(0, 0, 0, 0.08);
	--gold: #ff7fbf;
	--pale-gold: #ffdfe0;
	--sand: #ffeecf;
	--text: #2f2c35;
	--muted: #6b6871;
	--accent: #6ac7ff;
	--shadow: 0 10px 30px rgba(123, 92, 255, 0.12);
}

body.home {
	background: radial-gradient(circle at 10% 20%, #fff6fb 0, transparent 30%), radial-gradient(circle at 80% 0%, #f0f9ff 0, transparent 40%), #fff;
	color: var(--text);
	font-family: 'Zen Maru Gothic', 'Baloo 2', sans-serif;
	letter-spacing: 0.01em;
}

.lang {
	display: inline;
}

[data-lang="en"] .lang-jp {
	display: none;
}

[data-lang="en"] .lang-en {
	display: inline;
}

[data-lang="jp"] .lang-en {
	display: none;
}

.nomaoi-hero {
	padding: 80px 5vw 40px;
	overflow: hidden;
	background: linear-gradient(135deg, #fff2f7 0%, #f9f8ff 40%, #f3fbff 100%);
}

.hero-texture {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle, rgba(255, 127, 191, 0.08) 0, transparent 40%), linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 40%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.03) 60%, rgba(0, 0, 0, 0.03) 100%);
	pointer-events: none;
}

.hero-watermark {
	position: absolute;
	right: 5vw;
	top: 50%;
	transform: translateY(-50%);
	font-size: 72px;
	letter-spacing: 0.2em;
	color: rgba(0, 0, 0, 0.05);
	writing-mode: vertical-rl;
	font-weight: 700;
}

.language-switch {
	display: inline-flex;
	gap: 8px;
	padding: 6px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	position: absolute;
	top: 24px;
	right: 5vw;
	z-index: 2;
}

.language-switch a {
	background: transparent;
	border: 1px solid transparent;
	color: var(--text);
	padding: 6px 14px;
	border-radius: 99px;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
}

.language-switch a.is-active {
	border-color: var(--gold);
	color: var(--gold);
	background: rgba(255, 127, 191, 0.12);
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
	align-items: center;
}

.hero-copy .eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	color: var(--gold);
	text-transform: uppercase;
	margin-bottom: 14px;
}

.hero-copy h1 {
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.1;
	margin: 0 0 16px;
}

.hero-copy .lead {
	font-size: 16px;
	color: var(--muted);
	max-width: 640px;
}

.hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 28px;
}

.pill {
	padding: 8px 12px;
	border: 1px solid rgba(255, 127, 191, 0.25);
	border-radius: 14px;
	background: #fff;
	color: var(--muted);
	box-shadow: var(--shadow);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 12px;
	border: 1px solid var(--edge);
	color: var(--text);
	text-decoration: none;
}

.btn.primary {
	background: linear-gradient(120deg, #ff9fd6, #ffb4a9);
	color: #2f2c35;
	border-color: transparent;
}

.btn.ghost {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.08);
}

.hero-visual {
	position: relative;
}

.hero-visual-frame {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background: #fff;
	box-shadow: var(--shadow);
}

.hero-visual-track {
	position: relative;
	height: clamp(260px, 40vw, 520px);
}

.hero-visual-item {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.2s ease;
}

.hero-visual-item.is-active {
	opacity: 1;
}

.hero-visual-item.fallback {
	background: linear-gradient(135deg, #fff4f9, #f5fbff);
}

.countdown-panel {
	padding: 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--edge);
	backdrop-filter: blur(10px);
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.countdown-graphic img {
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 0 auto;
}

.countdown-label {
	font-size: 12px;
	letter-spacing: 0.08em;
	color: var(--gold);
	text-transform: uppercase;
	margin-bottom: 6px;
}

.countdown-date {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}

.countdown-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.countdown-cell {
	padding: 12px;
	border-radius: 12px;
	border: 1px solid var(--edge);
	background: linear-gradient(135deg, #fff2f7 0%, #f9f8ff 40%, #f3fbff 100%);
	text-align: center;
}

.countdown-number {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.countdown-unit {
	font-size: 12px;
	color: var(--muted);
	margin: 0;
}

.share-buttons.luxe {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 10px;
	border-top: 1px solid var(--edge);
}

.share-icons {
	display: inline-flex;
	gap: 8px;
}

.share-button {
	width: 28px;
	height: 28px;
	filter: none;
	opacity: 0.95;
}

.section-shell {
	padding: 80px 5vw;
	position: relative;
}

.section-contrast {
	background: linear-gradient(180deg, #fff, #fff6fb);
	border-top: 1px solid var(--edge);
	border-bottom: 1px solid var(--edge);
}

.section-moments,
.section-news,
.section-quiz,
.section-map,
.section-events {
	background: #fff;
}

.section-heading {
	margin-bottom: 28px;
}

.section-heading .eyebrow {
	font-size: 12px;
	color: var(--gold);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading h2 {
	font-size: clamp(26px, 3vw, 36px);
	margin: 0;
	text-align: center;
}

.section-heading .section-lead {
	color: var(--muted);
	max-width: 840px;
	margin-top: 6px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.about-card {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid var(--edge);
	background: linear-gradient(160deg, #fff, #fff6fb);
	color: var(--text);
}

.about-card h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 18px;
	color: #ff7fbf;
}

.about-card ul {
	margin: 0;
	padding-left: 16px;
	color: var(--muted);
	line-height: 1.7;
}

.about-card li {
	margin-bottom: 8px;
}

.moment-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
}

.moment-card {
	padding: 18px;
	border: 1px solid var(--edge);
	border-radius: 14px;
	background: linear-gradient(145deg, #fff, #f9f7ff);
	min-height: 160px;
	box-shadow: var(--shadow);
}

.moment-card .label {
	color: #ff7fbf;
	font-weight: 700;
	margin: 0 0 10px;
}

.moment-card .text {
	color: var(--muted);
	margin: 0;
}

.section-news #main-wrap {
	background: #fff;
	border: 1px solid var(--edge);
	border-radius: 18px;
	padding: 22px;
	box-shadow: var(--shadow);
}

.section-news .l-main-container {
	grid-template-columns: 2fr 1fr;
	gap: 20px;
}

@media (max-width: 1024px) {
	.section-news .l-main-container {
		grid-template-columns: 1fr;
	}
}

#quiz.section-quiz,
.section-quiz .quiz-container {
	background: none;
}

.section-quiz .quiz-container {
	border-radius: 16px;
	padding: 16px;
	background: #fff;
}

.chatbot-shell {
	max-width: 860px;
	margin: 32px auto;
	padding: 20px;
	border-radius: 16px;
	background: #fff;
}

.section-map .map iframe {
	border: 1px solid var(--edge);
	border-radius: 16px;
	filter: none;
}

.section-events .l-wrapper_01 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.section-events .card_01 {
	background: #fff;
	border-color: var(--edge);
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	position: relative;
}

.section-events .card_01:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(106, 199, 255, 0.18);
}

.section-events .card__title_01,
.section-events .card__date_01,
.section-events .card__text2_01 {
	color: var(--text);
	margin: 20px !important;
}

.section-events .card__header_01 {
	padding: 0;
	position: relative;
}

.section-events .card__thumbnail_01 {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin: 0;
}

.section-events .card__image_01 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.section-events .card_01:hover .card__image_01 {
	transform: scale(1.04);
}

.section-events .card__date_01 {
	padding: 6px 10px;
	font-weight: 700;
	color: var(--muted);
}

.section-events .card__body_01 {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section-events .card__title_01 {
	font-size: 1.05em;
	font-weight: 700;
	margin: 0;
}

.section-events .card__text2_01 {
	line-height: 1.6;
	color: var(--muted);
	margin: 0;
}

.section-events .card__link {
	position: absolute;
	inset: 0;
	z-index: 2;
	text-indent: -9999px;
}

.section-events .card__footer_01 .button_01 {
	background: var(--gold);
	color: #0b0b0b;
	border-radius: 10px;
}

.no-events {
	color: var(--muted);
	text-align: center;
}

.widget {
	border: none !important;
	margin: 0;
}

@media (max-width: 768px) {
	.nomaoi-hero {
		padding: 60px 6vw 32px;
	}

	.hero-watermark {
		display: none;
	}

	.countdown-panel {
		position: relative;
		margin: 10px;
	}

	.language-switch {
		position: static;
		margin-bottom: 16px;
	}

	.countdown-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.section-shell {
		padding: 60px 6vw;
	}
}