@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	/* background-color: #ffe553; */
	/*	画像はこちら↓ */
		background: url(../images/headerbg.png) repeat-x center;
		/* background-size: cover; */
		background-size: auto 100%;
}
.mv h1 {
	/* padding: 2rem 0; */
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #03dddc;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #e50012;
}

.popup_close {
	border-color: #03dddc;
}


/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP)
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
	justify-content: space-around;
}

/*メニューの文字色*/
.nav a {
	color: #464646;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #fff;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #fff;
}

/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	/* background-color: #fff; */
    /*	画像はこちら↓ */
    	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::before {
	width:5rem;
	height:5rem;
    display: inline-block;
    content: "";
    background-image: url(../images/icon_mono.png);
     background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 1rem;
}
.ottl_h2 {
    /* position: relative; */
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 5rem;
				background-color: #03dddc;
				color: #fff;
				display: inline-block;
				padding: 0 2rem;
				border-radius: 1rem;
		min-width: 5em;
		margin-bottom: 1rem;
		text-align: center;
				width: max-content;
				margin: 0 auto 2rem;
				display: block;
}
.popup_details {
	border: 6px solid #03dddc;
	background-image: url(../images/popbg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;

}
/* .ottl_h2::before {
	width:5rem;
	height:5rem;
    display: inline-block;
    content: "";
    background-image: url(../images/icon_mono.png);
     background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1.6rem;
} */
.cast_txt {
	text-align: center;
}

.cast_btn_2 dt {
	text-align: center;
	font-weight: 700;
}

.tweet-txt {

	text-align: center;
	font-weight: 700;
	line-height:3.6rem;
	margin: 1rem;
		color: #000;
}
.tweet-txt::before {
	width:2.4rem;
	height:2.4rem;
    display: inline-block;
    content: "";
    background-image: url(../images/icon_x.png);
     background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: .5rem;
}
.insta-txt {

	text-align: center;
	font-weight: 700;
	line-height:3.6rem;
	margin: 1rem;
}
.insta-txt::before {
	width:2.4rem;
	height:2.4rem;
    display: inline-block;
    content: "";
    background-image: url(../images/icon_instagram.png);
     background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: .5rem;
}
.insta-txt a,.tweet-txt a {
display: inline-block;
}
.insta-txt a:hover,.tweet-txt a:hover {
opacity: .7;
}
.cast_btn_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cast_btn_2 li {
	  width: calc(310 / 650 * 100%);
    margin-top: calc(40 / 650 * 100%);
}
.cast_btn_2 figcaption {
    text-align: center;
    margin-top: 1em;
}
.present-box {
	border: 4px solid #03dddc;
	width: 100%;
	margin: 1rem auto;
}

.present-box img {
	width: 100%;
}

.present-txt {
	margin: 0 auto;
	padding: 1rem;
	font-size: 2.4rem;
	line-height: 3.6rem;
	text-align: center;
}

.btn-present {
	width: 70%;
	margin: 30px auto;
	border-radius: 5rem;
	background-color: #03dddc;
}
.btn-present a {
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 1rem;
}
.red-caution {
	color: red;
}
h6 {
	font-size:3rem;
	font-weight: 700;
		text-align: center;
}
p {
		text-align: center;
}
.mv .inner {
	position: relative;
}
.monotin {
	position: absolute;
	left: 0.2rem;
	bottom: 6.4rem;
	width: calc(300 / 1200 * 100%);
	max-width: 300px;
}

@media screen and (min-width: 768px) {
	.monotin {
		position: absolute;
		left: -1rem;
		bottom: 47.2rem;
		width: calc(300 / 1200 * 100%);
		max-width: 300px;
	}
}

.monotin img {
	width: 100%;
}

.monotin:hover {
	opacity: 1;
}

.present-bnr {
	width: 100%;
	margin:2rem auto;
}
.present-bnr img {
	width: 100%;
}
.cast_btn_5 {
	justify-content: center;
}

.cast_btn_5 li {
	padding: 0 1rem;
}

.img-mono {
	width: 60%;
	margin:2rem auto;
}
.img-mono img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.mv {
		/*background-size: contain; */
}
	.cast_btn_2 {
    width: 500px;
    margin: auto;
}

.cast_btn_2 li {
		width: calc(180 / 500 * 100%);
		    margin-top:0;
}
.ottl_h2 {

    font-size: 2.4rem;

}
.present-box {
	width: 500px;
	margin: 30px auto;
}
.btn-present {
	width: 400px;
}
.present-txt {
	font-size: 2rem;
	line-height: 3rem;
}
h6 {
	font-size: 2rem;
}
.mono-pop li {
	position: absolute;
}
.present-bnr {
	width: 750px;
}
.img-mono {
	width: 250px;
	margin: 3rem auto;
}
}

/* 追加 */

.bana {
	margin: 4em auto;
	width: 90%;
	max-width: 300px;
}

