.fixed_test{
    display: none !important;
}


*, *:before, *:after{
	box-sizing: border-box;
}
a:hover{
	opacity: 0.7;
}
a{
	color: #E6001B;
	text-decoration: underline;
}

img{
	max-width: 100%;
	width: auto;
	vertical-align: middle;
}
main{
    padding-top: 70px;
    padding-left: 0;
}
.mainArea{
    max-width: 100%;
    padding: 20px 0 1px;
    background: #F5F5F5;
    box-sizing: border-box;
}

.mainArea h1{
    line-height: 1.4;
    font-size: 21px;
    margin-bottom: 20px;
}
img{
    max-width: 100%;
    width: auto;
}
/* -----------------------------
	G-Funからのヘッダー調整
*/
.drawer-nav{
    max-width: 365px;
    padding: 0;
}
.drawer--left .drawer-nav{
	right: -32.5rem !important;
	left: auto !important;
	transition: right .6s cubic-bezier(.19,1,.22,1);
}
.drawer--left.drawer-open .drawer-hamburger{
	left: auto !important;
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{
	left: auto !important;
	right: 0 !important;
	transition: right .6s cubic-bezier(.19,1,.22,1);
}
.drawer-menu li.r_btn{
    padding: 0;
}
@media screen and (min-width:1200px) {
    .drawer-nav{
        max-width: 260px;
        padding: 120px 15px 50px;
    }
}
.content_exp{
    width: 96%;
    /* max-width: 635px; */
    margin: 30px auto 20px;
    text-align: center;
    line-height: 1.6;
}
.popup_active .content_exp{
    position: relative;
    z-index: -1;
}
.content_exp span{
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    text-align: left;
}
/* .content_exp span:before {
    content: "※";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    line-height: 1;
} */
.content_flx{
    max-width: 1360px;
    width: 95%;
    margin: 0 auto 60px;
}
.search_sidearea {
    display: none;
}
.search_sidearea .search_sidearea_inner{
    padding: 23px 15px;
    background: #F4F4F4;
}
.search_sidearea .keyword_box{
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C4C5C5;
}
.search_sidearea #KEYWORD{
    flex: 1 1 100%;
    padding: 12px 16px;
    border-radius: 25px 0 0 25px;
    background: #FFF;
    border: 0;
}
.search_sidearea #submit_btn{
    flex: 0 0 54px;
    padding: 10px 0;
    background: #E6001B;
    border: 0;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
}
.search_sidearea .category_listbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C4C5C5;
}
.search_sidearea .category_list{
    flex: 0 0 48%;
}
.search_sidearea .category_listbox input,
.search_sidearea .award_listbox input{
    display: none;
}
.search_sidearea .category_listbox input + label{
    display: flex;
    align-items: center;
    position: relative;
    padding: 9px;
    margin-bottom: 15px;
    background: rgb(132 132 132 / 10%);
    border: 1px solid;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}
.search_sidearea .award_listbox input + label{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.search_sidearea .category_listbox #CATEGORY1 + label{
    border-color: #004134;
}
.search_sidearea .category_listbox #CATEGORY2 + label{
    border-color: #C60210;
}
.search_sidearea .category_listbox #CATEGORY3 + label{
    border-color: #926525;
}
.search_sidearea .category_listbox #CATEGORY5 + label{
    border-color: #DB9D0B;
}
.search_sidearea .category_listbox #CATEGORY6 + label{
    border-color: #D15F00;
}
.search_sidearea .category_listbox #CATEGORY7 + label{
    border-color: #C05083;
}
.search_sidearea .category_listbox #CATEGORY8 + label{
    border-color: #1677B7;
}
.search_sidearea .category_listbox input:checked + label{
    color: #FFF;
}
.search_sidearea .category_listbox #CATEGORY1:checked + label{
    background-color: #004134;
}
.search_sidearea .category_listbox #CATEGORY2:checked + label{
    background-color: #C60210;
}
.search_sidearea .category_listbox #CATEGORY3:checked + label{
    background-color: #926525;
}
.search_sidearea .category_listbox #CATEGORY5:checked + label{
    background-color: #DB9D0B;
}
.search_sidearea .category_listbox #CATEGORY6:checked + label{
    background-color: #D15F00;
}
.search_sidearea .category_listbox #CATEGORY7:checked + label{
    background-color: #C05083;
}
.search_sidearea .category_listbox #CATEGORY8:checked + label{
    background-color: #1677B7;
}

.search_sidearea .category_listbox input + label:before,
.search_sidearea .award_listbox input + label:before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #FFF;
    border-radius: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.search_sidearea .award_listbox input + label:before{
    margin-right: 10px;
    border: 1px solid #C4C5C5;
}
.search_sidearea .category_listbox input:checked + label:before{
    opacity: 25%;
}
.search_sidearea .category_listbox input:checked + label:after,
.search_sidearea .award_listbox input:checked + label:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 16px;
    left: 16px;
    top: 0;
    bottom: 4px;
    margin: auto;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    transform: rotate(45deg);
}
.search_sidearea .award_listbox input:checked + label:after{
    left: 8px;
    border-color: #333;
}
.search_sidearea .award_listbox span{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
}
.search_sidearea .award_listbox .ico_1{
    background: #E6001B url("../images/ico_award_2.png") center/ 20px no-repeat;
}
.search_sidearea .award_listbox .ico_2{
    background: #6D7172 url("../images/ico_award_1.png") center/ 20px no-repeat;
}
.search_sidearea .award_listbox .ico_3{
    background: #FFECEE url("../images/ico_award_3.png") center/ 20px no-repeat;
}
.search_sidearea .clear_list{
    flex: 1 1 100%;
}
#CATEGORY_CLEAR{
    display: block;
    max-width: 120px;
    padding: 7px 15px;
    margin: 5px auto 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    cursor: pointer;
    background: #FFF;
    color: #666666;
}
.search_sidearea .list_til{
    flex: 0 0 100%;
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: bold;
}

.case_listarea .case_flexbox{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    margin-bottom: 10px;
}
.case_listarea .search_cnt{
    margin: 5px 0 15px;
    font-weight: bold;
    line-height: 1.6;
}
.case_listarea .search_cnt b{
    margin: 0 6px;
    color: #E6001B;
    font-size: 24px;
    vertical-align: -2px;
}
.case_listarea .search_cnt span{
    font-weight: normal;
    display: block;
}
.case_listarea .page_list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.case_listarea .case_listbox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.case_listarea .case_listbox .case_list{
    position: relative;
    flex: 0 0 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.case_listarea .case_listbox .case_list:nth-child(2n){
    margin-right: 0;
}
.case_listarea .case_listbox .case_list:after{
    content: "No." attr(data-no);
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 6px;
    color: #fff;
    background: #000;
}
.case_listarea .case_listbox .case_list.award_1:before,
.case_listarea .case_listbox .case_list.award_2:before,
.case_listarea .case_listbox .case_list.award_3:before{
    content: attr(data-year);
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 16px;
    left: 16px;
    padding-top: 1px;
    font-size: 9px;
    z-index: 1;
    text-align: center;
}
.case_listarea .case_listbox .case_list.award_1:before{
    color: #FFF;
    background: #E6001B url(../images/ico_award_2.png) top 16px center / 40% no-repeat;
}
.case_listarea .case_listbox .case_list.award_2:before{
    color: #FFF;
    background: #6D7172 url(../images/ico_award_1.png) top 15px center / 40% no-repeat;
}
.case_listarea .case_listbox .case_list.award_3:before{
    color: #E6001B;
    background: #FFECEE url(../images/ico_award_3.png)  top 15px center / 40% no-repeat;
}
.case_listarea .case_listbox .case_list_flx{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 13px;
    background: #F6F6F6;
}
.case_listarea .case_listbox .case_link{
    display: block;
    position: relative;
    padding-top: calc(100% - 6px);
    margin-bottom: 8px;
    overflow: hidden;
    border: 3px solid #FFF;
    outline: 3px solid;
    cursor: pointer;
}
.case_listarea .case_listbox .case_link:hover{
    opacity: 1;
}
.case_listarea .case_listbox .case_link:hover:before{
    content: "作品を見る";
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-top: 61%;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: rgb(255 0 30 / 40%) url(../images/ico_loupe.png) top 42% center / 35px no-repeat;
    z-index: 2;
    object-fit: none;
}
.case_listarea .case_listbox .cate_1 .case_link{
    outline-color: #004134;
}
.case_listarea .case_listbox .cate_2 .case_link{
    outline-color: #C60210;
}
.case_listarea .case_listbox .cate_3 .case_link{
    outline-color: #926525;
}
.case_listarea .case_listbox .cate_5 .case_link{
    outline-color: #DB9D0B;
}
.case_listarea .case_listbox .cate_6 .case_link{
    outline-color: #D15F00;
}
.case_listarea .case_listbox .cate_7 .case_link{
    outline-color: #C05083;
}
.case_listarea .case_listbox .cate_8 .case_link{
    outline-color: #1677B7;
}
.case_listarea .case_listbox .case_link img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-width: initial;
    object-fit: cover;
}
/* .case_listarea .case_listbox .img_w .case_link img{
    height: 100%;
    width: auto;
    max-width: initial;
} */
.case_listarea .case_listbox .nickname{
    font-size: 12px;
    margin: 0 4px 3px 4px;
}
.case_listarea .case_listbox .nickname b{
    font-weight: bold;
}
.case_listarea .case_listbox .work_title{
    margin: 0 4px 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.case_listarea .tag_listbox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
}
.case_listarea .tag_listbox .tag_list a{
    color: #000;
    cursor: pointer;
}

.case_listarea .sp_popup{
    display: block;
    width: 80%;
    margin: 10px auto 0;
    padding: 4px 0;
    background: #E6001B;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    border-radius: 15px;
    cursor: pointer;
}

.ico_spmenu{
    display: block;
    position: fixed;
    max-width: 70px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

/* popup_area */
.popup_active{
    position: fixed;
    width: 100%;
    z-index: 0;
}
.popup_active #header{
    z-index: 0;
}
.popup_active.popup_type_1 .content_flx{
    position: relative;
    z-index: -1;
}
.popup_active.popup_type_2 .case_listarea{
    position: relative;
    z-index: -1;
}
.popup_area{
    display: none;
}
.popup_area .popup_box{
    display: block;
    position: fixed;
    max-width: 1200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1010;
}
.popup_area .popup_inner{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: calc(100% - 100px);
    width: 95%;
    padding: 0 0 25px 0;
    background: #FFF;
    overflow: auto;
}
.popup_area .main_img{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    background: #000;
}
.popup_area .main_img .award:before{
    content: attr(data-year);
    display: inline-block;
    position: absolute;
    padding-top: 3px;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    font-size: 10px;
    text-align: center;
    z-index: 1;
}
.popup_area .main_img .award[data-award="1"]:before{
    color: #FFF;
    background: #E6001B url(../images/ico_award_2.png) top 21px center / 18px no-repeat;
}
.popup_area .main_img .award[data-award="2"]:before{
    color: #FFF;
    background: #6D7172 url(../images/ico_award_1.png) top 21px center / 25px no-repeat;
}
.popup_area .main_img .award[data-award="3"]:before{
    color: #E6001B;
    background: #FFECEE url(../images/ico_award_3.png) top 20px center / 18px no-repeat;
}

.popup_area .main_img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup_area .thumb_img{
    display: flex;
    max-width: 190px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.popup_area .thumb_img li{
    position: relative;
    flex: 0 0 28%;
    padding-top: 28%;
    margin-right: 8%;
    height: 0;
    overflow: hidden;
    background: #000;
}
.popup_area .thumb_img li:last-child{
    margin-right: 0;
}
.popup_area .thumb_img li.select{
    border: 1px solid #E6001B;
}
.popup_area .thumb_img li img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.popup_area .txt_box{
    width: 90%;
    margin: 0 auto;
}
.popup_area .case_name{
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.popup_area .name{
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 16px;
}
.popup_area .other_txt{
    padding: 5px 15px;
    margin-bottom: 20px;
    border-top: 1px solid #E2E2E3;
    border-bottom: 1px solid #E2E2E3;
}
.popup_area .other_txt dl{
    display: flex;
    padding: 2.5px 0;
    font-size: 14px;
}
.popup_area .other_txt dl dt{
    flex: 0 0 74px;
}
.popup_area .other_txt dl dd{
    flex: 1 1 100%;
}
.popup_area .other_txt dl dd .year{
    margin-right: 10px;
}
.popup_area .other_txt dl .category[data-cate="1"]{
    color: #004134;
}
.popup_area .other_txt dl .category[data-cate="2"]{
    color: #C60210;
}
.popup_area .other_txt dl .category[data-cate="3"]{
    color: #926525;
}
.popup_area .other_txt dl .category[data-cate="5"]{
    color: #DB9D0B;
}
.popup_area .other_txt dl .category[data-cate="6"]{
    color: #D15F00;
}
.popup_area .other_txt dl .category[data-cate="7"]{
    color: #C05083;
}
.popup_area .other_txt dl .category[data-cate="8"]{
    color: #1677B7;
}
.popup_area .til{
    padding: 0 15px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
}
.popup_area .exp{
    padding: 0;
    margin-bottom: 18px;
    font-size: 14px;
    word-break: break-all;
}
.popup_active .close {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    right: 2.5%;
    margin-left: auto;
    margin-top: 20px;
    cursor: pointer;
}
.popup_active .close:before,
.popup_active .close:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.popup_active .close:before{
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: top left;
    border-left: 2px solid #FFF;
}
.popup_active .close:after{
    transform: rotate(45deg);
    transform-origin: top right;
    border-right: 2px solid #FFF;
}
.popup_active .popup_bk{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    transition: .3s;
}
.popup_active.popup_type_2 .search_sidearea{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1020;
}
.popup_active.popup_type_2 .search_sidearea_inner{
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 95%;
    height: calc(100% - 60px);
    overflow-y: auto;
}

/* pager */
.page_list li{
    flex: 0 0 30px;
    margin: 5px 2.5px;
}
.page_list li.soon{
    margin: 5px;
}
.page_list li span,
.page_list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 1;
}
.page_list li span{
    background: #E6001B;
    color: #fff;
    text-align: center;
}
.page_list li.soon span{
    padding-bottom: 8px;
    background: none;
    color: #666;
}
.page_list li a{
    color: #E6001B;
    cursor: pointer;
    text-decoration: none;
}
.page_list li .arrow{
    position: relative;
    background: 0;
}
.page_list li.pgPrev,
.page_list li.pgNext{
    /* position: absolute;
    top: 0;
    bottom: 0; */
    margin: auto;
    width: 30px;
    height: 30px;
}
.page_list li.pgPrev{
    left: -30px;
}
.page_list li.pgNext{
    right: -30px;
}
.page_list li span.prev:before,
.page_list li span.next:before,
.page_list li a.prev:before,
.page_list li a.next:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(135deg);
}
.page_list li a.prev:before,
.page_list li a.next:before{
    right: 10px;
    border-color: #E6001B;
}
.page_list li a.next:before,
.page_list li span.next:before{
    transform: rotate(-45deg);
}
.foot_page{
    display: flex;
    justify-content: center;
    width: 100%;
}

/* footer */
footer {
    padding: 0;
    margin: 0;
}
footer .copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 20px;
    background-color: #000;
}
footer .copy img {
    max-width: 140px;
    padding: 5px 20px 5px 0;
}
footer .copy p {
    font-size: 14px;
    line-height: 1.4;
    color: #999999;
}
/* local_navi */
.local_navi{
    background: #eee;
    padding: 20px 0;
    text-align: center;
}
.local_navi .atten{
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #e6001b;
}
.local_navi ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 0;
}
.local_navi li {
    margin: 0 1%;
    box-sizing: border-box;
    color: #AAA;
}
.local_navi li a{
    display: block;
    padding: 10px;
    color: #AAA;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
}
.local_navi li.active a,
.local_navi li a:hover{
    color: #E6001B;
}


@media screen and (min-width:750px){
    /* 共通 */
    .mainArea{
        padding: 50px 0 10px;
    }
    .mainArea h1{
        margin-bottom: 30px;
        font-size: 36px;
    }
    .r_til{
        margin-bottom: 40px;
        color: #E6001B;
        font-size: 32px;
        font-weight: bold;
    }
     /* page */
    .page_list{
        width: auto;
    }
    .page_list li.pgPrev,
    .page_list li.pgNext{
        position: relative;
        margin: 5px 0;
        left: auto;
        right: auto;
    }
    /* local_navi */
    .local_navi{
        padding: 30px 0;
    }
    .local_navi ul{
        justify-content: space-between;
        max-width: 670px;
    }
}
@media screen and (min-width:960px){

    .content_exp{
        margin: 40px auto 45px;
    }
    .content_exp span{
        text-align: center;
        font-size: 16px;
    }
    .content_flx{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto 60px;
    }
    .search_sidearea{
        display: block;
    }
    .content_flx .search_sidearea{
        flex: 0 0 320px;
    }
    .content_flx .case_listarea{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex: 1 1 100%;
        margin-left: 32px;
    }
    .case_listarea .case_flexbox{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }
    .case_listarea .search_cnt{
        margin: 0 0 19px;
    }
    .case_listarea .page_list{
        justify-content: space-between;
    }
    .foot_page{
        justify-content: end;
        width: 100%;
    }
    .case_listarea .case_listbox .case_list,
    .case_listarea .case_listbox .case_list:nth-child(2n){
        flex: 0 0 32%;
        margin-right: 2%;
    }
    .case_listarea .case_listbox .case_list:nth-child(3n){
        margin-right: 0;
    }
    .case_listarea .case_listbox .case_list:after{
        right: 3px;
        top: 3px;
    }
    .case_listarea .case_listbox .case_list.award_1:before,
    .case_listarea .case_listbox .case_list.award_2:before,
    .case_listarea .case_listbox .case_list.award_3:before{
        width: 40px;
        height: 40px;
        top: 3px;
        left: 3px;
        padding-top: 3px;
        font-size: 11px;
        background-size: 50%;
    }
    .case_listarea .case_listbox .case_list.award_1:before{
        background-position: top 20px center;
    }
    .case_listarea .case_listbox .case_list.award_2:before{
        background-position: top 18px center;
    }
    .case_listarea .case_listbox .case_list.award_3:before{
        background-position: top 17px center;
    }
    .case_listarea .case_listbox .case_list_flx{
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    .case_listarea .case_listbox .case_link{
        border-width: 3px;
        padding-top: calc(100% - 10px);
    }
    .case_listarea .case_listbox .case_link:after{
        content: attr(data-nickname) " さん";
        display: inline-block;
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        padding: 11px 10px 5px 10px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
        z-index: 1;
        word-break: break-all;
        line-height: 1.2;
    }
    .case_listarea .case_listbox .case_link:hover:before{
        padding-top: 55%;
        font-size: 23px;
        background-size: auto;
    }
    .case_listarea .case_listbox .nickname{
        display: none;
    }
    .case_listarea .case_listbox .work_title{
        font-size: 18px;
        line-height: 1.4;
    }
    .case_listarea .tag_listbox{
        line-height: 1.6;
    }
    .case_listarea .sp_popup{
        display: none;
    }
    .ico_spmenu{
        display: none;
    }
    /* popup_area */
    .popup_area .popup_box{
            max-height: 830px;
    }
    .popup_area #popup_html{
        display: flex;
        justify-content: space-between;
        padding: 50px;
        max-height: 730px;
    }
    .popup_area .popup_inner .img_box{
        flex: 0 0 50%;
    }
    /* .popup_area .thumb_img{
        padding-bottom: 50px;
    } */
    .popup_area .popup_inner .txt_box{
        flex: 0 0 45%;
        padding-top: 25px;
        margin: 0;
    }
    .popup_area .main_img{
        margin-bottom: 30px;
    }
    .popup_area .main_img .award:before{
        width: 70px;
        height: 70px;
        font-size: 18px;
    }
    .popup_area .main_img .award[data-award="1"]:before{
        background-position: top 31px center;
        background-size: 43px;
    }
    .popup_area .main_img .award[data-award="2"]:before{
        background-position: top 27px center;
        background-size: auto;
    }
    .popup_area .main_img .award[data-award="3"]:before{
        background-position: top 27px center;
        background-size: auto;
    }
    .popup_area .txt_box{
        width: 100%;
    }
        .popup_area .exp{
        padding: 0 15px;
    }
    .popup_area .prpoint{
        padding-bottom: 50px;
    }

}

@media screen and (min-width:1200px){
    main{
        padding-top: 100px;
    }
    .case_listarea .case_listbox .case_list{
        margin-bottom: 40px;
    }
    .case_listarea .case_listbox .case_list,
    .case_listarea .case_listbox .case_list:nth-child(2n),
    .case_listarea .case_listbox .case_list:nth-child(3n){
        flex: 0 0 23.5%;
        margin-right: 2%;
    }
    .case_listarea .case_listbox .case_list:nth-child(4n){
        margin-right: 0;
    }

}

[data-simplebar]{
    flex-direction: row;
}
.simplebar-scrollbar:before{
    background-color: #999;
}
