@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #4c4747;
	/*	画像はこちら↓ */
	/*	background: url(../images/bg.png) repeat center;*/
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #e70012;
}

/*アクセントカラー（文字色）*/
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #e70012;
}

 .ttl_h3 {
	color: #ff0000;
}


.popup_close {
	border-color: #e70012;
}


/* ==========================================================
	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: #4c4747;
    /*	画像はこちら↓ */
    /*	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;
}
h3{
	font-weight: bold;
}
.staff_list1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
.staff_list1 li{
	width: 30%;
	margin-right: 2em;
}

.staff_list2 li{
	width: calc(500 / 650 * 100%);
}


@media screen and (min-width:768px){
.staff_list1{
	display: block;
}

.staff_list1{
	display: flex;
	justify-content:flex-start;
}
.staff_list1 li{
	width: 20%;
}
}

/* 画像ガード */
.s-cmn-protect {
	position: relative;
	display: inline-block;
	pointer-events: auto;
}

.s-cmn-protect::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	position: absolute;

	top: 0;
	left: 0;
}

@media print {
	.s-cmn-protect {
		display: none;
	}

}
/* 出演者 */
dd{
	margin-bottom: 2rem;
}
.staff_list2{
	margin-bottom: 2rem;
}
.staff_list2 dl{
	display: block;
}
.staff_list2 dd{
	color: #000;
}
