@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
/*	vertical-align:middle;*/
	list-style:none;
}
body {
  font-family:'Noto Serif JP', serif,'メイリオ',"Meiryo",'ＭＳ Ｐゴシック',sans-serif;
  line-height:1.8;
  color: #fff;
  background-color: #000;
/*  z-index: 999;*/
  margin: 0 auto;
  background-image:url(../img/bg.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment: fixed;
  }
#warpper{
  margin: 0 auto;
	vertical-align:middle;
}
#footer {
	    font-family: 'Anton', sans-serif;
		text-align:center;
		padding:2em 0;
	}
a {
text-decoration:none;
}
a:hover {
text-decoration:none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  z-index: 1000;
}
#page-top a {
    background: #6791a6;
    text-decoration: none;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 2px;
	color:#fff;
    font-weight: bold;
}
#page-top a:hover {
    text-decoration: none;
    background: #ff3e3e;
	opacity:0.9;
}
	

footer {
	text-align:center;
	padding-top: 20px;
	}
footer .bar {
	margin-bottom:2em;
	}
	
footer a {
	text-decoration:none;
	color:#ffffff;
	}
section{
  margin: 150px 0;
}
h2 img{
  margin: 0 auto;
  display: block;
}
.black{
  margin: 0 auto;
  width: 1000px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 0;
}
.fL p{
  background-color: rgba(0, 0, 0, 0.53);
}
.fR p{
  background-color: rgba(0, 0, 0, 0.53);
}
/*----------gurade-----------*/
.bggd{
background: linear-gradient(270deg, rgba(10, 8, 8, 0.5), rgba(136, 0, 0, 0.45));
background-size: 400% 400%;
animation: AnimationName 5s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
	}

#main_img{
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0}
    100% {opacity: 1}
}

/**************** FB ****************/
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
/**************** PC ****************/

/* PC用 */

/**************** PC ****************/

@media only screen and (min-width:769px){

/**************** main img ****************/

#main_img{
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 60.1875%;
  background-image:url(../img/main/main.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  }
@keyframes fadeIn { 
  0% {opacity: 0}
  100% {opacity: 1}
}
/**************** sns ****************/
#top{
  position: relative;
}
#sns{
  float: left;
  position: absolute;
  top: 10px;
}
/**************** nav ****************/
nav.gloval_nav{
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
.gloval_nav{
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0.7),#64849e 50%,rgba(0, 0, 0, 0.7));
  padding: 15px 0;
}
.gloval_nav ul{
  margin: 0 auto;
  width: 1000px;
}
.gloval_nav li{
  font-family: 'IM Fell DW Pica', serif;
  color: #ffeb00;
  display: inline-block;
  width: 16.6%;
  height: 60px;
  vertical-align: middle;
}
.gloval_nav a{
  position: relative;
  color: #f5f6f7;
  width: 100%;
  height: auto;
  text-shadow:0px 0px 5px #000000;
  font-size: 1.3em;
  line-height: .2em;
  text-align: center;
  padding: 15px 0;
  transition: .4s;
  vertical-align: sub;
}
.gloval_nav li a:hover{
  color: #ffba00;
}
.gloval_nav a span{
  text-shadow:0px 0px 5px #000000;
/*  margin: 0 50px;*/
  font-size: .8em;
  letter-spacing: .08em;
  display: inline-block;
}

/**************** CONTAINER ****************/
.container {
  width:100%;
  padding:30px 0;
}
.container h2 {
	text-align:center;
	margin-bottom:60px;
}
.container h3 {
	text-align:center;
	margin-bottom:15px;
	}
.column {
	width:1000px;
	margin:0 auto;
	}
	.column:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/**************** INTRODUCTION ****************/
#intro {
	}
#intro .column .fL {
	margin-right:0;
	}
#intro .column .fR {
	margin-left:0;
	}
#intro .column div {
	width:45%;
	margin-bottom:3em;
	}
#intro .column img.inf{
	width:55%;
	}
#intro .column .red img {
	width:100%;
	}
#intro h3 {

	font-size:150%;
	width:450px;
	text-align:left;
	line-height:1.2;
	display:inline-block;
	color: #d60051;
	}
#intro  h3.heart {
	text-indent : -1em;
	padding-left : 1em;
	}
.red img{
  margin: 0 auto;
  width: 100%;
}
.fL {float:left;}
.fR {float:right;}
.fL p{
  padding: 5px;
}
.fR p{
  padding: 5px;
}
/**************** あらすじ ****************/
#intro h3.ar{
  width: 100%;
  text-align: center;
  color: #e52e2e;
  margin-bottom: 20px;
}
div.ar{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-image:url(../img/bg_ar.png);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding: 30px 0;
}
.ar p{
  margin: 0 auto;
  width: 800px;
  display: block;
}
/**************** STORY ****************/
#story {
  margin: 0 auto;
  width: 1000px;
}
.story {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.tab-wrap {
  margin: 0 auto;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  color: White;
  background: LightGray;
  margin-right: 9px;
  padding: 13px 24px;
  order:-1;
  font-size: 1.3em;
}
.tab-content {
    width: 100%;
    display: none;
  margin-top: 20px;
}
.tab-switch:checked+.tab-label {
    background: #ce0000;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}
.tab-content h3{
  text-align: center;
  color: #ff2a2a;
  font-size: 1.5em;
}
/**************** CAST ****************/

#cs {
  margin: 0 auto;
}
#cs h3{
  font-size: 2em;
  text-align: center;
/*  padding: 20px 0;*/
  color: #959595;
}
.cast{
  margin: 20px 10px 0 17px;
  width: 30%;
  height: 480px;
  display: inline-block;
  background-color:#571414;
  position: relative;
  vertical-align: bottom;
}
.cast img{
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
.cast h4{
  width: 260px;
  margin: 0 auto;
  color: #d1c001;
  font-size: 1.2em;
  text-align: center;
  border-bottom: solid 1px;
  display: block;
}
.cast p{
  margin: 0 auto;
  width: 90%;
  display: block;
  font-size: .9em;
  line-height: 1.4em;
  padding-top: 10px;
}
.cast p.act{
  margin: 0 10px;
  position: absolute;
  bottom: 2%;
}
#cs ul {
  width:1000px;
  margin:2em auto 3em auto;
  display: block;
	}
#cs ul li {
	text-align:center;
	font-size:1.2em;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	}
	#cs ul li span {
		font-size:66%;
		}
}
div.black hr{
  width: 80%;
  border: solid 1px #a70000;
}
/**************** chart ****************/
#chart{

}
#chart img{
  margin: 0 auto;
  display: block;
}
/**************** バックナンバー ****************/

/*----------pc非表示-----------*/
br.sp-br{
display: none;
}
img.sp{
  display: none;
}
img.pc{
/*  display: block;*/
}
}
br.pc-br{
display: block;
}

/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:768px){


/**************** HEADER ****************/
/**************** main img ****************/
#main_img{
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 120%;
	background-image:url(../img/main/main_sp.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}

h2 img{
  width: 100%
}
.black{
  margin: 0 auto;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 0;
}
.gloval_nav{
  display: none;
}
/**************** CONTAINER ****************/
.container {
	width:100%;
	padding:30px 0;
	}
.container h2 {
	text-align:center;
	margin-bottom:60px;
}
.container h2 img {width:90%;}
.container h3 {
	text-align:center;
	}
.column {
	width:98%;
	margin:0 auto;
	}
	.column:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/**************** INTRODUCTION ****************/
#intro {
	background-image:url(../img/main/bg_intro.jpg);
	background-size:cover;
	}
#intro .column div {
	width:100%;
	margin-bottom:3em;
	}
#intro .column .fL {
	float:none;
  width: 90%;
  margin: 0 auto;
}
#intro .column .fR {
	float:none;
  width: 90%;
  margin: 0 auto;
}
#intro .column .fL.red {
  width: auto;
}
#intro .column .fR.red {
  width: auto;
}
#intro .column img {
  width:100%;
  margin-bottom:1em;
  display: block;
}

#intro h3 {

	font-size:150%;
	width:100%;
	text-align:left;
	line-height:1.2;
	display:inline-block;
	color: #d60051;
	}
#intro  h3.heart {
	text-indent : -1em;
	padding-left : 1em;
	}
/**************** あらすじ ****************/
#intro h3.ar{
  width: 100%;
  text-align: center;
  color: #e52e2e;
  margin-bottom: 20px;
}
div.ar{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-image:url(../img/bg_ar.png);
  background-size:cover;
  background-repeat:no-repeat;
  padding: 30px 0;
  margin-top: 30px;
}
.ar p{
  margin: 0 auto;
  width: 90%;
  display: block;
/*  height: 300px;*/
}
img.fL{
  margin: 0 auto;
  width: 100%;
}
/**************** STORY ****************/

#story {
  width: 100%;
}
.story {
  margin: 0 auto;
/*  width: 100%;*/
  display: block;
}
.tab-wrap {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  color: White;
  background: LightGray;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 12px;
  order:-1;
}
.tab-content {
    width: 100%;
    display: none;
  margin-top: 20px;
}
.tab-switch:checked+.tab-label {
    background: #ce0000;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}
.tab-content h3{
  text-align: center;
  color: #ff2a2a;
  font-size: 1.5em;
}
.tab-content img{
  width: 100%;
}
/**************** CAST ****************/
#cs {
  margin: 0 auto;
}
#cs h3{
  font-size: 2em;
  text-align: center;
  padding: 20px 0;
  color: #959595;
}
.cast{
  margin: 0 auto;
  width: 300px;
  height: auto;
  display: block;
  background-color:#571414;
  overflow: hidden;
  margin-top: 20px;
}
.cast img{
  margin: 10px auto;
  display: block;
}
.cast h4{
  width: 90%;
  margin: 0 auto;
  color: #d1c001;
  font-size: 1.2em;
  text-align: center;
  border-bottom: solid 1px;
  display: block;
}
.cast p{
  margin: 0 auto;
  width: 90%;
  display: block;
  font-size: .9em;
  line-height: 1.4em;
  padding-top: 10px;
}
.cast p.act{
  margin: 10px;
  width: auto;
}
#cs ul {
  width:100%;
  margin:2em auto 3em auto;
  display: block;
	}
#cs ul li {
	text-align:center;
	font-size:1.2em;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	}
	#cs ul li span {
		font-size:66%;
		}
}
div.black hr{
  width: 80%;
  border: solid 1px #a70000;
}

/**************** CHART ****************/




/**************** FOOTER ****************/
footer .bar img {
	width:auto;
	}

/**************** story ****************/

/**************** バックナンバー ****************/


/*----------sp非表示-----------*/
img.pc{
  display: none;
}
img.sp{
  display: block;
  width: 250px;
  margin: 0 auto;
}

}
/*------------最大925--------------*/
@media screen and (max-width : 925px){
	div.works{
		text-align: left;
		margin: 20px auto;
		max-width: 600px;
		padding-left: 25px;
	}
	nav.gloval_nav ul{
	padding-left: 10px;
}
}
/*------------最大375--------------*/
@media screen and (max-width : 414px){
#chart img {
  width:100%;
}
br.pc-br{
display: none;
}
br.sp-br{
display: block;
}
footer .bar img {
	width:90%;
	}
}
