@charset "utf-8";
/* CSS Document */

#wrapper {
	padding: 80px 0;
}

@media screen and (max-width:768px){
	#wrapper {
		padding: 40px 1em;
	}
}

/*----------------------------------------
	#topSec
----------------------------------------*/
#topSec {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	text-align: center;
}

@media print,screen and (min-width: 769px){
	#topSec {
		padding: 120px 0 100px 0;
	}
}
@media screen and (max-width:768px){
	#topSec {
		padding: 100px 0 80px 0;
	}
}

/*----------------------------------------
	.contSec
----------------------------------------*/
.contSec {
	margin: 0 0 70px 0;
}
.contSec:last-child {
	margin-bottom: 0;
}
.contSec h3 {
	font-size: 36px;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	font-family: 'anton';
	letter-spacing: 0.1em;
	/* color: #bc9d51; */
}
/*h3:first-letter {
	color: #bc9d51;
}*/
.contSec h3 span {
	display: block;
	font-size: 0.5em;
	/* color: #eee; */
}

@media print,screen and (min-width: 769px){
	.contSec h3 {
		margin: 0 0 60px 0;
	}
	.contSec .wrap .spc01 {
		float: left;
		width: 700px;
	}
	.contSec .wrap .spc02 {
		background: lightgreen;
		float: right;
		width: 300px;
	}
}
@media screen and (max-width:768px){
	.contSec {
		margin: 0 0 50px 0;
	}
	.contSec h3 {
		margin: 0 0 40px 0;
	}
}
/*----------------------------------------
	.cont-style-white（白ベース）
----------------------------------------*/

.cont-style-white{
	background: #FFF;
}	
.cont-style-white p,
.cont-style-white h4,
.cont-style-white dt,
.cont-style-white dd {
	color: #333;
}
.cont-style-white h3 {
	text-align: left;
	margin-bottom: 0;
	color: #333;
	font-weight: bold;
}
.cont-style-white .titleSpc p {
	font-family: 'Anton', sans-serif;
	color: #eee;
	letter-spacing: 0.1em;
}
.cont-style-white h3:first-letter {
	color: inherit;
	margin-bottom: 0;
}
.cont-style-white .titleSpc {
	position: relative;
}
.cont-style-white .titleSpc h3 {
	position: absolute;
	bottom: 0px;
}
@media print,screen and (min-width: 769px){
	.cont-style-white .titleSpc p {
		font-family: 'Anton', sans-serif;
		font-size: 72px;
		line-height: 1;
	}
	.cont-style-white .titleSpc h3 {
		position: absolute;
		bottom: 0px;
		font-size: 20px;
		color: initial;
		/* font-weight: bold; */
	}
	.cont-style-white .titleSpc {
		margin: 0 0 30px 0;
	}
}

@media screen and (max-width:768px){
	.cont-style-white .titleSpc {
		margin: 0 0 20px 0;
	}
	.cont-style-white .titleSpc p {
		font-size: 42px;
		line-height: 1;
	}
	.cont-style-white .titleSpc h3 {
		font-size: 15px;
	}
}