@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
}

#body_bg {
	background: url(../img/bg_body.png) no-repeat;
	background-position: 100% 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
}

/*=======================================================
	container
=======================================================*/
#container {
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto;
}

.about_box{
	margin-bottom: 50px;
	padding: 40px;
	box-shadow: 3px 3px 0px #000;
	border-radius: 5px;
	background: url(../img/bg_kari_01.png) 100% 0 no-repeat,
				url(../img/bg_kari_02.png) 0 100% no-repeat,
				#FFF;
	border: 2px solid #000;
	box-sizing: border-box;
}

.about_box h2 {
	font-weight: normal;
	margin-bottom: 20px;
}

.about_box p {
	padding-bottom: 0.5em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	/* border-bottom: 1px dotted #D6C47C; */
	/* display: inline; */
	margin-bottom: 30px;
}

.font_min {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*=======================================================
	logo_area
=======================================================*/
#logo_area {
	padding: 100px 0 50px;
	background-size: contain;
}

.bg_logo {
	background: url(../img/bg_logo_01.png) 5% 100% no-repeat;
	background-size: contain;
	transition-property: background;
	transition-duration: 1s;
	
}

#logo_area h1 {
	height: 300px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.gif) 50% 50% no-repeat;
	background-size: contain;
}

/*=======================================================
	about_area
=======================================================*/
#about_area {
}

#about_area #sttl_about {
	 height: 116px;
	 text-indent: -9999px;
	 overflow: hidden;
	 background: url(../img/sttl_about.png) 50% 50% no-repeat;
	 background-size: contain;
	 margin-bottom: 40px;
}

/*=======================================================
	movie_area
=======================================================*/
#movie_area {
	margin-bottom: 50px;
}

#movie_area ul li {
	width: 31.33%;
	margin: 0 1%;
	padding-bottom: 100px;
	float: left;
	background: url(../img/bg_movie.png) 50% 100% no-repeat;
	background-size: 200px;
}

#movie_area ul li img {
	width: 100%;
	max-width: 360px;
	border-radius: 10px;
	box-shadow: 3px 3px 0px #000;
}

#movie_area ul li:first-child {
	width: 100%;
	margin: 0 auto 50px;
	background: url(../img/bg_movie.png) 50% 100% no-repeat;
	background-size: 280px;
}

#movie_area ul li:first-child img {
	max-width: 640px;
}

#movie_area ul li h5 {
	margin-bottom: 5PX;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
	background: url(../img/bg_wave_02.png) 50% 100% no-repeat;
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#pagetop_area a {
	width: 120px;
	height:120px;
	display: block;
}

/*=======================================================
	keyframes
=======================================================*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}