@charset "UTF-8";

/* cast
========================================== */
#cast {
	position: relative;
	padding-bottom: 0;
}
#cast::before {
	content: '';
	background-image: url(../images/top/bg-item-top_sp.png);
	background-repeat: no-repeat;
    background-size: contain;
	width: 32%;
	padding-top: 45%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
}
#cast::after {
	display: none;
}
.cast-inner .tit {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
@media screen and (min-width: 993px) {
	#cast {
		padding-bottom: 120px;
	}
	#cast::before {
		background-image: url(../images/top/bg-item-top_pc.png);
		width: 31%;
    	padding-top: 45%;
	}
	#cast::after {
		display: block;
		content: '';
		background-image: url(../images/top/bg-item-bottom_pc.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 49%;
    	padding-top: 42%;
		position: absolute;
		bottom: -10px;
		right: 0;
		z-index: 0;
	}
	.cast-inner { background: #ffffff; }
	.cast-inner .tit {
		font-size: 32px;
		padding-bottom: 15px;
		margin-bottom: 60px;
	}
	.cast-inner > .tit > span { font-size: 12px; letter-spacing: 4px; }
}
.cast-box {
	background: #ffffff;
	padding: 80px 20px 50px;
}
@media screen and (min-width: 993px) {
	.cast-box { padding: 140px 80px 80px; }
}

#cast .cast-img {
	width: 100%;
	height: 0;
	padding-top: 75%;
	background: url('../images/top/cast_img.jpg') 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: 50px auto 0;
	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: 50%;
	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: #FF3000;
}
#cast .cast-comment .cast-commtent-btn {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border: solid 2px #173756;
	letter-spacing: .3rem;
	line-height: 1;
	padding: 15px;
	background-color: #2D3CFF;
    color: #fff;
}
#cast .cast-comment:nth-of-type(n + 2) .cast-commtent-btn {
	border-top: none;
}
#cast .cast-comment .cast-commtent-btn i.ic-arrow {
	background-image: url('../images/common/icon/arrow_white.png');
	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 {
	font-size: 12px;
	border: 2px solid #19184B;
	border-top: none;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-top {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 15px;
	background-color: #F5F6FF;
	position: relative;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-top::after {
	display: block;
	content: '';
	background-image: url(../images/cast/comment-item.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 44.7%;
    padding-top: 18%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-img {
	width: 33.3%;
    height: 0;
	padding-top: 39.8%;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-img.cast-01 {
	background: url('../images/cast/cast_01.jpg') no-repeat;
	background-size: contain;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-img.cast-02 {
	background: url('../images/cast/cast_02.jpg') no-repeat;
	background-size: contain;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-text {
	margin-left: 10px;
    width: calc(100% - 33.3% - 10px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #2D3CFF;
	position: relative;
    z-index: 2;
}
#cast .cast-comment .cast-commtent-text .title {
	font-size: 10px;
	border-bottom: 1px solid #19184B;
	padding: 0 0 5px;
}
#cast .cast-comment .cast-commtent-text .name {
	font-size: 18px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(calc(100% - 15px));
}
#cast .cast-comment .cast-commtent-text .name:has(span) {
	transform: translateY(calc(100% - 39px));
}
#cast .cast-comment .cast-commtent-text .name > span {
	font-size: 10px;
	margin-bottom: 0;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-bottom {
	padding: 25px 20px;
}
#cast .cast-comment .cast-commtent-inner .cast-commtent-bottom p {
	font-size: 14px;
	letter-spacing: 0.05em;
}
#cast .cast-comment .cast-commtent-inner p + p { margin-top: 2.5rem; }
#cast .cast-comment .cast-commtent-inner span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

@media screen and (min-width: 325px) {
	#cast .cast-comment .cast-commtent-text .title {
		padding: 0 0 10px;
	}
}

@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-img.cast-img_02 {
		margin: 80px auto 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;
		padding: 20px 30px;
	}
	#cast .cast-comment:last-child .cast-commtent-btn {
		margin: 0 auto;
	}
	#cast .cast-comment .cast-commtent-btn i.ic-arrow { right: 10px; }
	#cast .cast-comment .cast-commtent-inner { font-size: 14px; }
	#cast .cast-comment .cast-commtent-inner .cast-commtent-top {
		padding: 30px;
	}
	#cast .cast-comment .cast-commtent-inner .cast-commtent-text {
		margin-left: 30px;
		width: calc(100% - 33.3% - 30px);
	}
	#cast .cast-comment .cast-commtent-text .title {
		font-size: 16px;
		padding: 30px 0 15px;
	}
	#cast .cast-comment .cast-commtent-text .name {
		font-size: 42px;
		transform: translateY(calc(100% - 40px));
	}
	#cast .cast-comment .cast-commtent-text .name:has(span) {
		transform: translateY(calc(100% - 75px));
	}
	#cast .cast-comment .cast-commtent-text .name > span {
		font-size: 14px;
	}
	#cast .cast-comment .cast-commtent-inner .cast-commtent-bottom {
		padding: 40px 30px;
	}
	#cast .cast-comment .cast-commtent-inner .cast-commtent-bottom p{
		font-size: 16px;
	}
	#cast .cast-comment .cast-commtent-inner p + p { margin-top: 30px; }
	#cast .cast-comment:last-child .cast-commtent-inner {
		padding: 0;
	}
}
