

@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap";

.float-mall-setting {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.c-float-mall {
    cursor: pointer
}

.set-float-mall--default {
    position: fixed;
    bottom: 140px;
    right: 100px;
    z-index: 16;
    opacity: 0;
    visibility: hidden
}

@media print,
screen and (min-width: 768px) {
    .set-float-mall--default {
        right: -11px;
        bottom: 166px
    }
}

.set-float-mall--default a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 103px;
    border-radius: 50%;
    transition: opacity .2s, visibility .2s, background .2s
}

@media print,
screen and (min-width: 768px) {
    .set-float-mall--default a {
        width: 250px;
        height: 103px
    }
}

.set-float-mall--default a:before {
    content: "";
    background: url(/common/2025/img/dummy/mall_float-a.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    transition: background .2s
}

@media (any-hover: hover) {
    .set-float-mall--default a:hover {
        opacity: .5
    }
}

.set-float-mall--default._show {
    opacity: 1;
    visibility: visible
}

.set-float-mall--default._stop {
    position: absolute;
    top: -24px;
    bottom: auto
}

@media print,
screen and (min-width: 768px) {
    .set-float-mall--default._stop {
        top: -30px
    }
}

.set-float-mall--no-character {
    position: fixed;
    bottom: 140px;
    right: 100px;
    z-index: 16;
    opacity: 0;
    visibility: hidden
}

@media print,
screen and (min-width: 768px) {
    .set-float-mall--no-character {
        right: -11px;
        bottom: 166px
    }
}

.set-float-mall--no-character a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 67px;
    border-radius: 50%;
    transition: opacity .2s, visibility .2s, background .2s
}

@media print,
screen and (min-width: 768px) {
    .set-float-mall--no-character a {
        width: 260px;
        height: 67px
    }
}

.set-float-mall--no-character a:before {
    content: "";
    background: url(/common/2025/img/dummy/mall_float-b.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    transition: background .2s
}

@media (any-hover: hover) {
    .set-float-mall--no-character a:hover {
        opacity: .5
    }
}

.set-float-mall--no-character._show {
    opacity: 1;
    visibility: visible
}

.set-float-mall--no-character._stop {
    position: absolute;
    top: -24px;
    bottom: auto
}

@media print,
screen and (min-width: 768px) {
    .set-float-mall--no-character._stop {
        top: -30px
    }
}

.set-float-mall--no-character .c-float-mall__remove-self {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: var(--white);
    border-radius: 50%;
    padding: 0;
    width: 28px;
    aspect-ratio: 1;
    box-shadow: 0 1px 2px #0003;
    position: absolute;
    top: 0;
    left: -2px;
    display: grid;
    place-items: center
}

.set-float-mall--no-character .c-float-mall__remove-self:before {
    content: "";
    -webkit-mask-image: url(/common/2025/img/icon_close.svg);
    mask-image: url(/common/2025/img/icon_close.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 10px;
    height: 10px;
    background-color: var(--black)
}

.c-float-mall__remove-self {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: var(--white);
    border-radius: 50%;
    padding: 0;
    width: 28px;
    aspect-ratio: 1;
    box-shadow: 0 1px 2px #0003;
    position: absolute;
    top: 27px;
    left: -2px;
    display: grid;
    place-items: center
}

.c-float-mall__remove-self:before {
    content: "";
    -webkit-mask-image: url(/common/2025/img/icon_close.svg);
    mask-image: url(/common/2025/img/icon_close.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 10px;
    height: 10px;
    background-color: var(--black)
}