/*================================================================================

shaza css

================================================================================*/

.-shaza {
	background: #486191 url(/assets/toiwa/img/shaza_main_pc.jpg) no-repeat top center;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.-shaza {
		background: #486191 url(/assets/toiwa/img/shaza_main_sp.jpg) no-repeat top center;
		background-size: 120% auto;
	}
	
}


/* section-visual
--------------------------------------------------------------------------------*/

.section-visual {
	min-height: 750px;
}

.section-visual .inner {
	position: relative;
}

.section-visual .logo {
	position: absolute;
	width: 180px;
	top: 120px;
	right: 0;
}


@media screen and (max-width: 768px) {
	
	.section-visual {
		min-height: 600px;
	}

	.section-visual .logo {
		    width: 120px;
			top: 130px;
			left: 50%;
			margin-left: -60px;
	}
	
}





/* parts
--------------------------------------------------------------------------------*/

.-shaza {
	color: #fff;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
}

.-shaza p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
}

.title1 {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
	text-align: center;
}

.title2 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 40px;
}

.title2 span { 
	position: relative;
}

.title2 span::before,
.title2 span::after {
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	background: #fff;
	top: 50%;
}

.title2 span::before {
	margin-left: -130px;
}

.title2 span::after {
	margin-left: 15px;
}

.img {
	margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
	
	.-shaza p {
		font-size: 12px;
	}

	.title1 {
		font-size: 16px;
	}

	.title2 {
		font-size: 16px;
		margin-bottom: 30px;
		width: 100%;
		line-height: 1.6;
	}
	
	.title2 span::before,
	.title2 span::after {
		width: 50px;
	}

	.title2 span::before {
		margin-left: -60px;
	}
	
	.title2 span::after {
		margin-left: 5px;
	}
	
	.p-imgWrap .img {
		margin-bottom: 10px;
	}


}




