@charset "UTF-8";

/** PC・スマホ共通 **/
html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	background: #fff;
	color: #000;
}

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

#movie{
	margin: 0 3%;
}
#movie-wrap  {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#movie-wrap  iframe{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** 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 {
	display: block;
	background: url(../images/bg-sp_top.png) no-repeat 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	padding: 0 0 3.6%;
}

#container_bottom {
	background: url(../images/bg-sp_bottom.png) no-repeat center 34px;
}

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

#home #main {
	width: 100%;
	padding: 0 0  13.8%;
	margin: 0 auto;
}

#home #catch {
	display: block;
	background: url(../images/catch-sp.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 170.0% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto 5.6%;
}

#home #detail {
	display: block;
	background: url(../images/detail-sp.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 94%;
	padding: 171.71% 0 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	margin: 0 auto;
}

#home #catch p,
#home #detail 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 {
	background: url(../images/bg_top.png) no-repeat center 34px;
}
#container-inner {
	width: 980px;
	padding: 0 0 48px;
	margin: 0 auto;
}

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

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

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

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

#home #catch p,
#home #detail p {
	overflow: hidden;
	height: 0px;
}

#container_bottom {
	background: url(../images/bg_bottom.png) no-repeat center 34px;
}
#movie-wrap {
	width:640px;
	height:360px;
	margin:0 auto;
	padding-bottom:0;
}
}
