@charset "UTF-8";

/* castchart
------------------------------------------ */
.castchart-area {}
.castchart-inner {}


/* chart
------------------------------------------ */
.chart-area {
	padding: 0 !important;
	background: none !important;
	text-align: center;
}
.chart-area .d-box-body {
	padding-bottom: 60px;
}
.chart-area .d-box-body:before {
	background-image: url(../images/common/bg-line-green.png);
}
.chart-area .d-box-body:after {
	display: none;
}
.chart-inner {}

.chart-img {
	width: calc(940 / 1000 * 100%);
	height: 0;
	margin: 0 auto;
	padding-top: calc(1980 / 1000 * 100%);
	background-image: url(../images/cast/chart-img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: visible;
	white-space: nowrap;
}


/* cast
------------------------------------------ */
.cast-area {
	padding: 0 !important;
	background: none !important;
	text-align: center;
}
.cast-area .d-box-body {
	padding: 0 0 60px;
}
.cast-area .d-box-body:before {
	display: none;
}
.cast-area .d-box-body:after {
	background-image: url(../images/common/bg-line-green.png);
}
.cast-inner {}

.cast-list {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.cast-item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: baseline;
	line-height: 1.8;
}
.cast-item:not(:first-child) {}
.cast-item.separator {
	margin-top: 30px;
}
.cast-title {
	width: 50%;
	padding-right: 30px;
	font-size: 2.4rem;
	letter-spacing: 3px;
	text-align: right;
}
.cast-text {
	width: 50%;
	font-size: 2.8rem;
	letter-spacing: 3px;
	text-align: left;
}
.cast-text span {
	font-size: 1.6rem;
	letter-spacing: 1px;
}


/* guest
------------------------------------------ */
.guest-area {
	padding: 70px 0 0 !important;
	background: none !important;
	text-align: center;
}
.guest-area .d-box-title {
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
	background: url(../images/cast/guest-title.png) no-repeat center transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.guest-area .d-box-body {
	padding: 0;
	background-image: none;
}
.guest-area .d-box-body:before,
.guest-area .d-box-body:after {
	display: none;
}
.guest-inner {}
.guest-box {}
.guest-box + .guest-box { margin-top: 50px; }
.guest-box-inner {
	padding: 40px 20px;
	background: url(../images/common/bg-box-body.png) repeat center;
	background-size: 100px auto;
	overflow: hidden;
}

.guest-title-sub {
	background: url(../images/cast/guest-bg-number.png) repeat-x center;
	background-size: auto 100%;
	font-size: 4.2rem;
	letter-spacing: 3px;
}
.guest-title-sub span {}

.guest-list {
	font-size: 0;
}
.guest-list + .guest-list { margin-top: 40px; }

.guest-item {
	display: inline-block;
	width: 18.75%;
	margin: 0 3.125%;
	vertical-align: top;
}
.guest-detail {
	text-align: center;
	border: 2px solid #fe7ba7;
	position: relative;
	z-index: 10;
}
.guest-detail:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fe7ba7;
	box-sizing: content-box;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -10;
}
.guest-img {
	width: 100%;
	height: 0;
	padding-top: calc(170 / 180 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.guest-cast {
	background-color: #fe7ba7;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.guest-name {
	padding-bottom: 2px;
	background-color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.guest-note {
	margin-top: 8px;
	font-size: 2rem;
	line-height: 1.4;
}


/* guest-tab
------------------------------------------ */
.guest-tab {
	display: none;
	margin: 15px auto 0;
	padding: 0;
}

.guest-tab-list {
	display: block;
	width: calc(100% - 160px);
	margin: 30px auto;
	font-size: 0;
	text-align: left;
}

.guest-tab-item { display: inline-block; width: 18%; }
.guest-tab-item:not(:last-child) { margin-right: 2.5%; }
.guest-tab-item:nth-child(5n) { margin-right: 0; }
.guest-tab-item:nth-child(n+6) { margin-top: 2%; }

/* is-enlarged */
.guest-tab-list.is-enlarged { text-align: left; }
.guest-tab-list.is-enlarged .guest-tab-item { display: inline-block; width: 23.5%; }
.guest-tab-list.is-enlarged .guest-tab-item:not(:last-child) { margin-right: 2%; }
.guest-tab-list.is-enlarged .guest-tab-item:nth-child(4n) { margin-right: 0; }
.guest-tab-list.is-enlarged .guest-tab-item:nth-child(n+5) { margin-top: 2%; }

.guest-tab-item a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px 0 6px;
	background-color: transparent;
	border: 4px dashed #e4007f;
	border-radius: 10px;
	color: #e4007f !important;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: baseline;
	text-align: center;
}
.guest-tab-item a span {
	display: inline-block;
	margin: -3px 3px 0;
	font-size: 2.8rem;
	font-weight: normal;
}

.guest-tab-item.is-active {}
.guest-tab-item.is-active a {
	background-color: #e4007f;
	border: 4px solid #e4007f;
	color: #fff !important;
	pointer-events: none;
}

.guest-tab-content {}

.guest-tab-content-item {
	display: none;
}





/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* castchart
	------------------------------------------ */
	.castchart-area {}
	.castchart-inner {}

	/* chart
	------------------------------------------ */
	.chart-area {}
	.chart-area .d-box-body { padding-bottom: 10%; }
	.chart-img {}

	/* cast
	------------------------------------------ */
	.cast-area { margin-top: -1px !important;}
	.cast-area .d-box-body { padding-bottom: 10%; }
	.cast-inner {}
	.cast-list {}
	.cast-item {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		line-height: 2;
	}
	.cast-item:not(:first-child) { margin-top: 0; }
	.cast-item.separator { margin-top: 15px; }
	.cast-title { padding-right: 15px; font-size: 1.2rem; letter-spacing: 1px; }
	.cast-text { font-size: 1.4rem; letter-spacing: 1px; }
	.cast-text span { font-size: 0.8rem; letter-spacing: 0; }

	/* guest
	------------------------------------------ */
	.guest-area { padding: 10% 0 0 !important; }
	.guest-area .d-box-title {
		height: 0;
		padding-top: calc(105 / 640 * 100%);
		margin-bottom: 4%;
		background-size: cover;
	}
	.guest-inner {}
	.guest-box {}
	.guest-box + .guest-box { margin-top: 12%; }
	.guest-box-inner {
		padding: 8% 12.5%;
		background: url(../images/common/bg-box-body.png) repeat center;
		background-size: 50px auto;
	}
	.guest-title-sub { font-size: 2.1rem; letter-spacing: 3px; }
	.guest-title-sub span {}
	.guest-list + .guest-list { margin-top: 12%; }
	.guest-item { width: 37.5%; margin: 0 6.25%; }
	.guest-item:nth-child(n+3) { margin-top: 12%; }
	.guest-detail { border: 1px solid #fe7ba7; }
	.guest-detail:after { border: 1px solid #fe7ba7; top: 2px; left: 2px; }
	.guest-img {}
	.guest-cast { font-size: 1.2rem; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
	.guest-name { padding-bottom: 2px; font-size: 1rem; }
	.guest-note { margin-top: 8px; font-size: 1rem; }

	/* guest-tab
	------------------------------------------ */
	.guest-tab { margin: 4% auto 0; }
	.guest-tab-list { width: calc(100% - 6%); margin: 5% auto; }
	.guest-tab-item a { padding: 17px 0 13px; border: 2px dashed #e4007f; border-radius: 5px; font-size: 0.9rem; }
	.guest-tab-item a span { margin: -2px 3px 0; font-size: 1.4rem; }
	.guest-tab-item.is-active a { border: 2px solid #e4007f; }
}



/* ------------------------------------------------------------------
	SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (min-width: 601px) and (max-width: 992px) {
	/* guest
	------------------------------------------ */
	.guest-title-sub { font-size: 3.2rem; letter-spacing: 3px; }
	.guest-cast { font-size: 1.8rem; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
	.guest-name { padding-bottom: 2px; font-size: 1.5rem; }
	.guest-note { margin-top: 5px; font-size: 1.5rem; }

	/* guest-tab
	------------------------------------------ */
	.guest-tab { margin: 15px auto 0; }
	.guest-tab-list { width: calc(100% - 6%); margin: 30px auto; }
	.guest-tab-item a { padding: 17px 0 13px; border: 2px dashed #e4007f; border-radius: 5px; font-size: 1.5rem; }
	.guest-tab-item a span { margin: -2px 3px 0; font-size: 2.2rem; }
	.guest-tab-item.is-active a { border: 2px solid #e4007f; }
}

@media screen and (max-width: 992px) {
	/* cast
	------------------------------------------ */
	.cast-area {}
	.cast-inner {}
}



/* ------------------------------------------------------------------
	PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
}


