@charset "UTF-8";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
}
body {
	background-image:url(../img/bk.jpg);
	background-size:30%;
	background-repeat:repeat;
	text-align:center;
	color:rgba(255,255,255,1.00);
}
img {
	display:block;
	width:100%;
	margin:0 auto;
	}
	
	
/*-------------------------------------
	 top
---------------------------------------*/	
#top {
	padding:1em;
	margin-bottom:6em;
	background-color:#fff;
	}
#top #movie {
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
	}
#top #movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	}


/*-------------------------------------
	 bottom
---------------------------------------*/	
#bottom {
	}	
#bottom #content {
	width:80%;
	margin:0 auto;
	}	
#bottom #content img {
	margin-bottom:1.5em;
	}
#bottom #content #credit {
	line-height:200%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings : "palt";
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#bottom #content #credit br {
	display:none;
	}
#bottom #copyright {
	font-size:0.75em;
	letter-spacing:0.1em;
	padding:5em 0 2em;
	}

	
/*============================
  1024px
=============================*/
@media screen and (min-width : 1024px) {
#content {
	max-width:1200px;
	}
#bottom #content img {
	float:left;
	width:45%;
	margin-bottom:0;
	}
#bottom #content #credit {
	text-align:left;
	float:right;
	width:50%;
	
	}
#bottom #content #credit br {
	display:inline;
	}
}