/***カスタムナビゲーション***/
/*多言語ナビサイズ調整*/
.header_lang {
		font-size: 13px;
	}
@media screen and (max-width:1024px){
	.header_lang {
		font-size: 11px;
	}
}
/*SPナビ-instagram・Facebook追加削除調整*/
@media screen and (max-width:414px){
	.header_nav {
		padding-top: 18px;
	}
}
@media screen and (max-width:768px){
	.header_nav {
		padding-top: 50px;
	}
}
.df_cus_spnone{
	display: none;
}
@media screen and (min-width:769px){
	.df_cus_spnone {
		display: block;
	}
}
.df_768_sp_sns_icon{
	display: flex;
	justify-content: center;
}
.df_768_sp_sns_icon li{
	flex: 0;
	padding: 16px 25px 0;
}
.df_768_sp_sns_icon li a{
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ccc;
	color: #fff;
	font-size: 24px;
	line-height: 41px;
}
@media screen and (min-width:769px){
	.df_768_sp_sns_icon {
		display: none;
	}
}
/*SPナビ-多言語ナビ追加*/
.df_768_custom_link{
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 24px;
}
.df_768_custom_link a{
	width: auto;
	padding-right: 4px;
	padding-left: 4px;
}
@media screen and (min-width:769px){
	.df_768_custom_link {
		display: none;
	}
}