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

#page-top{
    font-family: "biz-udpgothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	/**/
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	overflow:hidden;
	color: #000;
}

@media all and (min-width: 768px) {
	#page-top{
	background-image: url(../img/bg_words.png?1),url(../img/bg_gradation.png),url(../img/bg_pc.jpg?1);
	background-repeat: no-repeat,repeat-x,repeat-x;
	background-attachment: fixed,fixed,fixed;
	background-position: bottom center,top center,bottom center;
	background-size: auto 100%, auto 100%, 100% auto;
}

}

@media all and (max-width: 767px) {
	#page-top::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_sp.jpg?3);
  position: fixed;
background-size: cover;
  top: 0px;
  left: 0px;
  z-index: -1;
}
}

#contentsArea { position: relative;}
#contentsArea .contentsBlock { position: relative; background-color: #F7F6F4;}

@media all and (min-width: 768px) {
	#contentsArea { width: 1080px; margin: 30px auto 0;}
	#contentsArea .contentsBlock { padding: 30px; z-index: 10;}
	#contentsArea::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(234,117,117,1);
    filter: blur(0px);
    transform: translateY(10px) translateX(10px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
}
@media all and (max-width: 767px) {
	#contentsArea { width: 95%; margin: 2.5% auto;}
	#contentsArea .contentsBlock { padding: 5px; z-index: 10;}
	#contentsArea::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(234,117,117,1);
    filter: blur(0px);
    transform: translateY(8px) translateX(8px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
}

/*	header
============================== */
#headerArea header {position: relative;
background-position: center center;
background-image: url(../img/header.jpg);
background-repeat: repeat;

}
header#title div a {
display: block; text-indent: -9999px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.low nav#menu {
	background-image: url(../img/bg_gray.jpg);
	background-repeat: repeat;
	background-position: top center;}

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



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

@media all and (min-width: 768px) {
  h1 {
	  width: 100%;
	  height: 115px; margin: 0 auto 10px;
  }

}
@media all and (max-width: 767px) {
  h1 {height:70px; margin:2% 0 15px 2%;}

}

/*	txtArea
============================== */
section.txtArea { padding: 0px 0px; margin-bottom:1.8em; background-repeat: repeat; background-position: left top; background-image: url(../img/ruled_line.png);}
section.txtArea .txt {line-height: 1.88em;}

@media all and (min-width: 768px) {
	section.txtArea .txt {}
	.txtArea p.txt {width: 880px; margin: 0 auto 0.25em; padding: 0.5px 0 1.6em;}
}
@media all and (max-width: 767px) {
	section.txtArea { padding: 1px 0px 0px; margin-bottom:1.0em; background-size: auto 27px;}
section.txtArea .txt { font-size: 0.9em; margin: 0 3% 0.6em; padding: 0.5px 0 1.2em; }
.txt { font-size: 0.9em;  line-height: 2.0em;}
}
