@charset 'utf-8';

/* ==========================================================================

	ページ名

   ========================================================================== */


/*--------------------------------
	基本レイアウト
--------------------------------*/

.heading_gr2 {
    font-size: 2rem;
}

.movie {
    margin: 4em auto 8em;
}

.fancybox-bg,
.fancybox-is-open .fancybox-bg {
    background: #29813F !important;
    opacity: 1 !important;
}

.fancybox a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0;
}

.fancybox a:before {
	content: "";
	display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top:50%;
    left:50%;
    z-index: 1;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
	background: url(/chiiki_tv/images/icon_movie.svg) no-repeat center center;
	background-size: contain;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fancybox img {
	width: 100%;
	height: auto;
}

.movie ul li strong {
    display: block;
    margin-top: 1em;
}

@media only screen and (min-width: 813px) {
    .fancybox a:hover:before {
        background: url(/chiiki_tv/images/icon_movie_on.svg) no-repeat center center;
        background-size: contain;
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@media only screen and (max-width: 812px) {

    .heading_gr2 {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    
    .movie {
        margin: 4em auto;
    }

}


/*--------------------------------
    XXXX
--------------------------------*/

/* XX */




@media only screen and (max-width: 812px) {

    /* XX */



}


