/* Banner */
.banner-large {
    min-height: 820px;
}

.banner-medium {
    min-height: 620px;
}

.banner-small {
    min-height: 430px;
}

/* shop button */
.shop-btn-group {
    width: auto;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 999999999999999;
    box-shadow: 0px 20px 80px 0px rgba(192.99999999999997, 199, 212, 0.25098039215686274);
}

.shop-btn .elementor-button {
    color: #000;
    background-color: transparent;
    padding: 6px 12px;
}

.shop-btn span {
    font-size: 16px;
    line-height: 28px;
}

.shop-btn {
    padding-top: 10px;
    border-top: 2px solid #f3f3f3;
    display: table-caption;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}


.shop-btn-group .shop-btn:first-child {
    border-top: none;
}

.shop-btn:hover .elementor-button {
    color: #ffc900;
}

.elementor-button-icon svg {
    width: 28px;
    margin-bottom: 10px;
}



/* All TAG */
.tag-default {
    text-align: center;
    background-color: #ffea74;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 30px;
    transition: 0.3s;
    margin-bottom: 20px !important;
}

.tag-default:hover {
    background-color: #ffc900;
    transition: 0.3s;
}

.tag-grey {
    width: fit-content;
    text-align: center;
    background-color: #f3f3f3;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 20px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.tag-grey:hover {
    background-color: #ffea74;
    transition: 0.3s;
}

.tag-grey-small {
    width: fit-content;
    text-align: center;
    background-color: #f3f3f3;
    font-size: 12px;
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 12px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.tag-grey-small:hover {
    background-color: #ffea74;
    transition: 0.3s;
}

/* 野孩子棒球隊 & 練習曲書店 TAG */
.tag-group .year-tag-button {
    text-align: center;
    background-color: #ffea74;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    transition: 0.3s;
}

.tag-group .floor-tag-button {
    text-align: center;
    background-color: #ffea74;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    transition: 0.3s;
}

.tag-group .year-tag-button {
    min-width: 120px;
}

.tag-group .floor-tag-button {
    min-width: 80px;
}

.year-tag-butto:hover {
    background-color: #ffc900;
    transition: 0.3s;
}

.floor-tag-button:hover {
    background-color: #ffc900;
    transition: 0.3s;
}

.tag-container .tag-group {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.tag-container .tag-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* Tab Button */
#tab-button {
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 10px 20px;
}

.elementor-kit-1178 {
    --e-global-color-accent: #ffea74;
}

.elementor-widget-n-tabs {
    --n-tabs-title-color-hover: #54595f;
    --n-tabs-title-color-active: #54595f;
}

/* owl-carousel  */
.owl-carousel .item {
    height: 10rem;
    background: #4dc7a0;
    padding: 1rem;
}

.owl-carousel .item h4 {
    color: #000;
    font-weight: 400;
    font-size: 1.4375rem;
    margin-top: 0rem;
}

/* ---------- */
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-nav {
    margin-top: 10px
}

.owl-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791
}





/* Extra large devices (large desktops, 1440px and up) */
@media (max-width: 1440px) {
    .banner-large {
        min-height: 630px;
    }

    .banner-medium {
        min-height: 480px;
    }

}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {


    /* 野孩子棒球隊 & 練習曲書店 TAG */
    .tag-group .tag-button {
        min-width: 120px;
    }

}


/* Large devices (desktops, 992px and up) */
@media (max-width: 996px) {
    .banner-small {
        min-height: 180px !important;
    }

    .banner-medium {
        min-height: auto !important;
        height: 320px;
    }

}




/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {

    /* shop button */
    .shop-btn-group {
        right: auto;
        top: auto;
        left: auto;
        bottom: 0px;
        border-radius: 30px 30px 0px 0px;
    }

    .shop-btn {
        border-bottom: none;
        border-right: 2px solid #f3f3f3;
        display: table-caption;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        padding-bottom: 0px;
    }

    .shop-btn span {
        line-height: normal;
    }



    .shop-btn-group .shop-btn:last-child {
        border-right: none;
    }

    /* 新秀故事 Tab Button */

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-heading-display: none;
    }

}


/* Small devices (landscape phones, 375px and up) */
@media (max-width: 375px) {
    .banner-large {
        min-height: 480px;
    }

    .dot-line {
        width: 100%;
    }

    .banner-medium {
        height: 370px;
    }

    .banner-small {
        background-size: contain !important;
    }

}