@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #ffb914;
	/*	画像はこちら↓ */
		/* background: url(../images/bg.png) repeat center; */
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #37bb40;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #37bb40;
}

.popup_close {
	border-color: #37bb40;
}


/* ==========================================================
	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: #ffe553;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #ffe553;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #ffb914;
    /*	画像はこちら↓ */
    	/* 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;
}
.captxt {
 font-size:120%!important;
 font-weight: 700;
 color: #37bb40!important;
}
.scaptxt {
 font-size:90%!important;
 font-weight: 700;
 color: #37bb40!important;
}

.catch-txt {
	font-size: 3rem;
	text-align: center;
	font-weight: 700;
	line-height:3.6rem;
	margin: 1rem;
	color: #37bb40;
}

.cast_btn_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cast_btn_3 li {
    width: calc(310 / 650 * 100%);
    margin-top: calc(40 / 650 * 100%);
}
.n-txt {
	font-size:2.4rem;
	line-height:3.6rem
}
.link-btn {
	width: 70%;
	margin: 30px auto 60px;
	border-radius: 5rem;
	background-color: #37bb40;
}
.link-btn a {
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 1rem;
}
.link-btn:hover {
background-color: #ffb914;
}
.imakoko-txt {
	width:100%;
	padding:2rem;
	margin: 0 auto;
	font-size:2.8rem;
	line-height:3.6rem;
}
.bangumi-list {
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
	width: 100%;
}
.bangumi-list li {
	width: 90%;
	margin: 1rem auto;
}
.bangumi-list figure {
	width: 100%;
	margin: 1rem;
	border: 1px solid #666;
}
.bangumi-list h6 {
	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: 700;
	color:#ed6a02;
}
.bangumi-list p {
	font-size:2rem;
	line-height:3rem;
	padding:1rem;
}
.bangumi-list a:hover {
	opacity: .7;
}
.data-box {
	display:flex;
	flex-direction:column;
}
.data-box figure {
width:100%;
}
.data-box figure img {
	width: 100%;
}
.kenkatsu-logo {
	width: 90%;
	margin: 2rem auto;
	text-align: center;
}
.kenkatsu-logo img {
	width: 100%;
}
.yohouten {
	width: 90%;
	margin: 2rem auto;
	text-align: center;
}

.yohouten img {
	width: 100%;
}
.plaza-box {
	display: flex;
	flex-direction: column;
}

.plaza-box figure {
	width: 70%;
	margin:2rem auto;
	text-align: center;
}

.plaza-box figure img {
	width: 100%;
}

.ttl_h2 {
	line-height:1.4;
}
.movie-box {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-around;
}
.movie-box li {
		width: 50%;
		padding: 2rem 1rem;
		text-align: center;
}
/* ブライトコープ　ハック */

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
	position: static;
	padding-left: 25%;
}

.vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 1.67;
	position: static;
	padding-left: 25%;
}
@media screen and (min-width: 768px) {
.imakoko-txt {
		width:max-content;
	font-size: 2.4rem;
	line-height: 3.6rem;
}
.link-btn {
	width:450px;
}
.catch-txt {
	font-size: 2.4rem;
}
.n-txt {
	font-size: 2rem;
	line-height: 3rem
}
.bangumi-list {
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.bangumi-list li {
	width: 28%;
	margin: 1rem auto;
}
.bangumi-list h6 {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 700;
}

.bangumi-list p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 1rem;
}
.data-box {
	flex-direction: row;
	width:max-content;
	margin: 0 auto;
}
.data-box figure {
	width: 300px;
	padding-left: 2rem;
}
.kenkatsu-logo {
	width: 500px;
}
.yohouten {
	width: 500px;
}
.plaza-box {
	flex-direction: row;
}

.plaza-box figure {
	width: 220px;
}

.plaza-boxfigure img {
	width: 100%;
}
.movie-box li {
		width: 25%;
		padding: 1rem;
}
}
