@charset "utf-8";
/*------------------------------------------------------------
	video
------------------------------------------------------------*/
#main .comImgList {
    margin-bottom: 30px;
}
#main .comImgList li {
    width: 490px;
    /*height: 275px;*/
	height: 315px;
	overflow: hidden;
}
#main .comImgList li .pho {
    width: 490px;
    height: 275px;
}
.fancybox-container {
    height: 100%;
    top: 0;
}
.popBox .close {
    position: absolute;
    top: -20px;
    right: -22px;
}
.fancybox-button svg {
    display: block!important;
}
#main .comImgList li::after {
    width: 100%;
    height: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f53434;
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: all 0.2s ease;
    /*content: '';*/
	display: none;
}
#main .comImgList li .text {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#main .comImgList li p {
	margin-top: 5px;
	font-size: 1.2rem;
	text-align: left;
}
#main .comImgList li p.vtitle {
	font-size: 1.5rem;
    font-weight: bold;
}
.wp-pagenavi {
	max-width: 1000px;
}
@media all and (min-width: 897px) {
    #main .comImgList li:hover::after {
        top: 0;
    }
    #main .comImgList li:hover .text {
        opacity: 1;
    }
    #main .comImgList li a:hover .pho {
        background: none;
    }
}
@media all and (max-width: 896px) {
	#main .comImgList li p.vtitle {
	font-size: 1.6rem;
    font-weight: bold;
}
    .pageTitle {
        margin-bottom: 16px;
    }
    #main {
        margin-bottom: 24px;
    }
    #main .content {
        margin: 0 38px;
    }
    #main .comImgList li {
        width: auto;
        height: auto;
    }
    #main .comImgList li:not(:last-of-type) {
        margin-bottom: 14px;
    }
    #main .comImgList li .video {
        margin-bottom: 5px;
        position: relative;
        padding-bottom: 56%;
        height: 0;
        overflow: hidden;
    }
    #main .comImgList li .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #main .comImgList li p {
        font-size: 1.2rem;
        text-align: left;
    }
    #main .comImgList li .vtitle {
        display: none;
    }
}