@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #ffffff;
	/*	画像はこちら↓ */
	background: url(../images/bg.png) repeat-x center;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.mv img {
		width: auto;
	 	max-height: 746px;
		margin: 0 auto;
 }
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #55bfee;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #000;
}

.popup_close {
	border-color: #1d2c71;
}
h3{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1rem;
}
.red{
	color: #1d2c71;
}
.em{
	font-weight: bold;
    font-style: normal;
}
.center{
	text-align: center;
}

.ttl_h3 span {
	color: #b163fe;
}

/* 追記 */

.bakamovie {
	font-size: 1.2em;
}

.bakamovie_txt {
	padding: 2em 0;
}

.bakamovie dt {
	padding-bottom: 0.5em;
}

.bakamovie dd {
	padding-bottom: 1.5em;
}

.bakamovie dt:last-child {
	padding-bottom: 0;
}

.momota { color: #f65890; }
.yamasato { color: #816fee; }

h3 span,p span { color: #e03d39; }

.img {
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	margin-bottom: 1em;
}

.img:last-child {
	margin-bottom: 0;
}

.img li {
	width: 100%;
	display: inline-block;
}

.img li img {
	width: 100%;
}

.bana {
	text-align: center;
}

.bana img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.img li {
		width: 50% ;
	}
	.bana img {
		width: 70%;
		margin: 0 auto;
	}
}

/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP)
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #000;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #000;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #ffffff;
    /*	画像はこちら↓ */
    /*	background: url(../images/bg.png) repeat center;*/
}

/*コンテンツ背景*/
.contents {
	background-color: #fff;
}

/*スライダーの矢印ボタン：ホバー*/
/*ポップアップのクローズボタン：ホバー*/
.slick-arrow:hover,
.popup_close:hover {
	background-color: #000;
}

/*ポップアップのクローズボタン：ホバー*/
.popup_close:hover {
	border-color: #000;
}

.banner_list{
	margin-top: 2em;
}

.comingsoon {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	padding: 5em 0;
}

@media screen and (min-width: 768px) {
	.comingsoon {
		font-size: 2em;
	}
}

/* 画像リスト
********************************* */

.images_list li:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    .images_list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
		flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .images_list li {
        margin-top: calc(30 / 750 * 100%);
        margin-left: calc(5 / 750 * 100%);
        margin-right: calc(5 / 750 * 100%);
        margin-bottom: calc(7 / 750 * 100%) !important;
        min-width: calc(110 / 750 * 100%);
        width: 80%;
    }
}

/* 画像ガード */

.photo_protect {
    position: relative;
    display: inline-block;
    pointer-events: auto;
}

.photo_protect::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

@media print {
    .photo_protect {
        display: none;
    }
}

/* ==========================================================
	動画
========================================================== */
.movie_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.movie_list li{
	width: calc(700 /750 * 100%);
	margin: 0 auto;
}

/* .modaal-video .modaal-inner-wrapper{
	padding:0;
} */

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before{
	background:#fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#fd4c9b;
}
@media screen and (min-width: 768px) {
.movie_list{
    display: flex;
    justify-content: center;
}
.movie_list li{
	width: calc(600 /1024 * 100%);
}
.movie_list p{
font-weight: bold;
font-size: 1rem;
}
}
.movie_list p{
    font-weight: bold;
    font-size: 1.2rem;
}
