@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: 100%;
	 	/* max-height: 746px; */
		margin: 0 auto;
 }
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #b88836;
}

/*アクセントカラー（文字色）*/
.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-size: 1.5em;
  font-style: normal;
}
.center{
	text-align: center;
}

.ttl_h3 span {
	color: #b163fe;
}
h4{
  color: #b88836;
  font-weight: bold;
  padding: 0.3em;
  margin: 1em 0 0.3em;
}
.cast{
  font-weight: bold;
  color: #b88836;
  padding: 0.3em;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.comment{
  margin: 2em 0;

}
.comment dt{
  color: #b88836;
  font-weight: bold;
  background: #333;
  padding: 0.3em;
}
.comment dd{
  border: 1px solid #000;
  padding: 1em;

}

.staff_list1{
	margin-bottom: 0.5em;
}
/* 追記 */

.hamadashinbun {
	font-size: 1.2em;
}

.hamadashinbun_txt {
	padding: 2em 0;
}

.hamadashinbun dt {
	padding-bottom: 0.5em;
}

.hamadashinbun dd {
	padding-bottom: 1.5em;
}

.hamadashinbun dt:last-child {
	padding-bottom: 0;
}

.momota { color: #f65890; }
.yamasato { color: #816fee; }

h3 span,p span {
  display: inline;
  background: #333;
  color: #fff;
 }

.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) {
	.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;
}
.movie_list li img{
	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;
}
.movie_list li img{
	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
========================================================== */
