@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .section01 {
	background-color: #000;
}

#main .section01 .bgSec01 {
	width: 100%;
	height: 100%;
	background: url(../img/art/bg01.jpg) no-repeat center center;
	background-size: cover;
}

#main .section01 .heading02 {
	font-size: 20px;
	letter-spacing: 2px;
}

#main .section01 .heading02 .small {
	font-size: 48px;
}

#main .section03 {
	background: url(../img/art/bg05.png) no-repeat center center;
	background-size: cover;
}

#main .innerBox {
	margin: 0 auto;
	width: 980px;
}

#main .section03 .innerBox .inner {
	width: 470px;
}

#main .section03 .innerBox .heading03 {
	margin-right: -10px;
}

#main .section03 .bgBox {
	margin: 3% 13.5% 0 0;
	width: 40%;
	float: right;
	height: 100%;
	background: url(../img/art/photo04.png) no-repeat center top;
	background-size: contain;
}

#main .section06 {
	min-height: 1000px;
	background: url(../img/art/bg04.jpg) no-repeat center center;
	background-size: cover;
}

#main .parallax {
	height: 551px;
}

#main .parallax01 {
	background: url(../img/art/bg06.png) no-repeat center center fixed;
	background-size: cover;
}

#main .parallax02 {
	background: url(../img/art/bg08.png) no-repeat center center fixed;
	background-size: cover;
}

#main .inner .heading03 {
	color: #fec42e;
}

#main .section04 {
	background: url(../img/art/bg07.png) no-repeat center center;
	background-size: cover;
}

#main .section04 .bgBox {
	margin: 6% 0 0 9.5%;
	width: 36%;
	height: 100%;
	background: url(../img/art/photo05.png) no-repeat right top;
	background-size: contain;
}

#main .section04 .inner {
	margin-right: 40px;
	float: right;
	width: 525px;
}

#main .section04 .inner .heading03 {
	font-size: 28px;
}

#main .section05 {
	padding: 150px 0 190px;
	color: #fff;
	background: url(../img/art/bg09.png) no-repeat center center;
	background-size: cover;
}

#main .section05 .innerBox {
	max-width: 835px;
}

#main .section05 h3 {
	margin-bottom: 80px;
}

#main .section05 .photo {
	margin-bottom: 40px;
}

#main .section05 .heading02 {
	margin: 0 10px 23px;
	padding: 0 5px 10px;
	font-size: 26px;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

#main .section05 .heading02 span {
	padding-left: 25px;
	display: inline-block;
	background: url(../img/common/icon03.png) no-repeat left 6px;
	background-size: 18px auto;
}

#main .section05 p {
	margin: 0 38px 140px;
	line-height: 1.8;
}

#main .section05 .h3Ttl {
	margin-bottom: 100px;
}

#main .section05 .photo02 {
	margin-bottom: 65px;
}

#main .section05 .txtList {
	margin: 0 38px;
}

#main .section05 .txtList li {
	float: left;
	width: 50%;
	line-height: 1.8;
}

#main .comImgBox {
	margin-bottom: 100px;
	padding-bottom: 85px;
	border-bottom: 1px solid #fff;
}

#main .comImgBox .textBox h4 {
	font-size: 20px;
}

#main .comImgBox .textBox h4 span {
	padding-left: 25px;
	background-size: 19px auto;
}

#main .section06 .photoList {
	margin: 0 30px;
}

#main .section06 .photoList li {
	float: left;
}

#main .section06 .photoList li:last-child {
	float: right;
}

#main .parallaxBox {
	display: none;
}

@media screen and (max-width: 767px) {
	#main .section01 {
		height: 100vh;
	}
	
	#main .section01 .scrollInner {
		position: absolute;
	}

	#main .section01 .heading02 {
		font-size: 7.5px;
		letter-spacing: 1px;
		margin: -25% 0 0 0;
	}

	#main .section01 .heading02 img {
		margin-bottom: 5px;
	}
	
	#main .section01 .heading02 .small {
		font-size: 18px;
	}
	
	#main .innerBox {
		margin: 0 30px;
		width: auto;
	}

	#main .section06 {
		min-height: inherit;
	}

	#main .section03 .photo,
	#main .section04 .photo {
		margin: 0 auto 25px;
		width: 87%;
	}

	#main .section03 .photo img,
	#main .section04 .photo img {
		width: 100%;
	}
	
	#main .section03 .innerBox .inner {
		width: auto;
	}

	#main .section03 {
		background-image: url(../img/art/sp_bg05.png);
	}

	#main .section03 .innerBox .heading03 {
		margin-right: 0;
	}

	#main .section03,
	#main .section04 {
		padding: 50px 0 60px;
		background-color: #000;
	}

	#main .section03 .heading03,
	#main .section04 .heading03 {
		line-height: 1.7;
	}

	#main .parallax {
		height: 320px;
	}
	
	#main .parallaxBox {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		overflow: hidden;
	}

	#main .parallaxBox01 .bgBox {
		width: 100%;
		height: 100vh;
		background:  url(../img/art/sp_bg06.png) no-repeat right top;
		background-size: cover;
	}
	
	#main .parallaxBox02 {
		z-index: -2;
	}
	
	#main .parallaxBox02 .bgBox {
		width: 100%;
		height: 100vh;
		background: url(../img/art/sp_bg08.png) no-repeat left bottom;
		background-size: cover;
	}
	
	#main .parallax01,#main .parallax02 {
		background: none;
	}

	#main .parallax {
		height: 320px;
	}

	#main .section04 {
		padding: 25px 0 60px;
		background-image: url(../img/art/sp_bg07.png);
	}
	
	#main .section04 .inner {
		margin-right: 0;
		float: none;
		width: auto;
	}

	#main .section04 .photo {
		margin: 0 -10px 20px;
		width: 110%;
	}

	#main .section04 .inner .heading03 {
		font-size: 18px;
	}
	
	#main .section05 {
		padding: 60px 0 40px;
		background-color: #000;
		background-image: url(../img/art/sp_bg09.png);
	}
	
	#main .section05 h3 {
		margin-bottom: 50px;
	}
	
	#main .section05 .photo {
		margin: 0 5px 35px;
	}

	#main .section05 .photo img {
		width: 100%;
	}
	
	#main .section05 .heading02 {
		margin: 0 0 2px;
		padding-bottom: 2px;
		font-size: 18px;
		text-align: center;
	}
	
	#main .section05 .heading02 span {
		padding-left: 22px;
		background-position: left 5px;
		background-size: 13px auto;
	}
	
	#main .section05 p {
		margin: 0 0 55px;
		line-height: 1.8;
		text-align: center;
		word-break: break-all;
	}

	#main .section05 p .spTxt {
		display: block;
	}

	#main .section05 .h3Ttl {
		margin-bottom: 45px;
	}
	
	#main .section05 .txtList {
		margin: 0 20px;
	}
	
	#main .section05 .txtList li {
		float: left;
		width: 50%;
		line-height: 1.8;
	}
	
	#main .section06 {
		padding: 50px 0 160px;
	}
		
	#main .comImgBox {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	#main .comImgBox .photoBox {
		margin: 0 auto 70px;
		width: 90%;
	}
	
	#main .comImgBox .textBox h4 {
		font-size: 18px;
	}
	
	#main .comImgBox .textBox h4 span {
		padding-left: 20px;
		background-position: left 4px;
		background-size: 14px auto;
	}

	#main .comImgBox .textBox h4 .sp {
		display: inline-block !important;
	}
	
	#main .section06 .photoList {
		display: none;
	}
}

@media screen and (max-width: 374px) {
	#main .section01 .heading02 img {
		width: 300px;
	}
}
