@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
body {
	background: url(../img/common/bg04.jpg) repeat left top;
}

#main {
	padding: 90px 20px 68px;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

#main .ttlBox {
	margin-bottom:0;
}

#main .ttlBox .img {
	margin: -5px 37px 0 0;
}

#main .inner {
	margin: 0 0 123px 35px;
}

#main .inner .photoBox{
	position:relative;
	margin: -29px -15px 0 0;
	float: right;
	max-width: 696px;
	width: 54%;
}

#main .inner .photoBox .bg img{width:100%;}

#main .inner .photoBox .move_01,
#main .inner .photoBox .move_02,
#main .inner .photoBox .move_03{position:absolute;}
#main .inner .photoBox .move_01{
	top:0;
	left:170px;
}
#main .inner .photoBox .move_02{
	top:247px;
	left:0;
}
#main .inner .photoBox .move_03{
	top:165px;
	left:520px;
}

#main .inner .textBox {
	padding-top: 25px;
	float: left;
	max-width: 520px;
	width: 45%;
}

#main .inner .textBox p {
	color: #EFD7C5;
	line-height: 2.6;
	text-indent: 1em;
}

#main .inner .textBox .title {
	margin: 0 0 50px;
	padding: 0;
	font-size: 37px;
	font-family:"MS UI Gothic", sans-serif;
	font-weight:normal;
	line-height: 1.5;
	letter-spacing: 15px;
	text-indent: 0;
}

#main .inner .textBox .text {
	margin-bottom: 34px;
}

#main .textImg {
	margin: -25px 0 0 -5px;
	max-width: 792px;
	width: 60%;
}

#main .textImg img {
	width: 100%;
}

#main .stepImg {
	position: absolute;
	bottom: 85px;
	right: 55px;
	max-width: 288px;
	width: 22%;
}

#main .stepImg img {
	width: 100%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	#gHeader {
		margin: 11px 7px 0;
		padding: 11px 15px 0;
		background: url(../img/common/sp_bg.jpg) repeat left top;
		background-size: 100% auto;
	}

	#main {
		margin: 0 7px 30px;
		padding: 0 0 44px;
		overflow: hidden;
		background: url(../img/common/sp_bg.jpg) repeat left top;
		background-size: 100% auto;
	}

	.menu {top: 47px;}

	.menuBox {top: 45px;}

	.spH1 {
		padding-right: 100px;
		margin: -0 0 -50px;
		border: none;
		overflow: hidden;
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}

	.spH1 span {
		margin: 0;
		width: 43%;
		float: right;
	}

	.spH1:before {
		width: 50%;
		height: 1px;
		background-color: #000;
		position: absolute;
		top: 35px;
		left: 0;
		content: "";
	}

	.spH1:after {
		width: 40%;
		height: 1px;
		background-color: #000;
		position: absolute;
		bottom: 65px;
		right: 20px;
		content: "";
	}

	#main .photo {
		margin-bottom: 70px;
		padding: 0 108px 0 20px;
		position: relative;
		z-index: 10;
	}

	#main .photo .bg,
	#main .photo .move_01{margin:0;}
	#main .photo .move_01{
		position:absolute;
		top:0;
		left:20px;
		right:108px;
	}
	#main .photo .move_01 img{
		opacity:0;
		position:absolute;
		top:0;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#main .photo .textSpan{
		position: absolute;
		bottom: 29px;
		right: 46px;
		width: 27.5%;
	}

	#main .photo .read {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 1.4%;
		margin-top: -62px;
	}

	#main .title {
		margin: 0 35px 34px 25px;
		color: #341205;
		font-size: 14px;
		font-family:"MS Mincho","ＭＳ 明朝","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","游明朝","YuMincho",serif;
		line-height: 1.5;
		font-weight: normal;
		letter-spacing: 6px;
		position: relative;
	}

	#main .title:after {
		width: 3.7%;
		height: 23px;
		background-color: #A5473B;
		position: absolute;
		top: 5px;
		right: 30px;
		content: "";
	}

	#main .title span {
		padding: 8px 28px 0 0;
		margin-top: 2px;
		display: block;
		font-size: 9px;
		text-align: right;
		letter-spacing: 2px;
		font-family: Georgia, "Times New Roman", Times, serif;
		border-top: 1px solid #7B7B7B;
	}

	#main p {
		margin: 0 15px 17px;
		font-size: 9px;
		color: #000;
		line-height: 1.9;
	}

	#main p .textSpan02 {
		margin-top: 3px;
		display: block;
		font-weight: normal;
		font-size: 11px;
		font-family:"MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","游明朝","YuMincho",serif;
		color: #9B423B;
		letter-spacing: -0.5px;
	}

	#main .photo02 {
		position: relative;
	}

	#main .photo02 .text {
		width: 63%;
		position: absolute;
		top: 20px;
		left: 10px;
		font-size: 10px;
		line-height: 1.6;
	}

	#main .photo02 .text02 {
		margin-bottom: 0;
		width: 63%;
		color: #fff;
		position: absolute;
		bottom: 30px;
		left: 25px;
		z-index:500;
	}

	#main .photo02 .text02 span {
		display: block;
		margin-left: 40px;
	}

	#main .photo02 .num {
		position: absolute;
		top: 50px;
		left: 0;
		width: 34%;
	}

	#main .photo02 a {
		display: block;
		width: 22%;
		position: absolute;
		top: 20px;
		right: 3px;
	}

}



@media all and (min-width: 768px) and (max-width: 1200px)  {
}

@media all and (min-width: 1201px) and (max-width: 1350px)  {
}

