<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --theme-color1: #ffe0f0;
    --theme-color2: #f0c;
    --theme-color3: #f6c;
    --theme-color4: #fff4f4;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff9fc;
    visibility: hidden;

    background-image: url(/images/bg.png);
    background-repeat: repeat;
    background-position-x: center;
    background-position-y: center;
    background-attachment: fixed;
}

a,
a:hover {
    color: var(--theme-color3);
    word-break: break-all;
}

/* nav menu */

.offcanvas-element,
.offcanvas-overlay {
    position: fixed;
}

nav,
.menu {
    background-color: var(--theme-color1);
}

.menu {
    display: none;
    height: 100%;
}

nav {
    height: 56px;
    border-bottom: 1px solid var(--theme-color2);
}

@media (max-width: 639px) {
    #logo img:nth-child(2) {
        display: none;
    }
    .navLang-img {
        width: 0 !important;
    }
}

#btnCart {
    position: relative;
    margin-right: 16px;
    color: rgba(64, 64, 64, 0.75) !important;
}

#btnCart svg {
    position: relative;
    top: 5px;
    width: 32px;
    height: 32px;
}

#btnCart:hover {
    color: rgba(64, 64, 64, 1) !important;
}

#badge {
    position: absolute;
    top: 0px;
    left: 20px;
    border-radius: 50%;
    padding: 0.25em 0.4em 0.4em !important;
}

.navbar-toggler {
    position: relative;
    top: 0px;
    height: 42px;
    outline: none !important;
}

.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(64,64,64,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item {
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    height: 52px;
}

.nav-item:hover {
    background-color: #fec6e1;
}

.nav-link &gt; span {
    margin-left: 10px;
}

.menu-alpha {
    position: relative;
    top: 8px;
    left: 16px;
    font-size: 24px;
    font-family: 'Nico Moji';
    color: #fec6e1;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ff75ce, -1px 1px 1px #ff75ce, 1px -1px 1px #ff75ce,
        -1px -1px 1px #ff75ce, 1px 0px 1px #ff75ce, 0px 1px 1px #ff75ce,
        -1px 0px 1px #ff75ce, 0px -1px 1px #ff75ce, 2px 2px 1px #ff75ce,
        -2px 2px 1px #ff75ce, 2px -2px 1px #ff75ce, -2px -2px 1px #ff75ce,
        2px 0px 1px #ff75ce, 0px 2px 1px #ff75ce, -2px 0px 1px #ff75ce,
        0px -2px 1px #ff75ce, 3px 3px 1px #fff, -3px 3px 1px #fff,
        3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff,
        0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff, 4px 4px 2px #fff,
        -4px 4px 2px #fff, 4px -4px 2px #fff, -4px -4px 2px #fff,
        4px 0px 2px #fff, 0px 4px 2px #fff, -4px 0px 2px #fff, 0px -4px 2px #fff;
}

.menu-kana {
    position: relative;
    top: 8px;
    left: 16px;
    font-size: 26px;
    font-family: 'Nico Moji';
    color: #fec6e1;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ff75ce, -1px 1px 1px #ff75ce, 1px -1px 1px #ff75ce,
        -1px -1px 1px #ff75ce, 1px 0px 1px #ff75ce, 0px 1px 1px #ff75ce,
        -1px 0px 1px #ff75ce, 0px -1px 1px #ff75ce, 2px 2px 1px #ff75ce,
        -2px 2px 1px #ff75ce, 2px -2px 1px #ff75ce, -2px -2px 1px #ff75ce,
        2px 0px 1px #ff75ce, 0px 2px 1px #ff75ce, -2px 0px 1px #ff75ce,
        0px -2px 1px #ff75ce, 3px 3px 1px #fff, -3px 3px 1px #fff,
        3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff,
        0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff, 4px 4px 2px #fff,
        -4px 4px 2px #fff, 4px -4px 2px #fff, -4px -4px 2px #fff,
        4px 0px 2px #fff, 0px 4px 2px #fff, -4px 0px 2px #fff, 0px -4px 2px #fff;
}

.menu-kanji {
    position: relative;
    top: 12px;
    left: 16px;
    font-size: 22px;
    font-family: 'Nico Moji';
    color: #fec6e1;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ff75ce, -1px 1px 1px #ff75ce, 1px -1px 1px #ff75ce,
        -1px -1px 1px #ff75ce, 1px 0px 1px #ff75ce, 0px 1px 1px #ff75ce,
        -1px 0px 1px #ff75ce, 0px -1px 1px #ff75ce, 2px 2px 1px #ff75ce,
        -2px 2px 1px #ff75ce, 2px -2px 1px #ff75ce, -2px -2px 1px #ff75ce,
        2px 0px 1px #ff75ce, 0px 2px 1px #ff75ce, -2px 0px 1px #ff75ce,
        0px -2px 1px #ff75ce, 3px 3px 1px #fff, -3px 3px 1px #fff,
        3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff,
        0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff, 4px 4px 2px #fff,
        -4px 4px 2px #fff, 4px -4px 2px #fff, -4px -4px 2px #fff,
        4px 0px 2px #fff, 0px 4px 2px #fff, -4px 0px 2px #fff, 0px -4px 2px #fff;
}

.menu-divider {
    border-top: 1px solid var(--theme-color3);
    width: 100%;
    margin: 0.5rem 0;
}

.menu-section {
    background-color: #ff75ce;
    padding-left: 16px;
    color: #fee;
    font-weight: bold;
}

.menu-handle {
    background-color: #ff75ce;
    height: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.handle {
    position: relative;
    top: 12px;
    left: 16px;
    font-size: 22px;
    font-family: 'Nico Moji';
    color: #fec6e1;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ff75ce, -1px 1px 1px #ff75ce, 1px -1px 1px #ff75ce,
        -1px -1px 1px #ff75ce, 1px 0px 1px #ff75ce, 0px 1px 1px #ff75ce,
        -1px 0px 1px #ff75ce, 0px -1px 1px #ff75ce, 2px 2px 1px #ff75ce,
        -2px 2px 1px #ff75ce, 2px -2px 1px #ff75ce, -2px -2px 1px #ff75ce,
        2px 0px 1px #ff75ce, 0px 2px 1px #ff75ce, -2px 0px 1px #ff75ce,
        0px -2px 1px #ff75ce, 3px 3px 1px #fff, -3px 3px 1px #fff,
        3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff,
        0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff, 4px 4px 2px #fff,
        -4px 4px 2px #fff, 4px -4px 2px #fff, -4px -4px 2px #fff,
        4px 0px 2px #fff, 0px 4px 2px #fff, -4px 0px 2px #fff, 0px -4px 2px #fff;
}

#language {
    padding: 16px 0;
}

#language &gt; div {
    display: inline-block;
    border: 1px solid var(--theme-color3);
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 8px;
    color: var(--theme-color3);
    text-shadow: none;
    cursor: pointer;
    text-decoration: none;
    margin: 0 8px;
}

#language &gt; .active {
    color: #fffdfe;
    text-shadow: 0 0 2px #f39, 0 0 4px #f39, 0 0 8px #f0d, 0 0 16px #f0d;
}

/* bootstrap */

.alert .alert-danger {
    font-size: 16px;
}

/* fancybox */
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none;
}

/* title */

.title {
    font-size: 24px;
    border-bottom: 1px solid var(--theme-color3);
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* footer */

footer {
    display: flex;
    background-color: #321;
    border-top: 1px solid #999;
    color: #fff;
    height: 30px;
    text-align: right;
    line-height: 30px;
    font-size: 12px;
}

/* main */

.offcanvas-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}

main {
    display: flex;
    flex-grow: 1;
    margin-top: 56px;
    overflow-y: auto;
}

main .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

main .container .contents {
    padding-bottom: 36px;
}

/* common */

.article {
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 32px;
}

/* goods */

.goods-row {
    margin-left: -8px;
    margin-right: -8px;
}

.goods-col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.goods {
    display: block;
    position: relative;
    border: 1px solid var(--theme-color2);
    border-radius: 8px;
    background-color: var(--theme-color4);
    overflow: hidden;
}

.goods:hover {
    text-decoration: none;
}

.goods .category {
    padding: 8px 0 0 8px;
    color: #666;
    font-size: 0.75em;
    height: 26px;
}

.goods .name {
    padding: 8px 0 0 8px;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods .price {
    padding: 8px;
    color: var(--theme-color3);
}

.goods .link {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.goods .link:hover {
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.goods .caption {
    padding: 400px 8px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    word-break: keep-all;
}

.goods .link:hover .caption {
    padding-top: 50%;
    transition: all 0.6s ease;
}

.new {
    display: inline-block;
    position: absolute;
    padding: 2px 0;
    left: -30px;
    top: 20px;
    width: 120px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    background: #ffa;
    color: #da80da;
    letter-spacing: 0.25em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0 0 0 2px rgb(218, 128, 218);
    border-top: dashed 1px rgba(255, 255, 255, 0.65);
    border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}

.r18 {
    float: right;
    margin-right: 8px;
    padding: 0 4px 2px 4px;
    color: #fff;
    background-color: #fac;
    border-radius: 8px;
}

.movie {
    position: absolute;
    top: 80%;
    right: 0;
    padding: 2px 2px 2px 10px;
    color: #fff;
    font-size: 12px;
    background-color: #fac;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 0 2px rgb(218, 128, 218);
    border-top: dashed 1px rgba(255, 255, 255, 0.65);
    border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}

/* item */

.item {
    background-color: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 8px;
    padding: 8px;
}

.item img {
    width: 100%;
}

.item .category {
    color: #666;
    font-size: 14px;
    padding: 8px;
    height: 37px;
}

.item .name {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 8px 8px;
}

.item .price {
    color: var(--theme-color3);
    font-size: 18px;
    padding: 0 8px 8px;
}

.item .intro {
    color: #000;
    text-shadow: none;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.6em;
}

.item .cartIcon {
    position: relative;
    top: 4px;
}

.sample-row {
    margin-top: 32px;
    margin-left: -4px;
    margin-right: -4px;
}

.sample-col {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
}

/* cart */

.cart-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    background-color: #fff;
}

.cart-table th,
.cart-table td {
    border: 1px solid var(--theme-color3);
    padding: 4px 8px;
}

.cart-table th {
    text-align: center;
    min-width: 64px;
}

.cart-table img {
    width: 120px;
}

.cart-table .name {
    color: #000;
    font-size: 1em;
    font-weight: bold;
}

/* order */

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--theme-color3) !important;
    background-color: var(--theme-color3) !important;
}

/* cart-table */

@media screen and (max-width: 767px) {
    .cart-table {
        font-size: 0.75rem;
    }
    .cart-table img {
        width: 48px;
    }
}

/* payment_methods */

.payment_methods {
    border: 1px solid #fcc;
    border-radius: 4px;
}

.payment_methods div:first-child {
    background-color: #fff0f0;
}
</pre></body></html>