.kawagoe-section {
    position: relative;
    background-image: none;
    background-color: #5F432F;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center top;
    background-position-y: 250px;
    z-index: 1;
    outline: 3px solid #D1E8E3;
    outline-offset: -15px;
}

.kawagoe-section .breadcrumb-title {
    margin-bottom: 0;
}

.kawagoe-content {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 50px;
    box-shadow: 0 0 5px #00000029;
    z-index: 2;
}

.kawagoe-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #D1E8E3;
    z-index: -2;
}

.kawagoe-content.is-active {
    position: relative;
}

.kawagoe-menu {
    position: absolute;
    width: 100%;
}

.kawagoe-menu > .menu {
    position: relative;
    padding-top: 10px;
}

.kawagoe-menu > .menu .menu-icon {
    position: relative;
    display: block;
    width: 50px;
    margin-left: auto;
    cursor: pointer;
    z-index: 2;
}

.kawagoe-menu .menu-icon figure {
    position: relative;
    right: 0.5em;
}

.kawagoe-menu > .menu-icon figure {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}

.kawagoe-menu > .menu figure img {
    width: 100%;
}

.kawagoe-menu .menu-item figure img {
    width: auto;
    height: 60px;
}

.kawagoe-menu .menu-items {
    display: none;
}

.item-menu .active-img {
    display: none;
}

.active .active-img {
    display: inline-block;
}
.active .inactive-img {
    display: none;
}


.kawagoe-menu .menu.is-active::before {
    position: absolute;
    content: "";
    width: auto;
    height: 100%;
    top: 0;
    left: -26px;
    background-color: #fff;
    z-index: 1;
}

.kawagoe-menu .menu-item a figure {
    text-align: center;
}

.kawagoe-menu .menu.is-active .menu-icon figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/img/chocolate-museum2026/close_btn.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.kawagoe-menu .menu.is-active {
    position: absolute;
    background-color: #fff;
    width: 100%;
    padding-bottom: 80px;
}

.kawagoe-menu .is-active .menu-items {
    position: relative;
    display: block;
    z-index: 2;
}
 
.kawagoe-content .top-img {
    padding-top: 0;
}

.top-img > img,
.top-text-img > img {
    width: 100%;
}

.top-text-img {
    max-width: 430px;
    margin: 50px auto 0;
}

.video-wrap,
.info-wrap,
.floor-info {
    position: relative;
    width: 90%;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #00000029;
}

.video-wrap {
    margin-top: 70px;
    padding: 43px 20px 22px;
}

.video-wrap::before,
.info-wrap::before,
.floor-info::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 390px;
    height: 51px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;

}

.video-wrap::before {
    background-image: url("/img/chocolate-museum2026/video_title.png");
}

.info-wrap::before {
    background-image: url("/img/chocolate-museum2026/info_title.png");
}

.floor-info::before {
    background-image: url("/img/chocolate-museum2026/floor_title.png");
}

.video-wrap video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.info-wrap {
    padding: 43px 20px 30px;
    margin-top: 75px;
}

.info-wrap a {
    display: block;
    margin: 0 0 30px;
}

.info-wrap figure {
    margin: 0;
}

.info-wrap .last-item{
    margin: 0;
}

.info-wrap .info-content {
    margin-top: 30px;
}

.floor-info {
    margin-top: 75px;
    padding: 56px 32px 30px;
}

.floor-info .floor:not(:first-child) {
    margin-top: 30px;
}

.floor-info .floor,
.small-bnr-list a {
    /*border: 1px solid #bebebe;*/
}

.floor.is-disabled {
    position: relative;
}

.floor.is-disabled::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.is-disabled a {
    pointer-events: none;
}

.floor-info .floor figure {
    margin-bottom: 0;
}

.info-wrap figure img,
.floor-info .floor img {
    width: 100%;
}

.left-section,
.right-section {
    position: fixed;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.left-section {
    width: 380px;
    left: 30px;
}

.left-section > a {
    margin-bottom: 1em;
    transition: 0.5s ease-in-out;
}

.left-section > a.scroll-at-bottom {
    margin-bottom: 11em;
}

.left-section figure img{
    width: 100%;
}

.right-section figure img {
    width: auto;
    max-height: 67px;
}

.right-section {
    width: 300px;
    right: 5%;
}

.right-section .content {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #00000029;
    transition: margin-bottom 1s ease-in-out;
    opacity: 0.85;
}

.right-section .content a:last-child figure {
    margin-bottom: 0;
}

.right-section .content.scroll-at-bottom {
    margin-bottom: 50%;
}

.right-section figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.back-top p {
    position: relative;
    z-index: 2;
}

.small-bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.small-bnr-list a {
    width:  48%;
    margin-bottom: 30px;
    margin-right: 4%;
}

.small-bnr-list a:nth-child(2n) {
    margin-right: 0;
}

.small-bnr-list .last-item {
    margin-bottom: 0;
}

.small-bnr-list a img {
    width: 100%;
}

@media (max-width: 1080px) {
    .left-section,
    .right-section {
        display: none;
    }   
}

@media (min-width: 1080px)  and (max-width: 1140px) {
    .right-section {
        width: 250px;
        right: 2%;
    }

    .left-section {
        width: 250px;
    }
}

@media (min-width: 1140px) and (max-width: 1260px) {
    .right-section {
        width: 250px;
        right: 5%;
    }

    .left-section {
        width: 250px;
    }
}

@media (min-width: 1260px) and (max-width: 1300px) {
    .left-section {
        width: 300px;
    }
}

@media (min-width: 1500px) {
    .right-section {
        right: 7%;
    }
}