<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* デスクトップ＆スマホ共通項目 */
body {background-color: #00c0fa;}
header#header_191208{
font-size: 0em;
}
a  {
text-decoration: none;
}
@media (min-width: 1180px){
	#movie {
	display: block;
	position: relative;
	width: 800px;
	height: 450px;
	margin: 0 auto;
	margin-bottom: 70px;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	#header_191208{
	background: url("../images/common/desktop/header_220408.png") center top no-repeat;
	height: 131px;
	margin: 0 auto;
	} 
	#main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
	width: 1100px;
	margin: 0 auto;
	padding: 40px;
	font-size: 1rem;
	line-height: 175%;
	}
	#ttl_cast {
	background:url("../images/top/desktop/ttl_cast.png")  no-repeat;
	width: 542px;
	height: 67px;
	margin: 0 auto;
	font-size: 0em;
	}
	#cast dl {
	width: 1100px;
	margin:  0 auto;
	padding: 40px 0;
	line-height: 175%;
	text-align: left;
	color: #000000;
	}
	#cast dt {
	width: 35%;
	text-align: center;
	margin-right: 2%;
	float: left;
	clear: both;
	}
	#cast dd {
	width: 63%;
	margin-bottom: 1rem;
	float: left;
	}
	#cast .role {
	color: #0b4b9c;
	font-size: 1.2rem;
	}
	#cast .name {
	color: #0b4b9c;
	font-size: 1.8rem;
	}
}

/* タブレット */
@media screen and (min-width:600px) and (max-width:1179px) {
	#movie {
	display: block;
	position: relative;
	width: 90%;
	padding-bottom:calc(9 / 16 * 90%);
	margin: 2% auto;
	background-size: contain;
	clear: both;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	
	#main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	width:94%;
	margin: 1% auto;
	padding: 2%;
	background-color: #fff;
	}	
	#header_191208 {
	background: url("../images/common/tablet/header_220408@2x.png") center top no-repeat;
	width: calc(1536 / 1536 * 100%);
	height: 0;
	padding-bottom: calc(170 / 1536 * 100%);
	background-size: contain;
	margin:0 auto;
	} 
	#ttl_cast {
	background: url("../images/top/tablet/ttl_cast@2x.png") center  no-repeat;
	width: calc(722/ 1536 * 100%);
	height: 0;
	padding-bottom: calc(90 / 1536 * 100%);
	background-size: contain;
	margin:3% auto;
	font-size: 0em;
	}
	#cast dl {
	width: 94%;
	margin:  0 auto;
	padding: 3% 3%;
	font-size: 1rem;
	line-height: 175%;
	color: #000;
	}
	/*#cast dl {
	border-bottom: #e50065 2px dotted;
	}
	#cast dt {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	}
	#cast .role {
	color: #0b4b9c;
	font-size: 1rem;
	}
	#cast .name {
	color: #0b4b9c;
	font-size: 1.4rem;
	text-align: center;
	}*/
	#cast dt {
	width: 35%;
	text-align: center;
	margin-right: 2%;
	float: left;
	clear: both;
	}
	#cast dd {
	width: 63%;
	margin-bottom: 1rem;
	float: left;
	}
	#cast .role {
	color: #0b4b9c;
	font-size: 1.2rem;
	}
	#cast .name {
	color: #0b4b9c;
	font-size: 1.8rem;
	}
}		

/* スマホ */
@media screen and (min-width:10px) and (max-width:599px) {
	#movie {
	display: block;
	position: relative;
	width:90%;
	padding-bottom:calc(9 / 16 * 90%);
	margin: 0 auto;
	background-size: contain;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	
	main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	width:90%;
	margin: 1% auto;
	padding: 2%;
	background-color: #fff;
	}
	#header_191208 {
	background: url("../images/common/smp/header@2x.png") center top no-repeat;
	width: calc(750 / 750 * 100%);
	height: 0;
	padding-bottom: calc(364/ 750 * 100%);
	background-size: contain;
	margin: 0 auto;
	} 
	#ttl_cast {
	background: url("../images/top/smp/ttl_cast@2x.png") center  no-repeat;
	width: calc(722/ 750 * 100%);
	height: 0;
	padding-bottom: calc(90 / 750 * 100%);
	background-size: contain;
	margin:3% auto;
	font-size: 0em;
	}
	#cast dl {
	width: 92%;
	margin:  0 auto;
	margin-bottom: 10%;
	padding: 0 4%;
	font-size: 1rem;
	line-height: 175%;
	color: #000;
	}
	#cast dl {
	border-bottom: #e50065 2px dotted;
	}
	#cast dt {
	width: 75%;
	margin: 3% auto;
	text-align: center;
	}
	#cast dd {
	padding-bottom: 1rem;
	font-size: 0.9rem;
	}
	#cast .role {
	color: #0b4b9c;
	font-size: 1rem;
	}
	#cast .name {
	color: #0b4b9c;
	font-size: 1.4rem;
	text-align: center;
	}
}


</pre></body></html>