@charset "utf-8";
/*
Theme Name: YK Wordldオリジナルテーマ
Version: 1.0
Description: 
Author: DROOM
Author URI: 
Tags: 
*/



/*
#################################
 
	Bogo
 
#################################
*/

.bogo-language-switcher{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.bogo-language-switcher li{
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 1px solid #111;
}
.bogo-language-switcher li:last-of-type{
	border:none;
}
.bogo-language-switcher .current{
	background:none;
}
.bogo-language-name{
	padding:0 10px;
	display:block;
	transform: skewX(-150deg);
}
@media screen and (max-width:768px){
	.bogo-language-name{
		padding:0 5px;
	}
}
.bogo-language-name a{
	text-decoration:none;
	font-size:1.6rem;
	padding:0 8px;
	color:#555 !important;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings:"wdth" 100;
/*
	display:block;
	transform: skewX(-150deg);
*/
	line-height:1;
}
@media screen and (max-width:768px){


}
.bogo-language-name a.current{
	color:#111 !important;
	font-weight:700;
	text-decoration:underline;
}





