
/*
--- 
---------------------------------------------------------------------------*/
header.header {
    background-color: #761010;
    transform: translateY(0);
    padding: 10px;
    transition: none;
}
.logo-wrap {
    padding-left: 125px;
    position: relative;
    transition: all 0.5s ease;
}
body.scrolled .logo-wrap {
    padding-left: 80px;
}
.logo-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    margin-top: -10px;
    transition: all 0.5s ease;
}
body.scrolled .logo-wrap img {
    width: 80px;
}
header h1 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
/* header menu */
.header-menu-wrap {
    display: flex;
    gap: 10px;
}
.hd-menu {
    position: relative;
}
.hd-menu:not(:last-of-type)::before {
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}
.hd-menu a {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    min-width: 85px;
    display: block;
    text-align: center;
}
/* smp button */
.header-sp-button {
    width: 62px;
    height: 62px;
    background-color: #fff;
    position: relative;
    transition: background 0.5s ease-out;
    display: none;
}
html.open .header-sp-button {
    background-color: #761010;
}
.header-sp-button span {
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 11px;
    background-color: #761010;
    transition: all 0.6s ease-out;
}
html.open .header-sp-button span {
    background-color: #fff;
}
.header-sp-button span:nth-of-type(1) {
    top: 17px;
    transform-origin: left;
}
html.open .header-sp-button span:nth-of-type(1) {
    transform: rotate(40deg);
}
.header-sp-button span:nth-of-type(2) {
    top: 30px;
}
html.open .header-sp-button span:nth-of-type(2) {
    opacity: 0;
}
.header-sp-button span:nth-of-type(3) {
    top: 43px;
    transform-origin: left;
}
html.open .header-sp-button span:nth-of-type(3) {
    transform: rotate(-40deg);
}
.smpMenu {
	top: 62px;
}
.sp-menu {
    position: relative;
}
.sp-menu:not(:last-of-type)::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sp-menu a {
    color: #fff;
    font-size: 15px;
    padding: 15px;
    min-width: 85px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .header__inner {
        padding-left: 0.5em;
    }
    .logo-wrap {
        padding-left: 100px;
    }
    .logo-wrap img {
        width: 100px;
    }
    /* menu */
    .hd-menu a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    header.header {
        padding: 0;
    }
    .header-sp-button {
        display: block;
    }
    .header-menu-wrap {
        display: none;
    }
}

@media screen and (max-width: 560px) {

}

a.btn-a {
    width: 100%;
    height: auto;
    border: solid 1px #fff;
    margin-top: 30px;
}
/*
--- footer
---------------------------------------------------------------------------*/
footer {
    background-color: #761010;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

svg.footer_logo_mark {
    width: 80px;
    fill: #fff;
}
h2.footer-logo {
    display: block;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 300;
}
h2.footer-logo::before,
h2.footer-logo::after {
    display: none;
}

h3.footer-logo-en {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}
h3.footer-logo-en::after {
    display: none;
}

p.footer__copy {
    font-size: 13px;
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    svg.footer_logo_mark {
        width: 60px;
        fill: #fff;
    }
}

@media screen and (max-width: 560px) {
    h2.footer-logo {
        margin-top: 24px;
        font-size: 20px;
    }
}



/*
---
---------------------------------------------------------------------------*/


@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 560px) {

}






