@charset "UTF-8";

/* パンシロン
================================================= */


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.brand-header-wrap {
	display: none;
}

.brand-btns.-fixed .brand-btn-cart {
	background-image: url(./img/icon_cart.svg);
	background-position: top 22px left 15px;
}

.brand-modal.js-modal-target.-opend {
	z-index: 9999999 !important;
}

.overlay {
	z-index: 99;
}

/*---------- header ----------*/
#header {
	z-index: 100;
}

.brand-header-logo img {
	border: thin solid #d0d9e6;
}

.side_header {
	display: flex;
	width: 100%;
	height: 70px;
	align-items: center;
	justify-content: space-between;
}

.fixedWidget .side_header {
	height: 52px;
}

.fixedWidget .side_header .brand-header-logo {
	width: 60px;
}

.header-contents {
	position: relative;
	width: 100%;
	max-width: 206px;
	height: 70px;
	text-align: center;
}

.side_header>a {
	display: flex;
	height: 70px;
	align-items: center;
	padding: 0 20px;
	color: #222;
	transition: opacity 0.3s;
}

.fixedWidget {
	width: 100%;
	background: #fff;
	/* border-bottom: 1px solid #ccc; */
	position: fixed;
	top: 0;
	z-index: 9999999;
}

/*---------- #menu ----------*/
#side_menu {
	width: 100%;
	max-width: 375px;
	height: 100%;
	position: absolute;
	top: 171px;
	right: 0;
	z-index: 10;
	transform: translate(375px);
	transition: transform 500ms ease-in-out;
}

.fixedWidget #side_menu {
	top: 52px;
}

#side_menu.open {
	transform: translate(0);
}

#side_menu ul {
	background: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#side_menu li {
	color: #fff;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}

#side_menu li a {
	display: flex;
	height: 80px;
	padding: 0 23px 0 15px;
	font-weight: bold;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

#side_menu li:last-child a {
	height: 44px;
	color: #000;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
}

#side_menu li:last-child a span {
	margin-left: 10px;
	font-family: 'M PLUS 1 Code', sans-serif;
}

#side_menu li:last-child a:before {
	content: "";
}

#side_menu li:not(:last-child) a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #063C93;
	border-right: 1px solid #063C93;
	margin: auto;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
}

#side_menu li a:hover {
	opacity: .6;
}

#side_menu li a dl dt {
	font-family: 'M PLUS 1 Code', sans-serif;
	font-size: 19px;
	font-weight: bold;
}

#side_menu li:nth-child(2) a dl dt {
	font-size: 16px;
}

#side_menu li:nth-child(1) a dl dt {
	color: #307AF2;
}

#side_menu li:nth-child(2) a dl dt {
	color: #00B190;
}

#side_menu li:nth-child(3) a dl dt {
	color: #D12F7D;
}

#side_menu li:nth-child(4) a dl dt {
	color: #208CC6;
}

#side_menu li:nth-child(5) a dl dt {
	color: #063C93;
}

#side_menu li:nth-child(6) a dl dt {
	color: #84888E;
}

#side_menu li a dl dt span {
	font-size: 10px;
}

#side_menu li a dl dd {
	color: #000;
	font-family: 'M PLUS 1 Code', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#side_menu li a img {
	display: block;
	width: 76px;
}

.side_menu_btn {
	height: 32px;
	margin: auto;
	position: absolute;
	top: 0;
	left: -5%;
	bottom: 0;
	border: 1px solid #124BA7;
	color: #124BA7;
	border-radius: 25px;
	padding: 6px 40px 6px 26px;
	background-color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.side_menu_btn::before {
	content: "";
	width: 14px;
	height: 1px;
	margin: auto;
	background: #124BA7;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
}

.side_menu_btn::after {
	content: "";
	width: 1px;
	height: 14px;
	margin: auto;
	background: #124BA7;
	position: absolute;
	top: 0;
	right: 23px;
	bottom: 0;
}

.side_menu_btn.active::after {
	display: none;
}

/* --- .menu-background --- */
.menu-background {
	position: fixed;
	top: 171px;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s;
}

.fixedWidget .menu-background {
	top: 53px;
}

.menu-background.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.menu_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* =================================================
	Blake point
================================================= */
@media (max-width: 768px) {
	#wrapper {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.brand-header-logo {
		width: 63px;
	}

	/*---------- header ----------*/
	.side_header {
		background: #fff;
		height: 50px;
		position: relative;
		/* z-index:999999; */
	}

	.side_header>a {
		height: 50px;
	}

	.header-contents {
		max-width: 188px;
		height: 50px;
	}

	.brand-header-title {
		display: none;
	}

	/*---------- #menu ----------*/
	#side_menu {
		top: 101px;
		border-top: 1px solid #ccc;
	}

	.fixedWidget #side_menu {
		top: 52px;
	}

	.brand-header-wrap.-old {
		display: none;
	}

	.brand-header-wrap {
		height: 50px;
	}

	.side_menu_btn {
		top: 3%;
	}

	#side_menu li a dl dt {
		font-size: 16px;
	}

	#side_menu li:not(:last-child) a::before {
		right: 15px;
	}

	.menu-background {
		top: 100px;
	}

}