/**--------------------
	base
---------------------*/
body,
h1,
h2,
p,
ul,
li {
	margin: 0;
	padding: 0;
}

body {
	background: #032250;
	color: #fff;
}

.main {
	overflow: hidden;
}

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

@media (min-width: 951px) {
	br.sp {
		display: none;
	}
}

.inner {
	width: 95%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/**--------------------
	テキスト共通
---------------------*/
.text-block p {
	font-size: 20px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.text-block a {
	color: #daccfe;
}

@media (max-width: 950px) {
	.text-block p {
		font-size: 15px;
	}
}

/**--------------------
	枠付きタイトル共通
---------------------*/
.ttl-frame {
	margin-bottom: 40px;
	text-align: center;
}

@media (max-width: 950px) {
	.ttl-frame {
		margin-bottom: 24px;
	}
	.ttl-frame img {
		width: 50.470588235vw;
	}
}

/**--------------------
	KV
---------------------*/
.kv {
	position: relative;
	// z-index: 2;
	height: 44.17vw; /* 636 / 1440 */
	background:
		url('../img/pattern2-l_pc.png') top left / min(40%, 576px) auto repeat-y,
		url('../img/pattern2-r_pc.png') top right / min(40%, 576px) auto repeat-y,
		url('../img/bg-kv.jpg') top center / cover no-repeat #032250;
	padding-bottom: 7.291666666vw;
}

.kv_inner {
	position: relative;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}

.shiny-logo {
	position: absolute;
	top: 2.78vw;
	left: 6.25vw;
	width: 12.22vw;
}

.kv-ch {
	position: absolute;
	bottom: 0;
	left: 12.5vw;
	width: 49.58vw;
	user-select: none;
	pointer-events: none;
}

.kv-logo {
	position: absolute;
	top: 3.541666666vw;
	left: 44.861111111vw;
	width: 42.361111111vw;
	user-select: none;
	pointer-events: none;

	img {
		width: 100%;
	}
}

/**放送日時*/
.kv-date {
	position: absolute;
	top: 32.222222222vw;
	left: 50.486111111vw;
	display: flex;
	align-items: flex-end;
	height: 3.61vw;
	padding: 0 1.95vw 0.5vw;
	border-radius: 50px;
	background: linear-gradient(90deg, #006AFF 0%, #9B54FF 50%, #FF00D1 100%);
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 600;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.kv-date span {
	line-height: 1;
}

.kv-date_txt {
	font-size: 2.36vw;
	padding-bottom: 0.2em;
}

.kv-date_num {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 2.64vw;
	letter-spacing: 0;
	padding-bottom: 0.05em
}

.kv-date_sub {
	font-size: 1.67vw;
	padding-bottom: 0.3em;
}

/**おたよりボタン*/
.kv-letter {
	position: absolute;
	top: 31.11vw;
	right: 5.52vw;
	width: 11.04vw;
	z-index: 2;
}

.kv-letter img {
	transition-duration: 0.3s;
}

.kv-letter:hover img {
	transform: scale(0.95);
}

@media (min-width: 1440px) {
	.kv {
		height: 636px;
		padding-bottom: 7.291666666vw;
	}
	.shiny-logo {
		top: 40px;
		left: 90px;
		width: 176px;
	}
	.kv-ch {
		left: 180px;
		width: 714px;
	}
	.kv-logo {
		top: 51px;
		left: 646px;
		width: 610px;
	}
	.kv-date {
		top: 464px;
		left: 727px;
		height: 52px;
		padding: 0 28px 6px;
	}
	.kv-date_txt {
		font-size: 34px;
	}
	.kv-date_num {
		font-size: 38px;
	}
	.kv-date_sub {
		font-size: 24px;
	}
	.kv-letter {
		top: 448px;
		right: 79px;
		width: 159px;
	}
}

@media (max-width: 950px) {
	.kv {
		height: 68.35vw; /* 581 / 850 */
		background:
		url('../img/pattern2-l_sp.png') top left / min(40%, 340px) auto repeat-y,
		url('../img/pattern2-r_sp.png') top right / min(40%, 340px) auto repeat-y,
		url('../img/bg-kv.jpg') top center / cover no-repeat #032250;
		padding-bottom: 2.117647058vw;
	}
	.shiny-logo {
		top: 3.53vw;
		left: 3.53vw;
		width: 20.7vw;
	}
	.kv-ch {
		left: 3.53vw;
		width: 72.47vw;
	}
	.kv-logo {
		top: 8vw;
		left: 46.117647058vw;
		width: 53.647058823vw;
	}
	.kv-date {
		top: 44.5vw;
		left: 50.6vw;
		height: 4.94vw;
		padding: 0 2.6vw 0.3vw;
	}
	.kv-date_txt {
		font-size: 3.53vw;
	}
	.kv-date_num {
		font-size: 4vw;
	}
	.kv-date_sub {
		font-size: 2.47vw;
	}
	.kv-letter {
		top: 52vw;
		right: 3.1vw;
		width: 24.1vw;
	}
}

/**--------------------
	コンテンツパネル
---------------------*/
.panel {
	position: relative;
	padding: 60px 0 90px;
	margin-top: -7.291666666vw;
	z-index: 1;

	&::before {
		content:"";
		position:absolute;
		width: 101.388888889%;
		height: 100%;
		left: 50%;
		top:0;
		transform: translateX(-50%);
		background-color: #00355d;
		background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.06) calc(100% - 1px)),
						linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.06) calc(100% - 1px));
		background-size: clamp(14px, 3.294117647vw, 28px) clamp(14px, 3.294117647vw, 28px);
		background-repeat: repeat;
		background-position: center center;
		border-radius: 4vw 4vw 0 0;
		z-index: -1;
		pointer-events: none;
		user-select: none;
	}
}

.panel_line {
	position: absolute;
	top: -0.94vw;
	left: 0;
	z-index: 1;
	width: 100%;
	pointer-events: none;
	user-select: none;
}

@media (min-width: 1440px) {
	.panel {
		margin-top: -7.291666666vw;
	}
}

@media (max-width: 950px) {
	.panel {
		margin-top: -2.117647058vw;
		padding: 9.5vw 0 48px;
	}
}

/**--------------------
	最新話はこちら
---------------------*/
.movie .inner {
	position: relative;
}

.movie_deco1 {
	position: absolute;
	top: 19px;
	left: 90px;
	width: 80px;
}

.movie_deco2 {
	position: absolute;
	top: 89px;
	left: 80px;
	width: 67px;
}

@media (max-width: 950px) {
	.movie_deco1 {
		top: 0;
		left: 2vw;
		width: 7.5vw;
	}
	.movie_deco2 {
		top: 6.6vw;
		left: 1vw;
		width: 6.3vw;
	}
}

/**最新話サムネイル*/
.pv {
	position: relative;
	max-width: 676px;
	margin: 0 auto;
}

.pv_link {
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 20px;
}

.pv_link::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	aspect-ratio:1594 / 930;
	padding: 2px;
	background: url("../img/pv_frame.png") no-repeat center / contain;
	pointer-events: none;
}

.pv_thumb {
	display: block;
	width: 100%;
	border-radius: 12px;
}

.pv_play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24.7%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition-duration: 0.3s;
}

.pv_play img {
	display: block;
	width: 100%;
	height: auto;
}

.pv_link:hover .pv_play {
	opacity: 0.8;
}

@media (max-width: 950px) {
	.pv {
		max-width: none;
		width: 96.5%;
		margin: 0 auto;
	}
	.pv_link {
		padding: 1.294117647vw;
		border-radius: 2.823529411vw;
	}
	.pv_thumb {
		border-radius: 1.411764705vw;
	}
}

/**過去アーカイブ*/
.archive {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-end;
	margin: 40px 96px 0 0;
	list-style: none;
}

.archive_link {
	display: inline-block;
	color: #fff;
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	text-decoration: none;
}

.archive_line {
	display: block;
	width: 460px;
	max-width: 100%;
	margin-top: -4px;
}

.archive_link:hover {
	opacity: 0.7;
}

@media (max-width: 950px) {
	.archive {
		margin: 5vw 0 0;
		gap: 3.5vw;
		align-items: stretch;
	}
	.archive_link {
		font-size: 3.3vw;
	}
	.archive_line {
		width: 100%;
	}
}

/**--------------------
	What's HBTK
---------------------*/
.about {
	margin-top: 60px;
}

.about_ttl img {
	margin-left: 4px;
}

.about_ttl::after {
	content: '';
	display: block;
	height: 1px;
	margin-top: 3px;
	border-radius: 1px;
	background: linear-gradient(90deg, #006AFF 0%, #9B54FF 50%, #FF00D1 100%);
}

.about .text-block {
	margin-top: 60px;
}

@media (max-width: 950px) {
	.about {
		margin-top: 40px;
	}
	.about_ttl img {
		width: 55vw;
	}
	.about .text-block {
		margin-top: 7vw;
	}
}

/**--------------------
	おたより
---------------------*/
.letter {
	position: relative;
	padding: 70px 0;
	background: linear-gradient(90deg, rgba(0, 106, 255, 0.20) 0%, rgba(155, 84, 255, 0.20) 50%, rgba(255, 0, 209, 0.20) 100%), #032250;
}

.letter_deco {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: min(892px, 62vw);
	pointer-events: none;
	user-select: none;
}

.letter_deco img {
	display: block;
	width: 100%;
}

.letter .inner {
	position: relative;
}

.letter .text-block {
	margin-bottom: 40px;
}

.letter_btn {
	text-align: center;
}

.letter_btn_img {
	transition-duration: 0.3s;
}

.letter_btn a:hover .letter_btn_img {
	transform: scale(0.95);
}

@media (max-width: 950px) {
	.letter {
		padding: 40px 0 48px;
	}
	.letter_deco {
		bottom: 6px;
		width: 80vw;
	}
	.letter_btn_img {
		width: min(343px, 76vw);
	}
}

/**--------------------
	フッター
---------------------*/
.footer {
	padding-top: 70px;
	background:
		url('../img/pattern2-l_pc.png') top left / min(40%, 576px) auto repeat-y,
		url('../img/pattern2-r_pc.png') top right / min(40%, 576px) auto repeat-y,
		url('../img/bg-nv.jpg') center center / cover no-repeat #032250;
	text-align: center;
}

.link_block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.link_row {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.link_banner {
	display: block;
	transition-duration: 0.3s;
}

.link_banner:hover {
	opacity: 0.8;
}

.sns-link {
	margin-top: 55px;
}

.sns-link-img {
	transition-duration: 0.3s;
}

.sns-link-img:hover {
	opacity: 0.8;
}

.copyright {
	margin-top: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.footer_bne {
	margin-top: 16px;
}

.footer_bne img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 950px) {
	.footer {
		padding-top: 48px;
		background:
		url('../img/pattern2-l_sp.png') top left / min(40%, 340px) auto repeat-y,
		url('../img/pattern2-r_sp.png') top right / min(40%, 340px) auto repeat-y,
		url('../img/bg-nv.jpg') bottom center / 100% auto no-repeat #032250;
	}
	.link_row {
		gap: 10px;
		padding: 0 10px;
	}
	.link_row .link_banner {
		width: auto;
		height: 13.5vw;
	}
	.sns-link {
		margin-top: 40px;
	}
	.copyright {
		margin-top: 40px;
	}
}

/**--------------------
	(旧) 波線タイトル
	contact/ 配下のフォームページで使用しているため残置
---------------------*/
.title_full_line {
	margin-top: -10px;
	display: flex;
	user-select: none;
	-webkit-mask-image: linear-gradient(to right, black, black 1.5em, black calc(100% - 20%), transparent);
	mask-image: linear-gradient(to right, black, black 1.5em, black calc(100% - 10%), transparent);
}

@media (max-width: 950px) {
	.title_full_line {
		margin-top: 0;
	}
}

.title_full_line::before,
.title_full_line::after {
	content: '';
	background: url('../img/bg-line.png') repeat-x;
}

.title_full_line::before {
	flex: 5;
}

.title_full_line::after {
	flex: 1;
}
