/*	lower css
============================== */
#page-top{
    font-family: noto-sans-cjk-jp, sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #fff;
	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;
}
}
@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; 
}
}

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

@media all and (min-width: 768px) {
	#headerArea{background-image: url(../img/header.jpg?1); background-repeat: repeat-x; background-position: center top; background-color: #fff;}
	#headerArea header { width: 100%;}
	header#title div {width:980px; height: 170px; margin: 0 auto;}
	header#title div a {
	width:980px; height: 170px;
	background-size: 980px 170px;
	}
}
@media all and (max-width: 767px) {
	#headerArea header { width:100%; }
	header#title div a {
	background-image: url(../img/title_sp.jpg);
	width:100%; height:0; padding-top: 24.154%;
	background-size:cover;
	}
}

#contentsArea{ text-align: left;}
@media all and (min-width: 768px) {
	#contentsArea  { padding-top: 35px;}
}
@media all and (max-width: 767px) {
	#contentsArea  { padding-top: 20px;}
}

/*	low h1
============================== */
h1 {
    margin: 0 auto;
    position: relative; text-indent: -9999px; background-repeat: no-repeat; background-size: contain; background-position: top left;
}
body.intro h1 {
    background-image: url(../img/intro/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);
  }
body.news h1 {
    background-image: url(../img/news/h1.png);
  }

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

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

/*	wrap
============================== */
.low div.wrap {}
.low div.wrap .contentsBlock {
	background-color: rgba(0, 0, 0, 0.35);
}

@media all and (min-width: 768px) {
	.low div.wrap .contentsBlock { padding: 0 0 30px;}
}
@media all and (max-width: 767px) {
  .low div.wrap {
	margin: 2.4%;
  }
	.low div.wrap .contentsBlock { padding: 0 0 15px;}
}

/*	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;}
}
