@charset "UTF-8";

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

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

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

#body_cast_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 5;
	background: url(../img/bg_cast_bar.png) 50% 100% no-repeat;
}

#body_cast_ca {
	width: 370px;
	height: 405px;
	position: fixed;
	bottom: 80px;
	left: 100px;
	z-index: 4;
}

#body_cast_ca_name {
	width: 370px;
	height: 100px;
	position: fixed;
	bottom: 0px;
	left: 100px;
	z-index: 6;
}

#body_cast_sa {
	width: 440px;
	height: 405px;
	position: fixed;
	bottom: 80px;
	right: 60px;
	z-index: 4;
}

#body_cast_sa_name {
	width: 440px;
	height: 100px;
	position: fixed;
	bottom: 0px;
	right: 60px;
	z-index: 6;
}

#body_cast_bar img,
#body_cast_ca img,
#body_cast_sa img,
#body_cast_ca_name img,
#body_cast_sa_name img {
	display: block;
	width: 100%;
}

/*=======================================================
	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;
}

.img_area {
	margin-bottom: 20px;
}

.img_area img {
	border-radius: 10px;
}

.img_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img_area ul li {
	width: 100%;
	margin-bottom: 20px;
}

.img_area ul li img {
	width: 100%;
	max-width: 800px;
}

.btn {
margin-bottom: 30px;
}

.btn a {
	padding: 13px 3em;
	border: 5px solid #FFF;
	text-decoration: none;
	display: inline-block;
	transition-property: background, text-shadow;
	transition-duration: 0.5s;
}

.btn a:hover {
	background: rgba(255,255,255,0.2);
	text-shadow: 0px 0px 10px #FFF;
	color: #FFF;
}

table {
	width: 100%;
}

table tr {
}

table th {
	background: #0F2698;
	width: 50%;
	padding: 0.8em 2%;
	border: 1px solid #FFF;
	font-weight: normal;
}

table td {
	border-bottom: 1px solid #FFF;
	padding: 0.8em 2%;
	text-align: left;
}

table td a {
	text-decoration: none;
}


/*=======================================================
	logo_area
=======================================================*/
#logo_area {
	padding-top: 100px;
	margin-bottom: 50px;

}

#logo_area h1 {

}

#logo_area h2 {
}

/*=======================================================
	schedule_area
=======================================================*/
#schedule_area {
	background: url(../img/bg_blue.png) 50% 50% repeat;
	border-radius: 10px;
	padding: 20px 3%;
	margin: 0 auto 50px;
	box-shadow: 0px 0px 10px #FFF;
	width: 70%;
}

#schedule_area h2 {
	height: 96px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../img/ttl_schedule.png) 50% 50% no-repeat;
}

/*=======================================================
	news_area
=======================================================*/
#news_area {
	background: url(../img/bg_blue.png) 50% 50% repeat;
	border-radius: 10px;
	padding: 20px 3%;
	margin: 0 auto 50px;
	box-shadow: 0px 0px 10px #FFF;
	width: 70%;
}

#news_area h2 {
	height: 96px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../img/ttl_news.png) 50% 50% no-repeat;
}

/*=======================================================
	about_area
=======================================================*/
#about_area {
	background: url(../img/bg_blue.png) 50% 50% repeat;
	border-radius: 10px;
	padding: 20px 3%;
	margin: 0 auto 50px;
	box-shadow: 0px 0px 10px #FFF;
	width: 70%;
}

#about_area h2 {
	height: 96px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../img/ttl_about.png) 50% 50% no-repeat;
}

#about_area p {
	margin: 0 auto 30px;
	text-align: left;
}

#about_area .movie_area {
	margin-bottom: 30px;
}

#about_area .movie_area iframe {
	border-radius: 10px;
	box-shadow: 0 0 10px #FFF;
}

/*=======================================================
	info_area
=======================================================*/
#info_area {
	background: url(../img/bg_blue.png) 50% 50% repeat;
	border-radius: 10px;
	padding: 20px 3%;
	margin: 0 auto 50px;
	box-shadow: 0px 0px 10px #FFF;
	width: 70%;
}

#info_area h2 {
	height: 96px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../img/ttl_info.png?) 50% 50% no-repeat;
}

#info_area .img_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 20px;
}

#info_area .img_area ul li {
	/* width: 49%; */
}

#info_area .img_area ul li img {
	width: 100%;
	max-width: 800px;
}

/*=======================================================
	cast_area
=======================================================*/
#cast_area {
	background: url(../img/bg_blue.png) 50% 50% repeat;
	border-radius: 10px;
	padding: 20px 3%;
	margin: 0 auto 50px;
	box-shadow: 0px 0px 10px #FFF;
	width: 70%;
}

#cast_area h2 {
	height: 96px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../img/ttl_cast.png) 50% 50% no-repeat;
}

#cast_area p {
	margin: 0 auto 30px;
}

/*=======================================================
	theme_area
=======================================================*/
#theme_area {
	background: url(../img/bg_blue.png) 50% 50% repeat;
	border-radius: 10px;
	padding: 20px 3%;
	margin: 0 auto 50px;
	box-shadow: 0px 0px 10px #FFF;
	width: 70%;
}

#theme_area h2 {
	height: 96px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../img/ttl_theme.png) 50% 50% no-repeat;
}

#theme_area p {
	margin: 0 auto 30px;
	text-align: left;
}

/*=======================================================
	archives_area
=======================================================*/
#archives_area {
	background: url(../img/bg_blue.png) 50% 50% repeat;
	border-radius: 10px;
	padding: 20px 3%;
	margin: 0 auto 50px;
	box-shadow: 0px 0px 10px #FFF;
	width: 70%;
}

#archives_area h2 {
	height: 96px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../img/ttl_archives.png) 50% 50% no-repeat;
}

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

#archives_area ul li {
	width: 32%;
	margin: 0 0.5% 20px;
}

#archives_area ul li img {
	width: 100%;
	max-width: 640px;
}

#archives_area ul li a {
	text-decoration: none;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
	padding-bottom: 220px;
}

#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;
	z-index: 20;
}

#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(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}