<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* デスクトップ＆スマホ共通項目 */


@media (min-width: 1180px){
	body {
	background: url("../images/desktop/bg.png") center repeat-y;
	}
	#head h1 {
	display: block;
	position: relative;
	background: url("../images/desktop/logo.png") center top no-repeat;
	width: 1017px;
	height: 567px;
	margin: 0 auto;
	top: -300px;
	z-index: 99;
	}
	#head h1, #head h2 {
	font-size: 0em;
	}
	#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;
	margin: 0;
	padding: 0;
	}
	#main {
	margin: 0 auto;
	margin-top: 300px;
	}
	#movie {
	display: block;
	position: relative;
	width: 720px;
	height: 405px;
	margin: 0 auto;
	margin-bottom: 50px;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	#about {
	background: url("../images/desktop/about.png") center top no-repeat;
	width: 1058px;
	height: 466px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 0em;
	}
	#cont_midou {
	background: url("../images/desktop/cont_midou.png") center top no-repeat;
	height: 2097px;
	margin: 50px auto;
	font-size: 0em;
	}
	#cont_tanimachi {
	background: url("../images/desktop/cont_tanimachi.png") center top no-repeat;
	height: 2097px;
	margin: 50px auto;
	font-size: 0em;
	}
	#cont_chuou {
	background: url("../images/desktop/cont_chuou.png") center top no-repeat;
	height: 2097px;
	margin: 50px auto;
	font-size: 0em;
	}
	#cont_nagahori {
	background: url("../images/desktop/cont_nagahori.png") center top no-repeat;
	height: 1485px;
	margin: 50px auto;
	font-size: 0em;
	}
}

/* タブレット */
@media screen and (min-width:600px) and (max-width:1179px) {
	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:100%;
	margin: 0 auto;
	margin-top: 100%;
	}
	#head h1 {
	display: block;
	position: relative;
	background: url("../images/tablet/logo.png") no-repeat;
	width:calc(1328/1536*100%);
	height: 0;
	padding-bottom: calc(744/1536*100%);
	background-size: contain;
	margin: 0 auto;
	margin-top: 50%;
	z-index: 99;
	}
	#head h1, #head h2 {
	font-size: 0em;
	}
	#movie {
	display: block;
	position: relative;
	width: 90%;
	padding-top:calc(9 / 16 * 90%);
	margin: 0 auto;
	background-size: contain;
	clear: both;
	margin-bottom: 5%;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	#about {
	background: url("../images/tablet/about.png") center top no-repeat;
	width: calc(1410 / 1536 * 100%);
	height: 0;
	padding-top: calc(621 / 1536 * 100%);
	background-size: contain;
	margin: 0 auto;
	font-size: 0em;
	}
	#cont_midou {
	background: url("../images/tablet/cont_midou.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(2724 / 1536 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
	#cont_tanimachi {
	background: url("../images/tablet/cont_tanimachi.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(2724 / 1536 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
	#cont_chuou {
	background: url("../images/tablet/cont_chuou.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(2724 / 1536 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
	#cont_nagahori {
	background: url("../images/tablet/cont_nagahori.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(1935 / 1536 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
}

/* スマホ */
@media screen and (min-width:10px) and (max-width:599px) {
	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:100%;
	margin: 0 auto;
	margin-top: 115%;
	}
	#head h1 {
	display: block;
	position: relative;
	background: url("../images/smp/logo.png") no-repeat;
	width:100%;
	height: 0;
	padding-top: calc( 472 / 750 * 100%);
	background-size: contain;
	margin: 0 auto;
	margin-top: 50%;
	z-index: 99;
	}
	#head h1, #head h2 {
	font-size: 0em;
	}
	#movie {
	display: block;
	position: relative;
	width: 96%;
	padding-top:calc(9 / 16 * 96%);
	margin: 0 auto;
	background-size: contain;
	margin-bottom: 5%;
	}
	#movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	#about {
	background: url("../images/smp/about.png") center top no-repeat;
	width: calc(685 / 750 * 100%);
	height: 0;
	padding-top: calc(534 / 750 * 100%);
	background-size: contain;
	margin: 0 auto;
	font-size: 0em;
	}
	#cont_midou {
	background: url("../images/smp/cont_midou.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(1580 / 750 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
	#cont_tanimachi {
	background: url("../images/smp/cont_tanimachi.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(1596 / 750 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
	#cont_chuou {
	background: url("../images/smp/cont_chuou.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(1489 / 750 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
	#cont_nagahori {
	background: url("../images/smp/cont_nagahori.png") center top no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc(1096 / 750 * 100%);
	background-size: contain;
	margin: 5% auto;
	font-size: 0em;
	}
}

		


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