@charset "utf-8";
header {
	position: relative;
	display: block;
	width: 100%;
	height: 77px;
	max-width: 1920px;
	margin: 0 auto;
}
header a{
	background-color: transparent;
	color: transparent;
}
.header_all{
	width: 100%;
	max-width: 1920px;
	height: 77px;
	position: fixed;
	top:0;
	left: 0;right: 0;margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color:#000; /*rgba(20,17,25,1);*/
	z-index: 70;
}
.header_logo_div{
/*左側*/
	padding-left: 10px;
	height: 70%;
	/*border: 1px solid red;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header_logo_div a{
	height: 100%;
}
.header_logo_img{
	height: 100%;
}
.header_kowane_img{
	height: 100%;
	margin-left: 10%;
}
.header_menu_div{
/*右側*/
	position: relative;
	padding: 0;
	padding-right: 100px;/*langなしは0*/	
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/*border: 1px solid red;*/
}
.header_menu_div a{
	padding-right: 2em;
}
.header_menu_div a:hover{
	text-decoration: underline;
}
.header_menu_div p{
	text-align: right;
	font-weight: 700;
}
.nav_icon{
	width: 29px;
}
/*言語切り替え(jsにてロールオーバープルダウン)*/
.header_lang_div{
	position: absolute;
	top:0px;
	right:53px; 
	/*border: 1px solid #ccc;*/
	height: auto;
	cursor: pointer;
	padding: 0px 16px;
	background-color: #000; 
	tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header_lang_div p{
	width: 28px;
	text-align: center;
	font-weight: 900;
	border-bottom: 1px solid #FFF;
   	padding-bottom: 2px;
   	padding-top:24px;
   	line-height: 1em;
}
#lang_up{
	user-select: none;
}
#lang_under{
	color: #FFF;
	user-select: none;
	display: none;
	margin-top: 1em;
	margin-bottom: 20px !important;
}
.header_lang_div a:hover{text-decoration: none;}
@media screen and (min-width: 1921px) {
/*4K対応*/
}
/*1024px以下はヘッダーはスマホ対応*/
@media screen and (max-width: 767px) {
header,.header_all{height: 50px;}
.header_logo_div{
/*左側*/
	padding-left: 10px;
	height: 60%;
}
.header_kowane_img{
	margin-left: 15%;
}
.header_menu_div{
	height: 50px;
	padding-top: 0px;
	padding-right:74px;/*langなしは0*/
}
.nav_icon{
	padding-top: 0px;
	width: 22px;
}
.pc_on{display: none;}
.header_lang_div{
	top:14px;
	right:48px;
	/*border: 1px solid red;*/
	padding:0 4px;
}
.header_lang_div p{
	font-size: 14px;
	padding-top:0;
}
#lang_under{padding-top: 15px;}
}
@media screen and (max-width: 430px) {
.header_lang_div{
	right:41px;
}
.header_menu_div a{
	padding-right:1em;
}
.header_kowane_img{
	margin-left: 20%;
}
}
@media screen and (max-width: 375px) {
.header_logo_div{
	width: 55px;
}
.header_kowane_div{
	width: 95px;
	left: 78px;
}
.nav_icon{
	width: 18px;
}
}
@media screen and (max-width: 359px) {
.header_menu_div img{
	width: 16px;
}
.header_menu_div a{
	display: none;
}
.header_logo_div{width: 50px;}
}