@charset "UTF-8";

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

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

#body_bg {
	background: url(../img/bg.jpg) 50% 0% no-repeat;
	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;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

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

.ttl {
	margin-bottom: 30px;
}

.ttl span {
	display: inline-block;
	padding: 0.4em;
	background: url(../img/bg_ttl.png) 50% 50% no-repeat;
	background-size: contain;
	color: #104000;
	margin: 0 3px;
}

.sttl {
	border: 1px solid #FFF;
	border-radius: 3px;
	margin-bottom: 50px;
}

table {
	width: 100%;
}

table th {
	border: 1px solid #7180C0;
	padding: 1em;
	background: #7180C0;
	color: #FFF;
	width: 36%;
}

table td {
	border: 1px solid #7180C0;
	text-align: left;
	padding: 1em;
}

.youtube_box {
	margin-bottom: 30px;
}

.btn {
}

.btn a {
	border: 3px solid #FFF;
	border-radius: 100px;
	display: inline-block;
	padding: 0.6em 2%;
	text-decoration: none;
	color: #FFF !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	text-align: center;
}

.btn a:hover {
	text-shadow: 0px 0px 10px #FFF;
}

.img_box {
}

.img_box img {
	width: 100%;
	border-radius: 10px;
}

.img_text_box {
	margin-bottom: 50px;
}

.img_text_box .img_box {
	max-width: 960px;
	margin: 0 auto 10px;
}

.img_text_box .text_box h3 {
}

.img_text_box .text_box p {
}

.movie_text_box {
	margin-bottom: 50px;
}

.movie_text_box .movie_box {
	margin: 0 auto 10px;
}


/*=======================================================
	logo_area, logo_s_area
=======================================================*/
#logo_area,
#logo_s_area{
	padding-top: 100px;
	margin-bottom: 80px;
}

#logo_area h1,
#logo_s_area h1 a {
	height: 716px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

#logo_area h2,
#logo_s_area h2 a {
	height: 210px;
	width: 100%;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_date.png) 50% 50% no-repeat;
	background-size: contain;
}


/*=======================================================
	about_area
=======================================================*/
#about_area {
	margin-bottom: 120px;
}


/*=======================================================
	next_area
=======================================================*/
#next_area {
	margin-bottom: 120px;
}


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


/*=======================================================
	place_area
=======================================================*/
#place_area {
	margin-bottom: 120px;
}

#place_area .text_box ul li {
	width: 80%;
	margin: 0 10% 20px;
}

#place_area .text_box ul li h4 {
	margin-bottom: 8px;
	color: #FFF25C;
}

#place_area .text_box ul li img {
	width: 40%;
	max-width: 300px;
}

/*=======================================================
	cast_area
=======================================================*/
#cast_area {
	margin-bottom: 120px;
}

#cast_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#cast_area ul li {
	width: 32%;
	margin: 0 0.5% 30px;
}

#cast_area ul li img {
	width: 100%;
}

/*=======================================================
	archive_area
=======================================================*/
#archive_area {
	margin-bottom: 120px;
}

.movie_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.movie_list li {
	width: 48%;
	margin: 0 1% 30px;
}

.movie_list li img {
	width: 100%;
}

.movie_list li .text_box a {
	text-decoration: none;
}

.movie_list li .text_box h3 {
}

.movie_list li .text_box p {
}

/*=======================================================
	bnr_area
=======================================================*/
#bnr_area {
}

#bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#bnr_area ul li {
	width: 40%;
	max-width: 640px;
	margin: 0 1% 20px;
}

#bnr_area ul li img {
	width: 100%;
}

#bnr_area ul li h4 {
	margin-bottom: 5px;
}


/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
}

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

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

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

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