@charset "utf-8";
/*///////  BASE  ///////*/


body {
    background-color: #000000;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #000000;
	text-decoration: underline;/*outline:none;*//*chrome枠線消去*/
}
a:link {
	outline: none;
}
a:visited {
	outline: none;
}
a:hover {
	outline: none;
}
a:active {
	outline: none;
}
a.active, a.soon {
	cursor: default;
	outline: none;
}

/* global navi
========================================== */
.gnav {
	background-image: url("../images/gnav_bg.jpg");
	background-repeat: repeat-x;
	background-position: 50% 0;
	min-width: 1280px;
	height: 80px;
}
.gnavList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.gnavList a {
    display: block;
}
.gnavList img {
    display: block;
	padding-right: 30px;
}
.sty {
	opacity: 0.4;
}
/* ===========================================
  top
=========================================== */
.top {
	background: #000 url(../images/top_bg.jpg) center top no-repeat;
    text-align: center;
	min-width: 1280px;
    height: 1963px;
}
.top h1 {
    margin: 0 auto;
	padding-top: 90px;
}

.shareBtn {
    text-align: center;
    padding-top: 1180px;
}
.shareBtn li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.shareBtn li:first-child {
    margin-left: 0;
}
.eigacheck {
	padding-top: 5px;
}
.tweet {
	padding-top: 5px;
}

.top .awards {
    margin: 0 auto;
	padding-top: 270px;
}

.top h2 {
    margin: 0 auto;
	padding-top: 50px;
}




/* ===========================================
  about
=========================================== */
.about {
	background: #000000 url(../images/about_bg.jpg) center top no-repeat;
    text-align: center;
	min-width: 1280px;
    height: 1480px;
}
.about h3 {
    margin: 0 auto;
	padding: 34px 0 0 426px;
}

.about .intro_txt {
    margin: 0 auto;
	padding: 155px 0 0 460px;
}

.about .story_ttl {
	position: relative;
	top: -120px;
	left: -500px;
}

.about .story_txt {
	position: relative;
	top: -160px;
	left: 0px;
}


/* ===========================================
  cast
=========================================== */
.cast {
	background: #000000 repeat;
	min-width: 1280px;
}


.cast .cast_ttl {
	width: 151px;
	margin: 0 auto;
	padding: 80px 0;
}



.cast .pf {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
	padding-bottom: 50px;
}
.cast .ph {
    float: left;
}
.cast dl {
    float: right;
    width: 780px;
    text-align: left;
}
.cast dt {
    color: #e5007f;
    font-size: 20px;
    margin-bottom: 20px;
	line-height: 25px;
}
.m_name {
    color: #e5007f;
    font-weight: bold;
    font-size: 24px;
}
.role {
    color: #fff;
}
.cast dd {
    color: #fff;
    font-size: 16px;
}

.cast .staff_ttl {
	width: 190px;
	margin: auto;
	padding: 80px 0;
}

/* ===========================================
  music
=========================================== */
.music {
	background: #000000 repeat;
	min-width: 1280px;
}


.music .pf_music {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
	padding-bottom: 50px;
}
.music dl {
    width: 1280px;
    text-align: left;
}
.music dt {
    color: #e5007f;
    font-size: 20px;
    margin-bottom: 20px;
	line-height: 25px;
}
.m_name {
    color: #e5007f;
    font-weight: bold;
    font-size: 24px;
}
.role {
    color: #fff;
}
.music dd {
    color: #fff;
    font-size: 16px;
}



/* ===========================================
  cregit
=========================================== */
.cregit {
	background: #000000 repeat;
	min-width: 1280px;
}
.box {
    width: 1280px;
	margin: 0 auto;
    display: table;
    color: #fff;
    font-size: 16px;
    padding-top: 80px;
}
.left-content {
    width: 620px;
    display: table-cell;
    text-align : right;
}
.right-content {
    width: 640px;
    display: table-cell;
    text-align : left;
    padding-left: 16px;
}




/* ===========================================
  footer
=========================================== */
.footer {
	background: #000000 repeat;
	min-width: 1280px;
	padding-top: 160px
}
.footerTtl {
	width: 748px;
	margin: 0 auto;
}
.footerCopyright {
	color: #fff;
	font-size: 14px;
	text-align: center;
	
	padding: 40px 0;
}



