header {
	display: none;
}
#main {
	background: url(../images/top/back1.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
	border-left: 10px #fff solid;
	border-right: 10px #fff solid;
	border-top: 10px #fff solid;
}
#main h1 {
	position: absolute;
	width: 90px;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -134px;
}
#main ul {
	width: 100%;
	list-style: none;
}
#main li {
	position: absolute;
}
#main li:nth-child(1) {
	width: 90px;
	bottom: 200px;
	right: 40%;
}
#main li:nth-child(2) {
	width: 220px;
	bottom: 140px;
	left: 30%;
}
#main li:nth-child(3) {
	width: 380px;
	bottom: 40px;
	left: -150px;
}
#main li:nth-child(4) {
	width: 450px;
	bottom: 30px;
	right: -30px;
}
/* ------------------------------------- */
#mv {
	width: 100%;
	height: 800px;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
#mv .kumo {
	position: absolute;
	bottom: 10%;
	right: -40px;
}
/* ------------------------------------- */
#wrap {
	margin-top: 100px;
}
/* ------------------------------------- */
.top1 {
	max-width: 550px;
	width: 90%;
	margin: 0px auto 70px;
}
.top1 dt {
	text-align: center;
	margin-bottom: 50px;
	font-family: kan48typos-std, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 140%;
	line-height: 220%;
	letter-spacing: 4px;
}
.top1 dt br {
	display: none;
}
.top1 dt strong {
	display: block;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 170%;
	letter-spacing: 10px;
}
.top1 dd {
	text-align: center;
}
.top1 dd strong {
	display: block;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: 500;
}
/* ------------------------------------- */
.top2 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1260px;
	width: 90%;
	margin: 0px auto 150px;
}
.top2 li {
	float: left;
	width: 30%;
	margin-right: 5%;
	border: #ddd 1px solid;
}
.top2 li:nth-child(3) {
	margin-right: 0;
}
.top2 li:nth-child(4) {
	display: none;
}
.top2 li .ph {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	margin: 0 auto;
}
.top2 li .ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 200%;
	max-height: 200%;
	z-index: 0;
	transition: .3s;
}
.top2 li .ph span {
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: .3s;
	background: url(../images/common/nami.png) no-repeat center top;
}
.top2 li .ph:hover span {
	height: 40px;
}
.top2 li dl {
	padding: 20px;
}
.top2 li dt {
	margin-bottom: 15px;
	line-height: 160%;
}
.top2 li .ttl {
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top2 li span {
	font-size: 70%;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 5px;
}
.top2 li dd {
	font-size: 90%;
	line-height: 170%;
}
/* ------------------------------------- */
.top3 {
	width: 100%;
	margin: 0px auto 100px;
	padding-top: 100px;
	position: relative;
	background: url(../images/common/back2.png) no-repeat center top 200px;
	background-size: cover;
	padding-bottom: 10px;
}
.top3 .kumo {
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	z-index: 0;
}
.top3 .box1,
.top3 .box2 {
	max-width: 1500px;
	width: 100%;
	margin: 0px auto 70px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.top3 .box1 .ph,
.top3 .box2 .ph {
	width: 53%;
}
.top3 .box1 .ph {
	float: right;
}
.top3 .box2 .ph {
	float: left;
}
.top3 .box1 dl,
.top3 .box2 dl {
	width: 47%;
	padding: 0 5%;
	position: absolute;
}
.top3 .box1 dl {
	left: 0;
	bottom: 0;
}
.top3 .box2 dl {
	right: 0;
	bottom: 0;
}
.top3 .box1 dt,
.top3 .box2 dt {
	font-family: kan48typos-std, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	line-height: 190%;
	margin-bottom: 50px;
	color: #807289;
	letter-spacing: 2px;
}
.top3 .box1 dt strong,
.top3 .box2 dt strong {
	display: block;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	letter-spacing: 2px;
}
.top3 .box1 dd,
.top3 .box2 dd {
	line-height: 170%;
}
.top3 .box1 dd a,
.top3 .box2 dd a {
}
/* ------------------------------------- */
.top4 {
	width: 100%;
	margin: 0px auto 150px;
	padding-top: 170px;
	position: relative;
}
.top4 .kumo {
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 5;
}
.top4 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1500px;
	width: 100%;
	margin: 0px auto 100px;
	position: relative;
	z-index: 0;
}
.top4 li {
	float: left;
	width: 50%;
	height: 350px;
	position: relative;
	text-align: center;
}
.top4 li:nth-child(1) {
	background: url(../images/top/ph03.jpg) no-repeat center top;
	background-size: cover;
}
.top4 li:nth-child(2) {
	background: url(../images/top/ph04.jpg) no-repeat center top;
	background-size: cover;
}
.top4 li .back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.35);
	z-index: 0;
}
.top4 li .ttl_style02 {
	color: #fff;
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
	bottom: 80px;
}
.top4 li .btn_style02 {
	position: absolute;
	z-index: 5;
	bottom: 30px;
	width: 350px;
	left: 50%;
	margin-left: -175px;
}
/* ------------------------------------- */




@media screen and (max-width: 900px) {
	/* ------------------------------------- */
	#main li:nth-child(1) {
		width: 90px;
		bottom: 200px;
		right: 40%;
	}
	#main li:nth-child(2) {
		width: 180px;
		bottom: 140px;
		left: 27%;
	}
	#main li:nth-child(3) {
		width: 300px;
		bottom: 40px;
		left: -150px;
	}
	#main li:nth-child(4) {
		width: 400px;
		bottom: 30px;
		right: -30px;
	}
	/* ------------------------------------- */
	#mv {
		height: 600px;
		margin-bottom: 100px;
	}
	#mv .kumo {
		width: 500px;
	}
	/* ------------------------------------- */
	.top2 li {
		width: 32%;
		margin-right: 2%;
	}
	.top2 li .ph:hover span {
		height: 30px;
	}
	/* ------------------------------------- */
	.top3 .kumo {
		width: 400px;
	}
	.top3 .box1,
	.top3 .box2 {
		margin: 0px auto 70px;
	}
	.top3 .box1 .ph,
	.top3 .box2 .ph {
		width: 50%;
	}
	.top3 .box1 .ph {
		float: right;
	}
	.top3 .box2 .ph {
		float: left;
	}
	.top3 .box1 dl,
	.top3 .box2 dl {
		width: 50%;
		padding: 0 5%;
		position: static;
	}
	.top3 .box1 dl {
		float: right;
	}
	.top3 .box2 dl {
		float: left;
	}
	.top3 .box1 dt strong,
	.top3 .box2 dt strong {
		font-size: 170%;
	}
	/* ------------------------------------- */
	.top4 {
		margin: 0px auto 100px;
		padding-top: 50px;
		position: relative;
	}
	.top4 .kumo {
		width: 400px;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 780px) {
	
	/* ------------------------------------- */
	#main li:nth-child(1) {
		width: 70px;
		bottom: 130px;
		right: 40%;
	}
	#main li:nth-child(2) {
		width: 120px;
		bottom: 110px;
		left: 27%;
	}
	#main li:nth-child(3) {
		width: 220px;
		bottom: 40px;
		left: -70px;
	}
	#main li:nth-child(4) {
		width: 400px;
		bottom: 20px;
		right: -30px;
	}
	/* ------------------------------------- */
	#mv {
		height: 500px;
		margin-bottom: 100px;
	}
	#mv .kumo {
		width: 500px;
	}
	/* ------------------------------------- */
	.top1 dt {
		font-size: 130%;
		margin-bottom: 40px;
	}
	.top1 dt strong {
		font-size: 150%;
	}
	/* ------------------------------------- */
	.top2 li,
	.top2 li:nth-child(3) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	.top2 li:nth-child(4) {
		display: block;
	}
	.top2 li:nth-child(2n) {
		margin-right: 0;
	}
	/* ------------------------------------- */
	.top3 .kumo {
		width: 400px;
	}
	.top3 .box1,
	.top3 .box2 {
		margin: 0px auto 70px;
	}
	.top3 .box1 .ph,
	.top3 .box2 .ph {
		float: none;
		max-width: 700px;
		width: 80%;
		margin: 0px auto 20px;
	}
	.top3 .box1 dl,
	.top3 .box2 dl {
		float: none;
		width: 80%;
		padding: 0;
		margin: 0px auto;
	}
	.top3 .box1 dt strong,
	.top3 .box2 dt strong {
		font-size: 170%;
	}
	/* ------------------------------------- */
	.top4 li .btn_style02 {
		bottom: 30px;
		width: 240px;
		margin-left: -120px;
	}
	/* ------------------------------------- */
}






@media screen and (max-width: 580px) {
	/* ------------------------------------- */
	#main li:nth-child(1) {
		width: 70px;
		bottom: 130px;
		right: 30%;
	}
	#main li:nth-child(2) {
		width: 100px;
		bottom: 110px;
		left: 27%;
	}
	#main li:nth-child(3) {
		width: 180px;
		bottom: 40px;
		left: -70px;
	}
	#main li:nth-child(4) {
		width: 250px;
		bottom: 20px;
		right: -30px;
	}
	/* ------------------------------------- */
	#mv {
		height: 400px;
		margin-bottom: 80px;
	}
	#mv .kumo {
		width: 350px;
	}
	/* ------------------------------------- */
	.top1 dt {
		font-size: 100%;
		margin-bottom: 30px;
		line-height: 160%;
	}
	.top1 dt br {
		display: block;
	}
	.top1 dt strong {
		font-size: 160%;
		letter-spacing: 5px;
		margin-bottom: 10px;
	}
	.top1 dd {
		text-align: left;
	}
	.top1 dd strong {
		letter-spacing: 1px;
		font-size: 120%;
	}
	/* ------------------------------------- */
	.top2 {
		width: 100%;
		margin: 0px auto 80px;
		border-bottom: #ddd 1px solid;
	}
	.top2 li,
	.top2 li:nth-child(3) {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border: none;
	}
	.top2 li:nth-child(odd) {
		border-right: #ddd 1px solid;
	}
	.top2 li dt {
		margin-bottom: 0;
	}
	.top2 li dd {
		display: none;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.top4 li {
		float: none;
		width: 100%;
		height: 350px;
		position: relative;
		text-align: center;
	}
	/* ------------------------------------- */
}