@-webkit-keyframes slidein {
    from {
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes slidein {
    from {
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes slideup {
    from {
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes slideup {
    from {
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.kv {
    opacity: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.kv._enter {
    -webkit-animation-name: slideup;
    animation-name: slideup
}
.kv_inner img {
    vertical-align: bottom
}
.kv.magazine {
	background-color: initial !important;
	height: auto !important;
}
.info {
    color: #251f42;
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.05rem
}
.info_date {
    font-family: Muli
}
.info_category {
    font-family: Muli;
    text-transform: uppercase
}
.info_category::before {
    display: inline-block;
    margin: 0 0.9375rem;
    content: "/"
}
.img-list {
    display: flex;
    justify-content: space-between
}
.img-list_item + .img-list_item {
    margin-left: 0.5625rem
}
.link {
    margin-top: 1.5rem;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .kv_inner {
        margin: 0 auto;
        padding: 0 5%;
        max-width: calc(1080px + 10%)
    }
    .info {
        font-size: 0.875rem;
        letter-spacing: 0.07rem
    }
    .img-list_item + .img-list_item {
        margin-left: 2.5rem
    }
    .link {
        margin-top: 2.5rem
    }
    .link a {
        min-width: 310px;
        display: inline-block;
        padding: 0.9375rem 3.25rem 0.75rem;
        width: auto;
        height: auto
    }
	.link a:hover {
		opacity: 1;
	}
    .link a span {
        height: 100%;
        line-height: 1.5
    }
}