.mobileMenuToggler{
	display:none;
}
.mobileMenuBottom{
	background-color:#FF0000;
	position: fixed;
	height: 42px;
	width: 95px;
	top: 0px;
	right: 0px;
	display: flex;
    flex-wrap: nowrap;
}
.menuBottomBox{
	display:block;
	width:20px;
	height:20px;
	position:relative;
	top:12px;
	left:12px;
}
.menuBottomBox span{
	display:block;
	height:2px;
	background-color:#FFFFFF;
	position:relative;
	transition:transform .3s ease-in-out, top .3s ease-in-out .3s;
	top:0;
}
.menuBottomBox span:nth-child(2){
	margin-top:7px;
}
.menuBottomBox span:nth-child(3){
	margin-top:7px;
}

.mobileMenuToggler:checked + label .menuBottomBox span:nth-child(1){
	transform: rotate(45deg);
	top:8px;
	transition: top .3s ease-in-out, transform .3s ease-in-out .3s;
}
.mobileMenuToggler:checked + label .menuBottomBox span:nth-child(3){
	transform: rotate(-45deg);
	top:-10px;
	transition: top .3s ease-in-out, transform .3s ease-in-out .3s;
}
.mobileMenuToggler:checked + label .menuBottomBox span:nth-child(2){
	width:0px;
	transition: top .3s ease-in-out, transform .3s ease-in-out .3s;
}	
		
.mobileMenuToggler:checked ~ .nav-items{
	transform: scaleY(1);
	opacity:1;
}
#top_novs{
	background-color: rgba(0, 0, 0, .82);
	width:100%;
	height:90vh;
	position:absolute;
	top:42px;
	left:0;
	transform: scaleY(0);
	transition: transform .3s ease-in-out .3s, opacity .3s ease-in-out .3s;
	transform-origin: 50% 0;
	opacity:0;
	background-image: none;
	text-align: left;
	overflow: auto;
}
#top_novs a{
	padding-left:0px;
}

.mobileMenuToggler:checked ~ #top_novs{
	transform: scaleY(1);
	opacity:1;
}	

#top_novs a{
	color: #FFFFFF;
	text-decoration: none;	
}
#top_novs a:hover,#top_novs .nov_a{
	color:#ff8400;
}
#top_novs ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top_novs li,
#top_novs li:last-of-type,
#top_novs li:first-of-type{
	padding-right: 0px;
	padding-left: 15px;
	margin-left:30px;
	margin-right:30px;
	background-image: none;
	line-height:44px;
	width: calc(100% - 75px);
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
#top_novs li.toggler_li{
	width: calc(100% - 60px);
	padding-left:0px;
}
#top_novs .box{
	/*width:330px;*/
	width:100%;
	height:44px;
	line-height:44px;
	overflow: hidden;
}
#top_novs .box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #666666;	
}
#top_novs .box ul li{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	list-style-type: none;
	line-height:44px;
}
#top_novs .box ul li a{
}
#top_novs li > a{
    display: block;
    width: 100%;
    height: 100%;
	color:#FFFFFF;
	font-size:20px;
}
#top_novs li > a:hover{
	color:#FFFFFF;
}
.menuBottomBox-arrow{
	display:block;
	width:7px;
	height:5px;
	position:relative;
	top:22px;
	left:0px;
	margin-right:40px;
}
.menuBottomBox-arrow span{
	display:block;
	height:1px;
	background-color:#FFFFFF;
	position:relative;
}
.menuBottomBox-arrow span:nth-child(2){
	margin-top:-1px;
}

.menuBottomBox-arrow span:nth-child(1){
	transform: rotate(40deg);
	left:2px;
}
.menuBottomBox-arrow span:nth-child(2){
	transform: rotate(-40deg);
	left:-2px;
}
.mobileMenuToggler:checked ~ .box .menuBottomBox-arrow span:nth-child(1){
    left:-2px;
}

.mobileMenuToggler:checked ~ .box .menuBottomBox-arrow span:nth-child(2){
    left:2px;
}
.mobileMenuBottom .themenuWord{
	background-color:#FF0000;
	color:#FFFFFF;
	text-align: center;
	padding-left:10px;
	line-height: 17px;
	padding-top:5px;
}
.mobileMenuBottom .themenuWord span:before{
	content:'目錄';
	display: block;
}
.mobileMenuBottom .themenuWord span:after{
	content:'Menu';
	display: block;
}
.mobileMenuToggler:checked + label .themenuWord span:before{
	content:'關閉';
}
.mobileMenuToggler:checked + label .themenuWord span:after{
	content:'Close';
}
@media (max-width: 1440px) {
	.conter_box{
		width: 90%;
	}				
}
@media (max-width: 1180px) {
	:root{
	  --cultivated_px:150px;
	}
	.PC_menu li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top_content{
		padding-right: 0px;
		padding-left: 0px;
		width:100%;
	}		
}
@media (max-width: 1024px) {
	.PC_menu li a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.PC_menu{
		margin-left:10px;
	}			
}
@media (max-width: 960px) {
	.PC_menu li a {
		padding-left: 10px;
		padding-right: 10px;
		font-size:14px;
	}			
}
@media (max-width: 880px) {
	.PC_menu li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size:14px;
	}			
}
@media (max-width: 790px){
	:root{
	  --parameter_px-03: 15px;
	}
	.home_link{
		width:180px;
		height:40px;
		background-size: auto 40px;
	}	
	.pcOnly{
		display:none;
	}
	.mobileOnly{
		display:block;
	}
	.top_content{
		background-image: url(../img/logo_come.svg);
		background-repeat: no-repeat;
		background-position: 10px 8px;
		background-size:150px;
		padding-top:1px;
		padding-bottom: 13px;
		height:calc(var(--parameter_px-topMenu) - 10px - 10px);			
	}
	.menuItemBox li:hover,.first_item:hover{
		background-color:transparent;
	}
	.first_item{
		height: 44px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
    }	
	.first_item,#top_novs .box li{
		/*width: 320px;*/
		width:100%;
		padding: 0px;
		padding-left:12px;
		color:#FFFFFF;
	}	
	.conter_box{
		width: 100%;
	}
	.flexINfloat{
		justify-content: flex-start;
	}
	.top_box{
		height:42px;
		padding-top:0px;
	}											
}
@media (max-width: 680px){		
}
@media (max-width: 620px){		
}
@media (max-width: 500px){
	.pcOnly{
		display:none;
	}						
}
@media (max-width: 410px){							
}
@media (max-width: 325px){				
}