/***********************************
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: 0;
    margin-top: 0;
}
.brandSiteHeader .logo img {
    max-width: 142.36px;
    vertical-align: bottom;
}

/***********************************
FOOTER
***********************************/
.m-sp {
	display:none
}
html {
	font-size: 16px;
}

.brandSiteFooter {
	border-top: 1px solid #f4eed3;
	max-height: 999999px;
}


.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;
}



.brandSiteFooter .link .policy {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-pack: center;
	justify-content: center;
}



.brandSiteFooter .link .policy li {
	padding: 0 15px;
	border-right: 1px solid #fff;
	list-style: none;
}

.brandSiteFooter .link .policy li:last-child {
	border-right: 0
}



/***********************************
Change Logo
***********************************/

.brandSiteHeader .logo {
    max-width: 180px !important;
	margin-bottom: 0 !important;
}

.brandSiteHeader .logo img {
    display: block  !important;
    max-width: 180px !important;
    height: 94px !important;
    object-fit: contain !important;
    object-position: center !important;
}

@media screen and (max-width: 767px) {
	.brandSiteHeader {
		height: 43px !important;
	}

    .brandSiteHeader .logo img {
        max-width: 120px !important;
        height: 43px !important;
    }
}

@media screen and (max-width: 640px) {
    .brandSiteHeader .logo {
        width: 120px !important;
        max-width: 120px !important;
        height: 43px !important;
    }

    .brandSiteHeader .logo img {
        max-width: 120px !important;
        height: 43px !important;
        margin-left: 10px !important;
    }
}
