@charset "utf-8";

body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    font-feature-settings: "palt";
    color: #684517;
    width: 100%;
    margin: 0 auto;
    word-wrap: break-word;
}

header {
    background: url(../images/bg_header.jpg) repeat-x top center;
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
    padding-top: 70px;

    h1 {
        text-align: center;
    }

    #band {
        background: url(../images/bg_band.png) repeat top center;
        width: 100%;
        height: 220px;
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 10px;


        .right {
            font-family: "Noto Serif SC", serif;
            font-size: 32px;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
            color: #684517;
            line-height: 1.3;
            letter-spacing: -0.05em;

            img {
                margin-right: 10px;
                vertical-align: sub;
            }

            span {
                font-family: "Zen Old Mincho", serif;
                font-size: 68px;
                font-weight: 900;
                font-style: normal;
                vertical-align: sub;
            }
        }
    }
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: top;
}

h2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 60px;
    color: #a08563;
    background: url(../images/bg_heading.png) no-repeat #e4ddc3;
    height: 120px;
    padding: 20px 0 0 50px;
    letter-spacing: -0.04em;
    text-shadow: 2px 2px 8px #fff, -2px 2px 8px #fff, 2px -2px 8px #fff, -2px -2px 8px #fff, 2px 2px 8px #fff, -2px 2px 8px #fff, 2px -2px 8px #fff, -2px -2px 8px #fff;

    span{
        display: inline-block;
    }
}

#first_view {
    background: url(../images/main.jpg) no-repeat top center / cover;
    width: 100%;
    height: 900px;
    margin-top: -10px;
    padding-top: 570px;
    text-align: center;
}

footer {
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}

@media (1200px < width <=2000px) {
    header {
        height: 30vw;
        margin-bottom: 1.5vw;
        padding-top: 3.5vw;

        h1 img {
            width: 47.35vw;
        }

        #band {
            height: 11vw;
            margin-top: 1vw;
            gap: 0 0.5vw;

            .left img {
                width: 13.7vw;
            }
    
            .right {
                font-size: 1.6vw;
    
                img {
                    width: 2.8vw;
                    margin-right: 0.5vw;
                }
    
                span {
                    font-size: 3.4vw;
                }
            }
        }
    }

    h2 {
        font-size: 3vw;
        height: 6vw;
        padding: 1vw 0 0 2.5vw;
        text-shadow: 0.1vw 0.1vw 0.4vw #fff, -0.1vw 0.1vw 0.4vw #fff, 0.1vw -0.1vw 0.4vw #fff, -0.1vw -0.1vw 0.4vw #fff, 0.1vw 0.1vw 0.4vw #fff, -0.1vw 0.1vw 0.4vw #fff, 0.1vw -0.1vw 0.4vw #fff, -0.1vw -0.1vw 0.4vw #fff;
    }

    #first_view {
        height: 45vw;
        margin-top: -0.5vw;
        padding-top: 28.5vw;

        img {
            width: 40.8vw;
        }
    }

    footer {
        font-size: 0.8vw;
        padding: 1vw 0;
    }
}

@media (width <=1200px) {
    header {
        height: 360px;
        margin-bottom: 18px;
        padding-top: 42px;

        h1 img {
            width: calc(947px * 0.6)
        }

        #band {
            height: 132px;
            margin-top: 24px;
            gap: 0 6px;

            .left img {
                width: calc(274px * 0.6);
            }
    
            .right {
                font-size: calc(32px * 0.6);
    
                img {
                    width: calc(56px * 0.6);
                    margin-right: 6px;
                }
    
                span {
                    font-size: calc(68px * 0.6);
                }
            }
        }
    }

    h2 {
        font-size: 36px;
        height: 72px;
        padding: 12px 0 0 30px;
        text-shadow: calc(2px * 0.6) calc(2px * 0.6) calc(8px * 0.6) #fff, calc(-calc(2px * 0.6) * 0.6) calc(2px * 0.6) calc(8px * 0.6) #fff, calc(2px * 0.6) calc(-calc(2px * 0.6) * 0.6) calc(8px * 0.6) #fff, calc(-calc(2px * 0.6) * 0.6) calc(-calc(2px * 0.6) * 0.6) calc(8px * 0.6) #fff, calc(2px * 0.6) calc(2px * 0.6) calc(8px * 0.6) #fff, calc(-calc(2px * 0.6) * 0.6) calc(2px * 0.6) calc(8px * 0.6) #fff, calc(2px * 0.6) calc(-calc(2px * 0.6) * 0.6) calc(8px * 0.6) #fff, calc(-calc(2px * 0.6) * 0.6) calc(-calc(2px * 0.6) * 0.6) calc(8px * 0.6) #fff;
    }

    #first_view {
        height: 540px;
        margin-top: -6px;
        padding-top: 342px;

        img {
            width: calc(816px * 0.6);
        }
    }

    footer {
        font-size: calc(16px * 0.6);
        padding: 12px 0;
    }
}

/****************** enter ******************/
#enter {
    #concept {
        background: url(../images/bg_concept.png) repeat top center;

        .bg-box{
            background: #dac6a8;
            padding-bottom: 50px;

            .box {
                color: #684517;
                position: relative;
                padding: 90px 340px 0 310px;

                h3 {
                    font-size: 30px;
                    line-height: 1.5;

                    span{
                        display: block;
                        margin-top: 1em;
                    }
                }

                .pink {
                    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
                    font-size: 24px;
                    font-weight: bold;
                    color: #ff4799;
                    line-height: 1.5;
                }

                .text {
                    font-size: 16px;
                    line-height: 1.8;
                }
            }

        }

    }

    #guide {
        margin-top: 10px;

        ul {
            margin-top: 70px;
            display: flex;
            justify-content: center;
            gap: 0 30px;

            li:first-child {
                font-family: "Lusitana", serif;
                font-size: 52px;
                font-weight: 400;
                font-style: italic;
                color: #684517;
                background: #dac6a8;
                width: 130px;
                height: 130px;
                padding-top: 6px;
                border-radius: 50%;
                text-align: center;
                line-height: 1;
                position: relative;

                span {
                    font-size: 26px;
                    font-style: normal;
                }
            }

            li:first-child::after {
                content: '';
                background: #dac6a8;
                width: 5px;
                height: 130px;
                margin: auto;
                position: absolute;
                top: 130px;
                left: 0;
                right: 0;
            }

            li:nth-child(2) {
                font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
                width: 900px;
                padding: 6px 0 0 64px;
                position: relative;

                .pink {
                    font-size: 26px;
                    color: #ee251d;
                    line-height: 1.5;
                }

                .text {
                    font-size: 20px;
                }
            }

            li:nth-child(2)::before {
                content: '-----';
                font-size: 20px;
                color: #ee251d;
                position: absolute;
                top: 6px;
                left: 0;
            }
        }

        ul:first-of-type {
            margin-top: 50px;
        }

        ul:nth-of-type(2) li:first-child::after {
            height: 180px;
        }

        ul:nth-of-type(7) li:first-child::after {
            display: none;
        }
    }

    #terms {
        position: relative;
        width: 1380px;
        margin: 50px auto 0;
        border: #684517 1px solid;
        padding: 50px 50px 40px;

        h3 {
            font-family: "Playfair Display", serif;
            font-size: 28px;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            text-align: center;
        }

        p {
            font-size: 14px;
            margin-top: 60px;
            line-height: 1.8;
            letter-spacing: 0.2em;

            span {
                padding-left: 3em;
                text-indent: -1.2em;
                display: block;
            }
        }
    }

    #play {
        font-family: "Prata", serif;
        font-size: 100px;
        font-weight: 400;
        font-style: normal;
        background: #996f3d;
        width: 100%;
        margin-top: 50px;
        text-align: center;
        line-height: 3;

        a {
            color: #fff;
            width: 100%;
            height: 100%;
            display: block;
            transition: opacity .5s ease;
        }

        a:hover {
            opacity: .6;
        }
    }
}

@media (1200px < width <=2000px) {
    #enter {
        #concept {
            padding-bottom: 0;

            .bg-box{
                .box {
                    padding: 4vw 17vw 0 15.5vw;

                    h3 {
                        font-size: 1.2vw;

                        img {
                            width: 11.5vw;
                        }
                    }

                    .pink {
                        font-size: 1.2vw;
                    }

                    .text {
                        font-size: 0.8vw;
                    }
                }
            }
        }

        #guide {
            ul {
                margin-top: 3.5vw;
                gap: 0 1.5vw;

                li:first-child {
                    font-size: 2.6vw;
                    width: 6.5vw;
                    height: 6.5vw;
                    padding-top: 0.3vw;

                    span {
                        font-size: 1.3vw;
                    }
                }

                li:first-child::after {
                    width: 0.25vw;
                    height: 6.5vw;
                    top: 6.5vw;
                }

                li:nth-child(2) {
                    width: 45vw;
                    padding: 0.3vw 0 0 3.2vw;

                    .pink {
                        font-size: 1.3vw;
                    }

                    .text {
                        font-size: 1vw;
                    }
                }

                li:nth-child(2)::before {
                    font-size: 1vw;
                    top: 0.3vw;
                }

                li:last-child img {
                    width: 13.6vw;
                }
            }

            ul:first-of-type {
                margin-top: 2.5vw;
            }

            ul:nth-of-type(2) li:first-child::after {
                height: 9vw;
            }
        }

        #terms {
            width: 69vw;
            margin: 2.5vw auto 0;
            padding: 2.5vw 2.5vw 2vw;

            h3 {
                font-size: 1.4vw;
            }

            p {
                font-size: 0.7vw;
                margin-top: 3vw;
            }
        }

        #play {
            font-size: 5vw;
            margin-top: 2.5vw;
        }
    }
}

@media (width <=1200px) {
    #enter {
        #concept {
            padding-bottom: 0;

            .bg-box{
                padding-bottom: 50px;
    
                .box {
                    padding: 40px 204px 0 186px;

                    h3 {
                        font-size: 18px;

                        img {
                            width: 138px;
                        }
                    }

                    .pink {
                        font-size: calc(24px * 0.6);
                    }

                    .text {
                        font-size: calc(16px * 0.6);
                    }
                }

            }
        }

        #guide {
            ul {
                margin-top: 42px;
                gap: 0 18px;

                li:first-child {
                    font-size: calc(52px * 0.6);
                    width: 78px;
                    height: 78px;
                    padding-top: calc(6px * 0.6);

                    span {
                        font-size: calc(26px * 0.6);
                    }
                }

                li:first-child::after {
                    width: 3px;
                    height: 78px;
                    top: 78px;
                }

                li:nth-child(2) {
                    width: 540px;
                    padding: calc(6px * 0.6) 0 0 calc(64px * 0.6);

                    .pink {
                        font-size: calc(26px * 0.6);
                    }

                    .text {
                        font-size: 12px;
                    }
                }

                li:nth-child(2)::before {
                    font-size: 12px;
                    top: calc(6px * 0.6);
                }

                li:last-child img {
                    width: calc(272px * 0.6);
                }
            }

            ul:first-of-type {
                margin-top: 30px;
            }

            ul:nth-of-type(2) li:first-child::after {
                height: 108px;
            }
        }

        #terms {
            width: 828px;
            margin: 30px auto 0;
            padding: 30px 30px 24px;

            h3 {
                font-size: calc(28px * 0.6);
            }

            p {
                font-size: calc(14px * 0.6);
                margin-top: 36px;
            }
        }

        #play {
            font-size: 60px;
            margin-top: 30px;
        }
    }
}

/****************** enter ******************/

/****************** top ******************/
#top {
    #waiting {
        .text {
            font-family: "Playfair Display", serif;
            font-size: 25px;
            font-optical-sizing: auto;
            font-weight: 400;
            margin: 40px 0;
            text-align: center;
        }

        .box {
            width: 100%;
            display: flex;
            flex-wrap: wrap;

            li {
                width: 20%;
                border: #a0a0a0 1px solid;

                .thumb {
                    a {
                        display: block;
                        position: relative;

                        .image {
                            width: 100%;
                        }

                        .icon-new {
                            position: absolute;
                            left: 0;
                            bottom: 0;
                        }
                    }
                }

                .name {
                    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
                    font-size: 20px;
                    font-weight: bold;
                    margin-top: 5px;
                    line-height: 1.5;
                    text-align: center;

                    span {
                        font-family: "Playfair Display", serif;
                        font-size: 16px;
                        font-optical-sizing: auto;
                        font-weight: 400;
                        margin-left: 5px;
                    }
                }

                .size {
                    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
                    font-size: 16px;
                    text-align: center;
                }

                .time-waiting {
                    background: url(../images/bg_time_waiting.jpg) repeat top center;
                    margin-top: 5px;
                    padding-top: 3px;

                    .time-wrap {
                        margin: 0 auto;

                        p {
                            font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
                            font-size: 22px;
                            background: url(../images/bg_time.jpg) no-repeat left top / cover;
                            width: 100%;
                            text-align: center;
                            line-height: 1.5;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            gap: 0 5px;

                            svg {
                                fill: #684517;
                            }
                        }
                    }

                    .waiting {
                        font-size: 20px;
                        color: #000;
                        font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
                        padding: 0 15px;
                        background: -webkit-repeating-linear-gradient(-45deg, #f7e2c7 0, #f7e2c7 3px, #fff 3px, #fff 5px);
                        background: repeating-linear-gradient(-45deg, #f7e2c7 0, #f7e2c7 3px, #fff 3px, #fff 5px);
                        line-height: 30px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        text-align: center;
                    }
                }
            }
        }
    }

    #fee {
        margin-top: 50px;

        .box {
            background: url(../images/system_bg_top.png) no-repeat left top / 539px, url(../images/system_bg_bottom.png) no-repeat right bottom / 891px linear-gradient(to top, #c7a981, #fffff4 50%, #c7a981);
            width: 1380px;
            margin: 50px auto 0;
            padding: 10px;
            border: #a7a7a7 1px solid;

            .inner{
                background-color: #fff;
                overflow: hidden;
                padding-bottom: 30px;
                
                .text {
                    font-size: 20px;
                    text-align: center;
                }

                h3 {
                    font-family: 'Lusitana', serif;
                    font-size: 30px;
                    font-weight: normal;
                    font-style: italic;
                    font-optical-sizing: auto;
                    color: #fff;
                    background-color: #996f3d;
                    text-align: center;
                    margin: 24px auto 0;
                    position: relative;
                }

                h3::before {
                    content: '';
                    background: url(../images/star.png) no-repeat left top/cover;
                    width: 131px;
                    height: 67px;
                    position: absolute;
                    left: -130px;
                    top: -50%;
                }

                h3::after {
                    content: '';
                    background: url(../images/star.png) no-repeat left top/cover;
                    width: 131px;
                    height: 67px;
                    position: absolute;
                    right: -130px;
                    top: -50%;
                    transform: scaleX(-1);
                }

                .one-box {
                    width: 780px;
                    margin: 30px auto 0;

                    h3 {
                        font-size: 30px;
                        font-weight: normal;
                        font-style: italic;
                        color: #ff4799;
                        width: fit-content;
                        margin: 0 auto;
                        position: relative;
                    }

                    h3::before {
                        content: '';
                        background: url(../images/star.png) no-repeat left top/cover;
                        width: 131px;
                        height: 67px;
                        position: absolute;
                        left: -161px;
                        top: -25%;
                    }

                    h3::after {
                        content: '';
                        background: url(../images/star.png) no-repeat left top/cover;
                        width: 131px;
                        height: 67px;
                        position: absolute;
                        right: -161px;
                        top: -25%;
                    }

                    ul {
                        width: 600px;
                        margin: 30px auto 0;
                        display: flex;
                        justify-content: space-between;
                        gap: 10px 0;
                        flex-wrap: wrap;

                        li {
                            font-family: "Prata", serif;
                            font-size: 24px;
                            font-weight: 400;
                            font-style: italic;
                            text-align: right;

                            span {
                                font-size: 30px;
                                color: #ee251d;
                                margin-left: 20px;
                            }
                        }
                    }

                    p {
                        font-family: "Prata", serif;
                        font-size: 24px;
                        font-weight: 400;
                        font-style: italic;
                        margin-top: 20px;
                        text-align: center;

                        span {
                            font-size: 30px;
                            color: #ff4799;
                            margin-left: 20px;
                        }
                    }
                }

                .one-box:nth-of-type(n+2) {
                    padding-top: 40px;
                    border-top: #acabab 1px solid;
                }
            }
        }

        .other {
            background: url(../images/bg_fee_01.png) no-repeat left top / 461px 193px, url(../images/bg_fee_02.png) no-repeat right bottom / 480px 188px;
            width: 1380px;
            margin: 40px auto 0;
            padding: 50px 0 40px;
            border: #a7a7a7 1px solid;
            text-align: center;

            h3 {
                font-size: 33px;
                font-weight: normal;
            }

            .text-01 {
                font-size: 20px;
                font-style: italic;

                span {
                    font-size: 30px;
                    color: #ff4799;
                    margin-left: 10px;
                }
            }

            .text-02 {
                font-size: 16px;
                font-style: italic;
                margin-top: 5px;
                line-height: 1.6;

                span {
                    color: #ee251d;
                    font-size: 1.4em;
                }
            }
        }

        .basic-play {
            background: url(../images/bg_basic_play.jpg) no-repeat top center / cover;
            width: 100%;
            height: 320px;
            margin-top: 40px;
            padding-top: 70px;

            h3 {
                font-family: "Playfair Display", serif;
                font-size: 28px;
                font-optical-sizing: auto;
                font-weight: 400;
                color: #fff;
                text-align: center;
            }

            p {
                font-size: 20px;
                color: #fff;
                margin-top: 60px;
                text-align: center;
                line-height: 1.6;
            }
        }

        .option {
            position: relative;
            background: url(../images/bg_fee_01.png) no-repeat left top / 461px 193px, url(../images/bg_fee_02.png) no-repeat right bottom / 480px 188px;
            width: 1380px;
            margin: 40px auto 0;
            padding: 60px 20px 40px;
            border: #a7a7a7 1px solid;

            h3 {
                font-family: "Playfair Display", serif;
                font-size: 30px;
                font-optical-sizing: auto;
                font-weight: 400;
                width: fit-content;
                margin: 0 auto;
                position: relative;
            }

            ul {
                position: relative;
                z-index: 1;
                margin-top: 60px;
                display: flex;
                gap: 10px 25px;
                flex-wrap: wrap;

                li {
                    width: calc(100% / 3 - 50px / 3);
                    display: flex;
                    align-items: center;
                    justify-content: space-between;

                    .name {
                        font-size: 20px;
                        letter-spacing: -0.05em;
                    }

                    .amount {
                        font-family: "Prata", serif;
                        font-size: 24px;
                        font-weight: 400;
                        font-style: italic;
                        color: #ee251d;
                        letter-spacing: -0.05em;

                        span {
                            font-size: 18px;
                            margin-left: 5px;
                        }
                    }
                }
            }

            .text {
                position: relative;
                z-index: 1;
                font-size: 18px;
                margin-top: 20px;
                text-align: center;
            }
        }

        .transportation {
            position: relative;
            background: url(../images/bg_fee_01.png) no-repeat left top / 461px 193px, url(../images/bg_fee_02.png) no-repeat right bottom / 480px 188px;
            width: 1380px;
            margin: 40px auto;
            padding: 50px 0 60px;
            border: #a7a7a7 1px solid;

            h3 {
                position: relative;
                font-family: "Playfair Display", serif;
                font-size: 33px;
                font-optical-sizing: auto;
                font-weight: 400;
                width: fit-content;
                margin: 0 auto;
                text-align: center;
            }

            ul {
                position:relative;
                z-index:1;
                width: 1250px;
                margin: 15px auto 0;
                padding-bottom: 15px;
                border-bottom: #000 1px solid;
                letter-spacing: -0.05em;
                display: flex;
                align-items: center;
                gap: 0 30px;

                li:first-child {
                    font-size: 30px;
                    font-style: italic;
                    color: #ee251d;
                    width: 310px;
                    text-align: right;

                    span {
                        font-size: 20px;
                    }
                }

                li:last-child {
                    font-size: 20px;
                    width: calc(100% - 340px);
                }
            }

            ul:first-of-type {
                margin-top: 60px;
            }
        }
    }
}

@media (1200px < width <=2000px) {
    #top {
        #waiting {
            .text {
                font-size: 1.25vw;
                margin: 2vw 0;
            }

            .box {

                li {
                    .thumb {
                        a {
                            .icon-new {
                                width: 5vw;
                            }
                        }
                    }

                    .name {
                        font-size: 1vw;
                        margin-top: 0.25vw;

                        span {
                            font-size: 0.8vw;
                            margin-left: 0.25vw;
                        }
                    }

                    .size {
                        font-size: 0.8vw;
                    }

                    .time-waiting {
                        margin-top: 0.25vw;
                        padding-top: 0.15vw;

                        .time-wrap {
                            width: auto;

                            p {
                                font-size: 1.1vw;
                                gap: 0 0.25vw;

                                svg {
                                    width: 1.2vw;
                                }
                            }
                        }

                        .waiting {
                            font-size: 1vw;
                        }
                    }
                }
            }
        }

        #fee {
            margin-top: 2.5vw;

            .box {
                background: url(../images/system_bg_top.png) no-repeat left top / 23.05vw, url(../images/system_bg_bottom.png) no-repeat right bottom / 18.5vw, linear-gradient(to top, #c7a981, #fffff4 50%, #c7a981);
                width: 69vw;
                margin: 2.5vw auto 0;
                padding: 10px;

                .inner{
                    background-color: #fff;
                    overflow: hidden;
                    padding-bottom: 30px;
    
                    .text {
                        font-size: 1vw;
                    }

                    h3 {
                        font-size: 1.5vw;
                    }

                    h3::before {
                        width: 6.55vw;
                        height: 3.35vw;
                        left: -8.05vw;
                    }

                    h3::after {
                        width: 6.55vw;
                        height: 3.35vw;
                        right: -8.05vw;
                    }

                    .one-box {
                        width: 39vw;
                        margin: 1.5vw auto 0;

                        h3 {
                            font-size: 1.5vw;
                        }

                        h3::before {
                            width: 6.55vw;
                            height: 3.35vw;
                            left: -8.05vw;
                        }

                        h3::after {
                            width: 6.55vw;
                            height: 3.35vw;
                            right: -8.05vw;
                        }

                        ul {
                            width: 30vw;
                            margin: 1.5vw auto 0;
                            gap: 0.5vw 0;

                            li {
                                font-size: 1.2vw;

                                span {
                                    font-size: 1.5vw;
                                    margin-left: 1vw;
                                }
                            }
                        }

                        p {
                            font-size: 1.2vw;
                            margin-top: 1vw;

                            span {
                                font-size: 1.5vw;
                                margin-left: 1vw;
                            }
                        }
                    }

                    .one-box:nth-of-type(n+2) {
                        padding-top: 2vw;
                    }
                }
            }

            .other {
                background: url(../images/bg_fee_01.png) no-repeat left top / 23.05vw 9.65vw, url(../images/bg_fee_02.png) no-repeat right bottom / 24vw 9.4vw;
                width: 69vw;
                margin: 2vw auto 0;
                padding: 2vw 0 2.5vw;

                h3 {
                    font-size: 1.65vw;
                }

                .text-01 {
                    font-size: 1vw;

                    span {
                        font-size: 1.5vw;
                        margin-left: 0.5vw;
                    }
                }

                .text-02 {
                    font-size: 0.8vw;
                    margin-top: 0.25vw;
                }
            }

            .basic-play {
                height: 16vw;
                margin-top: 2vw;
                padding-top: 3.5vw;

                h3 {
                    font-size: 1.4vw;
                }

                p {
                    font-size: 1vw;
                    margin-top: 3vw;
                }
            }

            .option {
                background: url(../images/bg_fee_01.png) no-repeat left top / 23.05vw 9.65vw, url(../images/bg_fee_02.png) no-repeat right bottom / 24vw 9.4vw;
                width: 69vw;
                margin: 2vw auto 0;
                padding: 3vw 1vw 2vw;

                h3 {
                    font-size: 1.5vw;
                }

                ul {
                    margin-top: 3vw;
                    gap: 0.5vw 1.25vw;

                    li {
                        width: calc(100% / 3 - 2.6vw / 3);

                        .name {
                            font-size: 1vw;
                        }

                        .amount {
                            font-size: 1.2vw;

                            span {
                                font-size: 0.9vw;
                                margin-left: 0.25vw;
                            }
                        }
                    }
                }

                .text {
                    font-size: 0.9vw;
                    margin-top: 1vw;
                }
            }

            .transportation {
                background: url(../images/bg_fee_01.png) no-repeat left top / 23.05vw 9.65vw, url(../images/bg_fee_02.png) no-repeat right bottom / 24vw 9.4vw;
                width: 69vw;
                margin: 2vw auto;
                padding: 3.5vw 0 3vw;

                h3 {
                    font-size: 1.65vw;
                }

                ul {
                    width: 62.5vw;
                    margin: 0.75vw auto 0;
                    padding-bottom: 0.75vw;
                    gap: 0 1.5vw;

                    li:first-child {
                        font-size: 1.5vw;
                        width: 15.5vw;

                        span {
                            font-size: 1vw;
                        }
                    }

                    li:last-child {
                        font-size: 1vw;
                        width: calc(100% - 17vw);
                    }
                }

                ul:first-of-type {
                    margin-top: 3vw;
                }
            }
        }
    }
}

@media (width <=1200px) {
    #top {
        #waiting {
            .text {
                font-size: 15px;
                margin: 24px 0;
            }

            .box {
                width: 1200px;

                li {
                    .thumb {
                        a {
                            .icon-new {
                                width: 60px;
                            }
                        }
                    }

                    .name {
                        font-size: 12px;
                        margin-top: 3px;

                        span {
                            font-size: calc(16px * 0.6);
                            margin-left: 3px;
                        }
                    }

                    .size {
                        font-size: calc(16px * 0.6);
                    }

                    .time-waiting {
                        margin-top: 3px;
                        padding-top: calc(3px * 0.6);

                        .time-wrap {
                            width: auto;

                            p {
                                font-size: calc(22px * 0.6);
                                gap: 0 3px;

                                svg {
                                    width: calc(24px * 0.6);
                                }
                            }
                        }

                        .waiting {
                            font-size: 12px;
                        }
                    }
                }
            }
        }

        #fee {
            margin-top: 30px;

            .box {
                background: url(../images/system_bg_top.png) no-repeat left top / 350px, url(../images/system_bg_bottom.png) no-repeat right bottom / 600px, linear-gradient(to top, #c7a981, #fffff4 50%, #c7a981);
                width: 828px;
                margin: 30px auto 0;
                padding: 10px;

                .text {
                    font-size: 12px;
                }

                h3 {
                    font-size: 18px;
                }

                h3::before {
                    width: calc(131px * 0.6);
                    height: calc(67px * 0.6);
                    left: calc(-161px * 0.6);
                }

                h3::after {
                    width: calc(131px * 0.6);
                    height: calc(67px * 0.6);
                    right: calc(-161px * 0.6);
                }
                
                .one-box {
                    width: 468px;
                    margin: 18px auto 0;

                    h3 {
                        font-size: 18px;
                    }

                    h3::before {
                        width: calc(131px * 0.6);
                        height: calc(67px * 0.6);
                        left: calc(-161px * 0.6);
                    }

                    h3::after {
                        width: calc(131px * 0.6);
                        height: calc(67px * 0.6);
                        right: calc(-161px * 0.6);
                    }

                    ul {
                        width: 360px;
                        margin: 18px auto 0;
                        gap: 6px 72px;

                        li {
                            font-size: calc(24px * 0.6);

                            span {
                                font-size: 18px;
                                margin-left: 12px;
                            }
                        }
                    }

                    p {
                        font-size: calc(24px * 0.6);
                        margin-top: 12px;

                        span {
                            font-size: 18px;
                            margin-left: 12px;
                        }
                    }
                }

                .one-box:nth-of-type(n+2) {
                    padding-top: 24px;
                }
            }

            .other {
                background: url(../images/bg_fee_01.png) no-repeat left top / calc(461px * 0.6) calc(193px * 0.6), url(../images/bg_fee_02.png) no-repeat right bottom / 288px calc(188px * 0.6);
                width: 828px;
                margin: 24px auto 0;
                padding: 12px 0 18px;

                h3 {
                    font-size: calc(33px * 0.6);
                }

                .text-01 {
                    font-size: 12px;

                    span {
                        font-size: 18px;
                        margin-left: 6px;
                    }
                }

                .text-02 {
                    font-size: calc(16px * 0.6);
                    margin-top: 3px;
                }
            }

            .basic-play {
                height: 192px;
                margin-top: 24px;
                padding-top: 42px;

                h3 {
                    font-size: calc(28px * 0.6);
                }

                p {
                    font-size: 12px;
                    margin-top: 36px;
                }
            }

            .option {
                background: url(../images/bg_fee_01.png) no-repeat left top / calc(461px * 0.6) calc(193px * 0.6), url(../images/bg_fee_02.png) no-repeat right bottom / 288px calc(188px * 0.6);
                width: 828px;
                margin: 24px auto 0;
                padding: 36px 12px 24px;

                h3 {
                    font-size: 18px;
                }

                ul {
                    margin-top: 36px;
                    gap: 6px 15px;

                    li {
                        width: calc(100% / 3 - 10px);

                        .name {
                            font-size: 12px;
                        }

                        .amount {
                            font-size: calc(24px * 0.6);

                            span {
                                font-size: calc(18px * 0.6);
                                margin-left: 3px;
                            }
                        }
                    }
                }

                .text {
                    font-size: calc(18px * 0.6);
                    margin-top: 12px;
                }
            }

            .transportation {
                background: url(../images/bg_fee_01.png) no-repeat left top / calc(461px * 0.6) calc(193px * 0.6), url(../images/bg_fee_02.png) no-repeat right bottom / 288px calc(188px * 0.6);
                width: 828px;
                margin: 24px auto;
                padding: 50px 0 36px;

                h3 {
                    font-size: calc(33px * 0.6);
                }

                ul {
                    width: 750px;
                    margin: 9px auto 0;
                    padding-bottom: 9px;
                    gap: 0 18px;

                    li:first-child {
                        font-size: 18px;
                        width: 186px;

                        span {
                            font-size: 12px;
                        }
                    }

                    li:last-child {
                        font-size: 12px;
                        width: calc(100% - 204px);
                    }
                }

                ul:first-of-type {
                    margin-top: 36px;
                }
            }
        }
    }
}

/****************** top ******************/