@charset "UTF-8";

/* castsong
========================================== */
.castsong-inner > .tit {
	position: relative;
	font-size: 19px;
	background: #173756;
	color: #ffffff;
	padding: 15px 15px;
}
.castsong-inner > .tit > span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 9px;
}
@media screen and (min-width: 993px) {
	.castsong-inner { background: #ffffff; }
	.castsong-inner > .tit {
		position: relative;
		background: #173756;
		font-size: 32px;
		margin-top: 80px;
		border-top: 1px solid #516c85;
		padding: 25px 30px;
	}
	.castsong-inner > .tit:before {
		position: absolute;
		top: -3px;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		background: #071d32;
	}
	.castsong-inner > .tit > span { font-size: 12px; letter-spacing: 4px; }
}
.castsong-box {
	background: #ffffff;
	padding: 25px 15px;
}
@media screen and (min-width: 993px) {
	.castsong-box { padding: 60px 80px; }
}

/* cast
========================================== */
#cast .cast-img {
	width: 100%;
	height: 0;
	padding-top: 57.142%;
	background: url('../images/top/cast_img.png') no-repeat;
	background-size: contain;
}
#cast .rugby-btn { margin-bottom: 30px; }
#cast .rugby-btn.cast-btn_02 { margin-bottom: 0; }
#cast .cast-img.cast-img_02 {
	width: 70%;
	height: 0;
	padding-top: 39.999%;
	margin: 0 auto;
	background: url('../images/top/cast_img_02.png') no-repeat;
	background-size: contain;
}
#cast .cast-name {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}
#cast .cast-name > li {
	width: 33.3%;
	text-align: center;
	font-size: 11px;
}
#cast .cast-name.cast-name_02 > li { width: 100%; }
#cast .cast-name > li:nth-child(3) { letter-spacing: -1px; }
#cast .cast-name > li:before {
	content: '';
	width: 1px;
	height: 15px;
	margin: 10px auto;
	display: block;
	background: #173756;
}
#cast .cast-name .name {
	display: block;
	font-size: 21px;
	color: #43c8e7;
}
#cast .cast-name.cast-name_02 .name { color: #ff6fd3; }
#cast .cast-comment .cast-commtent-btn {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	border: solid 2px #173756;
	letter-spacing: .3rem;
	line-height: 1;
	padding: 18px 10px;
	color: #173756;
	margin-bottom: 30px;
}
#cast .cast-comment .cast-commtent-btn i.ic-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: .3s ease-in-out;
}
#cast .cast-comment .cast-commtent-btn.active i.ic-arrow { transform: translate(-50%, -50%) rotate(90deg) rotateY(180deg); }
#cast .cast-comment .cast-commtent-inner {
	padding: 0 10px 30px;
	font-size: 12px;
}
#cast .cast-comment .cast-commtent-inner p + p { margin-top: 2rem; }
#cast .cast-comment .cast-commtent-inner span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 993px) {
	#cast .cast-name { margin-bottom: 50px; }
	#cast .rugby-btn { margin-bottom: 50px; }
	#cast .rugby-btn.cast-btn_02 { margin-bottom: 0; }
	#cast .cast-name > li { line-height: 1.22; font-size: 18px; }
	#cast .cast-name > li:before { height: 30px; margin: 20px auto 10px; }
	#cast .cast-name .name { font-size: 36px; margin-top: 10px; }
	#cast .cast-comment .cast-commtent-btn {
		cursor: pointer;
		font-size: 18px;
		width: 400px;
		margin: 0 auto 50px;
		padding: 25px 10px;
	}
	#cast .cast-comment .cast-commtent-btn i.ic-arrow { right: 10px; }
	#cast .cast-comment .cast-commtent-inner { font-size: 14px; padding: 0 0 50px; }
	#cast .cast-comment .cast-commtent-inner span { font-size: 16px; }
}

/* song
========================================== */
#song { padding-bottom: 40px; }
#song .song-inner p {
	text-align: center;
	font-size: 24px;
}
@media screen and (min-width: 993px) {
	#song { padding-bottom: 0; }
	#song .song-inner p { font-size: 30px; }
}