.video-top {
	max-width: 1000px;
	margin: 0 auto;
}
.video-top .img-box {
    display: block
}

.video-top .img-box .img-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.video-top .img-box .img-thumb:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.28571%
}

.video-top .img-box .img-thumb>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .video-top .img-box .img-thumb {
        position: relative
    }

    .video-top .img-box .img-thumb:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 54.87805%
    }

    .video-top .img-box .img-thumb>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.video-top .img-box .img-thumb img {
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1
}

.video-top .img-box .img-thumb img.is-contain {
    object-fit: contain
}

@media only screen and (min-width: 1025px) {
    .video-top .img-box:hover {
        opacity: 1
    }

    .video-top .img-box:hover .img-thumb img {
        transform: scale(1.2);
        transition: 0.3s
    }
}

@media only screen and (min-width: 1025px) {
    .video-top .img-box.no-zoom:hover {
        cursor: default
    }

    .video-top .img-box.no-zoom:hover .img-thumb img {
        transform: scale(1);
        cursor: default
    }
}

.video-top .img-box .img-thumb {
    position: relative
}

.video-top .img-box .img-thumb:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.1194%
}

.video-top .img-box .img-thumb>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.video-top .sec-ttl01.ttlmovie {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.video-top .sec-ttl01.ttlmovie .ttl-en {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.26923;
    letter-spacing: .14em;
    font-weight: 700;
    margin-right: 10px
}

.video-top .sec-ttl01.ttlmovie .ttl-ja {
    margin-top: 11px
}

@media (max-width: 767px) {
    .video-top .sec-ttl01.ttlmovie {
        margin: -11px 0
    }

    .video-top .sec-ttl01.ttlmovie .ttl-en {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.27273;
        letter-spacing: .14em;
        font-weight: 700;
        margin-right: 11px
    }

    .video-top .sec-ttl01.ttlmovie .ttl-ja {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        letter-spacing: .02em;
        font-weight: 500;
        margin-top: 6px
    }
}

.video-top .ico-white svg path {
    fill: #fff
}

.video-top .product-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    margin-top: 50px
}

@media (max-width: 767px) {
    .video-top .product-list {
        justify-content: space-between;
        margin-bottom: 28px
    }
}

.video-top .product-list .item {
    width: 32.17%;
    margin-right: 1.745%;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .video-top .product-list .item {
        width: 48.955%;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 0
    }

    .video-top .product-list .item:nth-child(2),
    .video-top .product-list .item:nth-child(1) {
        margin-top: 0
    }
}

.video-top .product-list .item:nth-child(3n) {
    margin-right: 0
}

.video-top .product-list .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: .04em;
    font-weight: 500;
    margin-top: 13px;
    text-align: left;
}

@media (max-width: 767px) {
    .video-top .product-list .item .ttl {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: .04em;
        font-weight: 500;
        margin-top: 10px;
        padding-top: 0 20px;
    }
}

.video-top .product-list .item .img-box .img-thumb::after {
    position: relative;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background: url("/assets/img/common/icon/ico_play.png") no-repeat center center/75px auto
}

@media (max-width: 767px) {
    .video-top .product-list {
        margin-top: 18px
    }

    .video-top .product-list .item .img-box .img-thumb::after {
        background-size: 50px
    }
}

.video-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    display: none;
    width: 100%
}

.video-overlay .video-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100vw;
    height: 100vh
}

.video-overlay .video-wrap {
    width: 788px;
    background: #fff;
    padding: 46px 48px 50px;
    position: relative
}

@media (max-width: 767px) {
    .video-overlay .video-wrap {
        padding: 31px 15px 28px;
    }
}

.video-overlay .video-wrap .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: .04em;
    font-weight: 500;
    margin-top: 16px
}

@media (max-width: 767px) {
    .video-overlay .video-wrap .ttl {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625;
        letter-spacing: .04em;
        font-weight: 500;
        padding: 0 20px;
    }
}

.video-overlay .video-wrap .btn-close2 {
    cursor: pointer;
    width: 98px;
    height: 37px;
    margin: 49px auto 0;
    background: url("/assets/img/common/icon/btn_close.svg") no-repeat center center/98px auto
}

@media (max-width: 767px) {
    .video-overlay .video-wrap .btn-close2 {
        margin-top: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .video-overlay .video-wrap .btn-close2:hover {
        opacity: .5;
        transition: .3s
    }
}

.video-overlay .video-wrap .btn-close1 {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -24px;
    right: -24px;
    box-shadow: none;
    border: none;
    background: url("/assets/img/common/icon/ico_close6.svg") no-repeat center center/48px auto;
    transition: 0.3s;
    cursor: pointer;
    padding: 0
}
body.kanayama .video-overlay .video-wrap .btn-close1 {
    background: url("/assets/img/common/icon/ico_close7.svg") no-repeat center center/48px auto;
}

@media only screen and (min-width: 1025px) {
    .video-overlay .video-wrap .btn-close1:hover {
        opacity: 0.5;
        transition: 0.3s
    }
}

@media (max-width: 767px) {
    body.kanayama .video-overlay .video-wrap .btn-close1 {
        background: url("/assets/img/common/icon/ico_close7.svg") no-repeat center center/40px auto;
    }
    .video-overlay .video-wrap .btn-close1 {
        top: -20px;
        right: 15px;
        width: 40px;
        height: 40px;
        background-size: 40px auto
    }
}

.video-overlay .video-content {
    background-color: #000;
    position: relative;
    position: relative
}

.video-overlay .video-content:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 55.7971%
}

.video-overlay .video-content>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.video-overlay .video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .video-overlay .video-popup {
        padding: 0
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .video-overlay .video-popup {
        max-width: 310px;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .video-overlay .video-content {
        width: 100%;
        position: relative
    }

    .video-overlay .video-content:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 55.92105%
    }

    .video-overlay .video-content>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

/*# sourceMappingURL=maps/movie.min.css.map */