@charset "utf-8";

/*shopのcss*/
.container,
.contents,
.wrapping {
    display: flex;
    flex-flow: column wrap;
    /*border: 1px solid #ecf117;*/
}
.container {
    /*border: 1px solid #f11b10;*/
}
.contents {
    /*border: 1px solid #482ff1;*/
}
p {
    text-align: left;
}
.color {
    color: #3F3F3F;
}

.work_size{
    font-size: 1.2rem;
}

.work_medium{
    font-size: 1.2rem;
    margin: 0 0 0 1rem;
}


.stop_02{
    font-size: 1.8rem;
    color: rgba(244, 4, 4, 0.58);
}







/*  All worksーーー */
.category_all_work {
    margin: 0 ;
    /*border: 1px solid #19e7d6;*/
}

.wrapping_all_work {
    display: flex;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 0.1rem);
    margin: 0 ;
    /*border: 1px solid #1914af*/
}
.category_all_work {
    margin: 0 ;
    /*border: 1px solid #e8cb12*/
}
.cover_all_work {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    margin-bottom: 2rem;
    padding: 0.5rem 0 0.5rem 0;
    border: 1px solid rgba(47, 47, 47, 0.8);
    /*border-top: 1px solid rgba(47, 47, 47, 0.8);*/
    /*border: 1px solid #14af79*/
}

.point_all_work{
    display: flex;
    flex-flow: row nowrap;
    /*flex: 0 0 auto;*/
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(100% / 2 - 1rem / 2);
    box-sizing: border-box;
    /*border: 1px solid #1ca806;*/
}
.point_all_work:nth-child(2n) {
    margin-right : 0;
}

.text_wk {
    background-color: blue;
    /*color: white;*/
    /*color: #3F3F3F;*/
    padding: 5px;
    border-radius: 4px;
    /*border: 1px solid #f11212;*/
}
p.color_wk_01{
    text-align: center;
}
.color_wk {
    color: white;
    /*color: #3F3F3F;*/
}







/*  アーティスト　企画展の作品ーーアーティストによる分類ーーー */


.wrapping_artist {
    display: flex;
    flex-flow: column wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: calc(100% - 0);
    margin: 0;
    /*border: 1px solid #110bd7;*/
}

.cover_artist {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    height: fit-content;
    margin-bottom: 3rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(47, 47, 47, 0.8);
    border-top: 1px solid rgba(47, 47, 47, 0.8);
}

.point_artist_ex {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin: 0 8rem 2rem 0;
    width:100%;

    /*border: 1px solid #f1db12;*/
}

/*.point_artist {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin: 0 8rem 2rem 0;
    width:100%;

    border: 1px solid #f1db12;
}*/



.point_artist {
    display: flex;
    flex-flow: row nowrap;
    /*flex: 0 0 auto;*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 2rem 0;
    width: calc(100% / 2 - 1rem / 2);
    box-sizing: border-box;
    padding: 0 ;
   /*border: 1px solid #f11212;*/
}
.point_artist:nth-child(3n) {
    margin-right: 0.4rem;
}
.point_artist:nth-child(2n) {
    margin-right : 0;
}
.text_ex{
    color: #3F3F3F;
    width: 80% ;
    margin: 0 auto 0 auto;
}
.guide-mark_ex{
    max-font-size: 2rem;
    border: 1px solid #f1db12;
    border-radius: 1rem;
}



/*  注目のアーティスト　ーーー */

.category {
    margin: 0 ;
}

.guide-mark {
    font-size: 1.8rem;
}

.featured_artist{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.text_featured{
    color: #3F3F3F;
}
.featured_remark{
    font-size: 1.4rem;
    margin: -2rem 0 0 0;
}



/*  アーティスト　ソートーー作品ーーー */

.cover_work {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    width: 100% ;
    height: fit-content;
    margin-bottom: 0;
    /*border: 1px solid #b863c1;*/
}
img {
    max-width: 100%;
    /*border: 1px solid #2c1cf1;*/
}


.point_work {
    display: flex;
    flex-flow: column nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 0.1rem 2rem 0;
    width: calc(100% / 2 - 0.1rem / 2);
    text-align: center;

    box-sizing: border-box;
    padding: 0 1rem 0 1rem;
    /*border: 1px solid #1219f1;*/
}
.point_work:nth-child(3n) {
    margin-right: 0.1rem;
}
.point_work:nth-child(2n) {
    margin-right: 0;
}




.point_work.text {
    text-align: left;
    padding: 0 0.5rem 0 0.5rem;
    border: 1px solid #aaaaaa;
}




.date{
    font-size: 1.4rem;
}



.artist.button.button-small {
    background-color: #ffffff;
    color: black;
    font-size: 1.3rem;
    height: 2rem;
    /*line-height: 0.8rem;*/
    padding: 0 0.6rem 0.6rem 0.6rem;
    margin:  0;
    border: 1px solid rgba(0, 0, 0, 0.59);
}






/* Extending The Inheritances */

/* Custom color */
.button.button-black {
    background-color: black;
    border-color: black;
    font-size: .8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
}

.button.button-black.button-clear,
.button.button-black.button-outline {
    background-color: transparent;
    color: black;
    font-size: 1.1rem;
    font-weight: 700;
    height: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: .1rem;
    padding: 0 2.2rem;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.button.button-black.button-clear {
    border-color: transparent;
}

/* Custom size */
.button.button-small {
    font-size: .8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
    /*border: 1px solid #1219f1;*/
}


.artist.button.button-black.button-outline {
    background-color: transparent;
    color: black;
    font-size: 1.6rem;
    height: 2.4rem;
    line-height: 2rem;
    padding: 0 1.2rem;
    /*align-items: baseline;*/
    align-items: center;
    margin: auto 0 auto 0;
    /*border: 1px solid #d49b0d;*/
}







.pict_ex{
    width: 5rem;
    vertical-align : middle;
    margin: 0 auto 0 auto;
}


.pict {
    width: 5rem;
    vertical-align:middle;
    margin: 0 1rem 0 0;
    /*border: 1px solid #0bbda2;*/
}

.text {
    min-width: 7rem;
    text-align: left;
    padding: 0 ;
    color: #3F3F3F;
    /*border: 1px solid #730bbd;*/
}

.price_cont {
    min-width: 7rem;
    text-align: right;
    padding: 0 ;
    margin: -1rem 0 0 0;
    color: #3F3F3F;
    /*border: 1px solid #730bbd;*/
}

.price{
    font-size: 1.2rem;
    /*margin: 0 0 0 10rem;
    border: 1px solid rgba(0, 0, 0, 0.59);*/
}
.price_sold{
    font-size: 1.2rem;
    color: #f11d87;
}





p.btn{
    align-items: center;
    margin: 2rem 0 0 0;
    line-height: 1.8rem;
}
.btn_artist {
    align-items: center;
    /*display: flex;
    flex-flow: column wrap;*/
    margin: 0 ;
    /*border: 1px solid #db0b46;*/
}









/*  アーティスト　NEWカテゴリーーー作品検索ーーー */







.cover_category {
    display: none;
    /*justify-content: left;
    width: 100%;*/
    /*border: 1px solid #0bf1a1;*/
}

.point_category {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 1rem auto 3rem auto;
    /*border: 1px solid #59f12f;*/
}


#side_category {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    align-items: baseline;
    margin: 0 auto 0 3rem;
    list-style-type: none;
    /*border: 1px solid #f12f6c;*/
}

#side_category a {
    font-size: 1.5rem;
    color: #a0a0a0;
    line-height: 100%;
    padding: 0 4rem 0 0;
    margin-left: 0;
    text-decoration: none;
}

#side_category a:hover {
    color: #000000;
}
/*.detail_category {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    border: 1px solid #f1de2f;
}*/
.category_select {
    margin: 0;
    /*border: 1px solid #0bf1c3;*/
}
.category_index{
    margin: 0;
}


.button_select {
    margin: auto 0;
    /*margin: auto 0 0 0 ;*/
    /*border: 1px solid #0bf1de;*/
}


.cover_filter_2{
    display: none;
}









/*ペイジネイションーーーーーーーーーーーー*/


/* 角丸 */

/*#cover_simple {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 100%;
    align-items: baseline;
    margin: 1.5rem 0;
}*/

/*#cover_simple a {
    font-size: 1.5rem;*/
/*文字のcolorは、add_nav_location_color.cssで制御 */
/*color: #a0a0a0;*/
/*color: #a7a7a7;*/
/*letter-spacing: -0.02rem;
padding-top: 0;
padding-left: 1.5rem;
text-decoration: none;
}

#cover_simple a:hover {
color: #000000;
}*/

/*#cover_number {
    display: none;
}*/

#cover_simple {
    display: none;
}

/*ペイジネイションーーーーーーーーーーーー*/

#cover_number {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 100%;
    align-items: baseline;
    margin: 3rem 0;
    text-decoration: none;
}

#cover_number a {
    font-size: 1.5rem;
    /*文字のcolorは、add_nav_location_color.cssで制御 */
    /*color: #a0a0a0;*/
    /*color: #a7a7a7;*/
    letter-spacing: -0.02rem;
    padding-top: 0;
    padding-left: 1.5rem;
    text-decoration: none;
}

#cover_number a:hover {
    color: #000000;
}






/*  アーティスト　NEWカテゴリーーー作品検索ーーー */











.sort_select{
    display: flex;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    /*width:20rem;*/
    margin: 0 0 0 auto;
    /*border: 1px solid #1543c9;*/
}
.sort{
    display: flex;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    margin: 0 0 0 auto;
    /*border: 1px solid #c99c15;*/
}
.detail_sort{
    font-size: 1.4rem;
    letter-spacing: -0.2rem;
    width: 4.6rem;
    margin: 0;
    /*border: 1px solid #2ff196;*/
}

.detail_sort_en{
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    width: 4.6rem;
    margin: 0;
    /*border: 1px solid #2ff196;*/
}
#submit_select{
    font-size: 1.2rem;
    height: 2.8rem;
    width: 12.2rem;
    margin: 0;
    background-color: rgba(36, 36, 36, 0.1);
    /*border: 1px solid #e42ff1;*/
}
.category_list{
    margin: 0 auto 0 0 ;
}

input[type=radio] {
    transform: scale(1.5);
    margin:1rem;
    display: inline-block;
    /*border: 1px solid #2f42f1;*/
}

.radio{
    font-size: 1.4rem;
    /*border: 1px solid #2ff1e1;*/
}


input[type=checkbox] {
    transform: scale(1.5);
    margin:1rem;
    display: inline-block;
    /*border: 1px solid #2f42f1;*/
}

.data_exp{
    text-align: center;
    margin: 0;
    /*border: 1px solid #2ff19d;*/
}
p.data_cont{
    font-size: 1.6rem;
    text-align: left;
    margin: 3rem auto 3rem auto;
    /*border: 1px solid #0f35a7;*/
}


#narrow{
    display: none;
}


.button_select{
    margin: 0 auto 0 0;
    text-align: left;
    /*border: 1px solid #0f35a7;*/
}


.cover_sort_top{
    display: none;
}

.search_bar_2{
    display: none;
}



@media screen and (min-width: 40rem) {

    .container {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        /*border: 1px solid #f11b10;*/
    }

    .contents {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around;
        width: calc(100% - 0);
        margin: 0;
        /*border: 1px solid #12f1d0;*/
    }

    .wrapping {
        display: flex;
        flex-flow: column wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: calc(100% - 0);
        margin: 0;
        /*border: 1px solid #191ce7;*/
    }
    /*.cover-work{
        width: 400rem;
        border: 1px solid #5dbd21;
    }*/




    #submit_select{
        font-size: 1.4rem;
        height: 2.8rem;
        width: 15.2rem;
        margin: 0;
        background-color: rgba(36, 36, 36, 0.1);
        /*border: 1px solid #e42ff1;*/
    }









    /*  All worksーーー */


    .category_all_work {
        margin: 0 ;
        /*border: 1px solid #19e7d6;*/
    }

    .wrapping_all_work {
        display: flex;
        flex-flow: column wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: calc(100% - 0.1rem);
        margin: 0;
        /*border: 1px solid #1914af*/
    }
    .category_all_work {
        margin: 0 ;
        /*border: 1px solid #e8cb12*/
    }
    .cover_all_work {
        display: flex;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: calc(100% - 0.1rem);
        height: fit-content;
        margin-bottom: 2rem;
        padding: 1rem 0 1rem 0;
        text-align: center;
        border: 1px solid rgba(47, 47, 47, 0.8);
        /*border-bottom: 1px solid rgba(47, 47, 47, 0.8);
        border-top: 1px solid rgba(47, 47, 47, 0.8);*/
        /*border: 1px solid #14af79*/
    }
    /*.point_all_work{
        display: flex;
        flex-flow: row nowrap;
        flex: 0 0 auto;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 auto 0 auto;
        width: calc(100% / 3 - 1rem / 3);
    }
    .point_all_work:nth-child(2n) {
        margin-right : 0.5rem;
    }

    .point_all_work:nth-child(3n) {
        margin-right: 0;
    }*/








    /*  アーティスト　企画展の作品ーーアーティストによる分類ーーー */


    .wrapping_artist {
        display: flex;
        flex-flow: column wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: calc(100% - 0);
        margin: 0;

        /*border-top: 1px solid #19e7d6;*/
    }

    .cover_artist {
        display: flex;
        flex-flow: row wrap;
        /*align-content: space-around;*/
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: calc(100% - 0);
        /*height: fit-content;*/
        margin-bottom: 3rem;
        padding: 2rem ;
        border: 1px solid rgba(47, 47, 47, 0.8);
    }
    .point_artist_ex {
        display: flex;
        flex-flow: row nowrap;
        flex: 0 0 auto;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 2rem 0;

        /*border: 1px solid #f1db12;*/
    }





    .point_artist {
        display: flex;
        flex-flow: row nowrap;
        flex: 0 0 auto;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        margin: 0 2rem 2rem 0;
        width: calc(100% / 3 - 10rem / 3);
        /*border: 1px solid #f1db12;*/
    }
    .point_artist:nth-child(2n) {
        margin-right : 5rem;
    }

    .point_artist:nth-child(3n) {
        margin-right: 0;
    }






    .pict {
        width: 5rem;
        vertical-align:middle;
        margin: 0 2rem 0 0;
        /*border: 1px solid #0bbda2;*/
    }


    .text {
        min-width: 7rem;
        text-align: left;
        color: #3F3F3F;
        /*align-items: baseline;*/
        padding: 0 0.5rem 0 0.5rem;
        margin: 0;
        /*border: 1px solid #730bbd;*/
    }

    .btn {
        margin: 1rem 0 0 0;
        /*border: 1px solid #12f1e7;*/
    }

    .color {
        color: #3F3F3F;
        /*border: 1px solid #e773e1;*/
    }











    /*  アーティスト　NEWカテゴリーーー作品検索ーーー */




    .wrapping_category_work{
        display: flex;
        flex-flow: row nowrap;
        margin-top: 3rem;
        /*border: 1px solid #19e7d6;*/
    }




    .cover_category {
        display: flex;
        flex-flow: column nowrap;
        flex: 1 0 23%;
        justify-content: left;
        /*min-width: 23rem;*/
        margin: 0 4rem 0 0;
        /*border: 1px solid #f10b48;*/
    }
    .category_top {
        margin: 0 0 2rem 0;
        /*border: 1px solid #19e7d6;*/
    }

    .category {
        margin: 0 0 1rem 0;
        /*border: 1px solid #19e7d6;*/
    }


    .point_category {
        display: flex;
        flex-flow: column wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        width: calc(100% - 0);
        margin: 0 0 3rem 0;
        /*border: 1px solid #f1db12;*/
    }

    .point_btn{
        display: flex;
        flex-flow: row wrap;
        align-items: baseline;
        margin: 0 0 1rem 0;
    }

    /*.detail_category {
        display: flex;
        flex-flow: column wrap;
        text-align: left;

        margin: 0 5rem 0 5rem;
        list-style-type: none;
    }*/

    #side_category {
        display: flex;
        flex-flow: column wrap;
        width: 100%;
        text-align: left;
        align-items: baseline;
        margin: 0 auto 0 1rem;
        list-style-type: none;
        /*border: 1px solid #f12f6c;*/
    }

    #side_category a {
        font-size: 1.5rem;
        color: #a0a0a0;
        line-height: 100%;
        padding: 0 2rem 0 0;
        margin-left: 0;
        text-decoration: none;
    }

    #side_category a:hover {
        color: #000000;
    }



    .category_select {
        margin: 0;
        /*border: 1px solid #0bf1c3;*/
    }

    .category_index{
        margin: 0;
    }









    /*  アーティスト　ソートーー作品ーーー */


    .wrapping_work {
        margin: 0;
        /*border: 1px solid #0b22f1;*/
    }

    .cover_sort {
        text-align: right;
        margin: 0;
        /*border: 1px solid #19e7d6;*/
    }

    /*.sort_select{
        display: flex;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        align-items: baseline;
        width:20rem;
        margin: 0 0 0 auto;
        border: 1px solid #1543c9;
    }
    .detail_sort{
        font-size: 1.2rem;
        width: 6rem;
        margin: 0;
        border: 1px solid #2ff196;
    }*/

    .category_list{
        display: none;
    }
    input[type=radio] {
        transform: scale(1.5);
        margin:1rem;
        display: inline-block;
    }
    .radio{
        font-size: 1.4rem;
    }










    /*  作品ーーーーーーーーーーーーーーーー */



    .cover_work {
        display: flex;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        height: fit-content;
        margin-bottom: 0;
        /*border: 1px solid #21bdab;*/
    }
    .point_work{
        display: flex;
        flex-flow: column nowrap;
        margin: 0 0.1rem 2rem 0;
        width: calc(100% / 3 - 0.2rem / 3);
        text-align: left;
        box-sizing: border-box;
        padding: 2rem 2rem 2.2rem 2rem;
        /*border: 1px solid #368216;*/
    }

    .point_work:nth-child(2n) {
        margin-right : 0.1rem;
    }

    .point_work:nth-child(3n) {
        margin-right : 0;
    }





    .data_exp{
        /*display: flex;
        -webkit-justify-content: center;
        justify-content: center;*/
        width: 100%;
        text-align: left;
        margin: 0 0 0 -10rem;
        /*border: 1px solid #2ff19d;*/
    }
    p.data_cont{
        font-size: 1.6rem;
        width: 100%;
        text-align: left;
        margin: 0 0 0 -10rem;
        /*margin: 0 auto 0 0;*/
        /*margin: 3rem auto 3rem auto;*/
        /*border: 1px solid #0f35a7;*/
    }




    .artist.button.button-small {
        background-color: #ffffff;
        color: black;
        font-size: 1.3rem;
        height: 3rem;
        /*line-height: 0.8rem;*/
        padding: 0 0.6rem 1.2rem 0.6rem;
        margin:  0 0 0 2rem;
        border: 1px solid rgba(0, 0, 0, 0.59);
    }

    /*p.btn{
        line-height: 150%;
    }*/
    .artist.button.button-black.button-outline {
        background-color: transparent;
        color: black;
        font-size: 1.8rem;
        height: 2.4rem;
        line-height: 2rem;
        padding: 0 1.2rem;
        /*border-color: transparent;*/
    }


    .button_select{
        display: none;
    }



    .search_bar_2{
        display: none;
    }
    .cover_filter_2{
        display: none;
    }

    .cover_sort_1{
        display: none;
    }

    .cover_sort_top{
        display: none;
    }




    /*ペイジネイションーーーーーーーーーーーー*/



    #cover_simple {
        display: none;
    }

    .cover_sort{
        /*border: 1px solid #0ca17e;*/
    }

}