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

#page-top{
    font-family: m-plus-1p, sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow:hidden;
	color: #000;
	position: relative;
	/*background-color:#FFFEE5;*/
}
#contentsArea { position: relative; /*background-color: #DFF8F8;*/ background-repeat: no-repeat;}
#contentsArea .contentsBlock { position: relative;}
#contentsArea .contentsBlock {}

@media all and (min-width: 768px) {
	#contentsArea { padding-top: 35px;}
	#contentsArea .contentsBlock { width: 100%;}
	
}
@media all and (max-width: 767px) {
	#contentsArea { padding: 20px 0 2%;}
	#contentsArea .contentsBlock { padding: 0;}
}

@media all and (min-width: 768px) {
	#page-top{
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-size: cover;
	background-attachment: fixed;
	background-position:top center;
	font-size: 1.05em;
}

}

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


/*	header
============================== */
#headerArea header {position: relative; background-image: url(../img/bg_darkgrada.jpg);}
header#title div { position: relative;}
header#title div a {
display: block; text-indent: -9999px;
background-position: center center;
background-repeat: no-repeat;
background-image: url(../img/title.png?5);
}
header#title div .schedule {
position: absolute;
text-indent: -9999px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
background-image: url(../img/schedule.png);
}
.low nav#menu {}

@media all and (min-width: 768px) {
	#headerArea header { }
	header#title div {width:1080px; height: 220px; margin: 0 auto;}
	header#title div a {
	width:100%; height: 220px;
	background-size: 620px 220px;
	}
	header#title div .schedule {width:245px; height: 45px; bottom:48px; right:0;}
}
@media all and (max-width: 767px) {
	#headerArea header { background-size: cover;}
	header#title div {width: 100%; margin: 0 auto; padding-bottom: 15px;}
	header#title div a {
	width:100%; height:110px;
	background-size:auto 110px;
	}
	header#title div .schedule {width:136px; height: 25px; bottom:5px; right:5px;}
}



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

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

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

/*	txtArea
============================== */
section.txtArea { padding: 0px 0px; margin-bottom:1.8em;}
.txt {line-height: 1.8em;}

@media all and (min-width: 768px) {
	section.txtArea .txt {}
	.txtArea p.txt {width: 900px; margin: 0 auto; padding: 0 0 1em;}
}
@media all and (max-width: 767px) {
	section.txtArea { padding: 0; margin-bottom:1.0em; background-size: auto 27px;}
section.txtArea .txt { font-size: 0.9em; margin: 0; padding: 0 0 1em; }
.txt { font-size: 0.9em;}
}


/*	#lowerBnrArea
============================== */
#lowerBnrArea {
	text-align:left; position: relative;
	background-color: #F7F0F6;
}
.bnrBlock {
	position:relative;
}
.bnrBlock ul li a, .bnrBlock ul li a span{
	display:block;
}
.bnrBlock ul li a{
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(240 / 800 * 100%);
	padding-top: calc(240 / 800 * 100%);
}
.bnrBlock ul li a span{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bnrBlock ul li a.lazy-done{
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}


@media all and (min-width: 768px) {
#lowerBnrArea{
    padding: 40px 0;
}
.bnrBlock {
	max-width:1080px;
	margin:0 auto;
}
#hdBnrArea {
	max-width:1080px;
	padding:1em 0;
}
.bnrBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#lowerBnrArea .bnrBlock ul li {
	width:calc((100% - 30px)/2);
}
#lowerBnrArea .bnrBlock ul li:nth-child(odd) {
	margin-right:30px;
}
#lowerBnrArea .bnrBlock ul li:last-child {
	margin-right:0px;
}

}

@media all and (max-width: 767px) {
#lowerBnrArea {
    padding: 25px 0;
}
.bnrBlock.wrap { width:90%;}
.bnrBlock ul {
	width:90%;
	margin:0 auto;
}
.bnrBlock ul li:not(:last-child)  {
	margin-bottom:15px;
}

}

#nazeContents{}
#nazeContents ul li { display: block; position: relative;}
#nazeContents ul li a, #nazeContents ul li a span {
	display:block;
}
#nazeContents ul li a {
	position:relative;
	height:0;
	padding-top: -webkit-calc(94 / 405 * 100%);
	padding-top: calc(94 / 405 * 100%);
	background-color: #fff;
	display: block;
}
#nazeContents ul li a {border: solid 1px #EED3E8; background-color: #fff; z-index: 100;}
#nazeContents ul li a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	white-space:nowrap;overflow:hidden;
	text-indent:-9999px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
}
#nazeContents li.tver a span {background-image: url(../img/top/bnr_tver.png);}
#nazeContents li.youtube a span {background-image: url(../img/top/bnr_youtube.png);}
#nazeContents li a:hover { filter: brightness(1.1); /* 明るくする */}



@media all and (min-width: 768px) {
	#nazeContents { width: 1060px; margin: 20px auto; padding :20px 10px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; background-color: rgba(255,255,255,0.6);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}
	#nazeContents h2 {background-repeat: no-repeat; background-position: center top; background-size: contain; text-indent:-9999px; position: relative; display: block; width:180px; height: 72px; background-image: url(../img/h2_naze.png);  margin: 15px 5px 0 10px;}

#nazeContents ul {
	width: 840px;
	margin:0 auto 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#nazeContents ul li {
	width:calc((100% - 25px)/2);
}
	#nazeContents ul li:not(:last-child) {margin-right: 25px;}
	#nazeContents ul li::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/btn_shadow.png);
	background-size: cover;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
    filter: blur(0px);
    transform: translateY(8px) translateX(8px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 1;
}
	#nazeContents ul li a { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
	
}
@media all and (max-width: 767px) {
	#nazeContents {}
	#nazeContents {width: 95%; margin: 15px auto; padding :20px 0 10px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; background-color: rgba(255,255,255,0.6);}
	#nazeContents h2 {margin: 0 auto 8px;background-repeat: no-repeat; background-position: center top; background-size: contain; text-indent:-9999px; position: relative; display: block; width:90%; height: 0; padding-top: calc(33 / 840 * 100%); background-image: url(../img/top/h2_contents.png);}

#nazeContents ul {
	width: 90%; margin: 0 auto 10px;
}
#nazeContents ul li {
	margin:0 auto 15px;
}
#nazeContents ul li {
	width:100%;
}
	#nazeContents ul li::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/btn_shadow.png);
	background-size: cover;
	border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
    filter: blur(0px);
    transform: translateY(6px) translateX(6px) scale(1.00);
    mix-blend-mode: multiply;
    opacity: 1;
}
	#nazeContents ul li a { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}

}

