@charset "utf-8";
body {
	color: #4d4d4d;
	background:#ffd539;
	z-index: 999;
	height: 100%;
/*	background-size: auto 15.7%;*/
/*	background-image:url(../images/main/bg_top.png);*/
	}

#footer {
	    font-family: 'Anton', sans-serif;
		text-align:center;
		padding:2em 0;
	}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #ff146d;
    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: #ff6fa6;
	opacity:0.9;
}
	

footer {
	background: #ffd539;
	text-align:center;
	padding-top: 20px;
	}
footer .bar {
	margin-bottom:2em;
	}
	
footer a {
	text-decoration:none;
	color:#000;
	}

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

/* PC用 */

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

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

/**************** HEADER ****************/
#header {
	width:1200px;/*1002*/
	height:600px;
	margin:0 auto;
	background-image:url(../images/main/main.jpg);
	background-position:center top;
	position:relative;
	}
#header h1 img { display:none;}
#header .schedule { position:absolute; padding:0; margin:auto; top: 1em; right: 3em;}
#header .start { position:absolute; padding:0; margin:auto; top: 5em; right: 3em;}



#header #sns { position:absolute; padding:0; margin:auto; top: 1em; right: 3em;}
#header #sns p { float:left; margin-right:1em; }

/* css animation (prefixes are cut) */
.appear {
	transform-origin:center top;
	animation:show 1s both;
}
span.appear {display:inline-block;}
.d0 {animation-delay:5s;}

.d1 {animation-delay:1s;}
.d2 {animation-delay:2s;}
.d3 {animation-delay:3s;}
.d4 {animation-delay:4s;}
.d5 {animation-delay:6s;}
.d6 {animation-delay:7s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}
@keyframes show {
	0% {
		transform:translate(0,2em);
		opacity:0;
		text-shadow:0 0 0 #0f0;
	}
	50% {
		text-shadow:0 0 0.5em #0f0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
	}

}


/*mbpre*/
#mbpre {
	display:none;
	}
	

/**************** CONTAINER ****************/
.container {
  width:100%;
  padding:30px 0;
  background-color: #ffd539;
}
.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 ****************/
#introduction {
	background-image:url(../images/main/bg_intro.jpg);
	background-size:cover;
	}
#introduction .column .fL {
	margin-right:0;
	}
#introduction .column .fR {
	margin-left:0;
	}
#introduction .column div {
	width:580px;
	margin-bottom:3em;
	}
#introduction  h3 {
	font-family: 'rounded-mplus-1pb';
	font-size:150%;
	width:580px;
	text-align:left;
	line-height:1.2;
	display:inline-block;
	color: #d60051;
	}
#introduction  h3.heart {
	text-indent : -1em;
	padding-left : 1em;
	}

/**************** STORY ****************/
#story {
	background-image:url(../images/main/bg_story.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;

	}

#story .swiper-container {
	width:800px;
	margin:auto;
	}

#story dl {
	width:100%;
	margin-top:2em;
	}
#story dl dt {
	width:250px;
	float:left;
	font-size:280%;
	line-height:1.5;
	font-family: 'rounded-mplus-1pb';
	padding: 0 0 0 55px;
	}
	#story dl dt span {
		font-size:150%;
		display:inline-block;
		line-height:1;
		padding-bottom:0.3em;
		}
#story dl dd {
	float:right;
	width:750px;
	}
#story .subtitle {
	width:700px;
	float:left;
	font-size:280%;
	line-height:1.5;
	font-family: 'rounded-mplus-1pb';
	}
section.str{
  margin: 0 auto;
  width: 1000px;
}
.str img{
  margin: 0 auto;
  width: 310px;
  display: inline-block;
  padding: 20px 10px;
	}
h2.st{
  text-align: center;
  margin-bottom: 20px;
}
.str div{
  margin:20px 30px;
}
.str h3{
	font-family: 'rounded-mplus-1pb';
  color:#d60051;
  font-size: 1.2rem;
}
div.white{
  background-color: #01c3d4;
  padding: 20px;
  border-radius: 40px;
  width: 600px;
  display: inline-block;
	}
div.white p{
  color: #ffffff;
	}
div.white h3 p{
color: #edff14;
	}
#story
a.bn img{
  width: auto;
  padding: 10px 5px;
}
.bn img:hover{
  opacity: 0.7;
}
#story div.photos{
margin: 0 auto;
width: auto;
text-align: center;
}
#story div.pub_photo img{
margin: 0 auto;
width: 300px;
margin: 5px;
border-radius: 10px;
}
/**************** CAST ****************/

#cast {
	background-image:url(../images/main/bg_cast.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}
#cast ul {
	width:1000px;
	margin:0 auto 3em auto;
	}
#cast ul li {
	font-family: 'rounded-mplus-1pb';
	text-align:center;
	font-size:190%;
	border-bottom:1px solid #19ecff;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	}
	#cast ul li span {
		font-size:66%;
		}
div.wbg{
  margin: 0 auto;
  background-color: #ffffff;
  width: 1000px;

}
}
/**************** chart ****************/
#chart{
	background-image:url(../images/main/bg_chart.jpg);
  background-repeat: repeat;
}
/**************** バックナンバー ****************/
#header2 {
	margin:0 auto;
	width:auto;
	height:auto;
	}

#header2 #sns { position:absolute; padding:0; margin:auto; top: 1em; right: 3em;}
#header2 #sns p { float:left; margin-right:1em; }
h1 img { 
	margin: 0 auto;
	height: 300px;
	display: block;
}
/*
#backnumber{
  margin: 0 auto;
  width: 900px;
  padding: 50px;
}
*/
#backnumber section{
  margin: 0 auto;
  width: 900px;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}
#backnumber h2 img{
  margin: 0 auto;
  width: auto;
  display: block;
}
#backnumber section img{
  margin: 0 auto;
  width: 240px;
  float: none;
    margin: 20px 10px;
    border-radius: 10px;
}
h3.no2{
	width: 100%;
	font-family: 'rounded-mplus-1pb';
	font-size:160%;
	color: #a0a0a0;
	border-bottom: 2px #01c3d4 solid;
	}
#backnumber p{
  padding: 10px;
}
div.pub_photo{
text-align: center;
}
div.pub_photo{
  margin: 0 auto;
  display: inline-block;
}
/*----------ギャラリー---------------*/
figure{
    margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 24%;
}
figure img{
	margin: 10px;
	text-align: center;
	float: none;
}
	div.works{
		text-align: left;
		margin: 20px auto;
		max-width: 1200px;
	}
div.box{
	margin: 0 30px 30px 30px;
}
.sp-br{
	display: none;
}
	.pc-br{
		display: block;
	}
	img{
		max-width: 100%;
		height: auto;
		text-align: center;
		margin: auto;
	}
 .img img{
	  transition: .3s;
}
 .img img:hover{
       opacity: 0.5;
	  transition: .3s;
}
div.title{
  text-align: center;
  margin-top: 20px;
}
h3.no{
	font-family: 'rounded-mplus-1pb';
	font-size:200%;
	color: #a0a0a0;
	padding-left: 10px;
	}
/*----------ギャラリー link---------------*/
section.gl{
  margin: 50px;
  position: relative;
  width: 800px;
}
div.gallery{
  float: left;
  position: absolute;
  left: 90px;
  top: -840px;
}
.gallery img{
  width: 300px;
}
/*----------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 ****************/
#header {
	width:100%;
	height:auto;
	margin:0 auto;
	background-image:none;
	background-position:center top;
	position:relative;
	}
#header h1 img { width:100%;}

#header .schedule { width:50%; position:absolute; padding:0; margin:0; top: 1em; right: 0.5em;}
	#header .schedule img { width:100%;}
#header .start { width:40%; position:absolute; padding:0; margin:0; top: 4em; right: 0.5em;}
	#header .start img { width:100%;}

#header .txt1 { display:none;}
#header .txt2 { display:none;}
#header .txt3 { display:none;}
#header .txt4 { display:none;}
#header .txt0 { display:none;}



#header #sns { position:absolute; padding:0; margin:auto; top: 1em; left: 0.5em;}
#header #sns p { float:none; margin-right:1em; }


.d0 {animation-delay:5s;}



/* css animation (prefixes are cut) */
.appear {
	transform-origin:center top;
	animation:show 1s both;
}
span.appear {display:inline-block;}
.d1 {animation-delay:1s;}
.d2 {animation-delay:2s;}
.d3 {animation-delay:3s;}
.d4 {animation-delay:4s;}
.d5 {animation-delay:1s;}
.d6 {animation-delay:2s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}
@keyframes show {
	0% {
		transform:translate(0,2em);
		opacity:0;
		text-shadow:0 0 0 #0f0;
	}
	50% {
		text-shadow:0 0 0.5em #0f0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
	}
}

/*mbpre*/
#mbpre {
	display:block;
	text-align:center;
	padding:1em 0;
	}


/**************** 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;
/*	margin-bottom:25px;*/
	}
.column {
	width:98%;
	margin:0 auto;
	}
	.column:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/**************** INTRODUCTION ****************/
#introduction {
	background-image:url(../images/main/bg_intro.jpg);
	background-size:cover;
	}
#introduction .column .fL {
	float:none;
	margin-right:0;
    padding: 10px;
	}
#introduction .column .fR {
	float:none;
	margin-left:0;
    padding: 10px;
	}
#introduction .column div {
	width:100%;
	margin-bottom:3em;
	}
#introduction .column img {
	width:100%;
	margin-bottom:1em;}

#introduction  h3 {
	font-family: 'rounded-mplus-1pb';
	font-size:150%;
	width:100%;
	text-align:left;
	line-height:1.2;
	display:inline-block;
	color: #d60051;
	}
#introduction  h3.heart {
	text-indent : -1em;
	padding-left : 1em;
	}

/**************** STORY ****************/
#story {
	background-image:none;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	}


#story dl {
	width:100%;
	margin-top:2em;
	}
#story dl dt {
	width:100%;
	float:none;
	font-size:250%;
	line-height:1.5;
	font-family: 'rounded-mplus-1pb';
	}
	#story dl dt span {
		font-size:150%;
		display:inline-block;
		line-height:1;
		padding-bottom:0.3em;
		}
#story dl dd {
	float:none;
	width:100%;
	}

#storylist li {
	float:left;
	margin:0 1em 1em 0;
	color:#fff;
	font-size:120%;
	}
#storylist li a {
	text-decoration:none;
	background-color:rgba(255,255,255,0.2);
	padding:0.8em 1em;
	line-height:1.1;
	border:1px solid #fff;
	color:#fff;
	}
#storylist li a:hover {
	background-color:rgba(255,255,255,1);
	border:1px solid #000;
	color:#000;
	}
	a.bn{
  text-decoration: none;
  color: #d60051;
  font-weight: bold;
  margin: 0 auto;
	}
a.bn img{
  width: 160px;
  padding: 10px 5px;
}

/**************** CAST ****************/

#cast {
	background-image:url(../images/main/bg_cast.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}
#cast ul {
	width:100%;
	margin:0 auto 3em auto;
	}
#cast ul li {
	text-align:center;
	font-size:120%;
	border-bottom:1px solid #19ecff;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	font-family: 'rounded-mplus-1pb';
	}
	#cast ul li span {
		font-size:80%;
		}

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

#chart .column img {
  width:100%;}
div #chart{

}

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

/**************** story ****************/
section.str{
  margin: 0 auto;
  width: auto;
}
.str img{
  width: 100%;
  display: inline-block;
  padding: 10px;
	}
h2.st{
  text-align: center;
  margin-bottom: 20px;
}
.str div{
  margin:10px;
}
.str h3{
	font-family: 'rounded-mplus-1pb';
  color:#d60051;
  font-size: 1.5rem;
}
body{
  background-image:none;
}
div.white{
  padding: 10px;
  border-radius: 40px;
  width: auto;
  display: inline-block;
  background-color: #ffffff;
	}
div.white h3 p{
color: deeppink;
	}
 div.photos{
margin: 0 auto;
width: auto;
text-align: center;
}
#story div.pub_photo img{
width: 300px;
margin: 10px;
border-radius: 10px;
}
/**************** バックナンバー ****************/
#header2 {
	margin:0 auto;
	width:auto;
	height:auto;
	}

#header2 #sns { position:absolute; padding:0; margin:auto; top: 1em; right: 3em;}
#header2 #sns p { float:left; margin-right:1em; }
h1 img { 
	height: 100%;
	width: 100%;
}
#backnumber{
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}
#backnumber h2 img{
  width: 90%;
  text-align: center;
  margin-bottom: 60px;
}
#backnumber section{
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
#backnumber section img{
  width: auto;
  float: none;
    margin-left: 0;
    margin:10px 0;
    border-radius: 10px;
}
h3.no2{
	width: 100%;
	font-size:160%;
	border-bottom: none;
	text-align: center;
	}
/*----------ギャラリー---------------*/

figure{
    width: 30%;
    text-align: center;
}
h3.no{
	font-size:200%;
	padding-right: 40px;
	text-align: center;
	}
/*----------ギャラリー link---------------*/
section.gl{
  margin: 10px;
  position: relative;
  width: auto;
	}
div.gallery{
    float: none;
    right: 0;
    top: 0;
    position: static;
    display: block;
    text-align: center;
}
.gallery img{
  width: 300px;
}

/*----------sp非表示-----------*/
br.pc-br{
display: none;
}
br.sp-br{
display: block;
}
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;
}
	figure img{
		margin:auto;
		padding-bottom: 30px;
		width: auto;
		text-align: center;
	}
}
@media screen and (max-width : 650px){
	div.works{
		text-align: left;
    	max-width: 400px;
	}
	figure img{
		margin:auto;
		padding-bottom: 20px;
		width: auto;
		text-align: center;
	}
  div.box{
	margin: 0 10px 30px 10px;
}
}