*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: "font", sans-serif;
}

body {
    overflow-x: hidden;
}

input {
    border: 0px;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    font-size: 100%;
    font-family: initial;
    -moz-appearance: textfield;
}

.container { 
    height: 100%;
    overflow: hidden;
    /* background-image: linear-gradient(45deg, #3b2b25, #4d4138); */
    background-color: #7b4939;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
}

.viewer-backdrop { background-color: rgba(0, 0, 0, 0.75); }
.viewer-button:focus, 
.viewer-button:hover,
.viewer-button {
    background-color: rgb(153, 153, 153);
}

.slick { width: 60%; }

[aspect-ratio] { position: relative; }

[aspect-ratio]::before {
    content: "";
    display: block;
    width: 1px; height: 0px;
    margin-left: -1px;
    padding-top: 70.27119807758325%;
}

.phone[aspect-ratio]::before {
    padding-top: 140.65934065934067%;
}

[aspect-ratio-content] {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: contain; object-position: center;
    -o-object-fit: contain; -o-object-position: center;
}

[aspect-ratio] .loading {
    position: absolute;
    width: 40px; height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.swiper-lazy.swiper-lazy-loaded + .loading {
    display: none;
}

.swiper-lazy + .loading {
    display: block;
}

.slick-arrow-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.slick-prev, .slick-next {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    width: auto; height: auto;
    padding: 1vw;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    pointer-events: auto;
}

.slick-prev:before, .slick-next:before {
    content: "\e687";
    display: block;
    font-size: 4.5vw;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0.8;
}

.slick-prev:before {
    content: "\e685";
}

.slick-prev {
    left: 0;
    -webkit-transform: translate(-160%, -50%);
    transform: translate(-160%, -50%);
}

.slick-next {
    right: 0;
    -webkit-transform: translate(160%, -50%);
    transform: translate(160%, -50%);
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.3;
}

.water-mark {
    position: fixed;
    right: 3vw;
    bottom: 4vh;
    color: #FFFFFF;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
}

.water-mark img {
    border: 0;
    width: 2.725vw;
    margin-bottom: 1vw;
}

.water-mark p {
    display: flex;
    align-items: center;
    font-size: 1vw;
    display: flex;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-box-orient: vertical;
}

.water-mark p span {
    display: block;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb
}

.navigation {
    color: #FFFFFF;
    display: flex;
    font-size: 0.85vw;
    margin-top: 1.25vw;
}

.navigation .one-page {
    cursor: pointer;
}

.navigation .page, .navigation .one-page { color: #bc9a5c; }

.navigation p {
    display: flex;
    align-items: center;
}

.navigation p + p { margin-left: 1.5vw; }

.navigation input {
    width: 3vw;
    height: 1.25vw;
    margin-left: 0.5vw;
    border-radius: 10vw;
    font-size: 0.8vw;
    text-align: center;
    color: #bc9a5c;
    background-color: transparent;
    border: 1px solid #bc9a5c;
}

.navigation .go-to-btn {
    display: block;
    background-color: #bc9a5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5vw;
    cursor: pointer;
    width: 1.625vw;
    height: 1.625vw;
    font-size: 0.8vw;
}

.phone-navigation { 
    color: #999999; 
    font-size: 16px; 
    margin-top: 1.5vh;
}

.pc { display: block; }
.phone, .phone-navigation { display: none; }

.tips {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1024;
    background-color: rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;

    display: none;
}

.tips i { font-size: 45px; margin-bottom: 20px; }

@media (max-width: 1600px) {
    .navigation {
        font-size: 1.15vw;
    }

    .navigation input {
        width: 3.333333vw;
        height: 1.5vw;
        font-size: 0.875vw;
    }

    .navigation .go-to-btn {
        width: 2vw;
        height: 2vw;
        font-size: 1vw;
    }
}

@media (max-width: 1400px) {
    .navigation {
        font-size: 1.25vw;
    }

    .navigation input {
        width: 4vw;
        height: 1.75vw;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 5vw;
    }
}

@media (max-width: 1200px) {
    .navigation {
        font-size: 1.625vw;
    }

    .navigation input {
        width: 5vw;
        height: 2.25vw;
    }

    .navigation .go-to-btn {
        width: 2.25vw;
        height: 2.25vw;
        font-size: 1vw;
    }
}

@media (max-width: 992px) {
    .navigation {
        font-size: 2vw;
        margin-top: 2.5vh;
    }

    .navigation p + p {
        margin-left: 2.5vw;
    }

    .navigation input, .navigation .go-to-btn {
        margin-left: 1vw;
    }

    .navigation .go-to-btn {
        width: 3vw;
        height: 3vw;
        font-size: 1.5vw;
    }

    .navigation input {
        width: 5.5vw;
        height: 2.75vw;
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .navigation {
        font-size: 16px;
    }

    .navigation input, .navigation .go-to-btn {
        margin-left: 10px;
    }

    .navigation input {
        width: 50px;
        height: 25px;
        font-size: 14px;
    }

    .navigation .go-to-btn {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .water-mark {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .water-mark img { 
        width: 25px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .water-mark p {
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-box-orient: horizontal;
        font-size: 12px;
    }

    .slick, .slick-arrow-container { width: 70%; }

    .slick-arrow-container {
        display: none !important;
    }
}

@media (max-width: 680px) {
    .slick, .slick-arrow-container { width: calc(100% - 60px) !important; }
}

@media (max-width: 576px) {
    .slick, .slick-arrow-container { width: calc(100% - 40px) !important; }

    .navigation input {
        width: 50px;
        height: 25px;
        font-size: 14px;
    }

    .navigation .go-to-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (orientation: portrait) {
    .current-page {
        display: none !important;
    }
    .pc { display: none; }
    .phone, .phone-navigation { display: block; }

    .navigation {
        margin-top: 15px;
    }
}

@media (orientation: landscape) and (max-height: 576px) {
    .slick, .slick-arrow-container { width: 50%; }
}

@media (orientation: landscape) and (max-height: 499px) {
    .slick, .slick-arrow-container { width: 40%; }

    .navigation {
        font-size: 16px;
    }

    .navigation input {
        width: 50px;
        height: 25px;
        font-size: 13px;
    }

    .navigation .go-to-btn {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

@media (max-width: 1200px) and (min-height: 992px) {
    .slick, .slick-arrow-container { width: 70%; }
}

@media (min-width: 1200px) and (min-height: 992px) {
    .slick, .slick-arrow-container { width: 60%; }

    .slick-prev {
        -webkit-transform: translate(-140%, -50%);
        transform: translate(-140%, -50%);
    }

    .slick-next {
        -webkit-transform: translate(140%, -50%);
        transform: translate(140%, -50%);
    }
}

@media (min-width: 1200px) and (max-height: 992px) {
    .slick, .slick-arrow-container { width: 50%; }
}

@media (min-width: 1600px) and (min-height: 992px) {
    .slick, .slick-arrow-container { width: 70%; }
}

@media (min-width: 1800px) {
    .slick, .slick-arrow-container { width: 60%; }
}