@charset "UTF-8";
.slider_container {
    margin: auto;
    background-color: rgb(96, 56, 19);
    padding: 20px 0 60px 0;
}

.slider_example_container{
    height: fit-content;
}

.slider_example, .slider_sale{
    position: relative;
    flex-shrink: 0;
    color: black;
    font-size: 40px;
    font-weight: bold;
    transition: opacity 0.5s ease;
}.slider_example img, .slider_sale img{
    position: relative;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;    
}

.slider_str_groups{
    position: absolute;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    left: 50%;
    top: 80%;
    font-size: 1em;
    width: 90%;
}.slider_str_groups > .slider_name{
    line-height: 1.0;
    font-size: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    margin-right: auto;
    width: fit-content;
}.slider_str_groups > div > .slider_price{
    color: red;
    line-height: 1.0;
    font-weight: bold;
    text-align: left;
}.slider_str_groups > div > .slider_price_caption{
    text-align: left;

}

.slider_caption_group{
    width: fit-content;
    margin: auto;
}.slider_caption_str_a{
    width: fit-content;
    color: rgb(60, 46, 46);
    font-weight: bold;
    line-height: 1em;
}

/*----------- pc -----------*/
@media (min-width: 768px) {
    .slider_caption_group{
        padding: 1em 0;
    }.slider_caption_str_a{
        margin: auto 0;
        font-size: 1em;
    }

    .slider_str_groups > div > .slider_name{
        font-size: 1.5vw;
        line-height: 1.0;
    }

    .slider_str_groups > div > .slider_price{
        font-size: 2em;
        width: fit-content;
        margin-right: auto;
    }

    .slider_example_container{
        width: 1230px;
    }

    .slider_sale_container{
        overflow: hidden;
        position: relative;
        margin: auto;
    }

    .slider_example img, .slider_sale img{
        width: 100%;
    }

    .slide_sale{
        width: 250px;
        margin: 20px auto;
    }
    
    .swiper-slide:nth-child(1) img,
    .swiper-slide:nth-child(4) img,
    .swiper-slide:nth-child(7) img {
        width: 52%;
        margin: auto;
    }
    
    .swiper-slide:nth-child(2) img,
    .swiper-slide:nth-child(5) img,
    .swiper-slide:nth-child(8) img {
        width: 62%;
        margin: auto;
    }
    .swiper-slide:nth-child(3) img,
    .swiper-slide:nth-child(6) img,
    .swiper-slide:nth-child(9) img {
        width: 80%;
        margin: auto;
    }

    .slider_price_str{
        border-top: 1px solid black;
        padding: 10px 0 0 0;
        text-align: center;
    }
}
/*----------- sp -----------*/
@media (max-width: 767px) {
    .slider_caption_group{
        padding: 0.8em 0;
    }.slider_caption_str_a{
        margin: auto;
        font-size: 0.7em;
    }

    .slider_str_groups > .slider_name{
        font-size: 0.35em;
        line-height: 1.0;
    }.slider_str_groups > .slider_price{
        font-size: 40%;
    }

    .slider_container{
        width: 100%;
    }

    .slider_example img{
        width: 100%;
        max-width: 150px;
    }
    
    .slider_sale img{
        width: 75%;
    }
}