/* YouTubeポップアップ */
#yt_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#yt_modal.is_open {
	display: flex;
	justify-content: center;
	align-items: center;
}
.yt_modal_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.yt_modal_content {
	position: relative;
	width: 90%;
	max-width: 900px;
	z-index: 1;
}
.yt_modal_close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 3.6rem;
	cursor: pointer;
	line-height: 1;
}
.yt_modal_video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.yt_modal_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yt_popup {
	cursor: pointer;
}

/* フェードインアニメーション */
.fade-in-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

#kv {
	margin: 120px 0 50px;
	padding: 0;
	overflow: hidden;
	aspect-ratio: 3200 / 940;
}
#kv:after {
	display: none;
}
#kv h1 span,
#kv h1 p {
	color: transparent;
}
#kv img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.home_special_contents .col.has_bg {
	align-items: center;
}
.home_special_contents .pic {
	padding: 30px;
	box-sizing: border-box;
}
#purchase_anchors {
	margin: 0 0 60px;
}
#kanematuyunaLP h2.simple .ja {
	font-size: 3rem;
	letter-spacing: 2px;
}
#at_youtube,
#at_instagram {
	margin-top: 100px;
}
#at_instagram {
	margin-bottom: 100px;
}
.interview_block h3.has_bottom_border,
#at_youtube h3.has_bottom_border,
.youtube_block h3.has_bottom_border {
	font-size: 1.8rem;
}
.interview_video {
	margin-bottom: 100px !important;
}
.interview_video a {
	display: block;
	margin-bottom: 100px;
}
.interview_video img {
	width: 100%;
	display: block;
}
.interview_block {
	overflow: hidden;
}
.interview_img {
	width: 45%;
	display: block;
	margin-bottom: 10px;
}
.interview_img.sticker_img {
	margin-top: 0;
	margin-bottom: 0;
}
.interview_img.float_left {
	float: left;
	margin-right: 40px;
}
.interview_img.float_right {
	float: right;
	margin-left: 40px;
}
.interview_block p {
	font-size: 1.6rem;
	line-height: 2;
}
.interview_block p strong {
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
#at_interview ~ .unit.wrapper {
	margin-top: 50px;
}
.youtube_list {
	display: flex;
	gap: 20px;
}
.youtube_item {
	width: calc(100% / 3 - 14px);
}
.youtube_item a {
	text-decoration: none;
	color: #333;
}
.youtube_thumb {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background-color: #ddd;
}
.youtube_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.youtube_title {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.instagram_buttons {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.instagram_btn {
	display: inline-block;
	padding: 20px 50px;
	background-color: #42A548;
	color: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	border-radius: 5px;
	transition: opacity 0.3s;
}
.instagram_btn:hover {
	opacity: 0.7;
}
.pic.placeholder {
	background-color: #ddd;
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 30px;
	border: 2px dashed #aaa;
}
.pic.placeholder span {
	color: #888;
	font-size: 1.6rem;
}

/* タブレット (1030px以下) */
@media screen and (max-width: 1030px) {
	#kv {
		margin: 100px 0 40px;
		aspect-ratio: auto;
	}
	#kanematuyunaLP h2.simple .ja {
		font-size: 2.4rem;
	}
	.interview_img {
		width: 40%;
	}
	.interview_img.float_left {
		margin-right: 30px;
	}
	.interview_img.float_right {
		margin-left: 30px;
	}
	#at_youtube,
	#at_instagram {
		margin-top: 70px;
	}
	#at_instagram {
		margin-bottom: 70px;
	}
	.home_special_contents .col.has_bg {
		flex-direction: column;
	}
	.home_special_contents .pic,
	.home_special_contents .pic.placeholder {
		width: 100%;
		max-width: none;
	}
	.home_special_contents .info {
		width: 100%;
	}
	.instagram_buttons {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.instagram_btn {
		width: 60%;
		text-align: center;
	}
}

/* スマホ (640px以下) */
@media screen and (max-width: 640px) {
	#kv {
		margin: 60px 0 30px;
	}
	#purchase_anchors {
		margin: 0 0 40px;
	}
	#kanematuyunaLP h2.simple .ja {
		font-size: 2rem;
	}
	.interview_block h3.has_bottom_border,
	#at_youtube h3.has_bottom_border,
	.youtube_block h3.has_bottom_border {
		font-size: 1.5rem;
	}
	.interview_img {
		width: 100%;
		float: none !important;
		margin: 0 0 20px 0 !important;
	}
	.interview_block p {
		font-size: 1.4rem;
	}
	#at_interview ~ .unit.wrapper {
		margin-top: 30px;
	}
	#at_youtube,
	#at_instagram {
		margin-top: 50px;
	}
	#at_instagram {
		margin-bottom: 50px;
	}
	.youtube_list {
		flex-direction: column;
		gap: 30px;
	}
	.youtube_item {
		width: 100%;
	}
	.instagram_buttons {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.instagram_btn {
		width: 80%;
		text-align: center;
		padding: 15px 30px;
		font-size: 1.6rem;
	}
	.pic.placeholder {
		width: 100%;
		min-height: 180px;
		margin: 15px 0;
	}
	.col_lead .lead {
		font-size: 1.4rem;
	}
}
