<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.except-logo {
    position: absolute;
    left: 40px;
    width: 10%;
    top: 40px;
    z-index: 2;
}
.page-header-inner:first-child {
    width: 30%;
}
.page-header-inner:last-child {
    width: 70%;
}
.page-header.small {
    padding: 15px 30px;
}
.page-header {
    transition: 0.6s all;
    -moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
}
.button_container {
    position: fixed;
    top: 0;
    width: 120px;
    height: 120px;
    cursor: pointer;
    transition: opacity 0.25s ease;
    padding: 24px;
    z-index: 9999;
    background: #000;
    right: 0;
}
.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #000 !important;
}
.button_container.active .bottom {
    transform: translateY(0px) translateX(0) rotate(-45deg);
    background: #000 !important;
}
.button_container span {
    background: #000;
    border: none;
    height: 1px;
    width: 40px;
    position: absolute;
    top: 70px;
    right: 38px;
    transition: all 0.35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 60px;
}
.button_container .white {
    background: #fff !important;
    top: 50px;
}
.overlay {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0%;
    z-index: 1;
    overflow: hidden;
}
.overlay.open {
    height: 100%;
    animation: fadeInRight 0.2s ease forwards;
    z-index: 999;
    margin: 0 0 0 60%;
    width: 40%;
}
.overlay.open li {
    animation: fadeInRight 0.6s ease forwards;
    animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
    animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
    animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
    animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
    animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
    animation-delay: 0.75s;
}
.overlay.open li:nth-of-type(10) {
    animation-delay: 0.8s;
}
.overlay.open li:nth-of-type(11) {
    animation-delay: 0.85s;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.overlay ul li {
    display: block;
    text-align: left;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 0px 0;
    margin: 20px 0;
    line-height: 1;
}

.header-online-store-btn {
    color: #fff;
    position: fixed;
    top: 122px;
    width: 120px;
    height: 120px;
    cursor: pointer;
    transition: opacity 0.25s ease;
    padding: 24px;
    z-index: 9999;
    background: #f29b8f;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.25;
    font-size: 1.8rem;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .except-logo {
        position: absolute;
        left: 20px;
        width: 27%;
        top: 20px;
    }
    .overlay.open {
        height: 100%;
        animation: fadeInRight 0.2s ease forwards;
        z-index: 999;
        margin: 0;
        width: 100%;
    }
    .button_container .white {
        background: #fff !important;
        top: 33px;
        right: 24px;
        width: 30px;
    }
    .button_container span:nth-of-type(2) {
        top: 45px;
    }
    .button_container {
        width: 80px;
        height: 80px;
    }
    .header-online-store-btn {
        padding: 0;
        top: 82px;
        width: 80px;
        height: 80px;
    }
    .button_container.active .bottom {
        transform: translateY(0px) translateX(0) rotate(-45deg);
        background: #000 !important;
        top: 40px;
    }
    .button_container.active .top {
        transform: translateY(10px) translateX(0) rotate(45deg);
        background: #000 !important;
        top: 30px;
    }
}
</pre></body></html>