@charset "utf-8";
/* ==================================================
sections_wrapper
================================================== */
/* start bg wrapper */
.sections_wrapper{
	position: relative;
	padding-bottom: 40px;
}
.sections_wrapper:before,
.sections_wrapper:after{
	content: '';
	position: absolute;
	top: 0;
	width: calc((100% - 960px) / 2);
	height: 100%;
	color: #333333;
	background-color: transparent;
	background-repeat: repeat-y;
	background-size: 520px auto;
	-webkit-background-size: 520px auto;
	-moz-background-size: 520px auto;
	z-index: 2;
}
.sections_wrapper:before {
	left: 0;
	top: -50px;
	background-image: url(/shared/templates/night_event_top/images/main/sections_bg_left.png);
	background-position: top right;
}
.sections_wrapper:after {
	right: 0;
	background-image: url(/shared/templates/night_event_top/images/main/sections_bg_rgt.png);
	background-position: top left;
}
/* ==================================================
mainvisual
================================================== */
#tmp_mainvisual {
	color: #FFFFFF;
	background-color: #141a28;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#tmp_mainvisual .slick_slides{
	margin: 0 -2px;
}
#tmp_mainvisual .gallery_slide{
	padding: 0 2px;
}
#tmp_mainvisual .gallery_slide .gallery_images{
	position: relative;
}
#tmp_mainvisual .gallery_slide .gallery_images:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: inherit;
	background-color: rgba(20, 26, 40, 0.7);
}
#tmp_mainvisual .slick-current .gallery_images:before,
#tmp_mainvisual .slick-active .gallery_images:before{
	display: none;
}
.no_javascript #tmp_mainvisual .slick_slides{
	max-height: 680px;
	max-width:980px;
	overflow-y: scroll;
	margin:0 auto;
}
.no_javascript #tmp_mainvisual .gallery_slide:not(:last-child){
	margin-bottom: 10px;
}
#tmp_mainvisual .gallery_slide .gallery_images img{
	/*width: 100%;
	height: auto;*/
	vertical-align: top;
	animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
#tmp_mainvisual .gallery_box{
	position: relative;
}
#tmp_mainvisual .gallery_box .mainvisual_cap{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 15px 28px;
	min-width: 300px;
	color: #FFFFFF;
	background-color: #141a28;
}
#tmp_mainvisual .gallery_box .mainvisual_cap a{
	position: relative;
	padding: 15px 28px;
	margin: -15px -28px;
	display: block;
	color: #FFFFFF;
	background-color: #141a28;
	text-decoration: none;
	border-bottom: 1px solid #0cf7cc;
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out;
}
#tmp_mainvisual .gallery_box .mainvisual_cap a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	margin-top: -8px;
	content: '';
	width: 10px;
	height: 16px;
	color: inherit;
	background: transparent url(/shared/templates/night_event_top/images/mainvs_arr.png) no-repeat;
}
#tmp_mainvisual .gallery_box.active .mainvisual_cap a,
#tmp_mainvisual .gallery_box .mainvisual_cap a:hover,
#tmp_mainvisual .gallery_box .mainvisual_cap a:focus{
	text-decoration: none;
	background-color: #21293c;
}
#tmp_mainvisual .slick_control {
	padding: 17px 0 3px;
	overflow: hidden;
	text-align: center;
}
#tmp_mainvisual .btn_slides a{
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px solid #595960;
}
#tmp_mainvisual .btn_slides a:before,
#tmp_mainvisual .btn_slides a:after{
	position: absolute;
	top: 7px;
	content: '';
	width: 3px;
	height: 15px;
	color: #222222;
	background-color: #ffffff;
}
#tmp_mainvisual .btn_slides{
	vertical-align: middle;
}
#tmp_mainvisual .btn_slides a:before{
	left: 9px;
}
#tmp_mainvisual .btn_slides a:after{
	left: 17px;
}
#tmp_mainvisual .btn_slides.start a:before{
	display: none;
}
#tmp_mainvisual .btn_slides.start a:after{
	left: 11px;
	width: 0;
	height: 0;
	color: inherit;
	background-color: transparent;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 9px solid #FFFFFF;
}
#tmp_mainvisual .slick-dots{
	padding-left: 14px;
	display: inline-block;
	vertical-align: middle;
}
#tmp_mainvisual .slick-dots li {
	margin: 0 12px 0 0;
	width: auto;
	height: auto;
}
#tmp_mainvisual .slick-dots li button,
#tmp_mainvisual .slick-dots li a {
	width: 36px;
	height: 8px;
	border: 1px solid #595960;
	background-color: #595960;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
#tmp_mainvisual .slick-dots .slick-active button,
#tmp_mainvisual .slick-dots .slick-active a {
	border-color: #0cf7cc;
	background-color: #FFFFFF;
}
#tmp_mainvisual .slick-arrow,
#tmp_mainvisual .slick-arrow a{
	display: inline-block;
	width: 25px;
	height: 30px;
	vertical-align: middle;
}
#tmp_mainvisual .slick-arrow span{
	display: inline-block;
	position: relative;
	z-index: -1;
	width: 25px;
	height: 30px;
	visibility: hidden;
}
#tmp_mainvisual .slick-arrow {
	position: static;
	top: auto;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	z-index: 100;
	padding: 0;
}
#tmp_mainvisual .slick-prev{
	margin-right: 18px;
}
#tmp_mainvisual .slick-next{
	margin-left: 10px;
}
#tmp_mainvisual .slick-arrow a{
	background-color: #141a28;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tmp_mainvisual .slick-prev a{
	background-image: url(/shared/templates/night_event_top/images/icon/icon_prev.png);
}
#tmp_mainvisual .slick-next a{
	background-image: url(/shared/templates/night_event_top/images/icon/icon_next.png);
}
#tmp_mainvisual .slick-next:focus,
#tmp_mainvisual .slick-prev:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* ==================================================
main_ttl
================================================== */
.main_ttl,
#tmp_top_news h2 {
	margin-bottom: 54px;
	text-align: center;
}
.main_ttl h2,
#tmp_top_news h2 {
	display: inline-block;
	padding-top: 49px;
	background: transparent url(/shared/templates/night_event_top/images/icon/icon_star.png) no-repeat top center;
	-webkit-background-size: 36px auto;
	-moz-background-size: 36px auto;
	background-size: 36px auto;
	font-size: 222.2%;
	line-height: 1.2;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 8px;
	text-align: center;
}
#tmp_top_news h2 {
	display:block;
}
.section_wrap {
	position: relative;
}
/* ==================================================
news
================================================== */
.section_news {
	position: relative;
	padding: 224px 0 233px;
	background-color: #21293c;
	color: #ffffff;
	z-index: 1;
}
.section_news:before,
.section_news:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 250px;
	left: 0;
	color: #ffffff;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: -1;
}
.section_news:before{
	background-color: #21293c;
	top: 0;
	background-image: url(/shared/templates/night_event_top/images/main/news_line_top_rn.png);
	background-position: left top;
}
.section_news:after{
	background-color: #141a28;
	bottom: 0;
	background-image: url(/shared/templates/night_event_top/images/main/news_line_bottom_rn.png);
	background-position: left bottom;
}
#tmp_top_news table {
	width:100%;
	margin:0 0 27px;
	border-top: 1px solid #595960;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_top_news table tr {
	border-bottom: 1px solid #595960;
}
#tmp_top_news table th,
#tmp_top_news table td {
	padding: 20px 18px;
	text-align:left;
	vertical-align:top;
}
#tmp_top_news table th {
	padding: 20px 10px 20px 20px;
	width: 150px;
	font-size: 88.8%;
	color: #0cf7cc;
	font-weight:normal;
}
#tmp_top_news table td a {
	text-decoration: underline;
	background-color: transparent;
	color: #ffffff;
	line-height: 1.3;
}
#tmp_top_news table td a:hover,
#tmp_top_news table td a:focus {
	text-decoration: none;
}
/* btn_news_more */
.btn_news_more {
	width: 308px;
	margin:0 auto;
}
.btn_news_more a{
	display: block;
	text-align: center;
	padding: 16px 44px 14px;
	background: #141a28 url(/shared/templates/night_event_top/images/icon/icon_more.png) no-repeat right 27px center;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	cursor:pointer;
}
.btn_news_more a:hover,
.btn_news_more a:focus {
	border-color: #0cf7cc;
}

.btn_news_more a.hide{
	background-image: url(/shared/templates/night_event_top/images/icon/icon_close.png);
}
.no_javascript .btn_news_more {
	display: none;
}
/* ==================================================
events
================================================== */
.section_events{
	position: relative;
	padding: 0;
	z-index: 1;
}
.section_events .main_ttl{
	margin-bottom: 12px;
}
.section_events .main_ttl .logo_year_e{
	padding-left: 10px;
}
.section_events .event_ttl{
	margin-bottom: 37px;
}
.section_events .event_ttl h3{
	font-size: 200%;
	font-weight: 400;
	text-align: center;
}
.section_events .article_event{
	position: relative;
	padding-top: 184px;
}
.section_events .article_event:first-child{
	padding-top: 160px;
}
.section_events .process_line:nth-of-type(2n){
	clear: right;
}
.section_events .process_line:nth-of-type(2n+1){
	clear: left;
}
.section_events .container{
	position: relative;
	z-index: 1;
}
.section_events .event_banner{
	margin-bottom: 38px;
	text-align: center;
}
.section_events .event_banner img,
.section_events .event_img img{
	max-width: 100%;
	height: auto;
}
.section_events .event_subttl{
	margin-bottom: 40px;
	font-size: 155.5%;
	line-height: 1.6;
	color: #0cf7cc;
	text-align: center;
}
.section_events .event_gallery{
	margin-bottom: 40px;
}
.section_events .event_img{
	float: left;
	width: 330px;
	padding-right: 30px;
}
.section_events .event_des{
	overflow: hidden;	
}
.section_events .event_box{
	padding: 32px 49px 34px;
	background-color: #21293c;
	color: #ffffff;
}
.section_events .process_ttl{
	margin-bottom: 17px;
	font-size: 122.2%;
	letter-spacing: 0.03em;
}
.section_events .process_line{
	float: left;
	width: 50%;
}
.section_events .process_line:nth-of-type(even){
	padding-left: 39px;
}
.section_events .process_line p:first-child{
	position: relative;
	padding-right: 10px;
	min-width: 60px;
	float: left;
}
.section_events .process_line p:first-child:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #0cf7cc;
	width: 1px;
	height: 24px;
}
.section_events .process_line p:last-child{
	padding-left: 24px;
	overflow: hidden;
}
.section_events .event_note{
	margin: 47px 0 41px;
	font-size: 77.7%;
	line-height: 2.1;
}
.section_events .event_box_btn{
	text-align: center;
}
.section_events .event_box_btn a{
	display: inline-block;
	padding: 16px 44px 13px;
	background: #141a28 url(/shared/templates/night_event_top/images/icon/icon_triangle.png) no-repeat right 10px bottom 10px;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	min-width: 308px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
.section_events .event_box_btn a:hover,
.section_events .event_box_btn a:focus{
	border-color: #0cf7cc;
}
.section_events .event_box_process:not(:last-child){
	margin-bottom: 33px;
}
.svg_pattern{
	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
}
.section_events .article_event:nth-child(1) .svg_pattern{
	top: 32px;
}
.line_star_left{
	margin-left: -4px;
}
.line_star_right{
	margin-right: -6px;
}
.svg_pattern .b_line .disp_sp{
	display: none;
}
.svg_pattern .b_line img{
	width: 100%;
	height: auto;
}
.svg_pattern .line_star_left svg{
	height: auto;
}
.svg_pattern .b_star{
	position: absolute;
}
/*line star left 01*/
@-webkit-keyframes lineLeftMoving {
	from{
		opacity: 0;
		-webkit-transform: translate(-24.5vw, -2.803vw);
		-ms-transform: translate(-24.5vw, -2.803vw);
		-moz-transform: translate(-24.5vw, -2.803vw);
		transform: translate(-24.5vw, -2.803vw);
	}
	to{
		opacity: 1;
		-webkit-transform: translate(-24.5vw, -2.803vw);
		-moz-transform: translate(-24.5vw, -2.803vw);
		-ms-transform: translate(-24.5vw, -2.803vw);
		transform: translate(-24.5vw, -2.803vw);
	}
}
@keyframes lineLeftMoving {
	from{
		opacity: 0;
		-webkit-transform: translate(-24.5vw, -2.803vw);
		-moz-transform: translate(-24.5vw, -2.803vw);
		-ms-transform: translate(-24.5vw, -2.803vw);
		transform: translate(-24.5vw, -2.803vw);
	}
	to{
		opacity: 1;
		-webkit-transform: translate(-24.5vw, -2.803vw);
		-moz-transform: translate(-24.5vw, -2.803vw);
		-ms-transform: translate(-24.5vw, -2.803vw);
		transform: translate(-24.5vw, -2.803vw);
	}
}
@-webkit-keyframes lineRightMoving {
	0%{
		opacity: 0;
		-webkit-transform: translate(24.5vw, -2.81vw);
		-moz-transform: translate(24.5vw, -2.81vw);
		-ms-transform: translate(24.5vw, -2.81vw);
		transform: translate(24.5vw, -2.81vw);
	}
	100%{
		opacity: 1;
		-webkit-transform: translate(24.5vw, -2.81vw);
		-moz-transform: translate(24.5vw, -2.81vw);
		-ms-transform: translate(24.5vw, -2.81vw);
		transform: translate(24.5vw, -2.81vw);
	}
}
@keyframes lineRightMoving {
	0%{
		opacity: 0;
		-webkit-transform: translate(24.5vw, -2.81vw);
		-moz-transform: translate(24.5vw, -2.81vw);
		-ms-transform: translate(24.5vw, -2.81vw);
		transform: translate(24.5vw, -2.81vw);
	}
	100%{
		opacity: 1;
		-webkit-transform: translate(24.5vw, -2.81vw);
		-moz-transform: translate(24.5vw, -2.81vw);
		-ms-transform: translate(24.5vw, -2.81vw);
		transform: translate(24.5vw, -2.81vw);
	}
}
@-webkit-keyframes starMoving {
    100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
    }
}
@keyframes starMoving {
    100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
    }
}
.svg_pattern .line_star_left .b_star{
	right: -30px;
    bottom: -14px;
}
.svg_pattern .line_star_right .b_star{
	left: -29.998px;
	bottom: -11px;
}
.svg_pattern .line_star_left,
.svg_pattern .line_star_right{
	-webkit-transition: transform 3s ease-in-out;
	-moz-transition: transform 3s ease-in-out;
	-ms-transition: transform 3s ease-in-out;
	transition: transform 3s ease-in-out;
}
.svg_pattern.animate .line_star_left{
	-webkit-animation: lineLeftMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	-moz-animation: lineLeftMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	-ms-animation: lineLeftMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	animation: lineLeftMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.svg_pattern.animate .line_star_right{
	-webkit-animation: lineRightMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	-moz-animation: lineRightMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	-ms-animation: lineRightMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	animation: lineRightMoving 0.5s cubic-bezier(0.4, 0.26, 0, 0.97) 0s 1 normal forwards;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.svg_pattern.active .line_star_left .b_star,
.svg_pattern.active .line_star_right .b_star{
	-webkit-animation: starMoving 3s 1 forwards;
	-moz-animation: starMoving 3s 1 forwards;
	-ms-animation: starMoving 3s 1 forwards;
	animation: starMoving 3s 1 forwards;
}
#tmp_wrapper .svg_pattern img{
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}
.section_other:before{
	content: '';
	position: absolute;
	left: 0;
	top: 58px;
	right: 0;
	margin: 0 auto;
	background-color: #0cf7cc;
	width: 1px;
	height: 108px;
	z-index: 1;
}
.section_other .main_ttl{
	margin-bottom: 87px;
	font-size: 90%;
}
.other_list{
	list-style: none;
	margin: 0 -9px;
}
.other_list li{
	float: left;
	margin-bottom: 18px;
	padding: 0 9px;
	width: 33.33%;
}
.other_list li:nth-child(3n){
	clear: right;
}
.other_list li:nth-child(3n+1){
	clear: left;
}
.other_list a{
	display: block;
	padding: 58px 24px 55px;
	background: #141a28 url(/shared/templates/night_event_top/images/icon/icon_triangle.png) no-repeat right 10px bottom 10px;
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	border: 1px solid #ffffff;
	font-size: 133.3%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	letter-spacing: 3px;
}
.other_list a:hover,
.other_list a:focus{
	border-color: #0cf7cc;
}
#tmp_point_to_events + #tmp_point_to_other_events {
	margin-top: 0;
}
#tmp_point_to_other_events {
	margin-top: 40px;
}
/* point_to_past_events_bg */
#tmp_point_to_events {
	position:relative;
	padding: 200px 0 40px;
	margin-bottom: -40px;
	overflow: hidden;
	z-index: 3;
}
#tmp_point_to_past_events_bg {
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
#tmp_point_to_past_events_bg img {
	width:auto;
	height:100%;
	min-width:2000px;
	animation: none;
}
#tmp_point_to_past_events_bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index:2;
	width: 100%;
	height: 100%;
	background: rgba(70,70,82,0.8);
}
#tmp_point_to_past_events_bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 234px;
	z-index:3;
	background: transparent url(/shared/templates/night_event_top/images/main/other_pattern_top.png) no-repeat right bottom;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
/* ==================================================
recruitment
================================================== */
.sections_wrapper + #tmp_recruitment {
	padding-top: 100px;
}
#tmp_recruitment {
	padding: 0 0 232px;
}
#tmp_recruitment:before {
	display: none;
}
#tmp_recruitment:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 240px;
	background-color: #141a28;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #ffffff;
	z-index: -1;
	left: 0;
	bottom: 0;
	background-image: url(/shared/templates/night_event_top/images/main/line_recruitment_rn.png);
	background-position: left bottom;
}
#tmp_recruitment .event_box {
	text-align: center;
	padding: 26px 49px 44px;
	margin-bottom: 50px;
}
#tmp_recruitment .event_box_process .process_ttl {
	font-size: 200%;
	margin-bottom: 0;
}
#tmp_recruitment .event_subttl {
	margin-bottom: 36px;
}
/* ==================================================
acciessbility
================================================== */
.color_blue .section_wrap:before,
.color_blue .section_wrap:after,
.color_black .section_wrap:before,
.color_black .section_wrap:after,
.color_yellow .section_wrap:before,
.color_yellow .section_wrap:after,
.color_black #tmp_wrapper .section_news:before,
.color_black #tmp_wrapper .section_news:after,
.color_blue #tmp_wrapper .section_news:before,
.color_blue #tmp_wrapper .section_news:after,
.color_yellow #tmp_wrapper .section_news:before,
.color_yellow #tmp_wrapper .section_news:after,
.color_black #tmp_wrapper .section_other:after,
.color_blue #tmp_wrapper .section_other:after,
.color_yellow #tmp_wrapper .section_other:after,
.color_black #tmp_wrapper .section_other .main_ttl h2:before,
.color_blue #tmp_wrapper .section_other .main_ttl h2:before,
.color_yellow #tmp_wrapper .section_other .main_ttl h2:before,
.color_blue #tmp_recruitment:after,
.color_black #tmp_recruitment:after,
.color_yellow #tmp_recruitment:after,
.color_blue .sections_wrapper::before,
.color_blue .sections_wrapper::after,
.color_black .sections_wrapper::before,
.color_black .sections_wrapper::after,
.color_yellow .sections_wrapper::before,
.color_yellow .sections_wrapper::after,
.color_blue .section_other::before,
.color_black .section_other::before,
.color_yellow .section_other::before {
	display: none !important;
}
.color_black #tmp_wrapper .section_news,
.color_blue #tmp_wrapper .section_news,
.color_yellow #tmp_wrapper .section_news,
.color_black #tmp_wrapper .section_events,
.color_blue #tmp_wrapper .section_events,
.color_yellow #tmp_wrapper .section_events {
	border-bottom: 1px solid;
}
.color_black .section_news,
.color_blue .section_news,
.color_yellow .section_news,
.color_black .section_events,
.color_blue .section_events,
.color_yellow .section_events,
.color_black .section_other,
.color_blue .section_other,
.color_yellow .section_other {
	padding:100px 0 !important;
}
.color_black #tmp_wrapper .section_events .event_box,
.color_blue #tmp_wrapper .section_events .event_box,
.color_yellow #tmp_wrapper .section_events .event_box{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_mainvisual .slick-prev a,
.color_blue #tmp_wrapper #tmp_mainvisual .slick-prev a{
	background-image: url(/shared/templates/night_event_top/images/icon/icon_prev.png) !important;
}
.color_black #tmp_wrapper #tmp_mainvisual .slick-next a,
.color_blue #tmp_wrapper #tmp_mainvisual .slick-next a{
	background-image: url(/shared/templates/night_event_top/images/icon/icon_next.png) !important;
}
.color_yellow #tmp_wrapper #tmp_mainvisual .slick-prev a{
	background-image: url(/shared/templates/night_event_top/images/icon/icon_prev_blue.png) !important;
}
.color_yellow #tmp_wrapper #tmp_mainvisual .slick-next a{
	background-image: url(/shared/templates/night_event_top/images/icon/icon_next_blue.png) !important;
}
.color_black .section_events .process_line p:first-child::after,
.color_blue .section_events .process_line p:first-child::after {
	background-color:#FFFF00 !important;
	color:000000 !important;
}
.color_yellow .section_events .process_line p:first-child::after {
	background-color:#000000 !important;
	color:ffffff !important;
}
.fsize_big2 #tmp_wrapper .news_list .news_item_date{
	width: 200px;
}
.no_javascript .news_btn {
	display: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_mainvisual:after,
.other_list:after,
.section_events .event_gallery:after,
.section_events .event_box_process:after,
.section_events .process_line:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}
@media only screen and (min-width: 481px) and (max-width: 980px)  {
	.section_events .article_event:nth-child(odd) .svg_pattern{
		left: 24vw;
		right: auto;
		margin: 0;
	}
	.section_events .article_event:nth-child(even) .svg_pattern{
		left: auto;
		right: 24vw;
		margin: 0;
	}
}
/* ==================================================
Hack IE9
================================================== */
@media all and (min-width:0\0) and (min-resolution: .001dpcm){
	#tmp_mainvisual .slick_slides{
		max-height: 680px;
		overflow-y: scroll;
	}
	#tmp_mainvisual .gallery_slide:not(:last-child){
		margin-bottom: 10px;
	}
	.section_events .section_wrap:before {
		top: 12px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.section_events .section_wrap:before {
		top: 12px;
	}
}

