@charset "UTF-8";

html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	background: #bb0009;
	color: #000;
}

/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

/** under 767px **/
@media screen and (max-width: 767px) {

/* グローバルナビ */
#global-nav {
	display: none;
}

/* base-setting */
body {
	font:14px/1.231;
	line-height: 1.6em;
	word-break: break-all;
}
#container {
	width: 100%;
	background: #e9a100 url(../images/bg.png) repeat center top;
	padding: 0 0 12.6%;
}

/* pageup */
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/btn-pageup-sp.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 16%;
	padding: 16% 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#home #main {
	width: 94%;
	margin: 0 auto;
}

#home #cast h2 {
	display: block;
	background: url(../images/nagoyameshi-sp02.jpg) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	padding: 91.67% 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#home #cast ul {
	display: none;
}

#home #detail h3 {
	display: block;
	background: url(../images/nagoyameshi-sp03.png) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	padding: 345% 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}

#home #main p {
	overflow: hidden;
	height: 0px;
}

}


/** over 768px **/
@media screen and (min-width: 768px) {

/* base-setting */
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 980px;
}
#container {
	width: 100%;
	background: #e9a100 url(../images/bg.png) repeat center top;
}
#container-inner {
	width: 980px;
	padding: 0 0 36px;
	margin: 0 auto;
}

/* pageup */
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/btn-pageup.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 70px;
	height: 70px;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.pageup a:hover {
	background: url(../images/btn-pageup.png) no-repeat 0 -70px;
}

#home #main {
	width: 980px;
	margin: 0 auto;
}

#home #cast h2 {
	display: block;
	background: url(../images/nagoyameshi02.jpg) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 980px;
	height: 176px;
}
#home #cast ul {
	display: none;
}

#home #detail h3 {
	display: block;
	background: url(../images/nagoyameshi03.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 980px;
	height: 868px;
}

#home #main p {
	overflow: hidden;
	height: 0px;
}

}
