<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-banner {
    background-image: url('../../img/top_banner.JPG');
    background-repeat: no-repeat;
}

a {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
    text-decoration: none;
}

a:hover {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}

.bg-red {
    background-color: #E72D0F;
}

.bg-yellow {
    background-color: #E8E146;
}

.nav-pills .nav-link.nav-article {
    color: #fff;
    background-color: rgba(var(--bs-dark-rgb));
    border-radius: 0;
}

.nav-pills .nav-link.nav-recommend {
    color: #fff;
    background-color: #EF8635;
    border-radius: 0;
}

.nav-pills .nav-link.nav-store {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
    background-color: #E8E146;
    border-radius: 0;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.rfs-1 {
    font-size: calc(1.375rem + 1.5vw);
}

.rfs-2 {
    font-size: calc(1.325rem + 0.9vw);
}

.rfs-3 {
    font-size: calc(1.3rem + 0.6vw);
}

.rfs-4 {
    font-size: calc(1.275rem + 0.3vw);
}

.rfs-5 {
    font-size: 1.25rem;
}

.rfs-6 {
    font-size: 1rem;
}

@media (max-width: 520px) {
    .rfs-1 {
        font-size: calc(1.325rem + 0.9vw)
    }

    .rfs-2 {
        font-size: calc(1.3rem + 0.6vw)
    }

    .rfs-3 {
        font-size: calc(1.275rem + 0.3vw)
    }

    .rfs-4 {
        font-size: 1.25rem;
    }

    .rfs-5 {
        font-size: 1rem;
    }

    .rfs-6 {
        font-size: 0.75rem;
    }
}

.price-table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: solid 1px #ddd;
    table-layout: fixed;
    width: 100%;
}

.price-table th {
    text-align: center;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 33%;
    padding: 10px 0;
}

.price-table th:nth-child(1) {
    background-color: #dddddd;
}

.price-table th:nth-child(2) {
    background: #f34955;
    color: white;
}

.price-table th:nth-child(3) {
    background-color: #f5b932;
    color: white;
}

.price-table td {
    text-align: center;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 33%;
    padding: 10px 0;
}

.price-table td a {
    background-color: #25b327;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    padding: 5px 10px;
}

.z-minus {
    z-index: -1;
}

.z-10 {
    z-index: 10;
}

.nodecration {
    text-decoration: none;
}

.navbar-nav .nav-item .nav-link {
    border-left: 1px solid;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav .nav-item .nav-link.first {
    border-left: none;
}

@media (max-width: 992px) {
    .navbar-nav .nav-item .nav-link {
        border-left: none;
        border-top: 1px solid;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: end;
    }

    .navbar-nav .nav-item .nav-link.first {
        border-top: none;
    }
}

.card-img-top-fit {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

.card-img-top-fit-artist {
    width: 100%;
    height: 30vw;
    object-fit: cover;
}

@media(min-width:750px) {
    .card-img-top-fit-artist {
        height: 20vw;
    }
}

table tbody tr td {
    vertical-align: middle !important;
}

table tbody tr td p {
    margin-bottom: 0px;
}

@media(min-width:751px) {
    .pc-none {
        display: none;
    }
}

@media(max-width:750px) {
    .sp-none {
        display: none;
    }

    .sp-center {
        text-align: center;
    }
}

img {
    /* PC��劻���������罩� */
    pointer-events: none;
    /* SP���傑�若��胼�罩� */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}</pre></body></html>