@charset "utf-8";

.pnote_modal {
	min-height: 100vh;
}

.pnote_modal .inner {
	width: 50%;
	margin: 0 0 0 50%;
	padding: 5%;
	color: #fff;
	font-size: 15px;
	line-height: 2em;
}

.pnote_modal.pnote1 .inner {
	margin: 0;
}

.pnote_modal.pnote1 {
	background: url("../img/pnote_modal_bg1.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pnote_modal.pnote2 {
	background: url("../img/pnote_modal_bg2.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pnote_modal.pnote3 {
	background: url("../img/pnote_modal_bg3.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pnote_modal.pnote4 {
	background: url("../img/pnote_modal_bg4.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pnote_modal.pnote5 {
	background: url("../img/pnote_modal_bg5.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pnote_modal.pnote6 {
	background: url("../img/pnote_modal_bg6.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.pnote_modal h2 {
	margin: 0 0 2.5em;
	font-size: 22px;
	font-weight: 700;
	line-height: 2em;
}

.pnote_modal h2 br {
	display: inline;
}

.pnote_modal .inner img {
	display: none;
}

@media screen and (max-width:768px) {
	.pnote_modal.pnote1,
	.pnote_modal.pnote2,
	.pnote_modal.pnote3,
	.pnote_modal.pnote4,
	.pnote_modal.pnote5,
	.pnote_modal.pnote6 {
		background: none;
		background-color: #000;
	}
	.pnote_modal .inner {
		width: 100%;
		margin: 0;
		padding: 80px 5% 5%;
	}
	
	.pnote_modal .inner img {
		display: block;
		width: 100%;
		margin: 2em 0 0;
	}
	
	.pnote_modal h2 br {
		display: none;
	}
}


.cast_modal {
	min-height: 100vh;
	background: #000;
}

.cast_modal .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5%;
	color: #fff;
	line-height: 2em;
}

.cast_modal .ph {
	width: 25%;
}

.cast_modal .ph img {
	display: block;
	width: 100%;
	min-width: 200px;
	margin: 0;
}

.cast_modal .prof {
	width: 70%;
}

.cast_modal .ph .name_jp {
	margin-top: 0.5em;
	font-size: 22px;
	font-weight: 700;
}

.cast_modal .ph .pos_jp {
	font-size: 14px;
	font-weight: 700;
}

.cast_modal .ph .name_en {
	font-size: 18px;
	font-weight: 700;
}

.cast_modal .ph .pos_en {
	font-size: 13px;
	font-weight: 700;
}

@media screen and (max-width:768px) {
	.cast_modal .ph {
		width: 100%;
	}
	.cast_modal .ph img {
		width: 50%;
		margin: 0 auto;
	}

	.cast_modal .prof {
		width: 100%;
	}
	
	.cast_modal .ph .name_jp {
		margin-top: 0.5em;
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}

	.cast_modal .ph .pos_jp {
		font-size: 14px;
		font-weight: 700;
		text-align: center;
	}

	.cast_modal .ph .name_en {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}

	.cast_modal .ph .pos_en {
		margin-bottom: 1.5em;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
	}
}


.staff_modal {
	min-height: 100vh;
	background: #000;
}

.staff_modal .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5%;
	color: #fff;
	line-height: 2em;
}

.staff_modal .tx_jp {
	margin-top: 0.5em;
	font-size: 22px;
	font-weight: 700;
	color: #00d1ff;
}

.staff_modal .tx_en {
	font-size: 18px;
	font-weight: 700;
}

.staff_modal .prof {
	margin-top: 1.5em;
}







