@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cinzel');

.en{font-family: 'Cinzel', serif;}


#main {
	width: 100%;
	float: none;
}

#contentsWrapper {
	width: 100%;
	background: #1F1B05;
}

#pan li{
	background: none;
	position: relative;
	color: #fff;
}

#pan li::after {
	content: ">";
	color: #fff;
	padding: 0 0px 0 20px;
}

#pan li:last-child::after{
	display: none;
}

#pan li a{
	color: #fff;
}

.intro{
	margin: 70px auto;
}

.intro p{
	text-align: center;
	color: #fff;
	line-height: 1.75;
}

.intro p strong{
	font-weight: bold;
	color: #BC850A;
}

#fanFunContents img{
	max-width: 100%;
}


/***** entry *****/

#fanFunContents h2 {
	color: #BC850A;
	font-size: 60px;
	text-align: center;
	margin: 0 0 80px;
	position: relative;
}

#fanFunContents h2::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #BC850A;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}

.entryDetail{
	margin: 0 0 170px;
}

.entryQueen{
	background: #EDE9DC;
	color: #333;
	border-top: 5px solid #730015;
	padding: 0 20px 10px 20px;
	position: relative;
	margin: 0 0 50px;
}

.info{
	float: left;
	width: 370px;
}

.nameBox{
	width: 100%;
	margin: 0 0 30px;
}

.no{
	width: 46px;
	height: 46px;
	color: #fff;
	text-align: center;
	background: #730015;
	padding: 12px;
	float:left;
	position: relative;
	line-height: 1;
}

.no::before,.no::after{
	content: "";
	position: absolute;
	width: 35px;
	height: 20px;
	bottom: -20px;
}

.no::before {
	background: -webkit-linear-gradient(150deg, rgba(115,0,21,1) 0%,rgba(115,0,21,1) 50%,rgba(115,0,21,0) 51%,rgba(115,0,21,0) 100%);
	background: linear-gradient(150deg, rgba(115,0,21,1) 0%,rgba(115,0,21,1) 50%,rgba(115,0,21,0) 51%,rgba(115,0,21,0) 100%);
	left: 0;
}
.no::after {
	background: -webkit-linear-gradient(30deg, rgba(115,0,21,0) 0%,rgba(115,0,21,0) 50%,rgba(115,0,21,1) 51%,rgba(115,0,21,1) 100%);
	background: linear-gradient(30deg, rgba(115,0,21,0) 0%,rgba(115,0,21,0) 50%,rgba(115,0,21,1) 51%,rgba(115,0,21,1) 100%);
	right: 0;
}

.no span{
	font-size: 32px;
}

.name{
	width: 278px;
	float: right;
	padding: 16px 0 0;
}
.name h3{
	font-size: 24px;
	color: #730015;
	font-weight: bold;	
}

.name p{
	color: #666;
	font-weight: bold;
}

.messageBox h4{
	text-align: center;
	font-size: 20px;
	color: #730015;
}

.prof,.message{
	float: left;
	width: 200px;
}

.prof{
	margin: 0 0 10px;
}

.message{
	font-size: 12px;
}

.prof{
	text-align: center;
}

.sns {
	padding: 0 60px;
	margin: 5px 0 0;
}
.sns li{
	width: 24px;
	margin: 0 5px;
	float: left;
}

.movie {
	float: right;
	margin: -110px 0 0;
}

.entryDetail.q-05 .movie {
	margin: -280px 0 0;
	position: relative;
	left: 40px;
}

.queenImg {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 250px;
	top: -30px;
}

.entryDetail.q-06 .queenImg{
	width: 220px;
}

.gravure{
	width: 416px;
	float: right;
}

.imgBig{
	margin: 20px 0 5px;
}

.imgSmall li{
	width: 132px;
	float: left;
	margin: 0 10px 0 0;
}

.imgSmall li:last-child{
	margin: 0;
}

.link{
	width: 900px;
	margin: 0 auto 70px;
}

.link li a{
	width: 440px;
	display: block;
	background: linear-gradient(to bottom,rgba(188, 133, 10, 1)0%,rgba(93, 63, 7, 1)100%);
	background: -webkit-linear-gradient(top,rgba(188, 133, 10, 1)0%,rgba(93, 63, 7, 1)100%);
	color: #fff;
	text-align: center;
	padding: 20px 0;
	float: left;
	margin: 0 20px 0 0;
	border-radius: 3px;
	transition: 0.4s all;
}

.link li:last-child a{
	margin: 0;
}


