@charset "UTF-8";
@import url(cmn.css);

/*----------------------------base-----------------------------------*/

/*1401以上*/
@media screen and (min-width: 1401px){
}
/*801～1400*/
@media screen and (max-width: 1400px){
}
/*800以下*/
@media screen and (max-width: 800px){
}

img{ 
	max-width:100%;
}

/*----------------------------load-----------------------------------*/

#load{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
#load div:nth-of-type(1){
	height: 100%;
	width: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.8s ease-in-out;
}
#load .loader {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fac02a;
	border-radius: 50%;
	animation: spin 0.75s infinite linear;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	display: block;
}
#load .loader::before,
#load .loader::after {
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
#load .loader,
#load .loader::before {
	display: inline-block;
	border-color: transparent;
	border-top-color: #fac02a;
}
#load .loader::before {
	animation: spin 1.5s infinite ease;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#load img{
	display: block;
	z-index: 100;
	max-width: 150px;
	max-height: 80px;
	position: absolute;
	top: calc(50% + 10px);
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*----------------------------delay-----------------------------------*/

.delay{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
	transition: 0.8s ease-in-out;
}
.delayActive{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 0.8s ease-in-out;
}

/*----------------------------header-----------------------------------*/

header{
	background: url(../images/mv.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 85vh;
	box-sizing: border-box;
	padding: 0 2%;
	color: #fff;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 320px;
}
header>div{
	padding-bottom: 10vh;
}
header h1{
	font-weight: 100;
	font-size: 5rem;
}
header h1 span{
	position: relative;
	display: inline-block;
	line-height: 1.2;
}
header h1 span:before{
	content: "";
	display: block;
	width: 38px;
	height: 50px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0px;
	left: -50px;
}
header h1 span:after{
	content: "";
	display: block;
	width: 38px;
	height: 50px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	bottom: 0px;
	right: -50px;
}
@media screen and (max-width: 850px){
	header{
		font-size: 1.5rem;
	}
	header h1{
		font-size: 3rem;
	}
}

/*----------------------------main--------------------------------*/

main{
	width: auto;
	max-width: 1800px;
	padding: 0 2%;
	text-align: center;
	margin: -15vh auto 0;
	overflow: hidden;
	min-width: 320px;
	box-sizing: border-box;
}
section{
	padding-bottom: 100px;
	padding-top: 80px;
}
section h2{
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 100;
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 60px;
}

/*---*/

#concept{
	padding-top: 0;
}
#concept h2{
	font-size: 1.9rem;
	font-weight: 400;
	margin-bottom: 40px;
	padding: 0 2%;
}
#concept h2 img{
	display: block;
	margin: 0 auto;
}
#concept h2 span{
	display: block;
	margin-top: -50px;
}
#concept p{
	margin-bottom: 20px;
}

@media screen and (max-width: 850px){
	#concept h2 span{
		margin-top: -6vw;
	}
	#concept p{
		text-align: left;
	}
	#concept p br{
		display: none;
	}
}
@media screen and (max-width: 600px){
	#concept h2 span{
		margin-top: -4vw;
	}
}

/*---*/

#ss{
	padding: 0 2%;
}
#ss .wrap{
	background: #f1f1f1;
	overflow: hidden;
	padding: 80px 7% 40px;
}
#ss h2{
}
#ss dl{
	width: 46.5%;
	float: left;
	box-sizing: border-box;
	display: block;
	margin-bottom: 100px;
}
#ss dl:nth-of-type(2n){
	float: right;
}
#ss dl:nth-of-type(2n-1){
	clear: both;
}
#ss dl dt{
	display: block;
	margin-bottom: 30px;
}
#ss dl dt img{
	box-shadow: 10px 10px 40px rgba(0,0,0,0.1);
}
#ss dl dd{
	text-align: left;
	display: block;
	max-width: 692px;
	margin: 0 auto;
}
#ss dl:nth-of-type(6) dt{
	justify-content: space-between;
}
#ss dl:nth-of-type(6) dt:after{
	content: "";
	display: block;
	clear: both;
}
#ss dl:nth-of-type(6) dt img{
	display: block;
	width: 45.67%;
	float: left;
}
#ss dl:nth-of-type(6) dt img:nth-of-type(2){
	float: right;
}
@media screen and (max-width: 750px){
	#ss dl{
		width: auto;
		float: none !important;
	}
}

/*---*/

#matome{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: -50px auto 80px;
	padding-top: 0;
	padding-bottom: 0;
}
#matome>div{
	width: 50%;
}
#matome>div:nth-of-type(1){
	text-align: right;
	order: 2;
}
#matome>div:nth-of-type(1) img{
	width: 110%;
	max-width: 674px;
}
#matome>div:nth-of-type(2){
	padding: 130px 3% 0 0;
	text-align: left;
	order: 1;
}
#matome h2{
	margin-bottom: 40px;
	font-size: 1.8rem;
}
#matome p{
	margin-bottom: 20px;
}
@media screen and (max-width: 1100px){
	#matome>div:nth-of-type(1){
		width: 30%;
	}
	#matome>div:nth-of-type(2){
		width: 70%;
	}
}
@media screen and (max-width: 850px){
	#matome{
		display: block;
	}
	#matome>div{
		width: auto !important;
	}
	#matome>div:nth-of-type(1){
		text-align: center;
		margin-bottom: 30px;
	}
	#matome>div:nth-of-type(1) img{
		width: auto;
		max-width: 60%;
		min-width: 260px;
		display: block;
		margin: 0 auto;
	}
	#matome>div:nth-of-type(2){
		padding: 0;
	}
	#matome>div:nth-of-type(2) h2{
		text-align: center;
	}
}
@media screen and (max-width: 590px){
	#matome>div:nth-of-type(2) h2{
		font-size: 1.6rem;
	}
	#matome>div:nth-of-type(2) h2 br{
		display: none;
	}
}

/*---*/

#spec{
	padding: 0 2%;
}
#spec .wrap{
	background: #f1f1f1;
	overflow: hidden;
	padding: 80px 5% 0;
}
#spec .inner{
	overflow: hidden;
	text-align: left;
	max-width: 1200px;
	margin: 0 auto 80px;
}
#spec ul{
	display: block;
	width: 48%;
	float: left;
}
#spec ul:nth-of-type(2n){
	float: right;
}
#spec ul li{
	display: block;
	margin-bottom: 5px;
	box-sizing: border-box;
	line-height: 1.5;
}
@media screen and (max-width: 700px){
	#spec ul{
		width: 100%;
		padding: 0;
		float: none;
	}
}

/*---*/

#price{
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
#price h2{
	margin-bottom: 30px;
}
#price p:nth-of-type(1){
	font-size: 1.5rem;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom: 30px;
}
#price p:nth-of-type(1) span{
	font-size: 2.2rem;
}
#price p:nth-of-type(1) i{
	font-style: normal;
}
@media screen and (max-width: 900px){
	#price h2{
		font-size: 2rem;
	}
	#price p:nth-of-type(2){
		text-align: left;
	}
}
@media screen and (max-width: 650px){
	#price{
		padding: 60px 20px 50px;
	}
	#price p:nth-of-type(1) i{
		display: block;
		line-height: 1;
	}
}
@media screen and (max-width: 500px){
	#price h2{
		font-size: 1.5rem;
	}
	#price p:nth-of-type(1){
		font-size: 1.1rem;
	}
	#price p:nth-of-type(1) span{
		font-size: 1.8rem;
	}
}

/*----------------------------footer--------------------------------*/

footer{
	background: #111;
	color: #999;
	text-align: center;
	font-size: 0.9rem;
}
footer>div:nth-of-type(1){
	background: #232323;
	padding: 50px 2%;
}
footer>div:nth-of-type(1) h3{
	margin-bottom: 10px;
}
footer>div:nth-of-type(1) img{
	width: 172px;
}
footer>div:nth-of-type(1) p:nth-of-type(1){
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.2rem;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 1px;
}
footer>div:nth-of-type(2){
	display: flex;
	align-items: center;
	padding: 30px 2% 20px;
}
footer>div:nth-of-type(2) p{
	width: 50%;
	line-height: 1;
}
footer>div:nth-of-type(2) p:nth-of-type(1){
	text-align: left;
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 2.2rem;
}
footer>div:nth-of-type(2) p:nth-of-type(2){
	text-align: right;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@media screen and (max-width: 530px){
	footer>div:nth-of-type(1) p:nth-of-type(2){
		text-align: left;
	}
	footer>div:nth-of-type(2){
		display: block;
	}
	footer>div:nth-of-type(2) p{
		width: auto;
		text-align: center !important;
		line-height: 1.5;
	}
}

/*----------------------------link etc--------------------------------*/

a,
input,
button{
	outline: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner{
	border: 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #666;
}

a:hover{
	color: #999;
}










