@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	/* background-color: #88308B; */
	/*	画像はこちら↓ */
		background: url(../images/bg.jpg) repeat center;
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #ff235a;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #88308B;
}

.popup_close {
	border-color: #88308B;
}


/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP)
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #1fbdff;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #1fbdff;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #FFC300;
    /*	画像はこちら↓ */
    	/* background: url(../images/bg.jpg) repeat center; */
}

/*コンテンツ背景*/
.contents {
	background-color: #fff;
}

/*スライダーの矢印ボタン：ホバー*/
/*ポップアップのクローズボタン：ホバー*/
.slick-arrow:hover,
.popup_close:hover {
	background-color: #88308B;
}

/*ポップアップのクローズボタン：ホバー*/
.popup_close:hover {
	border-color: #88308B;
}
/*バナー枠線*/
.banner_list li {
    border: 2px solid #b2b1b1;
}
/*キャスト、テキストの横並び*/
.cast_btn_5{
    display: block;
}
.cast_btn_5 li{
	display: flex;
    width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.cast_btn_5 li:last-child{
	border-bottom: none;
}
.cast_btn_5 figure img{
	width: 200px;
}

.cast_btn_5 p{
	width: 100%;
	margin-left: 20px;
}
/*動画横並び*/
.moviearea_flex{
	display: flex;
}
.movie{
padding: 0 1%;
}
.copyright{
	color: #b2b1b1;
	text-align: center;
	margin-top: 30px;
}

/* YouTubeチャンネル */
.youtube-area {
	text-align: center;
	line-height: 1rem;
	width: 100%!important;
}
.youtube-area span {
	display: inline-block;
	line-height:5rem;
}

.ttl_youtube {
	padding: 1rem;
	margin-bottom: 30px;
}
.ttl_youtube img {
	width: 600px;
	margin: 0 auto;
}

.ttl_catchup {
	padding: 1rem;
	margin-bottom: 30px;
}
.ttl_catchup img {
	width: 500px;
	margin: 0 auto;
}

.photo-box3 {
  display: flex;
	flex-direction: row;
	width: 100%;
	margin: 2rem auto;
	 justify-content: space-between;
}

.photo-box3 li {
width: 33%;
margin-bottom: 0px;
}
.photo-box3 img {
width: 100%;
}
@media screen and (max-width: 767px){
	.nav{
		flex-wrap: wrap;
	}
	.nav_list{
		width: 50%;
	}
	.br-sp {
	display: none;
   }

/*キャスト、テキストの横並び*/
.cast_btn_5 li{
	display: block;
}

	.cast_btn_5 p {
	margin-left: 0;
}
.cast_btn_5 figure img {
    margin: 0 auto;
}
.moviearea_flex{
		display: block;
	}
.ttl_youtube img {
	width: 100%;
}
.ttl_catchup img {
	width: 100%;
}
.youtube-area span {
	line-height:8rem;
	font-size: 3.4rem;
}

.photo-box3 {
	flex-direction: column;
}
.photo-box3 li {
width: 100%;
margin-bottom: 10px;
}
}
