<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media (min-width: 768px){
	 body {
	 background-color:#BFEFFF;
 }
	#container {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
}
	#head h1 {
		width: 1300px;
		height:510px;
		background:url(../images/pc/bg_logo.jpg) center top no-repeat;
		margin:0 auto;
		font-size: 0em;
	}
	#head h2 {
	background: url(../images/pc/date.jpg) 0 0 no-repeat;
	width: 1300px;
	height: 260px;
	margin: 0 auto;
	font-size: 0em;
	}
	#fly_pc {
	height: 510px;
	text-align: center;
	margin-top: -510px;
	/*overflow: hidden;*/
	}
	#fly_pc img {
	margin-top: 20px;
	animation:kurukuru 1s;
	-ms-animation:kurukuru 1s;
	}
	@keyframes kurukuru {
	from {
	transform: scale(20, 20) rotate(720deg);
	}
	to {
	transform: scale(1, 1) rotate(0deg);
	}
	}
	@-ms-keyframes kurukuru {
	0% {
	-ms-transform: scale(20, 20) rotate(720deg);
	}
	100% {
	-ms-transform: scale(1, 1) rotate(0deg);
	}
	}
	#pc_movie {
		width:640px;
		margin:0 auto;
				padding: 3px;
		background-color: #FFFFFF;
	}
	main {
		width:1300px;
		margin:0 auto;	
	}
	#about {
	background: url(../images/pc/bg_about.jpg) no-repeat;
	width: 1300px;
	height: 390px;
	font-size: 0em;
	}
	#ttl_cast {
	background: url(../images/pc/ttl_cast.jpg) no-repeat;
	width: 1300px;
	height: 133px;
	font-size: 0em;
	}
	#cast {
	background: url(../images/pc/cast.jpg) no-repeat;
	width: 1300px;
	height: 620px;
	font-size: 0em;
	}
	#ttl_nav {
	background: url(../images/pc/ttl_nav.jpg) no-repeat;
	width:524px;
	height: 330px;
	font-size: 0em;
	float: left;
	}
	a #btn_case01 {
	display: block;
	position: relative;
	background: url(../images/pc/btn_01_off.jpg) no-repeat;
	width: 65px;
	height: 330px;
	font-size: 0em;
	float: left;
	}
	a:hover #btn_case01 {background: url(../images/pc/btn_01_on.jpg) no-repeat;}
	
	a #btn_case02 {
	display: block;
	position: relative;
	background: url(../images/pc/btn_02_off.jpg) no-repeat;
	width: 65px;
	height: 330px;
	font-size: 0em;
	float: left;
	}
	a:hover #btn_case02 {background: url(../images/pc/btn_02_on.jpg) no-repeat;}
	
	a #btn_case03 {
	display: block;
	position: relative;
	background: url(../images/pc/btn_03_off.jpg) no-repeat;
	width: 85px;
	height: 330px;
	font-size: 0em;
	float: left;
	}
	a:hover #btn_case03 {background: url(../images/pc/btn_03_on.jpg) no-repeat;}
	
	a #btn_case04 {
	display: block;
	position: relative;
	background: url(../images/pc/btn_04_off.jpg) no-repeat;
	width: 63px;
	height: 330px;
	font-size: 0em;
	float: left;
	}
	a:hover #btn_case04 {background: url(../images/pc/btn_04_on.jpg) no-repeat;}
	
	a #btn_case05 {
	display: block;
	position: relative;
	background: url(../images/pc/btn_05_off.jpg) no-repeat;
	width: 110px;
	height: 330px;
	font-size: 0em;
	float: left;
	}
	a:hover #btn_case05 {background: url(../images/pc/btn_05_on.jpg) no-repeat;}
	
	#case01 {
	background: url(../images/pc/case01.jpg) no-repeat;
	width: 1300px;
	height: 892px;
	font-size: 0em;
	clear: both;
	}
	#case02 {
	background: url(../images/pc/case02.jpg) no-repeat;
	width: 1300px;
	height: 660px;
	font-size: 0em;
	clear: both;
	}
	#case03 {
	background: url(../images/pc/case03.jpg) no-repeat;
	width: 1300px;
	height: 643px;
	font-size: 0em;
	clear: both;
	}
	#case04 {
	background: url(../images/pc/case04.jpg) no-repeat;
	width: 1300px;
	height: 633px;
	font-size: 0em;
	clear: both;
	}
	#case05 {
	background: url(../images/pc/case05.jpg) no-repeat;
	width: 1300px;
	height: 590px;
	font-size: 0em;
	clear: both;
	}
	.pagetop {
	background: url(../images/pc/btn_pagetop.jpg) no-repeat;
	width: 180px;
	height: 80px;
	font-size: 0em;
	float: right;
	}
	
	footer {
		width:1200px;
		margin:0 auto;
		clear:both;
		position: relative;
		z-index: 2;
	}
	footer p {
		padding-top:40px;
		padding-bottom:60px;
		font-size:12px;
		color:#6A5000;
		text-align:center;
	}
	#smp_movie, footer br, #fly_smp {
		display:none;
	}
	
}

		


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