@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #ffffff;
	/*	画像はこちら↓ */
	background: url(../images/bg.jpg) repeat-x center;
	background-size: cover;
}

@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;
}

/* 追記 */

.uriman {
	font-size: 1.2em;
}

.uriman_txt {
	padding: 2em 0;
}

.uriman dt {
	padding-bottom: 0.5em;
}

.uriman dd {
	padding-bottom: 1.5em;
}

.uriman 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 {
	margin: 0 auto;
	text-align: center;
}

.bana li {
	display: inline-block;
	width: 49%;
}

.bana img {
	widt

	.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-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: 6rem;
}
.movie_list li{
	width: calc(750 /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;
}


/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(22, 23, 31, 0.94);
}

.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 5.5em 0;
  width: calc(710 / 750 * 100%);
}

@media screen and (max-width: 767px) {
  .popup_movie .popup_inner {
    width: 100%;
  }
}
.popup_close {
  position: absolute;
  top: 2em;
  right: 0;
  width: 3em;
  z-index: 3;
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 50px 0;
  width: calc(590 / 710 * 100%);
  z-index: 2;
}
.popup_list > li p {
  margin-bottom: 8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.692;
}
.popup_list > li p:last-child {
  margin-bottom: 0;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 15px auto 0;
  padding: 0.5em;
  width: 300px;
  font-size: 16px;
  text-align: center;
  background: #3e4052;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: calc(1500 / 1600 * 100%);
    max-width: 1500px;
  }
  .popup_movie .popup_inner {
    max-width: 120vh;
  }
  .popup_list > li {
    padding: 10rem 0;
    width: 90%;
    max-width: 1000px;
  }
  .popup_close {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .popup_close:hover {
    opacity: 0.8;
  }
  .popup_close2 {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_close2:hover {
    background-color: #202162;
  }
}
