@charset "utf-8";

body	{
	margin: 0;
	background-color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 20px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}

a img:hover {
	opacity: 0.5 ;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.backtop{
  text-align: right;
  position: fixed;
  right: 20px;
  bottom: -100px;
  -ms-transition-duration: 0.1s;
  -ms-transition-timing-function: ease;
  -moz-transition-duration: 0.1s;
  -moz-transition-timing-function: ease;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  z-index: 10;
}

._backtop a {
  text-decoration: none;
  padding: 20px 10px;
  color: #fff;
  background-color: #793A3A;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 0 #452121;
  box-shadow: 0 3px 0 #452121;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.backtop a:hover {
  -webkit-box-shadow: 0 1px 0 #452121;
  box-shadow: 0 1px 0 #452121;
  -ms-transform: translate3d(0, 3px, 0);
  -moz-transform: translate3d(0, 3px, 0);
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
/* navi------------------------------------------------------ */
.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
	height: 10px;
    margin: 100px auto 0;
    padding: 26px 0 26px;
    line-height: 1;
    z-index: 999;
	background: #000;
    background: rgba(0,0,0,.0);
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
	
}
#global-nav ul {
    list-style: none;
    bottom: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#global-nav ul li {
	padding: 0 10px;
	line-height: 2.0;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #ffffff;
}
#global-nav ul li a {
	color: #ffffff;
}

#global-nav ul li.tw{
	background-image: url("../images/tw_btn.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block; 	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
	padding: 0;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 26px 0 26px;
    height: 10px;
    background: #f000;
    background: rgba(0,0,0,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 0;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ---------------------------------------------------------- */

.comment_end{
	font-family: source-han-serif-japanese, serif;
    margin-top: 65px;
    color: #fff;
    text-align: center;
    background: #222;
}

/* mv-------------------------------------------------------- */
#header {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 100%;
	height: 1200px;
	background-color: #fff;
	background: url(../images/mv.jpg) no-repeat top center;
}
#header h1 {
	display: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#header .logo {
	width: 720px;
	height: 840px;
	margin: 0px auto 0;
}
#header .logo ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/* ---------------------------------------------------------- */

/* sns------------------------------------------------------- */
.sns {
	width: 600px;
	margin: 0 auto 0px;
	padding: 10px 0;
	border: 4px solid #353300;
	background: url(../images/bg_btn.jpg) no-repeat top center;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	box-sizing: border-box;
}
.ttl_sns {
	margin: 0 0 10px;
	line-height: 1.8;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #f7ee13;
}
.sns_area {
	width: 260px;
	margin: 0 auto;
}
.sns_area ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sns_area ul li:first-child{
	width: 72px;
	margin: 0;
	padding: 0;
}
.sns_area ul li:nth-child(2){
	width: 60px;
	margin: 0;
	padding: 0;
}
.sns_area ul li:last-child{
	width: 92px;
	margin: 0;
	padding: 0;
}
iframe.twitter-share-button {
width: 60px!important;
}
/* ---------------------------------------------------------- */

/* introduction------------------------------------------------------ */
#introduction {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: #000;
	box-sizing: border-box;
}

#introduction .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_introduction_area {
	margin: 0 0 30px;
}
.ttl_introduction {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #cbb877;
}

.txt_intro{
	color: #ffffff;
	font-family: source-han-serif-japanese, serif;
    padding: 20px 40px;	
}

.ttl_story {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #cbb877;
}

#story {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	box-sizing: border-box;
}
.story ul{
	width: 900px;
	margin: 0 auto 30px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.story ul li:first-child{
	width: 260px;
	margin: 0;
}
.story ul li:last-child{
	width: 600px;
	margin: 0;
}
.img_story {
	width: 260px;
	margin: 0 0 6px;
}
.txt_story {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #6b6700;
}

/* ---------------------------------------------------------- */

/* cast character------------------------------------------------------ */
#cast,#character{
	width: 100%;
	margin: 0;
	padding: 30px 0
}
#cast .inner,
#character .inner ,
#goods .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_cast_area ,
.ttl_goods_area{
	width: 100%;
	margin: 0 0 40px;
}
.ttl_cast ,
.ttl_goods {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #cbb877;
}

.txt_cast,
.txt_goods{
	line-height: 0.8;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #cbb877;
	color: #fff;
}
.txt_goods{
	line-height: 0.6;
}

.txt_cast span {
   font-size: 14px;
}

#cast ul,
#character ul {
	margin: 0 0 60px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}



#goods{
	width: 50%;	
}

#goods ul{
	margin: 0;
	display: table;
}

#goods ul li{
	display: table-cell;
	width: auto;
	margin: 0 6.6% 20px 0;
	vertical-align: top;
}

#cast ul li,
#character ul li{
	margin: 0 6.6% 20px 0;
}

#cast ul li:nth-child(4n),
#character ul li:nth-child(4n),
#goods ul li:nth-child(4n){	
	margin: 0 0 20px 0;
}

.img_cast{
	width: 200px;
	height: 293px;
	margin: 0 auto 6px;
}

.img_goods{
	height: 296px;
	margin: 10px;
}

.img_character {
	width: 200px;
	height: 200px;
	margin: 0 auto 6px;	
}


.cast_table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.cast_table p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #cbb877;
}
/* ---------------------------------------------------------- */

/* info-------------------------------------------------- */
#information,#ticket,#contact {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: #000;
	box-sizing: border-box;
}
#information .inner ,
#ticket .inner,
#contact .inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.ttl_info_area {
	margin: 0 0 20px;
}

.ttl_info {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #cbb877;
}

.info_area {
	width: 1000px;
	margin: 0 auto 10px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.info_area ul {
	padding: 20px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
}



.info_area ul li:first-child{
	width: 100%;
	padding: 0 0 20px;
	font-size: 18px;
	font-family: "メイリオ", 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: bold;
	color: #ffffff;
	box-sizing: border-box;
}
.info_area ul li:last-child{
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-family: "メイリオ", 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #ffffff;
	box-sizing: border-box;
}
.info_area ul li a{
	color: #00a0e9;
}


.cation {
	margin: 0 0 40px 0;
	padding: 30px;
	line-height: 1.8em;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	background: rgba(40,40,40,0.7);
	box-sizing: border-box;
	color: #fff;
}
#goods ul li:first-child{
	padding: 0;	

}
.red {
	color: #ff0000;
}
/* ---------------------------------------------------------- */



/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 10px 0;
	background: #000;
	height: 200px;
	border-top:solid 1px #cbb877; 
}
.footerlogo {
	width: 950px;
	margin: 0 auto ; 
	padding: 10px 30px;
}
.footerlogo img {
	width: 150px;
	}
.copy {
	width: 950px;
	margin:0 auto;
	font-size: 14px;
	padding: 20px 30px;
	color: #fff;
	font-weight: 400;
	text-align: left;
}
/* ---------------------------------------------------------- */