@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;
}

#body_bg.archives_page {
	opacity: 0.1;
}

/*=======================================================
	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.6em 0.6em 0.75em;
	background: url(../img/ttl_bg.jpg) 50% 50% no-repeat;
	background-size: contain;
	color: #FFF;
	margin: 0 3px;
	line-height: 1em;
}

.ttl span:first-of-type {
	display: inline-block;
	padding: 0.6em 0.6em 0.75em;
	background: url(../img/ttl_bg_y.jpg) 50% 50% no-repeat;
	background-size: contain;
	color: #000;
	margin: 0 3px;
	line-height: 1em;
}

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

table {
	width: 100%;
}

table th {
	/* border: 2px solid #000; */
	border-right: none;
	padding: 0.5em 1em;
	background: #000;
	color: #FFF;
	width: 36%;
	text-align: center;
}

table tr:first-child th {
	background: #FBDA34;
	color: #000;
}

table td {
	/* border: 2px solid #000; */
	text-align: left;
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.8);
}

.youtube_box {
	margin-bottom: 30px;
}

.btn {
}

.btn a {
	border: 3px solid #000;
	background: linear-gradient(#333 50%, #000 51%);
	border-radius: 100px;
	display: inline-block;
	padding: 0.6em 2%;
	text-decoration: none;
	color: #FFF !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	width: 60%;
	text-align: center;
}

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

.img_box {
}

.text_box h3 {
	margin-bottom: 30px;
}

.text_box h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

.text_box p {
	text-align: left;
}

.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 h2 {
}

.img_text_box .text_box p {
}

.bnrarea {
	width: 600px;
    margin: 0 auto;
}
.bnrarea a {
	display: block; 
}
.bnrarea a:hover {
	opacity: 80%;
}

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

#logo_area h1 {
	height: 280px;
	width: 100%;
	margin-bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.png?) 50% 50% no-repeat;
	background-size: contain;
}

#logo_area h2 {
	height: 56px;
	width: 100%;
	margin-bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_date.png) 50% 50% no-repeat;
	background-size: contain;
}

#logo_area h3 {
	height: 30px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_cast.png) 50% 50% no-repeat;
	background-size: contain;
}

#logo_s_area {
	padding-top: 200px;
	margin-bottom: 80px;
}

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

#logo_s_area h2 {
	height: 56px;
	width: 100%;
	margin-bottom: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_date.png) 50% 50% no-repeat;
	background-size: contain;
}

#logo_s_area h3 {
	height: 30px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_cast.png) 50% 50% no-repeat;
	background-size: contain;
}

/*=======================================================
	about_area
=======================================================*/
#about_area {
	margin-bottom: 120px;
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
	padding: 36px 0 20px;
}

#about_area p {
	line-height: 1.8em;
}

/*=======================================================
	present_area
=======================================================*/
#present_area {
	margin-bottom: 120px;
}
#present_area h2{
	color: #e95098;
	margin: 10px 0 20px;
}
#present_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#present_area ul li {
	width: 48%;
    margin: 0 1% 40px;
}
#present_area ul li img {
	width: 100%;
	border-radius: 10px;
}
#present_area .btn a {
	background: #44AC5C;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 0.6em 10%;
	text-decoration: none;
	color: #FFEB00 !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	text-align: center;
	width: auto;
}

#present_area .btn a:hover {
	text-shadow: 0px 0px 10px #FFEB00;
}
/*=======================================================
	next_area
=======================================================*/
#next_area {
	margin-bottom: 120px;
}

#next_area .ttl {
}

#next_area h3 {
	margin-bottom: 20px;
	/* color: #FF9900; */
}

#next_area p {
	text-align: left;
	width: 90%;
	max-width: 960px;
	margin: 0 auto 20px;
}

#next_area .img_area {
	margin-bottom: 20px;
}

#next_area .img_area img {
	width: 100%;
	max-width: 960px;
	border-radius: 5px;
}


/*=======================================================
	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%;
	border-radius: 10px;
}


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

#archive_area .ttl {
}

#archive_area > ul > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
	border-bottom: 3px dotted #FFF;
	margin-bottom: 30px;
}

#archive_area > ul > li:last-child {
	border-bottom: none;
}

#archive_area > ul > li .img_area {
	width: 27%;
	max-width: 320px;
	margin: 0 1%;
}

#archive_area > ul > li .img_area img {
	width: 100%;
	border-radius: 5px;
}

#archive_area > ul > li .text_area {
	width: 69%;
	text-align: left;
	margin: 0 1%;
}

#archive_area > ul > li .text_area h3 {
	margin-bottom: 10px;
}

#archive_area > ul > li.archives_two_movie_box .img_area {
	width: 54%;
	max-width: 640px;
}

#archive_area > ul > li.archives_two_movie_box .img_area > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#archive_area > ul > li.archives_two_movie_box .img_area > ul > li {
	width: 49.5%;
}

#archive_area > ul > li.archives_two_movie_box .text_area {
	width: 42%;
}


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