@charset "utf-8";

#summer_clothes h2 {
font-size: 22px;
margin: 0;
padding: 10px
}

#summer_clothes a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    background: #fff;
    border: 1px solid #01185b;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 25px 0 15px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: .3s
}

#summer_clothes a.btn_03:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #01185b;
    border-right: 2px solid #01185b;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px
}

#summer_clothes a.btn_03:hover {
    background: #99cadd;
    color: #99cadd
}

#summer_clothes a.btn_03:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

#summer_clothes a.btn_03_font {}

#summer_clothes div {}

#summer_clothes .lightup {
    background: linear-gradient(transparent 60%, #b4a7e89e 10%);
    display: inline
}

#summer_clothes .scene {
    width: 100%
}

#summer_clothes .margin {
    padding: 3% 0
}

#summer_clothes .col-md-3_btn {}

#summer_clothes .ml-0,
.mx-0 {
    margin-left: 0 !important
}

#summer_clothes p.btn_title {
    margin: revert
}

#summer_clothes .hover1 {
    display: inline-block;
    margin: 0 0 1em;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease 0s
}

#summer_clothes .hover1:hover {
    opacity: .6
}

#summer_clothes .mb-4 {
    margin-bottom: 10px
}

#summer_clothes .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr)
}

#summer_clothes .splide__slide img {
    height: auto;
    width: 100%
}

#summer_clothes h2 .bx-top__heading {
    font-size: 35px;
    margin-bottom: 32px;
    line-height: 32px;
    font-weight: 700
}

#summer_clothes .bx-shop__section .bx-shop-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#summer_clothes .bx-shop__section .bx-shop-list {
    width: calc((100% - 67px) / 4);
    margin: 0 1% 3%
}

#summer_clothes .bx-shop__section .bx-shop_img {
    padding-bottom: 8px
}

#summer_clothes .bx-shop__section .bx-shop_logo {
    padding: 0 32px
}

#summer_clothes .bx-shop__section .bx-shop-container {
    gap: inherit !important
}

#summer_clothes .bx-producttile__wrapper:nth-child(n+1) {
    padding: 0 .5% !important
}

#summer_clothes p.leadtext {
    font-family: "Noto Serif JP", serif;
    font-weight: 500
}

#summer_clothes ul.category {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%
}

#summer_clothes span.subTtle2 {
    display: flex;
    color: #4d28e19e;
    font-size: 18px;
    text-transform: uppercase;
}


@media screen and (max-width:520px) {
    #summer_clothes p.btn_title {
        margin: 2%
    }

    #summer_clothes .col-md-3_btn {}

    #summer_clothes .col-md-3_btn.col-6.bx-producttile__wrapper.mb-2:first-child {
        width: 100%;
        margin: 0 2% !important
    }

    #summer_clothes .mb-4.scene .home-product-tiles .homepage-product-listing.mx-0.row {
        justify-content: center
    }

    #summer_clothes .margin {
        padding-bottom: 5%
    }

    #summer_clothes .hover1 {
        margin: 0
    }

    #summer_clothes .bx-producttile__wrapper {
        margin-left: 0 !important;
        padding: 0 2px !important;
        width: 48%
    }

    #summer_clothes .btn_title {
        margin: 0 0 2%
    }

    #summer_clothes .bx-producttile__wrapper:nth-child(n+1) {
        width: 49%
    }

    #summer_clothes .bx-shop__section .bx-shop-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    #summer_clothes .bx-shop__section {
        width: 100%;
        padding: 0 2%
    }

    #summer_clothes .bx-top__heading {
        margin-bottom: 24px !important;
        font-size: 20px !important;
        line-height: 28px !important;
        font-weight: 700
    }

    #summer_clothes ul.category {
        width: 100%;
        justify-content: center;
        margin-top: 3%
    }

    #summer_clothes .bx-shop__section .bx-shop-container {}

    .bx-shop__section .bx-shop_logo {
        padding: 0
    }

    #summer_clothes .bx-shop__section .bx-shop_img {
        padding-bottom: 8px
    }

    #summer_clothes .bx-shop__section .bx-shop-list {
        width: calc((100% - 15px) / 2) !important;
        margin: 0 1% 3%
    }
}