@charset "UTF-8";


#timerFld{
	display:block;
	overflow:hidden;
	width:100%;
	padding:0.5em 0;
	text-align:center;
	background-color:#333333;
}

#timerFld a{
	text-decoration:none;
	display:block;
	overflow:hidden;
	color:#ffffff;
	font-size:1.6rem;
	font-weight:bold;
	line-height:125%;
}

#timerFld.countdown a{
	pointer-events:none;
	color:#ffff00;
}

/***********************************
for SP
***********************************/

@media screen and (max-width:768px){
	
	#js-globalNavigation{
		z-index:500!important;
	}

	#a-header{
		z-index:550!important;
	}

	#js-sp-menu_closer,
	#js-globalNavigation .c-img > a{
		display:none;
	}

	.c-menu{
		margin-top: 60px;
	}


	/*#spNavigationTrigger{

	}*/

	.c-sp-navigation_line{
		 -webkit-transition: all 0.3s ease-out;
		 transition: all 0.3s ease-out;
	}

	.js-no_scroll .c-sp-navigation_line1{
		-webkit-transform: translateY(10px) rotate(-45deg);
  		transform: translateY(10px) rotate(-45deg);
  	}

	.js-no_scroll .c-sp-navigation_line2{
		opacity:0.0;
	}

	.js-no_scroll .c-sp-navigation_line3{
		-webkit-transform: translateY(-10px) rotate(45deg);
  		transform: translateY(-10px) rotate(45deg);
	}
}

