/*
Theme Name: Goyaball114
Template: arkhe
Version: 1.0.0
Description: GOYA BALL 114 公式サイト用 Arkhe 子テーマ
*/

/* Arkhe レイアウトとの干渉を抑制 */
body.gb114-site .l-content {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.gb114-site .l-main__body {
	margin-top: 0;
}

/* Arkheの nav { margin-top: 8px } を上書き */
body.gb114-site nav {
	margin-top: 0;
}

/* Arkhe の body padding/margin を無効化 */
body.gb114-site {
	padding-top: 0 !important;
}

/* Arkheのヘッダー・フッター要素が万一残っていても非表示 */
body.gb114-site .l-header,
body.gb114-site .l-footer,
body.gb114-site .l-sidebar--left,
body.gb114-site .l-sidebar--right {
	display: none !important;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* section title (from title-part.html) */
.section-title {
	text-align: center;
	padding: 15px 0;
	margin: 15px 0;
}
.section-subtitle {
	font-size: 1rem;
	color: #4cc313;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2rem;
}
.section-title .main-title {
	font-size: 1.8rem;
	margin: 0;
	color: #323232;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
}
.section-title .underline {
	width: 60px;
	height: 2px;
	background-color: #4cc313;
	margin: 5px auto 0;
	border-radius: 1px;
}
.custom-button {
	text-align: center;
	margin: 20px auto;
}
.button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #4cc313;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	border-radius: 50px;
	position: relative;
	width: 250px;
	height: 35px;
}
.button-text {
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.button-link::after {
	content: ">";
	font-size: 1.2rem;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.button-link:hover {
	background-color: #3b9e11;
}

/* ====================================================
   WordPress 静的アセット パス修正
   ==================================================== */
.overlay {
	background-image: url('static/img/pages/top/dot.webp');
}
.effect-section {
	background-image: url('static/img/pages/top/gb114_top_effective_01_2x.webp');
}

/* エフェクトセクション：暗い背景なので文字を白に */
.custom-effect-title .section-subtitle { color: #4cc313; }
.custom-effect-title .main-title       { color: #fff; }
.custom-effect-title .underline        { background-color: rgba(255, 255, 255, 0.5); }
.effect-section p                      { color: #fff; }

/* ====================================================
   About セクション（PC）完全リセット & 再構築
   ==================================================== */

/* SP 専用コンテナは PC で非表示（クラスがないため別途指定が必要） */
.image-container-sp,
.image-container-sp2 {
	display: none;
}
@media screen and (max-width: 768px) {
	.image-container-sp,
	.image-container-sp2 {
		display: block;
	}
}

/* About セクション */
.about-section {
	gap: 0;
}

/* 左右カラム */
.about-image-left,
.about-image-right {
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

/* 左：腕＋足 2枚を均等サイズ */
.about-image-left img,
.about-image-left img:nth-of-type(2),
.about-image-left img:nth-of-type(3) {
	position: static;
	transform: none;
	width: 85%;
	margin: 0;
	top: auto;
	left: auto;
	border-radius: 6px;
	object-fit: cover;
}

.about-content {
	width: 44%;
	padding: 0 30px;
}
.about-image-right {
	justify-content: center;
}
.about-image-right img {
	width: 88%;
	border-radius: 6px;
}

/* additional-image は intro に移動したので非表示 */
.additional-image {
	display: none;
}

/* visually-hidden 強化（clip が効かない環境対応） */
.visually-hidden {
	clip-path: inset(50%);
	white-space: nowrap;
}

/* ====================================================
   Scene セクション：2枚目の行を中央揃え
   ==================================================== */
.scene-row.left-align {
	justify-content: center;
}

/* ====================================================
   動画セクション：ボールアクセント（PC右下）
   ==================================================== */
.intro-ball-image {
	position: absolute;
	right: 5%;
	bottom: 12%;
	width: 22%;
	z-index: 500;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.3));
}

/* ====================================================
   ビデオ キャッチコピー（画像 → CSS/HTML テキスト）
   ==================================================== */
.catch-copy-text {
	position: absolute;
	bottom: 60px;
	left: 80px;
	z-index: 500;
	color: #fff;
}
.catch-copy-text .main-copy {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin: 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.catch-copy-text .sub-copy {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 16px;
	line-height: 1.9;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* ====================================================
   SP About セクション 縦ライン
   ==================================================== */
.image-container-sp {
	position: relative;
}
.center-line {
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #4BC314;
	transform: translateX(-50%);
}

/* ====================================================
   Arkhe 追加干渉リセット
   ==================================================== */
body.gb114-site .l-main__body {
	padding-top: 0;
}
body.gb114-site .l-content__body {
	padding: 0;
}
