@charset "Shift_JIS";
/* CSS Document */
.movieCtsArea h2{
    margin: 16px 0px 24px 0px;
    padding-top: 15px;
    font-size: 240%;
    line-height: 170%;
	text-align: center;
	color: #54beec;
	border-top: 1px solid #28C0FF;
	font-family: "?????? ProN W6", "HiraMinProN-W6", "HG??E", "MS ???", "MS PMincho", "MS ??", serif;
}

.movieCtsArea h2 b{
    margin: 0px 0px 0px 0px;
    padding-top: 30px;
    font-size: 56%;
    line-height: 120%;
	text-align: center;
	color: #54beec;
	font-family: "?????? ProN W6", "HiraMinProN-W6", "HG??E", "MS ???", "MS PMincho", "MS ??", serif;
}

.movieCtsArea h3{
    margin:0px auto 14px auto;
    padding-top: 50px ;
    font-size: 130%;
    font-weight: bold;
    line-height: 170%;
	text-align: center;
	color: #54beec;
}

.movieCtsArea p {
	font-size: 110%;
    line-height: 180%;
    width: auto;
    margin: 0px 0px 8px 0px;
    padding: 0;
}

/* movieArea */
.movieArea{
    display: flex;
    gap:0 13px;
    margin: 30px auto 0px auto;
}
.modal_open{
    width: 100%;
}
.movie__thumb{
    position: relative;
}
.movie__thumb:hover{
    cursor: pointer;
}
.movie__thumb::before{
    content: '';
    width: 72px;
    height: 72px;
    background: url(../images/ico_commercial_movie.svg) no-repeat center center / cover;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
}
.movie__thumb img{
    display: flex;
    width: 100%;
}
.movie__ttl{
    text-align: center;
    margin: 4px auto 34px auto;
	font-size: 110%;
	display: block;
	background-color: beige;
	padding: 11px 0px 12px 0px;
	color: #AC7D0F;
	font-weight: bold;
}

/* bannerArea */
.bannerArea{
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: center;
}
.bannerArea a{
    max-width: 250px;
    width: 100%;
    margin-top: 20px;
    position: relative;
    transition: all .4s;
}
.bannerArea a:hover{
    opacity: .8;
    transition: all .4s;
    cursor: pointer;
}
.bannerArea a::after{
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #AC7D0F;
    border-right: 0;
    position: absolute;
    top: 16px;
    right: 15px;
}
.bannerArea a p{
    padding: 8px 0;
}

/* modal */
.modal_box{
    display: none;
    width: 94%;
    max-width: 1000px;
    margin: 0;
    position: fixed;
    z-index: 7777;
}
.modal__ctsArea{
    max-height: calc(100svh - 20px);
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal__ctsArea iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* close btn */
.modal_close{
    width: 55px;
    height: 55px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: zoom-out;
}
.modal_close::before,
.modal_close::after{
    content: '';
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* txt */
.movieCtsArea .movie__txt{
	margin: 30px auto 150px auto;
	text-align: center;
	font-size: 130%;
	line-height: 260%;
}

/* bg */
.modal_bg{
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    opacity: 0.98;
    cursor: zoom-out;
}

@media screen and (max-width: 640px){
	.movieCtsArea h2{
	margin: 12px 0px 20px 0px;
	font-size: 186%;
	padding-top: 30px ;
	}
	.movieCtsArea h3{
	font-size: 110%;
	}
	.movieCtsArea p {
	font-size: 100%;
    line-height: 180%;
	}
	/* txt */
	.movieCtsArea .movie__txt{
	margin: 20px 5% 50px 5%;
	text-align: center;
	font-size: 108%;
	line-height: 240%;
	}

    /* movieArea */
	.movieArea{
        flex-direction: column;
        gap: 20px 0;
    }
    /* bannerArea */
    .bannerArea{
        gap: 15px 0;
        flex-direction: column;
        margin-top: 20px;
    }
    .bannerArea a{
        max-width: 90%;
        margin-top: 0;
    }
    .bannerArea a::after {
        top: 22px;
    }
    .bannerArea a p{
        margin-bottom: 0;
        padding: 15px 0;
    }
    /* modal */
    .modal_open{
        width: 90%;
        margin: 0 auto;
    }
    .modal__ctsArea{
        padding: 12px;
    }

    /* close btn */
    .modal_close{
        width: 50px;
        height: 50px;
        top: -20px;
        right: -14px;
    }
}

@media (orientation: landscape) and (max-width: 767px){
    .modal_box{
        width: 80%;
    }
    .modal__ctsArea{
        max-height: 100%;
    }
}

@media screen and (max-width: 330px){
	.movieCtsArea h2{
	margin: 12px 0px 0px 0px;
	font-size: 156%;
	padding-top: 30px ;
	}
	.movieCtsArea .movie__txt{
	font-size: 98%;
	line-height: 230%;
	}
}