@charset "EUC-JP";

#header_0206389 {
	margin: 0 auto 40px;
	box-sizing: border-box;
}

#header_v2 {
	margin: 0;
	font-size: inherit !important;
}

#header_v2 .inner {
	width: 100%;
}

#header_v2 div {
	margin: auto;
	padding: revert;
}

#header_v2 .new {
	background: transparent;
	width: 960px;
}

#header_v2 .new .side {
	font-size: 12px;
}

#header_v2 ul {
	margin: 0 auto;
}

#header_0206389 div:after,
#header_v2 #header_0206389 div:after,
div:after {
	content: "";
}

#header_0206389 figure,
#footer_0206389 figure {
	margin: 0;
}

#header_0206389,
#footer_0206389 {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
}

#header_0206389 img,
#footer_0206389 img {
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#header_0206389 a,
#footer_0206389 a {
	text-decoration: none;
	color: #fff;
}

#header_v2 #header_0206389 .headermenu {
	margin: 0;
	padding: 0;
}

/* ------------------------------
header
------------------------------ */
#header_0206389 .shop-header {
	background-color: #004098;
	height: 80px;
	min-height: 70px;
	width: 100%;
}

#header_0206389 .headermenu {
	position: relative;
	flex-shrink: 0;
	width: calc(100% - 50px);
}

#header_v2 #header_0206389 .headermenu {
	margin: 0;
	padding: 0;
}

#header_0206389 .headermenu .leftbox,
.headermenu>div {
	position: absolute;
	flex-shrink: 0;
	font-weight: bolder;
	font-size: 1.1em;
	color: #ffffff;
	letter-spacing: 0.05em;
}

#header_0206389 .headermenu .leftbox {
	left: 22px;
	top: 24px;
	width: 180px;
}

#header_0206389 .headermenu>div:nth-child(2) {
	right: calc(100px + 22em);
	top: 24px;
}

#header_0206389 .headermenu>div:nth-child(3) {
	right: calc(100px + 14em);
	top: 24px;
}

#header_0206389 .headermenu>div:nth-child(4) {
	right: calc(50px + 6em);
	top: 24px;
}

#header_0206389 .headermenu>div:nth-child(5) {
	right: 10px;
	top: 20px;
	color: #ffffff;
	background: #e60012;
	padding: 0.25em 1em 0.4em;
	border-radius: 0.2em;
}

/* ------------------------------
footer
------------------------------ */
#footer_0206389 .shop-footer {
	background: #004098;
	color: #ffffff;
	padding: 50px 0;
}

#footer_0206389 .footflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: left;
}

#footer_0206389 .footflex>div:nth-child(1) {
	width: 16%;
}

#footer_0206389 .footflex>div:nth-child(2) {
	width: 60%;
}

#footer_0206389 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer_0206389 .flex.footbox {
	margin-top: 20px;
	font-size: 100%;
	text-align: left;
	line-height: 1.8em;
	justify-content: space-between;
}

#footer_0206389 .flex.footbox>div>div:nth-child(1) {
	border-bottom: solid 1px #fff;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}

#footer_0206389 .copyright {
	font-size: 0.8em;
	margin-top: 50px;
}

#footer_0206389 .store-inventory-btn {
	display: flex;
	align-items: center;
	width: 300px;
	height: 60px;
	background: #004098;
	border: solid 1px #ffffff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

#footer_0206389 .store-inventory-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #ffea00;
	transition: width 0.4s ease;
	z-index: 1;
}

#footer_0206389 .icon-area {
	width: 60px;
	height: 60px;
	background: #ffea00;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

#footer_0206389 .icon-area img {
	width: 100%;
	height: 100%;
}

#footer_0206389 .text-areafoot {
	flex: 1;
	color: #ffffff;
	font-size: 1.6em;
	letter-spacing: 0.06em;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	transition: color 0.1s ease 0.1s;
}

#footer_0206389 .store-inventory-btn:hover::before {
	width: 100%;
}

#footer_0206389 .text-areafoot:hover {
	color: #000;
}

#footer_0206389 .flex.footbox a:hover {
	color: #ffea00;
}

#footer_0206389::after,
#footer_0206389 .footflex::after,
#footer_0206389 .flex.footbox::after {
	content: none;
}

#footer_0206389 {
	transform: translateY(1px);
}