/***********************************
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: 0!important;
    padding: 0!important;
}

.brandSiteHeader .logo img {
    max-width: 142.36px;
    vertical-align: bottom;
}
.brandSiteHeader .ph-logo {
    float: right;
    margin-bottom: 0!important;
    padding: 0!important;
}

.brandSiteHeader .ph-logo img{
    max-width: 180px;
    vertical-align: bottom;
}
@media (max-width: 640px) {
    .brandSiteHeader {
        position: relative;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 43px;
        background: #fff;
        overflow: hidden;
        transition: height .5s;
        border-bottom: 2px solid #ffd500;
        line-height: 1;
    }

    .brandSiteHeader .logo {
        width: 70.11px;
        height: 43px;
    }

    .brandSiteHeader .inner {
        padding: 0;
    }

    .brandSiteHeader .logo img {
        height: 43px;
        margin-left: 5px;
    }

    .brandSiteHeader .ph-logo {
        float: right;
        margin-top: 0px!important;
        height: 43px;
        /* width: 180px; */
    }

    .brandSiteHeader .ph-logo img {
        height: 43px;
        margin-right: 5px;
        vertical-align: middle;
    }
}

/***********************************
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
    }
}




/***********************************
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: 640px) {
    .brandSiteHeader {
		height: 43px !important;
	}

    .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;
    }
}

