@charset "utf-8";

#fullWrap:before{
	position:absolute;
	content:'';
	left:50%;
	top:130px;
	width:760px;
	height:760px;
	margin-left:-380px;
	background:url(../img/common/circle.png) no-repeat center center / contain;
	animation:rotateZ 16s ease-in-out infinite
}
@media screen and (max-width:768px){
	#fullWrap:before{
		top:-11.6vw;
		width:87.2vw;
		height:87.2vw;
		margin-left:-43.6vw
	}
	.subHeader__titles h1{
		font-size:4.5rem;
	}
}
.special__titles {
	height:36px;
	background:#c81515;
	display: flex;
	justify-content: center;
	align-items: center;
}
.special__title {
	width:960px;
	font-size:20px;
	font-weight: 700;
}
.special__lists{
	border-top:1px solid #c81515;
	margin-bottom:45px
}
.special__lists li{
	border-bottom: 1px solid #c81515
}
.special__lists li a{
	display: block;
	text-decoration:none;
	position: relative;
	padding:18px 0;
}
.special__lists li a:after{
	content:'';
	position: absolute;
	left:0;
	bottom:-1px;
	height:1px;
	background:#FFF;
	width:0;
	transition:all 0.3s ease
}
.special__lists li a:hover:after{
	width: 100%
}
.special__listInner{
	display: flex;
	align-items: center;
	width:960px;
	margin:0 auto;
	justify-content: space-between;
	position:relative;
	padding-right:50px;
}
@media screen and (max-width: 768px){
	.special__titles {
		height:2.8rem;
	}
	.special__title {
		font-size:1.6rem;
		width:87.2vw;
	}
	.special__lists{
		margin-bottom:9.3333vw
	}
	.special__lists li a{
		padding:3vw 0;
		font-size: 1.2rem
	}
	.special__listInner{
		flex-wrap: wrap;
		align-content:center;
		width:87.2vw;
		padding-right:8vw;
	}
	.special__listInner:after{
		width:2.5333vw;
		height:4.8vw;
		margin-top:-2.4vw
	}
}
.specialItem__lists {
	width:960px;
	margin:0 auto;
	padding-bottom:60px;
}
.specialItem__list {
	margin-bottom:60px;
}
.specialItem__list dt {
	background:#c81515;
	color:#FFF;
	font-weight: 700;
	text-align: center;
	font-size:20px;
	padding:0 10px;
	word-break: break-all;
	line-height:1.5;
	margin-bottom:30px;
}
.specialItem__list dd {
	position: relative;
}
@media screen and (max-width: 768px) {
	.specialItem__lists {
		width:100%;
		margin:0 auto;
		padding-bottom:8vw;
	}
	.specialItem__list {
		margin-bottom:10vw;
	}
	.specialItem__list dt {
		font-size:1.3rem;
		padding:0 4vw;
		margin-bottom:4vw;
	}
}

.comment__flexWrap {
	background:#FFF;
	color:#000;
	display: flex;
}
@media screen and (max-width:768px){
	.comment__flexWrap {
		display:block;
	}
}
.comment__flexLeft {
	width:400px;
	margin-right:30px;
}
@media screen and (max-width:768px){
	.comment__flexLeft {
		width:100%;
		margin:0 0 3.2vw;
		padding:0 6.4vw;
	}
}
.comment__flexLeft img {
	width:100%;
	height:auto;
	pointer-events: none;
}
.comment__flexRight {
	flex:1;
	padding-right:30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.comment__flexRight {
		padding:0 3.2vw 6.4vw;
		flex-direction: row;
	}
}
.comment__text {
	font-size: 16px;
	line-height:2;
}
@media screen and (max-width:768px){
	.comment__text {
		font-size: 3.03vw;
	}
}

.interviewContent{
	line-height: 2;
	word-break: break-all;
	display: none;
}

.interview_ttl {
	font-weight: bold;
	color:#c81515;
	font-size: 18px;
}

.interview_q {
	font-weight: bold;
	color:#ffcc00;
}

.interview_a1 {
	color:#c81515;
	font-weight: bold;
}
.interview_a2 {
	color:#0084ff;
	font-weight: bold;
}

.interview_img {
	width:100%;
	height:auto;
	text-align: center;
}
.interview_img > img{
	max-width: 100%;
}

@media screen and (max-width: 768px){
	.interviewContentWrap{
		width: 87.2%;
		margin: 0 auto;
	}
	.interviewContent{
		font-size: 1.2rem;
	}
}


/**
* tab
**/
.interviewListsWrap{
	padding: 32px 0;
}
.interviewTabList{
	width: 100%;
}
.interviewTabList > .interviewTabList__link{
	display: flex;
	height: 56px;
	width: 100%;
	background-color: #575757;
	color: #FFF;
	border-radius: 8px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	transition: all 0.3s ease;
}
.interviewTabList > .interviewTabList__link.is-active{
	background:#c81515;
}
.interviewTabList.-cs {
	opacity:0.5;
}
.interviewTabList.-cs > .interviewTabList__link{
	background-color: #575757;
	pointer-events: none;
	flex-direction: column;
}
.interviewTabList.-cs > .interviewTabList__link small{
	font-size: 75%;
}
@media (hover: hover) and (pointer: fine){
	.interviewTabList > .interviewTabList__link{
		transition: .3s ease;
	}
	.interviewTabList > .interviewTabList__link:hover{
		opacity: 70%;
	}
}
@media screen and (max-width: 768px){
	.interviewListsWrap{
		padding: 4vw 0;
	}
	.interviewTabList > .interviewTabList__link{
		font-size: 1.3rem;
		height: auto;
		min-height: 5rem;
		padding: 0.4rem 0.8rem;
	}
}

/* tab -4 */
.interviewTabLists.-tab4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
@media screen and (max-width: 768px){
	.interviewTabLists.-tab4{
		grid-template-columns: repeat(2, 1fr);
		gap: 2vw;
	}
}

.cast__change {
	font-size:20px;
	text-align: center;
	margin:30px auto 30px auto;
	background-color: #c81515;
	padding: 20px;
	width: 520px;
}
@media screen and (max-width:768px){
	.cast__change {
		font-size:2rem;
		margin-bottom:8vw;
		width: 80%;
	}
}

.cast__change a:link {
	text-decoration: none;
}