/* staffcast
##################################### */
#staffcast #main {
	background: url("../img/staffcast/bg_t.png") no-repeat 0 0/100% auto;
}

#staffcast .list_wrapper {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	vertical-align: top;
	z-index: 1;
}

#staffcast .list_wrapper i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
}

#staffcast .list_wrapper i:before {
	content: "";
	position: relative;
	display: block;
	height: 100%;
	background: url("../img/common/frame05_m.png") repeat-y 50% 0;
	background-size: 100% auto;
}

#staffcast .list_wrapper i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/common/frame05_t.png") no-repeat 50% 0,
		url("../img/common/frame05_b.png") no-repeat 50% 100%;
	background-size: 100% auto;
	z-index: 1;
}

#staffcast #modal {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	opacity: 0;
	z-index: 500;
}

#staffcast #modal #modal_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/common/bg_modal.png");
	cursor: pointer;
}

#staffcast #modal #modal_inner {
	position: relative;
}

#staffcast #modal #modal_inner:before,
#staffcast #modal #modal_inner:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background-size: 100% auto !important;
	z-index: 1;
}

#staffcast #modal #modal_inner:before {
	top: 0;
	background: url("../img/common/frame01_t.png") no-repeat 50% 0;
}

#staffcast #modal #modal_inner:after {
	bottom: 0;
	background: url("../img/common/frame01_b.png") no-repeat 50% 0;
}

#staffcast #modal #modal_inner i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#staffcast #modal #modal_inner i:after {
	content: "";
	position: relative;
	display: block;
	height: 100%;
	background: url("../img/common/frame01_m.png") repeat-y 50% 0;
	background-size: 100% auto;
}

#staffcast #modal #modal_inner > div {
	position: relative;
	z-index: 2;
}

#staffcast #modal #modal_inner p {
	display: none;
}

#staffcast #modal #modal_inner .label {
	display: block;
	color: #9a1e23;
}

#staffcast #modal.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list_staffcast {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	text-align: center;
}

.list_staffcast li:not(:last-child) {
	margin-bottom: 25px;
}

.list_staffcast .part {
	margin-bottom: 10px;
	color: #9a1e23;
}

.list_staffcast .etc {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: bold;
}

.list_staffcast .btn01 {
	margin-top: 5px;
	padding: 0.3em 0.5em 0.1em;
}

.btn_season {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.btn_season a {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #5bb653;
	color: #5bb653;
	text-align: center;
	z-index: 1;
	-webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background 0.3s ease-out, color 0.3s ease-out;
	transition: background 0.3s ease-out, color 0.3s ease-out;
}
.btn_season a:before,
.btn_season a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.btn_season a:before {
	background: url("../img/common/btn_race.png") repeat-y 0 0,
		url("../img/common/btn_race.png") repeat-y 100% 0;
}
.btn_season a:after {
	background: url("../img/common/btn_race_on.png") repeat-y 0 0,
		url("../img/common/btn_race_on.png") repeat-y 100% 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.btn_season a:hover,
.btn_season a.is-active {
	background: #5bb653;
	color: #fff;
}
.btn_season a:hover:after,
.btn_season a.is-active:after {
	opacity: 1;
}
.box_season {
	display: none;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

/* staffcast pc
===================================== */
@media screen and (min-width: 769px) {
	#staffcast .ttl_sub {
		width: 300px;
	}
	#staffcast .list_wrapper {
		padding: 75px;
	}
	#staffcast .list_wrapper:not(:last-child) {
		margin-bottom: 55px;
	}
	#staffcast .list_wrapper i {
		padding: 75px 0;
	}
	#staffcast #staff li:first-child {
		margin-bottom: 50px;
	}
	#staffcast #staff li:first-child.comment {
		margin-bottom: 25px;
	}
	#staffcast #staff li:not([class]) + .col2 {
		margin-top: 25px;
	}
	#staffcast #staff li.col1 {
		width: 100%;
	}
	#staffcast #staff li.col1 + :not([class]) {
		margin-top: 25px;
	}
	#staffcast #staff li.col2 {
		width: 50%;
	}
	#staffcast #modal #modal_inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 760px;
		min-height: 478px;
		padding: 54px 80px;
		margin: 40px 0;
	}
	#staffcast #modal #modal_inner:before {
		height: 121px;
	}
	#staffcast #modal #modal_inner:after {
		height: 128px;
	}
	#staffcast #modal #modal_inner i {
		padding: 40px 0;
	}
	#staffcast #modal #modal_inner p {
		min-height: 280px;
	}
	#staffcast #modal #modal_inner .label {
		margin-bottom: 30px;
	}
	#staffcast #modal #modal_inner .label span {
		font-size: 20px;
		font-size: 2rem;
		line-height: 2;
		font-weight: bold;
	}
	#staffcast #modal .btn_close {
		text-align: right;
	}
	#staffcast #modal .btn_close .btn01 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: normal;
	}
	.list_staffcast li {
		width: 33%;
	}
	.list_staffcast .part {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: normal;
	}
	.list_staffcast .btn01 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		font-weight: normal;
	}
	.btn_season {
		margin-bottom: 53px;
	}
	.btn_season a {
		width: 49.4%;
		padding: 0.2em 30px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 2;
		font-weight: normal;
	}
	.btn_season a:before,
	.btn_season a:after {
		background-size: 25px auto;
	}
}

@media all and (-ms-high-contrast: none) {
	.list_staffcast .btn01 {
		padding: 0.5em 0.5em 0.1em;
	}
}

/* staffcast sp
===================================== */
@media screen and (max-width: 768px) {
	#staffcast .list_wrapper {
		padding: 12.3839% 10% 18.57585%;
	}
	#staffcast .list_wrapper:not(:last-child) {
		margin-bottom: 10%;
	}
	#staffcast .list_wrapper i {
		padding: 9.66667% 0;
	}
	#staffcast #staff li {
		width: 100%;
	}
	#staffcast #cast li {
		width: 50%;
	}
	#staffcast #modal #modal_inner {
		width: 100%;
		padding: 2.63158% 0;
		margin: 20px;
	}
	#staffcast #modal #modal_inner:before {
		padding-top: 15.92105%;
	}
	#staffcast #modal #modal_inner:after {
		padding-top: 16.84211%;
	}
	#staffcast #modal #modal_inner i {
		padding: 5.26316% 0;
	}
	#staffcast #modal #modal_inner > div {
		padding: 5.26316% 10% 10.52632%;
	}
	#staffcast #modal #modal_inner p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 2;
		font-weight: normal;
	}
	#staffcast #modal #modal_inner .label {
		margin-bottom: 20px;
	}
	#staffcast #modal #modal_inner .label span {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2;
		font-weight: bold;
	}
	#staffcast #modal .btn_close {
		margin-top: 60px;
		text-align: center;
	}
	.list_staffcast .part {
		line-height: 1;
	}
	.list_staffcast .name {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
		font-weight: normal;
	}
	.list_staffcast .btn01 {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.3;
		font-weight: normal;
	}
	.btn_season {
		margin-bottom: 46px;
	}
	.btn_season a {
		width: 48.4%;
		padding: 0.2em 27px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
		font-weight: normal;
	}
	.btn_season a:before,
	.btn_season a:after {
		background-size: 22px auto;
	}
}
