@charset "UTF-8";
/* episode
--------------------------- */
.titleArea{
	padding:160px 0 70px;
	background: url(../images/mainCtsBg.jpg) repeat-x;
	background-size: cover;
}
.titleInner{
	position: relative;
}
.titleInner h2{
	width: 705px;
	margin: 0 0 20px;
}
.titleInner > p{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 3.8rem;
	color: #694133;
}
.titleInner > img{
	width: 480px;
	position: absolute;
	right: 0;
	top: -30px;
}
.epNumber ul{
	display: flex;
	align-items: center;
	width: 370px;
}
.titleInner .epNumber {
	margin: 40px 0 40px 0
}
.epNumber ul li{
	width: 10%;
}
.epNumber ul li.epTit{
	width: 48%;
}
.epBeige{fill:#FAF3E7;}
.epBrown{fill:#694133;}
.epDarkBeige{fill: #BA905D;}
.epWhite{fill:#FFFFFF;}
.epNumber ul li a:hover svg polygon{
	transition: 0.3s;
}
.epNumber ul li a:hover svg polygon{
	fill: #BA905D;
}
.epNumber ul li.current a svg polygon {
	fill: #BA905D;
}


.ctsInner.cts {
	padding: 0 0 120px;
}
.titArea {
	padding: 100px 0 48px;
	position: relative;
}
.titArea img{
	width: 1057px;
	display: block;
	margin: 0 0 0 -17px;
}
.ctsA{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 50px 0;
}
.ctsB{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 50px 0;
}
.ctsA > img,
.ctsB > img{
	width:360px;
}

.txtArea {
	width: 610px;
}
.txtArea.txtlong {
	width: 100%;
}
.txtArea h3{
	font-size: 2.6rem;
	line-height: 3.8rem;
	color: #694133;
	letter-spacing: 0.15rem;
	font-weight: 600;
}
.txtArea p{
	margin: 25px 0 0 0;
	font-size: 1.52rem;
	line-height: 3.2rem;
	font-weight: 400;
}
.ctsA > img,
.ctsB > img{
	width:390px;
}

.nextPage{
	border-bottom: 1px #694133 solid;
	padding: 0 0 50px 0;
	margin: 0 0 20px 0;
}
.nextPage a {
	width: 215px;
	display: block;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;
}
.nextPage a:hover{
	opacity: 0.8;
}

.nextPage a p{
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	font-weight: 600;
	color: #694133;
	margin: 0 0 5px 0;
}
.devTeam {
	background: #f6f4f1;
	padding: 32px;
}
.devTeamInner {
	display: flex;
	justify-content: space-between;
}
.devInfo{
	width:553px;
}
.graTit{
	font-weight: 600;
	padding:5px;
	color: #fff;
	background: -moz-linear-gradient(left, #a48e63, #f6f4f1);
	background: -webkit-linear-gradient(left, #a48e63, #f6f4f1);
	background: linear-gradient(to right, #a48e63, #f6f4f1);
	margin: 10px 0 0 0;
}
.devInfo h3{
	width: 320px;
}
.devInfo .tit{
	font-size: 3.2rem;
	font-weight: 600;
	color: #694133;
	margin: 5px 0 0 0;
}
.devInfo .txt{
	color:#604337;
	font-weight: 600;
	margin: 30px 0 0 0;
}
.devImg{
	width:410px;
}
.devImg ul{
	display: flex;
	justify-content: space-between;
}
.devImg ul li{
	width: 30%;
}
.devImg ul li p{
	margin: 10px 0 0 0;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.6rem;
}
.devImg ul li p span{
	display: block;	
	margin: 5px 0 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}
.current a {
	pointer-events: none;
}
@media screen and (max-width:767px){
	.titleArea {
		padding: 10px 20px 50px;
	}
	.titleInner > img {
		position: relative;
		width: 60%;
		right: auto;
		top: auto;
		margin: 0px auto 10px;
		display: block;
	}
	.titleInner h2 {
		width: 100%;
		margin: 0 0 10px;
	}
	.titleInner > p {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
	.epNumber ul {
		width: 100%;
		flex-wrap: wrap;
	}
	.ctsInner.cts {
		padding: 0 0 70px;
	}
	.titArea img {
		width: 100%;
	}
	.ctsA,
	.ctsB{
		flex-direction: column;
		margin: 0 0 30px 0;
	}
	.txtArea {
		width: 100%;
	}
	.ctsA > img,
	.ctsB > img{
		margin: 10px 0 0 0;
		width:100%;
	}
	.epNumber ul li.epTit {
		width: 100%;
	}
	.epNumber ul li {
		width: 37px;
	}
	.titleInner .epNumber {
		margin: 15px 0 0 0;
	}
	.titArea {
		padding: 50px 20px 30px;
		position: relative;
	}
	.titArea img {
		width: 100%;
		margin: 0 0 0 0;
	}
	.ctsArea {
		padding: 0 20px;
	}
	.txtArea h3{
		font-size: 2rem;
		line-height: 3rem;
	}
	.txtArea p{
		font-size: 1.4rem;		
		line-height: 2.4rem;
		margin: 5px 0 0 0 ;
	}
	.nextPage a {
		width: 50%;
	}
	.nextPage a p{
		font-size: 1.6rem;
	}
	.nextPage {
		padding: 0 0 20px 0;
	}
	.devTeam {
		padding: 20px;
	}
	.devTeamInner {
		flex-direction: column;
	}
	.devInfo {
		width: 100%;
	}
	.devInfo h3 {
		width: 100%;
	}
	.devInfo .tit{
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
	.graTit{
		margin: 0 0 0 0;
	}
	.devInfo .txt{
		margin: 5px 0 0 0;
	}
	.devImg ul {
		flex-direction: column;
	}
	.devImg ul li {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.devImg ul li:not(:last-child){
		margin: 0 0 5px 0;
	}
	.devImg ul li img{
		width: 30%;
		margin: 0 2% 0 0 ;
	}

	.devImg {
		width: 100%;
	}

}
