@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;
	background-size: cover;
}

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

.ttl {
	margin-bottom: 30px;
	line-height: 1em;
	padding-bottom: 0.3em;
}

.sttl {
	margin-bottom: 30px;
	background: url(../img/bg_ttl.png) 50% 0 repeat-y;
	color: #1C0203;
	line-height: 1em;
	padding: 0.6em 1em 0.3em;
}

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

.img_box img {
	border-radius: 5px;
	width: 90%;
	max-width: 900px;
}

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

.img_list li {}

.img_list_02 li {
	width: 44%;
	margin: 0 1% 20px;
}

.img_list li img {
	border-radius: 5px;
	width: 100%;
	max-width: 900px;
}

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

.btn {
	margin-bottom: 0px;
}

.btn a {
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: inline-block;
	padding: 20px 10%;
	color: #FFF;
	text-decoration: none;
	transition-property: text-shadow;
	border-radius: 5px;
}

.btn.btn_X a {
	background: #000;
	border: 2px solid #FFF;
}

.btn.btn_tver a {
	background: linear-gradient(to bottom, #51EDF8 0%, #2366BD 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn.btn_fod a {
	background: linear-gradient(to bottom, #CC002A 0%, #A00021 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

.btn_overtime h4 {
	background: linear-gradient(to bottom, #bbb 0%, #aaa 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: inline-block;
	padding: 20px 10%;
	color: #FFF;
	text-decoration: none;
	transition-property: text-shadow;
	border-radius: 5px;
	margin-bottom: 0;
}

.caution {
	border: 1px solid #FFF;
	padding: 0.5em 1em 0.5em 2em;
	margin-bottom: 20px;
	text-indent: -1em;
}

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

#logo_area h1 {
	height: 597px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.jpg) 50% 0 no-repeat;
	background-size: contain;
}

#logo_area h2 {
	text-shadow: 1px 1px 10px #1C0203;
	margin-bottom: 10px;
}

#logo_area h4 {
	text-shadow: 1px 1px 10px #1C0203;
}

.oa_text {
	background: url(../img/bg_ttl.png) 50% 0 repeat-y;
	color: #e11898;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 200%;
	font-family: 'Suiryu Neoroman';
	text-align: center;
	padding: 10px 0;
}

/*=======================================================
	fns28_box
=======================================================*/
.fns28_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url(../img/bg_ttl.png) 50% 0 repeat-y;
	background-size: contain;
	padding: 10px;
	color: #1C0203;
	margin-bottom: 10px;
}

.fns28_box .fns28_text_box {
	margin-right: 1%;
	width: 60%;
	text-align: center;
}

.fns28_box .fns28_text_box h3 {
	text-shadow: 0px 0px 5px #FFF;
}

.fns28_box .fns28_text_box h5 {
	text-shadow: 0px 0px 5px #FFF;
}

.fns28_box .fns28_logo_box {
	width: 18%;
	display: flex;
	flex-wrap: wrap;
}

.fns28_box .fns28_logo_box li {
	width: 48%;
	max-width: 84px;
	margin-right: 2%;
}

.fns28_box .fns28_logo_box li img {
	width: 100%;
	max-width: 84px;
}

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

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

#about_area p {
	margin: 0 auto 40px;
	line-height: 1.8em;
}

/*=======================================================
	present_box
=======================================================*/
.present_box {
	margin-bottom: 120px;
}

.present_img_box {
	margin-bottom: 20px;
}

.present_img_box img {
	border-radius: 5px;
	width: 100%;
	max-width: 1040px;
}

.present_box p {
	width: 90%;
	margin: 0 auto 20px;
	line-height: 1.7em;
	text-align: left;
}

.present_box .caution {
	width: 90%;
	margin: 0 auto 20px;
	text-align: left;
}

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

.detail_box {
	margin-bottom: 80px;
}

.detail_box h4 {
	font-size: 150%;
	margin-bottom: 30px;
}

.detail_box p {
	text-align: left;
	width: 90%;
	margin: 0 auto 30px;
	line-height: 1.7em;
}

.rainbow-text {
	font-weight: bold;
	font-size: 300%;
	background: linear-gradient(270deg,
			red,
			orange,
			yellow,
			green,
			blue,
			indigo,
			violet,
			red);
	background-size: 300% 300%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	animation:rainbowMove 8s linear infinite;
}

@keyframes rainbowMove {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}




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

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

.cast_box li {
	width: 30%;
	margin: 0 20px 20px;
}

.cast_img_box {
	width: 100%;
}

.cast_img_box img {
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
}

.cast_text_box {
	width: 100%;
	margin: 0 2% 50px;
	;
}

.cast_text_box h4 {
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dotted #FFF;
}

.cast_text_box p {
	text-align: left;
}

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

#comment_area p {
	text-align: left;
	width: 90%;
	margin: 0 auto 20px;
	line-height: 1.7em;
}

/*=======================================================
	bnr_area
=======================================================*/
#bnr_area {
	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%;
}

/*=======================================================
	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: 10px;
	right: 10px;
	z-index: 20;
}

#pagetop_area a {
	width: 60px;
	height: 60px;
	display: block;
	background: #FFF;
	border-radius: 50%;
	position: relative;
	transition-property: box-shadow;
	transition-duration: 0.5s;
}

#pagetop_area a:hover {
	box-shadow: 0px 0px 20px #FFF;
}

#pagetop_area a::before {
	position: absolute;
	content: " ";
	top: 42%;
	right: 37%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #1C0203;
	border-right: 2px solid #1C0203;
	transform: rotate(-45deg);
}