@charset "UTF-8";
/* CSS Document */

.exWrap_inner.u-inner {
    max-width: 1400px;
    padding:0;
}


.example-tab {
    margin-top:30px;
}

.example-tab ul {
    display: flex;
    list-style-type: none;
    border-bottom:1px solid #cccccc;
    }

.example-tab ul li {
    position: relative;
    flex-basis:10%;
    text-align:center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    padding:22px 0 16px 0;
    border-top:1px solid #cccccc;
    transition: .4s;
    /* border-bottom: 1px solid #cccccc; */
}

.example-tab ul li:not(:last-child) {
    border-right:1px solid #cccccc;
    box-sizing: border-box;
}

.example-tab ul li a {
    color: #494948;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.example-tab ul li:hover {
    background-color: #F2F2F2;
}

.example-tab ul li span {
    font-size: 8px;
    color:#cccccc;
}


.example-tab li.active {
    background-color: #000;
    color:#fff;
}
.example-tab li.active:hover {
    background-color: #000;
    color:#fff;
}


.example-tab ul li:not(:last-child) {
    border-right:1px solid #cccccc;
    box-sizing: border-box;
}

.example-tab ul li span {
    font-size: 8px;
    color:#cccccc;
}

.example-list ul {
    display:flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.example-list ul li {
    flex-basis:33.3333%;
    background-color: #666;
}

.example-list ul li img {
    width:100%;
}

.example-list .works_fig {
    position: relative;    
}

.example-list .works_fig figcaption {
    position: absolute;
    left: 0;
    bottom:0;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;
    transition: .6s;
}

.example-list .works_fig figcaption span {
    font-size: 12px;
    padding-left:10px;
} 

.example-list .works_fig figcaption span.ex-cat {
    font-size: 18px;
    padding-left:4%;
} 

.example-list a:hover .works_fig figcaption {
    background-color: rgba(0,0,0,0.8);
}



    
    .works-overlay-block {
        position: relative;
    }
    
    .overlay-div {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0,0,0,0.16);
        z-index: 1;
        transition: .4s;
    }
.overlay-div:hover {
    background-color: rgba(0,0,0,0);
}
    
    .example-list .works_fig figcaption {
        z-index: 10;        
    }

.works-br {
    display: none;
}

@media screen and (min-width:1249px) {
        .example-tab ul {
            border-right:1px solid #cccccc;
            border-left :1px solid #cccccc;
    }
}


@media screen and (min-width:641px) and (max-width:1250px) {
    .example-tab ul {
        flex-wrap:wrap;
    }
    .example-tab ul li:nth-of-type(3n) {
        border-right:none;
    }
    .example-tab ul li {
        flex-basis: 33.3%;
        padding:16px 0 10px 0;
        margin-bottom: -1px;
        border-bottom: 1px solid #cccccc;
    }
    .example-list ul li {
        flex-basis: 50%;
    }

	.example-tab ul li.-full{
		 flex-basis:100%;
	}
}


@media screen and (max-width:640px) {
    .works-br {
        display: block;
    }
    
    .gBody.exBody {
        padding-top:0;
    }
    .example-tab ul {
        flex-wrap:wrap;
    }
    .example-tab ul li {
        flex-basis:50%;
        border-top:1px solid #cccccc;
        padding:10px 0 6px 0;
        border-bottom: 1px solid #cccccc;
        margin-bottom: -1px;
    }
	.example-tab ul li.-full{
		 flex-basis:100%;
	}
    .example-tab ul li#li-all {
        flex-basis:100%;
    }
    .example-list ul li {
        flex-basis: 50%;        
    }
       .example-tab ul li:nth-of-type(2n+1) {
        border-right:none;
    }
    .example-tab ul li a {
        font-size: 14px;
    }
    .example-list .works_fig figcaption span {
        font-size: 10px;
    }
    .example-list .works_fig figcaption span.ex-cat {
        font-size: 16px;
    }
    .example-list .works_fig figcaption {
        line-height: .6em;
    }
 
}

.example_playIcon {
	position: absolute;
	width: 80px;
	height: 80px;
	border: 2px solid currentColor;
	color: #fff;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: transform;
}
a:hover .example_playIcon {
	transform: translate(-50%, -50%) scale(1.1);
}
.example_playIcon::after {
	content: "";
	border: 20px solid rgba(255, 255, 255, 0);
	border-left-color: currentColor;
	border-right-width: 0;
	width: 0;
	height: 0;
	display: block;
	border-left-width: 33px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(15%) translate(-50%, -50%);
}

@media screen and (max-width:640px) {
	.example_playIcon {
		width: 50px;
		height: 50px;
	}
	.example_playIcon::after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 15px;
	}
}