/*	lower css
============================== */
#page-top{
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #434343;
	position: relative;
}
#contentsArea{ text-align: left; position: relative;}

@media all and (min-width: 768px) {
#page-top{
	background-image: url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: top center;
	background-size: cover;
}
	#contentsArea {
	background-image: url(../img/bg_low.png);
	background-repeat:repeat-y;
	background-position: top center;
		background-size: auto;
	padding-top: 50px;
}
}
@media all and (max-width: 767px) {
#page-top::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_sp.jpg);
  position: fixed;
  background-size: cover;
  top: 0px;
  left: 0px;
  z-index: -1; 
}
	#contentsArea {
	background-image: url(../img/bg_low_sp.png);
	background-repeat:repeat-y;
	background-position: top center;
	background-size: 100% auto;
	padding-top: 25px;
}
}

/*	header
============================== */
#headerArea header {margin: 0 auto; position: relative; 
background-position: left center;
background-image: url(../img/bg_title.jpg);
background-repeat: repeat-x;
}
header#title div a {
display: block; text-indent: -9999px;
  background-position: center center;
  background-image: url(../img/title.jpg?2);
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
	#headerArea header { width: 100%;}
	header#title div {width:100%; height: 180px; margin: 0 auto;}
	header#title div a {
	width:100%; height: 180px;
	background-size: auto 180px;
	}
}
@media all and (max-width: 767px) {
	#headerArea header { width:100%; }
	header#title div a {
	background-image: url(../img/title_sp.jpg?2);
	width:100%; height:0; padding-top: 24.154%;
	background-size:cover;
	}
}



/*	low h1
============================== */
h1 {
    margin: 0 auto;
    position: relative; text-indent: -9999px; background-repeat: no-repeat; background-size: contain; background-position: top center;
}
body.about h1 {
    background-image: url(../img/about/h1.png);
  }
body.story h1 {
    background-image: url(../img/story/h1.png);
  }
body.news h1 {
    background-image: url(../img/news/h1.png);
  }
body.chart h1 {
    background-image: url(../img/chart/h1.png);
  }
body.caststaff h1 {
    background-image: url(../img/caststaff/h1.png);
  }

@media all and (min-width: 768px) {
  h1 {
	  width: 980px;
	  height: 100px; margin-bottom: 50px;
  }

}
@media all and (max-width: 767px) {
  h1 {width:93%; height:70px; margin-bottom: 25px;
  }
}

/*	wrap
============================== */
.low div.wrap .contentsBlock { background:rgba(255,255,255,0.6); position: relative;}
.low div.wrap .contentsBlock .contents { background:rgba(255,255,255,0.6); position: relative;}


@media all and (min-width: 768px) {
	.low div.wrap .contentsBlock { margin-bottom: 30px; padding: 12px; border-radius: 15px;}
	.low div.wrap .contentsBlock .contents { padding: 15px 45px 45px; border-radius: 12px; border: solid 3px #fba620;}
}
@media all and (max-width: 767px) {
	.low div.wrap .contentsBlock { margin: 2.4%; margin-bottom: 1em; padding: 2%; border-radius: 10px;}
	.low div.wrap .contentsBlock .contents {padding: 1em; border-radius: 8px; border: solid 2px #fba620;}
}

/*	txtArea
============================== */
section.txtArea { padding: 10px 0px;}
section.txtArea .txt {line-height: 2.0em; padding: 0.5em 0;}
.txt {line-height: 2.0em;}

@media all and (max-width: 767px) {
section.txtArea .txt { font-size: 0.9em;  line-height: 1.8em;}
.txt { font-size: 0.9em;  line-height: 1.8em;}
}
