@charset "UTF-8";
/*
Please Write this css !
*/

.topicpath {
    position: relative;
    z-index: 100;
    margin-top: 0;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -4rem
}
.topicpath li {
    color: #2099d3
}

.topicpath li.is-here {
    color: #fff
}
#splash {
    z-index: 200;
}
.ss-back,.footer,.toPageTop {
    position: relative;
    z-index: 100;
}


/*Only PC*/
@media screen and (min-width: 768px) {
    .sec-goodsinfo h3 span {
        display: block;
        font-size: 1.6rem;
    }
    .thumb-box .swiper {
        width: 100%;
    }
    .thumb-box .swiper-slide img {
        width: 100%;
    }

}

/*Only SP*/
@media screen and (max-width: 767px) {
    .sec-goodsinfo h3 span {
        display: block;
        font-size: 3.6vw
    }

    .topicpath {
        height:3rem
    }
    .thumb-box .swiper-slide img {
        width: 100%;
    }
}



