/***********************************
HEADER
***********************************/
.brandSiteHeader {
	border-bottom: 4px solid #ffd500;
	height: 94px;
	position: relative
}
.brandSiteHeader::after {
	content: '';
	display: table;
	clear: both
}
.brandSiteHeader .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px
}
.brandSiteHeader .inner::after {
	content: '';
	display: table;
	clear: both
}
.brandSiteHeader .logo {
	float: left;
	margin-left: 1.92308%;
	margin-top: 17px;
	width: 12.01923%
}
@media (max-width: 640px) {
	.brandSiteHeader {
	border-bottom:2px solid #ffd500;
}
.brandSiteHeader {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 33px;
	padding-bottom: 10px;
	background: #fff;
	overflow: hidden;
	transition: height .5s;
}
.brandSiteHeader .logo {
	margin-left: 0;
	margin-top: 5px;
}
.brandSiteHeader .logo img {
	width: 62.5px
}
}

/***********************************
FOOTER
***********************************/
html {
	font-size: 16px;
}


@media screen and (min-width: 600px) {
	.m-sp {
	display:none
}
}
.brandSiteFooter {
	border-top: 1px solid #f4eed3;
	max-height: 999999px
}
.brandSiteFooter .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
}
.brandSiteFooter .inner::after {
	content: '';
	display: table;
	clear: both;
}

.is-unresponsive .brandSiteFooter .inner {
	width: 1040px
}
.brandSiteFooter .link {
	padding: 30px 0 30px;
	text-align: center;
	color: #fff;
	background: #292929
}
.brandSiteFooter .link a {
	color: #fff
}
.brandSiteFooter a {
	text-decoration: none;
}
.brandSiteFooter a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 599px) {
	.brandSiteFooter .link {
	border-top:2px solid #ffd500;
	padding: 0;
	background: #fff
}
.brandSiteFooter .link a {
	color: #333
}
.brandSiteFooter .link .inner {
	padding: 0
}
}

.brandSiteFooter .link .policy {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}


@media screen and (max-width: 599px) {
	.brandSiteFooter .link .policy {
	margin-bottom:0;
	display: block
}
}

.brandSiteFooter .link .policy li {
	padding: 0 15px;
	border-right: 1px solid #fff
	list-style: none;
}

.brandSiteFooter .link .policy li:last-child {
	border-right: 0
}

@media screen and (max-width: 599px) {
	.brandSiteFooter .link .policy li {
	text-align:left;
	padding: 0;
	border-right: 0;
	border-bottom: 1px solid #ececec
}

.brandSiteFooter .link .policy li a {
	padding: 15px 20px;
	display: block;
}
}

.brandSiteFooter .link .copyright {
	font-size: 12px;
	font-size: .75rem
}

@media screen and (max-width: 599px) {
	.brandSiteFooter .link .copyright {
	padding:10px 0;
	background: #292929;
	font-size: 10px;
	font-size: .625rem
}
}
