body {
    margin: 0;
    overflow-x: clip;
}
.page-header {
    position: fixed;
    width: 100%;
}
.page-mv {
    background-image: url(/img/champagne-mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 124px;
}
@media (max-width: 767px) {
    .page-mv {
        height: 320px;
        margin-top: 83px;
    }
}
.page-title {
    text-align: center;
}
article h2 {
    text-align: center;
}
.horizontal_scroll {
    --sticky-container-height: 100vh;
    height: var(--sticky-container-height);
    min-height: 100vh;
    box-sizing: border-box;
}
.horizontal_scroll .sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
.horizontal_scroll .scroller {
    display: flex;
    overflow: auto;
}
.horizontal_scroll .scroller.nobar {
    overflow: hidden;
    /* padding: 0px 212px; */
}
.horizontal_scroll .scroller > * {
    /* flex-basis: 66%; */
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.horizontal_scroll .scroller > *:not(:first-child) {
    margin-left: 3rem;
}

.champagne-item {
    background-image: url(/img/champagne-frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1rem;
    position: relative;
    height: 417px;
}
@media (max-width: 767px) {
    .champagne-item {
        height: 343px;
    }
}

.champagne-item:first-child {
    margin-left: 160px;
}
@media (max-width: 767px) {
    .champagne-item:first-child {
        margin-left: 64px;
    }
}

.champagne-item:last-child {
    margin-right: 160px;
}
@media (max-width: 767px) {
    .champagne-item:last-child {
        margin-right: 64px;
    }
}


.champagne-item .champagne-img {
    width: 248px;
    margin-right: 56px;
}
@media (max-width: 767px) {
    .champagne-item .champagne-img {
        width: 200px;
    }
}
.champagne-info {
    width: 340px;
}
@media (max-width: 767px) {
    .champagne-info {
        width: 240px;
    }
}
.champagne-info h3 {
    font-family: 'A-OTF Ryumin Pr6N';
    font-weight: 300;
    font-size: 2rem;
    line-height: 64px;
    letter-spacing: 0.05em;
    color: #C2B280;
    margin-top: 0;
}
@media (max-width: 767px) {
    .champagne-info h3 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
}
.champagne-info p {
    font-family: 'A-OTF Ryumin Pr6N';
    font-style: normal;
    font-weight: 300;
    font-size: 0.94rem;
    line-height: 35px;
    text-align: justify;
    margin-top: 0;
}
.champagne-text {
    width: 154px;
    position: absolute;
    bottom: 24px;
    right: 60px;
}
@media (max-width: 767px) {
    .champagne-text {
        bottom: 11px;
        right: 50px;
    }
}

@media (max-width: 767px) {
    .domperi .gold .champagne-text {
        right: 28px;
    }
    .perrier .gold .champagne-text {
        right: 28px;
    }
}


.horizontal_scroll.salon .scroller {
    justify-content: center;
}
@media (max-width: 767px) {
    .horizontal_scroll.salon .scroller {
        justify-content: left;
    }
}