html, body {
	position: relative;
	height: 100%;
}
body {
	width: 100%;
	  height: 100%;
	text-align: center;
	box-sizing: border-box;
	border: none;
  align-items: center;
  justify-content: center;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	z-index: 1020;
	background-color: rgba(255,255,255,1.00);
}


.parallax-bg {
    background: none;
  }

  .parallax-bg::before {
    content: "";
    display: block;
    position: fixed;
	  z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100%;
    background: url(../Contents/Image/Background/Santorini_Landscape.jpg);
    -webkit-background-size: cover;
  }

.headerMovie{
	width: 100%;
	height: 550px;
	margin: 0;
	border: none;
}
.categoryTitle {
	width: 100%;
	height: 715px;
	margin: 0;
	line-height: 570px;
	color: black;
	font-size: 32px;
	background-image: url(../Contents/Image/Background/Flower_Landscape_2.jpg);
	background-size: cover;
		background-color: transparent;
	/*box-shadow:0px 0px 8px 11px rgba(255,255,255,1.0) inset;*/
	
	/*filter: drop-shadow(0px 4px 10px rgba(255,255,255,1.0) inset);*/
}
.categoryConcept {
	height: 220px;
	line-height: 220px;
	font-size: 46px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
	color: black;
		background-color: transparent;
}
#imgSub1 {
	width: 85%;
	height: 340px;
	margin: 0 auto;
	background-image: url(../Contents/Image/Intro/Introduction_Sub2.JPG);
	border-radius: 15px;
	box-shadow: 0px 5px 15px #999;
	background-size: cover;
}

.space {
	height: 130px;
}
