@charset "utf-8";
/* Top CSS */

/* HEADER
----------------------------------------------------------------------------------------------------*/
.logo img {
    display: none;
}

/* MAIN
--------------------------------------------------------------------------------------*/
main {
    display: block;
    margin: 75px auto 0;
    font-size: 1.6rem;
    line-height: 1.6;
    overflow: hidden;
}

#main_cont {
    padding: 0;
}

#main_cont .frame_box {
    padding-bottom: 60px;
    line-height: 0;
}

.main_img {
    width: 80%;
    max-width: 750px;
}

/* Carousel
*************************************** */
.owl-carousel {
    margin: 0 auto;
    width: 100%;
}

#main_cont .owl-carousel {
    max-width: 500px;
}

.owl-carousel a {
    display: block;
}

#main_cont .owl-carousel a {
    margin: 0 15px;
    box-shadow: 0 2px 7px -2px #000;
    border-radius: 20px;
    transition: all .2s ease-in-out;
}

#main_cont .owl-carousel a:hover {
    opacity: .7;
}

#main_cont .owl-carousel .owl-item .jacket_box {
    width: 470px;
    height: 470px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    overflow: hidden;
}

#main_cont .owl-carousel .owl-item .jacket {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 470px;
    min-height: 330px;
    max-height: 470px;
}

#main_cont .owl-carousel .owl-item .back_img {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    filter: blur(10px);
}

#main_cont .owl-carousel .owl-item .on_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.bnr_detail {
    width: 100%;
    height: 90px;
    padding: 7px 12px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.8rem;
    border-radius: 0 0 20px 20px;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; /* 行数指定 */
}


.owl-carousel .owl-dots.disabled {
    display: block;
}

#main_cont .owl-carousel .owl-stage-outer {
    overflow: initial !important;
}

.owl-theme .owl-nav {
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    margin-top: 50px;
    z-index: 120;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: -40px;
    width: calc(100% - 10px);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #666666;
}

/* Section
*************************************** */
.section_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

h2 {
    margin-bottom: 0;
    font-size: 5rem;
    text-align: left;
}

/* News
*************************************** */
#news {
    padding-bottom: 20px;
}

.news_list {
    margin: 10px 0;
}

.news_list li {
    padding-bottom: 10px;
    border-bottom: solid 1px #666666;
    transition: all .2s ease-in-out;
}

.news_list .link {
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    transition: all .2s ease-in-out;
}

.news_list .day {
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.news_list .day, .news_list .title {
    line-height: 1.2;
}

/* Sale
*************************************** */
.product_box {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 7px;
    text-align: left;
    transition: all .2s ease-in-out;
}

.product_box:hover {
    opacity: .7;
}

.genres .artist_name {
    font-size: 1.2rem;
}

.product_box .jacket_box {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}

.tab_cont .owl-carousel .owl-item .jacket {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
}

.tab_cont .owl-carousel .owl-item .back_img {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    filter: blur(10px);
}

.tab_cont .owl-carousel .owl-item .on_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Categories
*************************************** */
.categories .product_box {
    max-width: 150px;
}

.categories .jacket_box {
    width: 150px;
    height: 150px;
}

.categories .jacket {
    max-width: 150px;
    max-height: 150px;
}

.categories .owl-dots {
    display: none;
}

/* Products
*************************************** */
.products {
    padding-bottom: 30px;
}

.products .frame_box {
    padding-top: 10px;
}

.products .owl-dots {
    display: none;
}


/* NEWS
*************************************** */
#news .frame_box {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.sub_cont {
    margin: 0 10px;
    width: 100%;
}

.view_box .arrow_flex_box {
    justify-content: flex-end;
}

/* Link
*************************************** */
#link {
    padding-top: 30px;
}

.link_box {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.link_img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px;
    transition: all .2s ease-in-out;
}

.link_img:hover {
    opacity: .7;
}

.link_img img {
    width: 100%;
}

/* SNS SHARE
*************************************** */
.sns_share {
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
}

.sns_share li {
    margin-left: 15px;
}

.sns_share li:first-child {
    margin-left: 0;
}

.sns_share a {
    display: block;
    transition: all .2s ease-in-out;
}

.sns_share a:hover {
    opacity: .7;
}

.sns_share img {
    width: 100%;
    max-width: 35px;
}

/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    /* MAIN
    --------------------------------------------------------------------------------------*/
    main {
        margin: 75px auto 0;
    }

    #main_cont .frame_box {
        width: 100%;
    }

    /* Carousel
    *************************************** */
    .owl-carousel {
        margin: 0 auto;
    }

    #main_cont .owl-carousel {
        width: 80vw;
    }

    #main_cont .owl-carousel a {
        margin: 0 3vw;
    }

    #main_cont .owl-carousel .owl-item .jacket_box {
        width: 74vw;
        height: 74vw;
    }

    #main_cont .owl-carousel .owl-item .jacket {
        max-width: 74vw;
        min-height: auto;
        max-height: 74vw;
    }

    .bnr_detail {
        height: 85px;
        padding: 0 12px;
    }

    .bnr_detail p {
        font-size: 3vw;
    }
    
    .bnr_detail .detail_1 {
        font-size: 3.5vw;
    }

    /* Section
    *************************************** */
    h2 {
        font-size: 9vw;
    }

    /* Sale & Products
    *************************************** */
    .products {
        padding-bottom: 0;
    }

    .products .frame_box {
        padding: 10px 0 50px;
    }

    .product_box {
        width: 30vw;
    }

    .genres .product_box {
        width: 20vw;
    }

    .jacket_box, .tab_cont .jacket_box {
        width: 30vw;
        height: 30vw;
    }

    .genres .jacket_box {
        width: 20vw;
        height: 20vw;
    }

    .products .jacket {
        max-width: 205px;
        max-height: 205px;
    }

    /* NEWS
    *************************************** */
    #news .frame_box {
        display: block;
    }

    .sub_cont {
        width: 100%;
        margin: 0 auto 20px;
    }

    .sub_cont:last-child {
        margin: 0 auto 0;
    }

    #news .sub_title {
        margin-bottom: 5px;
    }

    /* Link
    *************************************** */
    .link_box {
        flex-wrap: wrap;
    }

    /* SNS SHARE
    *************************************** */
    .sns_share {
        padding: 3vw 3vw 5vw;
    }

}
/* (max-width: 480px) end */


/* -------------------- for Tablet (481px) and (1023px) ---481から1023px以内
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
    /* MAIN
    --------------------------------------------------------------------------------------*/
    main {
        margin: 75px auto 0;
    }

    /* Carousel
    *************************************** */
    .owl-carousel {
        margin: 0 auto;
    }

    #main_cont .owl-carousel {
        width: 380px;
    }

    #main_cont .owl-carousel a {
        margin: 0 7.5px;
    }

    #main_cont .owl-carousel .owl-item .jacket_box {
        width: 365px;
        height: 365px;
    }

    #main_cont .owl-carousel .owl-item .jacket {
        max-width: 365px;
        max-height: 365px;
    }

    /* Sale
    *************************************** */

    .product_box {
        max-width: 150px;
    }

    .product_box .jacket_box {
        max-width: 150px;
        max-height: 150px;
    }

    .products .jacket {
        max-width: 150px;
        max-height: 150px;
    }

    /* Products
    *************************************** */


    /* NEWS
    *************************************** */
    #news .frame_box {
        flex-wrap: wrap;
    }

    .sub_cont {
        min-width: 370px;
        margin: 15px 10px;
    }

    #news .sub_title {
        margin-bottom: 5px;
    }

    /* Link
    *************************************** */
    .link_box {
        flex-wrap: wrap;
    }

    .link_img {
        max-width: 250px;
    }

}
/* (min-width: 481px) and (max-width: 1023px) end */
