@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #e3e3e3;
    /*	画像はこちら↓ */
 	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: #e3027c;
}

.popup_close {
	border-color: #e3027c;
}


/* ==========================================================
	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: #e3e3e3;
    /*	画像はこちら↓ */
 	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;
}
.pink{
	color: #e62e87;
}
.blue{
	color: #1eb9ee;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
@media screen and (min-width: 768px) {
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
}
/* ==========================================================
	CUNE
========================================================== */
.wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.inner{
width: 95%;
margin: 0 auto;
}
.sub_titile{
	font-size: 1.2rem;
	font-weight: bold;
	border: 4px solid #e62e87;
	padding: 0.5em;
	text-align: center;
	margin: 0 auto;
	width: 50%;
    max-width: 100%;
	color: #e62e87;
	margin-top: 3em;
}

.logo{
	text-align: center;
	margin: 3em auto;
 }
 .logo img{
	width:90%;
	margin: 0 auto;

 }
.min{
	font-size: 1.5rem;
}
 .main_titile{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #e62e87;
	margin-top: 25px;
 }

 .introduction{
	width:71%;
	margin: 0 auto;
	background-color: #f8f8f8;
	padding: 1em;
	font-size: 1.0rem;
	line-height: 1.8;
	color: #333;
	font-weight: bold;
	text-align: left;
 }
 .emphasis{
	font-size: 1.3rem;
	color: #e62e87;
 }
.notes{
	width: 85%;
	margin: 3em auto 3em;
}
.notes dt{
	display: inline-block;
	background-color: #e62e87;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: bold;
}
.notes dd{
	margin: 0.5em auto 1em;
}
.notes_text{
	color: #333;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.notes ul{
	margin: 0;
	padding: 0;
}
.notes li{
	margin-left: 1em;
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	line-height: 1.5;
	list-style: disc;

}
 @media screen and (min-width: 768px) {
	h1{
		margin: 0;
		text-align: center;
	}

	.inner{
		max-width: calc(900 / 1200 * 100%);
		margin: 0 auto;
		}
	.sub_titile{
		max-width: 300px;
	}
	.logo img{
		width:calc(700 / 1064 * 100%);
	
	 }
	 .min{
		font-size: 2rem;
	}
	.main_titile{
		font-size: 2.0rem;
		margin-top: 40px;
	 }
	.introduction{
		font-size: 1.2rem;
		text-align: center;
	 }
	 .emphasis{
		font-size: 2.0rem;
		color: #e62e87;
	 }

		/*レイアウト用マージン*/
		#menu1{
		}
		#menu1:last-of-type {
			margin-bottom: 0;
		}
		.introduction,.notes dl,.notes ul{
			margin-bottom: 3em;
		 }
		}
		/*応募ボタン*/
		.btn_apply {
			width: 90%;
			display: block;
			background-color: #e62e87;
			margin: 0 auto 8em;
			border-radius: 30px;
			text-align: center;
			padding: 0.5em;
		}
		.btn_apply a{
			color: #fff;
			font-size: 1.6rem;
			font-weight: bold;
		}
		@media screen and (min-width: 768px) {
			.btn_apply {
				max-width: 400px;
		}
	}

/* ==========================================================
	プレゼント用
========================================================== */
.sub_titile{
	width: fit-content;
	margin: 1em;
}
.present_text{
	font-size: 1.5rem;
	font-weight: bold;
}
.present_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.one{
	justify-content: center;
}
figure{
	margin: 1em 0;
}
figure img{
	width: 100%;
	border: 4px solid #e62e87;
	border-radius: 20px;
}
.two>figure,.three>figure{
	width: 100%;
}
.presnt_apply_box{
	background-color: #ffe6f0;
	border: 4px solid #e62e87;
	border-radius: 20px;
	padding:2em;
	margin-bottom: 8em;
}
.deadline{
	display: inline-block;
	width: fit-content;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	color: #e62e87;
	background: linear-gradient(transparent 50%, yellow 50%);
}

.presnt_btn_apply {
	width: 90%;
	display: block;
	background-color: #e62e87;
	margin: 0 auto 1em;
	border-radius: 30px;
	text-align: center;
	padding: 0.5em;
}
.presnt_btn_apply a{
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.sub_titile{
		width: fit-content;
		margin: 3em auto 1em;
		max-width: none;
	}
	.present_text{
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
	.two>figure{
	width: 48%;
}

.three>figure{
	width: 31%;
}
.presnt_btn_apply {
	max-width: 400px;
}
}