/*	lower css
============================== */

/*	header
============================== */
header#title {
  background-position: center top;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
}
@media all and (min-width: 768px) {

header#title div a {
	width:1000px; height: 170px; margin: 0 auto; display: block; text-indent: -9999px;
  background-position: center top;
  background-image: url(../img/title.png?1);
  background-repeat: no-repeat;
	background-size: contain;
}
}
@media all and (max-width: 767px) {
header#title div a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% !important;
	background-image: url(../img/sp_title.png?1);
    position: relative;
    height: 0;
    padding-top: 24%;
  }
}

#contents { background-image: url(../img/bg.jpg); background-repeat: repeat; background-position: center top;}
@media all and (min-width: 768px) {
	#contentsArea  { padding-top: 15px;}
}
@media all and (max-width: 767px) {
	#contentsArea  { padding-top: 8px;}
	#contents { padding-bottom: 15px;}
}

/*	low h1
============================== */
h1 {
	width: 100%;
    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);
  }
body.music h1 {
    background-image: url(../img/music/h1.png);
  }

@media all and (min-width: 768px) {
  h1 {
    height: 125px; margin-bottom: 10px;
  }

}
@media all and (max-width: 767px) {
  h1 {height:94px; margin: 0 auto 8px;
  }
}
@media all and (max-width: 350px) {
  h1 {height:80px; }
}
/*	wrap
============================== */
.low div.wrap {}
.low div.wrap .contentsBlock {
	border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
background-color: #fff;
filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
@media all and (min-width: 768px) {
  .low div.wrap {
	margin-bottom: 40px;
  }
.low div.wrap .contentsBlock { /*padding:30px 40px 30px;*/}
}
@media all and (max-width: 767px) {
  .low div.wrap {
	margin: 2.4%;
  }
.low div.wrap .contentsBlock {margin-bottom: 1.5em;}
}

/*	h2
============================== */
.low h2 {
  font-size: 1.3em; line-height: 1.8em; 
	text-align: center;
}
@media all and (max-width: 767px) {
.low h2 { font-size: 1.2em;}
}

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