﻿@charset "utf-8";

.sw-shop-info h4, .sw-shop-info .h4 {
    margin-bottom: 5px !important;
}

.sw-shop-info h6 {
    margin-bottom: 30px !important;
    margin-top: 15px;
    line-height: 1.4;
}

.sw-shop-info h5, .sw-shop-info .h5 {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.7;
}


#sw-product-3 {
    background-color: #f3bab3
}

    #sw-product-3 .sw-product-container {
        background: #fff;
        border-top: #f15467 60px solid
    }

        #sw-product-3 .sw-product-container .sw-product-header .sw-image-glasses-focus {
            border: solid 5px #cc4e55
        }

        #sw-product-3 .sw-product-container .sw-product-detail .sw-badge {
            background-color: #cc4e55
        }

        #sw-product-3 .sw-product-container .sw-product-detail .sw-btn {
            background-color: #2e7a88;
            color: #2e7a88
        }

            #sw-product-3 .sw-product-container .sw-product-detail .sw-btn:hover span {
                background-color: #2e7a88;
                color: #fff
            }

#sw-product-4 {
    background-color: #ebded4
}

    #sw-product-4 .sw-product-container {
        background: #fff;
        border-top: #b7987a 60px solid
    }

        #sw-product-4 .sw-product-container .sw-product-header .sw-image-glasses-focus {
            border: solid 5px #cc4e55
        }

        #sw-product-4 .sw-product-container .sw-product-detail .sw-badge {
            background-color: #cc4e55
        }

        #sw-product-4 .sw-product-container .sw-product-detail .sw-btn {
            background-color: #2e7a88;
            color: #2e7a88
        }

            #sw-product-4 .sw-product-container .sw-product-detail .sw-btn:hover span {
                background-color: #2e7a88;
                color: #fff
            }

#sw-product-5 {
    background-color: #faf4ed
}

    #sw-product-5 .sw-product-container {
        background: #fff;
        border-top: #e0c980 60px solid
    }

        #sw-product-5 .sw-product-container .sw-product-header .sw-image-glasses-focus {
            border: solid 5px #cc4e55
        }

        #sw-product-5 .sw-product-container .sw-product-detail .sw-badge {
            background-color: #cc4e55
        }

        #sw-product-5 .sw-product-container .sw-product-detail .sw-btn {
            background-color: #2e7a88;
            color: #2e7a88
        }

            #sw-product-5 .sw-product-container .sw-product-detail .sw-btn:hover span {
                background-color: #2e7a88;
                color: #fff
            }

#sw-product-6 {
    background-color: #2b2b2b;
    padding: 5px 0;
}
    #sw-product-6 .first_edition {
        padding: 50px 0;
        text-align: center;
        border-top: 2px solid #4da7fb;
        border-bottom: 2px solid #d2f0f5;
    }
    #sw-product-6 h1 {
        color: #ffffff;
        font-size: 1.6rem;
    }
    #sw-product-6 h6 {
        color: #ffffff;
        font-size: 1.0rem;
        margin-bottom: 0;
        margin-top: 20px;
    }
    #sw-product-6 .vol1Link span {
        width: 90%;
        max-width: 600px;
    }
    #sw-product-6 .vol1Link .sw-btn {
        background-color: #2b2b2b !important;
    }

.pcbr {
    display: block;
}

@media (max-width: 450px) {
    .pcbr {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .sw-shop-info h4, .sw-shop-info .h4 {
        padding: 15px 45px;
        font-size: 1.1rem;
    }

    #sw-product-6 .first_edition {
        padding: 25px 0;
    }

    #sw-product-6 h1 {
        font-size: 4.3vw;
        line-height: 2.0;
    }

    #sw-product-6 h6 {
        font-size: 3vw;
    }

    .ec_button {
        width: 80%;
    }
}


/* ScrollTop button
------------------------------------------------- */
.pagetopWrap {
}
#page_top {
    position: fixed;
    right: -8px;
    bottom: 10px;
    opacity: 1.0;
    z-index: 100;
}

    #page_top a {
        position: relative;
        display: block;
        text-decoration: none;
        border-bottom: none;
    }

        #page_top a::before {
            font-family: 'Material Symbols Rounded';
            font-weight: 900;
            content: '\eacf';
            font-size: 4.5rem;
            color: #00d7fb;
        }

/* 1280px以下
------------------------------------------------- */
@media (max-width: 1280px) {
    #page_top {
        right: -3px;
        bottom: -22px;
    }
        #page_top a::before {
            font-size: 4.0rem;
        }
}

/* sold_out
------------------------------------------------- */
.sold_out ul {
    width: 80%;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center !important;
    padding-left: 0;
}