@charset "UTF-8";

/* Bogo */
/* header 左右に並べて色を指定 */


header .bogo-language-switcher {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 5px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 32px;
	cursor: pointer;
}

header .bogo-language-switcher li {
	/* padding: 5px 10px; */
	text-decoration: none;
	box-shadow: none !important;
	/* border: 1px solid #ccc; */
	color: #333;
	background:none;

	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	transform: translateY(-1px);
}

/* 1. デフォルト（インアクティブ）：薄い灰色 */
header .bogo-language-switcher a {
	padding: 4px 4px;
	color: #999 !important;
	text-decoration: none;
	transition: all 0.5s;
}
header .bogo-language-switcher a:hover {
    color: #333333 !important;
    text-decoration: none;
}

/* 2. アクティブ（currentクラスが付いているリンク）：濃い色 */
header .bogo-language-switcher a.current {
    color: #333333 !important;
}

/* 言語ごとの色分け */
/* header .bogo-language-switcher .en a { background-color: #e0f7fa; }
header .bogo-language-switcher .ja a { background-color: #fff3e0; } */

/* 元のテキストを隠す */
/* header .bogo-language-switcher li a {
	font-size: 0;
} */

/* 擬似要素で文字を表示 */
/* header .bogo-language-switcher .en a::after {
	content: "EN";
	font-size: 14px;
	font-weight: 600;
}
*/

/* header .bogo-language-switcher .ja a::after {
	content: "JP";
	font-size: 14px;
	font-weight: 600;
} */
/* フッターとサイドバー内のスイッチャーのみ適用 */
/* header .bogo-language-switcher li a,
.sidebar .bogo-language-switcher li a {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px auto;

} */



header .bogo-language-switcher {
	/* position: absolute;
	bottom: 10px;
	left: 10px;
	display: flex;
	gap: 2px;
	list-style: none;
	padding: 0;
	z-index: 1000;

	margin: 0 0 0 42px;

	padding: 0;
	background-color: rgba(255, 255, 255, 0.8); */

}



/* footer */

#footer-nav-language-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	padding: 5px;

	margin-bottom: 48px;
}

.bogo-select-wrapper {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 3px 5px;
	border: 0.5px solid #bbbbbb;
	border-radius: 20px;

	font-size: 0.750rem;
}
.bogo-select-wrapper span {
	text-transform: uppercase;
	letter-spacing: 0.20em;
	margin-right: -0.20em;
	margin-left: 3px;

	color: #808080;
}



.bogo-select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none;

	padding: 5px 10px;
	cursor: pointer;
	color: #808080;

	font-size: 0.750rem;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;

	padding-left: 34px;

}

/* 独自の矢印を付けたい場合（例） */
/* .bogo-select-wrapper::after {
	content: '\f107';
	font-family: 'Font Awesome 7 Free' !important;
	position: absolute;
	right: 0;
	pointer-events: none;
	font-size: 0.8em;
} */

