@charset "UTF-8";

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

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

#body_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
}

/*=======================================================
	container
=======================================================*/
#container {
	position: relative;
}

/* 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: 1280px;
	margin: 0 auto;
}

.img_box {
	margin-bottom: 30px;
	text-align: center;
}

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

.ttl {
	margin-bottom: 30px;
	background: #004997;
	color: #FFF;
	padding: 0.2em 1em 0.3em;
	border-radius: 100px;
}

.sttl {
	border-bottom: 1px solid #705934;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

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

.img_list li {
}

.img_list_02 li {
	width: 49%;
	margin: 0 0.5% 20px;
}

table {
	width: 90%;
	margin: 0 auto;
}

table th {
	padding: 0.5em 1em;
	width: 20%;
	background: #004997;
	color: #FFF;
}

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

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

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

#logo_area h2 {
	color: #FFF;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #CCC;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/*=======================================================
	date_area
=======================================================*/
#date_area {
	/* background: url(../img/bg_logo_date.png?2022) 50% 50% no-repeat; */
	padding: 10px 0;
}

#date_area h2 {
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_date.png?2026) 50% 50% no-repeat;
	background-size: contain;
}

/*=======================================================
	fns28_area
=======================================================*/
#fns28_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
}

#fns28_area .fns28_text_area {
	margin-right: 1%;
	height: 67px;
	width: 75%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/fns28text.png) 50% 50% no-repeat;
	background-size: contain;
}

#fns28_area .fns28_logo_area {
	width: 20%;
	display: flex;
	flex-wrap: wrap;
}

#fns28_area .fns28_logo_area li {
	width: 48%;
	max-width: 84px;
	margin-right: 2%;
}

#fns28_area .fns28_logo_area li img {
	width: 100%;
	max-width: 84px;
}

/*=======================================================
	logo_cast_area
=======================================================*/
#logo_cast_area {
	/* padding: 8px 0; */
	/* background: url(../img/bg_white.png) 0 0 repeat, url(../img/bg_white.png) 0 0 repeat, url(../img/bg_white.png) 0 0 repeat; */
	margin-bottom: 50px;
}

#logo_cast_area p {
	margin-bottom: 0;
	line-height: 1.6em;
	font-family: "ヒラギノ丸ゴ W6 JIS2004" ,"Meiryo UI";
}
  
.role_icon {
	/*background: #007700;
	color: #FFF;
	font-weight: bold;
	padding: 0 0.5em;
	border-radius: 3px;
	margin-right: 8px;
	margin-left: 20px;*/
	color: #007700;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 20px;
}

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

#about_area p {
	width: 90%;
	margin: 0 auto 50px;
	text-align: left;
}

#about_area h2 {
	margin-bottom: 40px;
}

/*=======================================================
	detail_area
=======================================================*/
#detail_area {
	margin-bottom: 80px;
}

.detail_box {
	margin-bottom: 100px;
}

.detail_box > p {
	width: 90%;
	margin: 0 auto 50px;
	text-align: left;
}

.detail_box > ul {
	width: 90%;
	margin: 0 auto 50px;
	text-align: left;
	padding-left: 1em;
}

.detail_box > ul > li {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.detail_box > ul > li > p {
	margin-bottom: 40px;
}

.detail_summit_box {
	margin-bottom: 50px;
}

.detail_summit_box p {
	text-align: left;
}

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

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

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

#cast_area .img_box {
	margin-bottom: 10px;
}

#cast_area .img_box img {
	width: 100%;
	max-width: 400px;
}

#cast_area .text_box {
}

#cast_area .text_box h4 {
	margin-bottom: 20px;
}

#cast_area .text_box p {
	text-align: left;
}

/*=======================================================
	bnr_area
=======================================================*/
#bnr_area {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}

#bnr_area li {
	width: 31%;
	max-width: 400px;
	margin: 0 0.5% 20px;
}

#bnr_area li img {
	width: 100%;
}

/*=======================================================
	line_bnr_area
=======================================================*/
#line_bnr_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}

#line_bnr_area li {
	width: 31%;
	max-width: 400px;
	margin: 0 1% 5px;
}

#line_bnr_area li img {
	width: 100%;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 200px;
	display: grid;
	place-items: center;
	/* background-color: #ea5514; */
	margin-top: 75px;
}

#footer p {
	text-align: center;
	margin: 0 0 0 0;
}

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


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

#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); }
}



.responsive-br {
	display: none;
}

@media (max-width: 1199px) {
	.responsive-br {
		display: inline;
	}
}

.pc {
	display: block;
}

.sp {
	display: none;
}
@media (max-width: 979px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

}