
html,
body
{
	padding: 0;
	height: 100%;
	min-width: 320px;
	font-family: "游明朝","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 14px;
}
/* Design +++++++++++++++++ */	

#container{
	min-width: 320px;
}

#bgCoverImg{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.box{
	position: relative;
	margin: 0 auto;
	padding: 40px;
	width: 100%;
	/* height: 100vh; */
	min-height: 100vh;
	background: #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}


.box.footer{
	min-height: auto;
}


#container div.headline{
	position: relative;
	z-index: 1;
	margin: 0 auto 0px;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 1201px){
	#container div.headline h1{
		height: 660px;
		font-size: 240px;
	}

}

@media only screen and (max-width: 1200px){
	#container div.headline h1{
		height: 55vw;
		font-size: 20vw;
	}

}


#container div.headline h1{
	display: flex;
	flex-flow: column nowrap;/*並びの方向k規制*/
	justify-content: center;/*並び方の配置規則*/
	align-content: center;/*justify-contentのクロス規則*/
	align-items: center;/*クロス方向のオブジェクトの変形規則*/
	
	width: 100%;
	font-family: 'Sorts Mill Goudy';
	color: #fff;
	line-height: 76%;
	text-align: center;
	text-shadow: 0 0 12px rgba(51,51,51,0.1);
	transition: all 1s ease-out;
}

#container div.headline h1 em,
#container div.headline h1 em i{
	position: relative;
}


.bgImg{
	position: relative;
	margin: 0 auto;
	padding:  40px 40px;
	width: 100%;
	/* height: 60vh; */
	box-sizing: border-box;
}

.max{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}

.titleBox{
	position: relative;
	margin: 0 auto 4vw;
	width: 60%;
	min-height: 4vw;
	padding: 8px 16px;
	font: 4vw/4.2vw Poiret One;
	font-weight: 100;
	text-align: center;
	color: #fff;
	background: #ff7e71;
}

.titleBox.noBox{
	position: relative;
	margin: 0 auto 4vw;
	width: 60%;
	min-height: 4vw;
	font-weight: bold;
	padding: 0;
	font: 4vw/4.2vw Poiret One;
	font-weight: 100;
	text-align: center;
	color: #ff7e71;
	background: rgba(255,0,64,0);
}

.titleBox.jp{
	font: 3.2vw/4.2vw  '游明朝';
	
}

.box h3{
	margin: 0 auto 20px;
	font-size: 1.4rem;
	text-align: center;
}

.box p,
.bgImg p{
	margin: 0 auto 4vw;
	width: 80%;
	font-size: 1rem;
}

.box div.contents{
	flex: 28%;
	margin: 2%;
	text-align: left;
}

.bgImg p{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, "Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
	color: #fff;
}

.column3{
	display: flex;
	flex-flow: row wrap;/*並びの方向　折り返しのありなし*/
	justify-content: center;/*並び方の配置規則*/
	margin-bottom: 0px;
	text-align: center;
}

.column3 div.imgCover{
	margin: 0 1vw 8vw;
	width: 52vw;
	height: 52vw;
	max-width: 200px;
	max-height: 200px;
	background-size: 100% auto;
}

.column3.contain div.imgCover{
	margin: 0 auto 4vw;
	width: 52vw;
	height: 52vw;
	max-width: 200px;
	max-height: 200px;
	background-size: 100% auto;
}

.column3 img{
	display: inline;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	background-size: 100%  auto;
	object-fit: cover;
}


@media only screen and (max-width: 480px){

	#bgCoverImg{
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center top;
		/* background-size: auto 100vh; */
		background-repeat: no-repeat;
	}
	

	.box:before{
		content: '';
		display: block;
		width: 6vw;
		height: 6vw;
		border-radius: 50%;
		background: #c8bb8f;
		position: absolute;
		bottom: -8vh;
		left: 50%;
		z-index: 10;
		margin-left: -3vw;
	}

	.box:after{
		content: '';
		display: block;
		position: absolute;
		bottom: -16vh;
		left: 0;
		z-index: 9;
		width: 100%;
		height: 16vh;
		box-sizing: content-box;
		background: #7dddb9;
		background: #efefef;
	}
	
	.box.footer:before,
	.box.footer:after
	{
		content: none;
		display: block;
		height: 0;
	}
	
	/**/
	
	.box{
		padding-bottom: 0;
	}
	
	.bgImg{
		padding: c24vw 8vw 8vw;
	}
	
	#bgImg1{
		padding-top: 40px;
	}
	
	.box	
	{
		padding:  8vw 8vw 0;
	}


	.box h3{
		margin: 0 auto 12px;
		font-size: 1.2rem;
		text-align: center;
	}

	.box p,
	.bgImg p{
		margin: 0 auto 4vw;
		width: 80%;
		font-size: 1rem;
		line-height: 1.4rem;
	}
	
		
	.titleBox,
	.titleBox.noBox{
		box-sizing: border-box;

		width: 100%;
		font: 24px/28px Poiret One;
	}

	.titleBox.jp{
		box-sizing: border-box;
		width: 100%;
		font: 20px/24px  '游明朝';
	}


	.column3 div.imgCover{
		margin: 0 1vw 8vw;
		width: 25vw;
		height: 25vw;
		max-width: 200px;
		max-height: 200px;
		background-size: 100% auto;
	}
	
	
}

/* アイフォンの下バナーの高さ：72px */
