@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;
	opacity: 0.2;
}

.main_page #body_bg {
	opacity: 1;
}

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

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

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

.youtube_box {
	margin-bottom: 30px;
}

.ttl {
	margin-bottom: 30px;
}

.ttl span {
	border: 3px solid #E7380D;
	margin: 0 3px;
	line-height: 1em;
	padding: 0 0.12em 0.12em;
	color: #E7380D;
	background: rgba(255,255,255,0.5);
	
}

.sttl {
	text-align: left;
	border-bottom: 2px solid #333;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 1em;
}

.ssttl {
	margin-bottom: 20px;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 0.2em 1em;
	background: #F9F9F9;
}

.sssttl {
}

.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: 96%;
	margin: 0 auto 30px;;
}

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

table.th_w_40 th {
	width: 40%;
}

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

.btn {
	margin-bottom: 10px;
}

.btn a {
	border: 2px solid #0059B3;
	background: linear-gradient(#0059B3 50%, #00468C 51%);
	color: #FFF;
	display: inline-block;
	padding: 0.5em 2%;
	text-decoration: none;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	width: 90%;
	text-align: center;
	border-radius: 10px;
	line-height: 1.4em;
}

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

.btn.overtime p {
	border: 2px solid #777;
	background: linear-gradient(#888 50%, #777 51%);
	color: #FFF;
	display: inline-block;
	padding: 0.5em 3em;
	text-decoration: none;
	transition-property: text-shadow;
	text-align: center;
	border-radius: 10px;
	line-height: 1.4em;
}

.coming_soon_box {
	padding: 3em 0;
}

.coming_soon_box p {
	margin-bottom: 0 !important;
}

.caution_box {
	border: 1px solid #DDD;
	background: rgba(238,238,238,0.5);
	padding: 0.6em 1em;
}

.caution_box ul {
	margin-left: 1em;
}

.caution_box ul li {
	text-indent: -1em;
	border-bottom: 1px dotted #666;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.caution_box ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.ol_box ol {
	padding-left: 2em;
}

.ol_box ol li {
	border-bottom: 1px dotted #666;
	padding-bottom: 6px;
	margin-bottom: 6px;
	list-style: decimal-leading-zero;
}

.del {
	color: #F00;
	text-decoration : line-through ;
}


/*=======================================================
	logo_area
=======================================================*/
#logo_area {
	padding-top: 160px;
	margin-bottom: 30px;
}

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

#logo_area .logo_date {
	background: #E7380D;
	color: #FFF;
	padding: 1em 0;
	border-radius: 100px;
}

#logo_area .logo_date h2 {
	line-height: 1em;
	margin-bottom: 10px;
}

#logo_area .logo_date h4 {
	line-height: 1em;
	margin-bottom: 8px;
}

#logo_area .logo_date p {
	line-height: 1em;
}

/* logo_s_area */
#logo_s_area {
	padding-top: 20px;
	margin-bottom: 20px;
}

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

#logo_s_area h2 {
	background: #E7380D;
	color: #FFF;
	line-height: 1em;
	padding: 0.15em 2em 0.23em;
	border-radius: 100px;
	display: inline-block;
}


/*=======================================================
	menu_box
=======================================================*/
.menu_box {
	margin-bottom: 10px;
	border-top: #E7380D 3px solid;
	border-bottom: #E7380D 3px solid;
	background: rgba(231,56,13,0.7);
}

.menu_box_fix {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.menu_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #FFF;
}

.menu_box ul a {
	text-decoration: none;
	color: #FFF;
	padding: 0 0.5em;
	transition-property: text-shadow;
	transition-duration: 0.5s;
}

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


/*=======================================================
	sub_info_box
=======================================================*/
.sub_info_box {
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-end;
}


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

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

.info_box {
	margin-bottom: 120px;
}

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

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

.sponsor_box li {
	width: 31%;
	margin: 0 5% 20px;
}

.sponsor_box li img {
	width: 100%;
}

/*=======================================================
	top_entry_area
=======================================================*/
.main_page .entry_box {
	margin-bottom: 120px;
}

.main_page .entry_ttl {
	margin-bottom: 30px;
	border-bottom: 1px solid#333;
	border-top: 1px solid#333;
}

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

.main_page .entry_img_box {
	width: 30%;
}

.main_page .entry_img_box img {
	width: 100%;
	border-radius: 5px;
}

.main_page .entry_text_box {
	width: 66%;
	margin-left: 4%;
	text-align: left;
}

.main_page .entry_text_box p {
}

/* race */
.main_page .entry_race_box {
}

.main_page .entry_race_box .ttl_catch {
	color: #FF9900;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.main_page .img_race {
	margin-bottom: 20px;
}

.main_page .img_race img {
	width: 100%;
	max-width: 960px;
}

.main_page .img_race,
.main_page .img_marutai {
	margin-bottom: 20px;
}

.main_page .img_race img,
.main_page .img_marutai img {
	width: 100%;
	max-width: 960px;
}

/* picturebook */
.main_page .entry_picturebook_box {
}

.main_page .entry_picturebook_box > p {
	text-align: left;
}

.main_page .img_picturebook {
	margin-bottom: 20px;
}

.main_page .img_picturebook img {
	width: 100%;
	max-width: 640px;
}

/* fighting_art */
.main_page .entry_fighting_art_box {
	position: relative;
}

.main_page .entry_fighting_art_box > p {
	text-align: left;
}

/* mhs */
.entry_mhs_box > h4 {
	color: #FF9900;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.logo_mhs {
	margin-bottom: 30px;
}

.logo_mhs img {
	width: 100%;
	max-width: 960px;
}

.img_mhs_tshirt {
	margin-bottom: 30px;
}

.img_mhs_tshirt img {
	width: 70%;
	max-width: 500px;
}

/* kids_ana */
.main_page  .entry_kids_ana_box {
}

.main_page  .img_kids_ana_logo {
	margin-bottom: 20px;
}

.main_page  .img_kids_ana_logo img {
	width: 80%;
	max-width: 640px;
}

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

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

.main_page  .kids_ana_img_list li img {
	width: 100%;
	border-radius: 5px;
}

/* goripara */
.main_page .entry_goripara_box {
}

.main_page .entry_goripara_box > p {
	text-align: left;
	margin-bottom: 40px;
}

/* gondola */
.main_page .entry_gondola_box {
}

.main_page .entry_gondola_box > p {
	text-align: left;
	margin-bottom: 40px;
}

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

.main_page .gondola_img_list li {
	width: 32.33%;
	margin: 0 0.5% 30px;
}

.main_page .gondola_img_list li img {
	width: 100%;
	border-radius: 5px;
}

/* excavator*/
.main_page .entry_excavator_box {
	position: relative;
}

.main_page .entry_excavator_box > p {
	text-align: left;
	margin-bottom: 40px;
}

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

.main_page .excavator_img_list li {
	width: 32.33%;
	margin: 0 0.5% 30px;
}

.main_page .excavator_img_list li img {
	width: 100%;
	border-radius: 5px;
}

/*=======================================================
	top_program_area
=======================================================*/
/* program */
.main_page .program_ttl {
	margin-bottom: 50px;
	border-bottom: 1px solid#333;
	border-top: 1px solid#333;
}

.main_page .program_box {
	margin-bottom: 120px;
}

.main_page .program_box h4 {
	color: #FC1F1F;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.main_page .img_x_qr {
margin-bottom: 30px;
}

.main_page .img_x_qr img {
	width: 160px;
}

.main_page .program_detail_box > p {
	text-align: left;
	margin-bottom: 40px;
}

.main_page .program_detail_box {
	margin-bottom: 120px;
}

.main_page .img_program_logo {
	margin-bottom: 20px;
}

.main_page .img_program_logo img {
	width: 80%;
	max-width: 980px;
}

.main_page .cast_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.main_page .cast_list_03 li {
	width: 31%;
	margin: 0 1% 30px;
}

.main_page .cast_list_04 li {
	width: 23%;
	margin: 0 1% 30px;
}

.main_page .cast_list li img {
	width: 100%;
	border-radius: 5px;
}

.main_page .cast_list li h5 {
}

@media screen and (max-width: 979px) {
	.main_page .program_box > p {
		text-align: left;
	}
	.main_page .program_box > p .inline_block {
		display: inline;
	}
	.main_page .cast_list li {
		width: 48%;
		margin: 0 1% 30px;
	}
}

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

/* stage_schedule_list_box */
.stage_schedule_list_box {
}

.stage_schedule_sat_box {
}

.stage_schedule_sat_box h3 {
	background: #004997;
	color: #FFF;
	border-radius: 5px;
	margin-bottom: 10px;
}

.stage_schedule_sun_box h3 {
	background: #E7380D;
	color: #FFF;
	border-radius: 5px;
	margin-bottom: 10px;
}

.stage_schedule_sun_box table th {
	background: #E7380D;
}

.stage_schedule_sun_box table td {
	border: #E7380D solid 1px;
}

.stage_schedule_sun_box .th_fotfes {
	border: #E7380D solid 1px;
	background: rgba(255,255,255,0.8);
	color: #E7380D;
}

/*=======================================================
	footer_info_area
=======================================================*/
.footer_tel_box {
	margin-bottom: 10px;
}

.footer_tel_box h3 {
	padding: 1em;
	border: #333 solid 1px;
	color: #333;
	background: rgba(255,255,255,0.8);
}

.footer_tel_box a {
	text-decoration: none;
	pointer-events: none;
}

.footer_menu_box {
	margin-bottom: 20px;
}

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

.footer_menu_box ul li {
	width: 24%;
	margin: 0 0.5% 10px;
}

.footer_menu_box ul li a {
	padding: 0.5em 1em;
	border: #333 solid 1px;
	color: #333;
	background: rgba(255,255,255,0.8);
	display: block;
	text-decoration: none;
}

.footer_caution_box {
}

.footer_caution_box h4 {
	background: #333;
	color: #FFF;
	padding: 0.5em;
}

.footer_caution_box ul {
	border: 1px solid #333;
	padding: 1.5em 2em;
	background: rgba(255,255,255,0.8);
	text-align: left;
}

.footer_caution_box ul li {
	text-indent: -1em;
	border-bottom: 1px dotted #666;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.footer_caution_box ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*=======================================================
	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: #222;
	border-radius: 50%;
	position: relative;
}

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


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