@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #19448e;
	/*	画像はこちら↓ */
	/*	background: url(../images/bg.png) repeat center;*/
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #e3027c;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #000000;
	font-size: 1.4em;
}

.popup_close {
	border-color: #e3027c;
}

a:hover{
	opacity: 0.8;
}

/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP) 
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
	justify-content: space-around;
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #000;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #000;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #c85554;
    /*	画像はこちら↓ */
    /*	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;
}

.ttl_h2 {
    line-height: 1.5;
}
.haishin_text{
	margin-bottom: 3rem;
}

.link_text{
	background-color: #fbeb00;
	color: #f00;
	text-align: center;
	font-weight: bold;
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: 2.6rem;
}
.flex_column{
	flex-direction: column;
}
.f_left{
	width: 100%;
	margin-bottom: 3rem;
}
.f_right{
	width: 100%;
}
.f_right div{
	margin-bottom: 2rem;
}
.fany{
	width: 75% !important;
	margin-left: auto;
}
.flex_sp{
	display: flex;
	justify-content: space-between;
}
.flex_sp div img{
	width: 100%;
}

@media screen and (min-width: 768px) {

	.link_text{
		margin-bottom: 4rem;
		font-size: 1.6rem;
		padding: 2rem 1rem;
	}
	.f_left{
		width: 90%;
    	margin: 0 auto 3rem;
	}
	.f_right{
		width: 90%;
		margin: 0 auto;
	}
	.f_right div{
		margin-bottom: 4rem;
	}
	.flex_sp div img{
		width: 100%;
	}
	.fany{
		width: 80% !important;
	}
	.flex_sp{
		width: 80%;
		margin: 0 auto;
	}
}
/* ==========================================================
	出演
========================================================== */
.f_box img{
	margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
.images_list {
		width: calc(964 / 964 * 100%);
}
.f_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.three_column img{
width: calc(33% - 1rem);

}
.four_column img{
	width: calc(25% - 1rem);


	}
.five_column img{
	width: calc(20% - 1rem);

}
}
/* ==========================================================
	twitter
========================================================== */
.twitter {
    border: 4px solid #c85554;
    padding: 1rem;
}
/* ==========================================================
	tiktok
========================================================== */
.tiktok{
    padding: 0.6rem;
    background: linear-gradient(45deg, #25f4ee 30%, #fe2c55 100%);
    width: 100%;
    margin: 2rem auto;
}
.tiktok span{
	font-weight: bold;
	font-size: 2.6rem;
    background-color: #000000;
    display: block;
    padding: 2rem 0;
    color: #fff;
    text-align: center;
}
@media screen and (min-width: 768px) {

.tiktok{
	padding: 0.4rem;
    width: 70%;
}
.tiktok span{
	font-size: 2rem;
    padding: 1.5rem 0;
    color: #fff;
}
}