@charset "UTF-8";
.brand_menu_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	left: 0px;
	right: 0px;
	height: 72px;
	background-color: #fafafa;
	position: relative;
	z-index: 20;
}
@media screen and (min-width: 1001px) {
	.brand_menu_area {
		padding-inline-start: 2.5rem;
		padding-inline-end: 2.5rem;
	}
}
.brand_menu {
	visibility: hidden;
	position: absolute;
	top: 72px;
	left: 0px;
	background-color: rgb(233, 233, 233);
	right: 0px;
	z-index: 2000;
}
.brand_menu {
	top: 56px !important;
	opacity: 0;
	transform: translateY(-30px) translateZ(0px);
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.brand_menu.is_show {
	visibility: visible;
	top: 60px !important;
	opacity: 1;
	transform: none;
}
.brand_menu_list {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(4, 1fr);
	padding: 15px;
	-webkit-box-pack: center;
	justify-content: center;
	margin: auto;
	max-width: 400px;
}
@media screen and (min-width: 1001px) {
	.brand_menu_list {
		grid-template-columns: repeat(4, 84px) !important;
	}
	.brand_menu {
		top: 60px !important;
		left: auto !important;
		right: 30px;
		/*
      animation: fadeIn 0.3s ease 0.3s 1 normal backwards;
      -webkit-animation: fadeIn 0.3s ease 0.3s 1 normal backwards;
*/
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
		}
	}
}
.brand_menu_toggle_area {}
.brand_menu_close_area {
	display: none;
}
.brand_menu_current_image {
	width: auto;
	height: auto;
}
.brand_menu_current_image.GDW01 {
	height: 40px;
}
.brand_menu_current_image.GDW02 {
	height: 40px;
}
.brand_menu_current_image.GDW03 {
	height: 42px;
}
.brand_menu_current_image.GDW04 {
	height: 16px;
}
.brand_menu_current_image.GDW05 {
	height: 20px;
}
.brand_menu_current_image.GDW06 {
	height: 12px;
}
.brand_menu_current_image.GDW07 {
	height: 22px;
}
.brand_menu_current_image.GDW08 {
	height: 42px;
}
.brand_menu_current_image.GDW09 {
	height: 34px;
}
.brand_menu_current_image.GDW10 {
	height: 40px;
}
.brand_menu_current_image.GDW11 {
	height: 40px;
}
.brand_menu_current_image.GDW12 {
	height: 40px;
}
.brand_menu_current_image.GDW13 {
	height: 20px;
}
.brand_menu_current_image.GDW14 {
	height: 40px;
}
.brand_menu_current_image.GDW15 {
	height: 52px;
}
.brand_menu_current_image.GDW16 {
	height: 42px;
}
.brand_menu_current_image.GDW17 {
	height: 48px;
}
.brand_menu_current_image.GDW18 {
	height: 38px;
}
.brand_menu_current_image.GDW19 {
	height: 58px;
}
.brand_menu_current_image.GDW20 {
	height: 40px;
}
.brand_menu_current_image.GDW21 {
	height: 58px;
}
.brand_menu_current_image.GDW22 {
	height: 24px;
}
.brand_menu_photo {
	position: relative;
	background-color: rgb(255, 255, 255);
}
.brand_menu_photo::before {
	height: 0px;
	content: "";
	display: block;
	padding-bottom: 100%;
}
.brand_menu_photo > :not(style) {
	overflow: hidden;
	position: absolute;
	inset: 0px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
