@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;
	padding-bottom: 1rem;
}
.wrapper {
				background: url(../images/bg.jpg) repeat;
}
@media screen and (min-width: 768px) {
	.mv img {
		width: 100%;
	 	/* max-height: 746px; */
		margin: 0 auto;
 }
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #e70012;
}

/*アクセントカラー（文字色）*/
.font-st1 {
		font-weight: 900;
			font-size: 140%;
			line-height: 160%;
			color: #e70012;
}
.font-st2 {
		padding: 0 .5em;
		font-weight: 900;
			font-size: 140%;
			line-height: 160%;
			color: #fff;
			background-color: #e70012;
}
.font-st3 {

	padding: .25em .5em;
	font-weight: 900;
	font-size: 140%;
	line-height: 160%;
	color: #fff;
	background-color: #b88836;
}
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #000;
}
p {
	font-size: 16px;
	line-height: 220%;
}

.popup_close {
	border-color: #1d2c71;
}
h3{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1rem;
}
.red{
	color: #1d2c71;
}
.em{
	font-weight: bold;
  font-size: 1.5em;
  font-style: normal;
}
.center{
	text-align: center;
}

.ttl_h3 span {
	color: #b163fe;
}
h4{
	width: 70%;
	margin: 2rem auto;
}


.comment{
  margin: 2em 0;

}


.staff_list1{
	margin-bottom: 0.5em;
}
/* 追記 */



.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 {
	margin: 0 auto;
	text-align: center;
}

.bana li {
	display: inline-block;
	width: 49%;
}

	.bana2 {
		margin: 0 auto;
		text-align: center;
	}

	.bana2 li {
		display: inline-block;
		width: 100%;
	}

	.bana2 img {
		width: 100%;
	}

@media screen and (min-width: 768px) {
	h4 {
		width: max-content;
	}
		p {
				font-size: 18px;
			}
	.img li {
		width: 49% ;
	}
	.bana img {
		width: 80%;
		margin: 0 auto;
	}
	.bana2 {
		margin: 0 auto;
		text-align: center;
	}

	.bana2 li {
		display: inline-block;
		width: 50%;
	}

	.bana2 img {
		width: 100%;
	}
}

/* ==========================================================
	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: url(../images/bg.png) repeat center; */
   /*background-size: 70rem auto; */
}

/*コンテンツ背景*/
.contents {
	background-color: #fff;
}

.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;
	}
}

.font_b {
	font-size: 1.2em;
	font-weight: bold;
}

/* 画像リスト
********************************* */

.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: 6rem;
}
.movie_list li{
	width: calc(750 /750 * 100%);
	margin: 0 auto 2rem;
}
.photo {
	border: 7px solid #ffffff !important;
    box-shadow: 2px 2px 5px #999 !important;
}
/* .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(500 /1024 * 100%);
	margin-bottom: 1em;
}
.photo {
	border: 7px solid #ffffff !important;
    box-shadow: 2px 2px 5px #999 !important;
}
.movie_list p{
font-weight: bold;
font-size: 1rem;
}
}
.movie_list p{
    font-weight: bold;
    font-size: 1.2rem;
}

/* ==========================================================
	content
========================================================== */
/*プリント禁止*/
@media print {
	* {
		display: none;
		opacity: 0;
		background: #fff;
	}

	img {
		display: none;
		opacity: 0;
		background: #fff;
	}
}

.f_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.f_box li {
	width: calc(50% - 1rem);
	margin-bottom: 1rem;
	padding: 1rem;
}
.f_box dl {
	text-align: center;
}
.f_box dt {
	font-weight: 700;
}
.spacer {
	width: 10% !important;
}
@media screen and (min-width: 768px) {
	.f_box li {
		width: calc(25% - 1rem);
	}
.spacer {
	width: 0!important;
}
}
/* nav */
.nav-program {
	background-color: #000;
	overflow: auto;
}
.nav-program .container {

	margin: 0 auto;
	padding: 0 10px 2px;
}
.nav-program ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.nav-program a {
	display: block;
	padding: 20px 10px 15px;

	position: relative;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {

		    .nav-program .container {
		    	max-width: 1024px;
	padding-bottom: 2px;
		    }

}
