@charset "utf-8";

.headBlock{
	background: #c4a971;
	padding: 45px 0 50px;
	text-align: center;
}

.headBlock .ttl_main{
	position: relative;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	display: block;
	z-index: 1;
}

.headBlock .ttl_main:before{
	content: '';
	position: absolute;
	display: block;
	background: url(../img/header_bg.png) no-repeat center;
	top: 50%;
	margin-top: -59px;
	left: 50%;
	margin-left: -74px;
	width: 148px;
	height: 119px;
	background-size: contain;
	z-index: -1;
}

.headBlock .picBox{
	display: table;
	margin: 40px auto 0;
}

.headBlock .picBox li{
	display: table-cell;
	width: 475px;
	padding: 0 10px;
}

.headBlock .txt{
	margin-top: 30px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
}

.headBlock .btnBox{
	margin: 30px auto 0;
	max-width: 900px;
}

.headBlock .btnBox li{
	display: inline-block;
	vertical-align: top;
	padding: 5px 0px;
	width: 24.5%;
}

.headBlock .btn_nml{
	max-width: 207px;
}

.headBlock .btn_nml span{
	padding: 0;
}

.headBlock .btnBox a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headBlock .btnBox a span{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	display: block;
}

.headBlock .btnBox a span em{
	font-size: 0.8rem;
}

	@media screen and (max-width:768px){

	.headBlock{
		padding: 30px 10px 30px;
	}

	.headBlock .ttl_main{
		font-size: 2.1rem;
	}

	.headBlock .ttl_main:before{
		margin-top: -29px;
		margin-left: -27px;
		width: 74px;
		height: 59px;
		background-size: contain;
		z-index: -1;
	}

	.headBlock .picBox{
		margin: 30px auto 0;
	}

	.headBlock .picBox li{
		width: 50%;
		padding: 0 5px;
	}

	.headBlock .txt{
		margin-top: 20px;
		font-size: 1.7rem;
	}

	.headBlock .btnBox{
		margin: 20px auto 0;
		display: block;
		max-width: 100%;
	}

	.headBlock .btnBox li{
		padding: 5px 10px;
		width: 49.5%;
	}

	.headBlock .btn_nml{
		max-width: 100%;
	}

	.headBlock .btn_nml span{
		font-size: 1.5rem;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ contentsBlock */

.contentsBlock > .inner{
	max-width: 1000px;
	padding: 0 20px 40px;
	margin: auto;
}

.contentsBlock .winArea{
	padding: 40px 0 40px;
	border-bottom: 1px solid #ccc;
}

.contentsBlock .winArea > .ttl{
	text-align: center;
	font-size: 2.7rem;
	font-weight: bold;
}

.contentsBlock .winArea .indexArea{
	margin-top: 25px;
}

	@media screen and (max-width:768px){

	.contentsBlock > .inner{
		padding: 0 10px 30px;
	}

	.contentsBlock .winArea{
		padding: 30px 0 30px;
	}

	.contentsBlock .winArea > .ttl{
		text-align: center;
		font-size: 2.1rem;
		font-weight: bold;
	}

	.contentsBlock .winArea .indexArea{
		margin-top: 25px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ indexArea */

.indexArea{
	font-size: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	flex: auto;
	position: relative;
}

.indexArea .imgBox{
	display: block;
	flex-basis: 180px;
	margin: 15px 15px 0;
	vertical-align: top;
	text-align: center;
}

.indexArea .imgBox .img{
	display: block;
	width: 180px;
	height: 180px;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
}

.indexArea .imgBox .artist,
.indexArea .imgBox .artist_en{
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 5px;
}

.indexArea .imgBox .ttl,
.indexArea .imgBox .ttl_en{
	display: block;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: bold;
}

.indexArea .sub{
	display: block;
	font-size: 1.0rem;
	margin-top: 5px;

}

.indexArea .sub span{
	text-decoration: underline;
}
.indexArea .sub:hover span{text-decoration: none;}

	@media screen and (max-width:768px){

	.indexArea .imgBox{
		display: inline-block;
		width: 32%;
		flex-basis: 32%;
		margin: 0;
		padding: 5px;
		position: relative;
	}

	.indexArea .imgBox .img{
		width: auto;
		height: auto;
		max-width: 100%;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ modal */

#pages .close_modal{
	display: block;
}

#pages > div > *{
	display: inline-block;
	width: 100%;
	text-align: center;
	max-width: 600px;
}

#pages em{
	margin-top: 10px;
}

#modal .btn .close_modal {
	display: inline-block;
	border: 2px solid;
	padding: 5px 30px 5px;
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: none;
}
#modal .btn .close_modal:hover{background: #333;color: #fff;}

.modalwindow{padding-bottom: 20px}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ lastArea */

#lastArea{
	padding: 40px 20px;
	border-bottom: 1px solid #ccc;
}

#lastArea .ttl{
	font-size: 2.4rem;
	font-weight: bold;
}

#lastArea .yaku{
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 30px;
	color: #c4a971;
}

#lastArea .person{
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.5;
}

#lastArea .person em{
	font-size: 2.0rem;
	font-weight: bold;
}

	@media screen and (max-width:768px){

	#lastArea{
		padding: 30px 0;
	}

	#lastArea .ttl{
		font-size: 1.8rem;
	}

	#lastArea .yaku{
		font-size: 1.6rem;
		margin-top: 20px;
	}

	#lastArea .person{
		font-size: 1.2rem;
	}

	#lastArea .person em{
		font-size: 1.6rem;
	}

	}/* --- max-width:768px */
