@charset "UTF-8";
/* コンテンツ */

.category li:nth-child(5) a {
    letter-spacing: 0 !important;
}
.item_list {
    padding-bottom: 5em;
}
.item_list ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.item_list li {
    position: relative;
    flex-shrink: 0;
    width: calc((100% / 3) - (8% / 3));
    aspect-ratio:4 / 3;
    margin: 0 4% 40px 0;
    overflow: hidden;
}
.subt {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
}
@media screen and (min-width: 841px) {
.item_list li:nth-child(3n) {
        margin-right: 0 !important;
}
}
.item_list li h3 {
    box-sizing: border-box;
    position: absolute;
    left: 3%;
    top: 4%;
    color: #fff;
    font-weight: normal;
    font-size: 0.84em;
    line-height: 1.3;
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    padding: 4px 10px;
    margin-right: 3%;
    z-index: 100;
    pointer-events: none;
}
.item_list li span {
    position: absolute;
    right: 3%;
    bottom:4%;
    font-family: 'Jost', sans-serif;
    font-size: 0.82em;
    line-height: 1.4;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.7);
    z-index: 100;
    pointer-events: none;
}
.item_list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.item_list li a:hover {
    transform: scale(1.1);
}


.gallery {
    max-width: 1208px;
    margin: 0 auto 4em;
}

#aniimated-thumbnials {
    display: flex;
	flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
	padding: 0;
    z-index: 100;
}
#aniimated-thumbnials a {
    flex-shrink: 0;
    width: 32%;
	margin: 0 2% 2% 0;
}
#aniimated-thumbnials a:nth-child(3n) {
	margin-right: 0;
}
#aniimated-thumbnials a img {
    width: 100%;
}

.wsub {
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}
.box0 span {
    font-size: 0.92em;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}


@media screen and (max-width: 840px) {
.subt {
    font-size: 1em;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
}
.item_list {
    padding-bottom: 5em;
}
.item_list li {
    width: calc((100% / 2) - (4% / 2));
    margin: 0 4% 2em 0;
}
.item_list li:nth-child(2n) {
        margin-right: 0 !important;
}
.item_list li h3 {
    left: 5px;
    top:5px;
    font-size: 0.84em;
    padding: 2px 10px;
}
.item_list li span {
    right: 5px;
    bottom:5px;
    font-size: 0.82em;
    line-height: 1.4;
}

.gallery {
    margin-bottom: 4em;
}


}