@charset "utf-8";
/*---------------------------------------------------------------------
Base Setting
---------------------------------------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: normal;
}

* {
	-webkit-appearance:none;
	-webkit-tap-highlight-color:transparent;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
html {
	height:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body {
	position:relative;
	font:normal 16px/30px "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color:#fff;
	-webkit-text-size-adjust:none;
}
img {
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:none;
}
strong {
	font-weight:bold !important;
}
.clear {
	clear:both;
}
/* For modern browsers */
.cf:before,
.cf:after,
ul:before,
ul:after,
ol:before,
ol:after,
section:before,
section:after {
    content:"";
    display:block;
    overflow:hidden;
}
.cf:after,
ul:after,
ol:after,
section:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
ul,
ol,
section {
    zoom:1;
}
.spbr {
	display: none;
}

/* Coomon
--------------------------------------------------------------------------------------------------------- */
article {
	background:#19023f url(../images/bg.png) 50% 0 repeat-y;
	min-width:1024px;
	overflow:hidden;
}
@media screen and (max-width: 1016px) {
	article {
		width:1000px;
	}
}
article > section {
	margin:0 auto;
	width:1000px;
	clear:both;
}

/* Header */
header {
	background: #130728;
	margin: 0 0 100px;
	width:100%;
	min-width: 1024px;
	position: relative;
}
body#home header {
	background: #d5a535 url(../images/header_bg.png) 50% 100% no-repeat;
	margin: 0 0 60px;
	padding: 0 0 20px;
}
header div {
	margin: 0 auto;
	width: 1000px;
	height: 60px;
	position: relative;
}
body#home header div {
	background: url(../images/main_bg.png) 50% 0 no-repeat, url(../images/title_bg.gif) 50% 0 repeat;
	background-color: #19023f;
	width: 100%;
	height: 940px;
}
header h1 {
	margin: 0 0 -31px;
	width: 138px;
	height: 91px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header h1 a {
	background: url(../images/title_s.png) 0 0 no-repeat;
	width: 138px;
	height: 91px;
	display: block;
	overflow:hidden;
	text-indent:120%;
	white-space:nowrap;
}
body#home header h1 {
	background: url(../images/title.png) 0 0 no-repeat;
	margin: 0 0 0 117px;
	width: 388px;
	height: 230px;
	top: 50px;
	left: 50%;
	overflow:hidden;
	text-indent:120%;
	white-space:nowrap;
}
header .dBtn {
	display: none;
}
header nav {
	padding: 20px 0;
	width: 100%;
	line-height: 20px;
	transform:translate3d(0, 0, 0);
}
header nav ul {
	margin: 0 auto;
	width: 1000px;
	text-align: right;
}
header nav li {
	margin: 0 0 0 20px;
	display: inline-block;
}
header nav li a {
	display: block;
	font-weight: bold;
}
header nav li a:hover {
	opacity:0.70;
	filter: alpha(opacity=70);
}

/* when sticky */
body.sticky nav {
	background: rgba(19,7,40,0.6);
	margin-top: -70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}
body.slide nav {
	margin-top: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

/* Pagetop Link */
.pagetop {
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:60px;
	bottom:60px;
	z-index:1000;
	transform:translate3d(0, 0, 0);
}
.pagetop a {
	border:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:url(../images/ico_pagetop.png) 50% 50% no-repeat;
	background-color:rgba(35,38,98,0.7);
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	text-indent:120%;
	white-space:nowrap;
}
.pagetop a:hover {
	opacity:0.70;
	filter: alpha(opacity=70);
}

/* Footer */
footer {
	background: #130728;
	margin: 100px 0 0;
}
footer .container {
	margin:0 auto;
	padding:40px 0 80px;
	width:1000px;
	position:relative;
}
footer .links {
	float:left;
}
footer .links .i-chu,
footer .links .stage {
	margin:0 0 80px;
	width:141px;
	float:left;
}
footer .links .stage {
	margin-left:23px;
}
footer .links .i-chu img,
footer .links .stage img {
	width:141px;
	height:auto;
}
footer .links .libra {
	clear:left;
}
footer .links .libra,
footer .links .victor {
	float:left;
}
footer .links .libra img,
footer .links .victor img {
	width:auto;
	height:35px;
}
footer .links .victor {
	margin:0 0 0 30px;
}
footer .sns {
	float:right;
}
footer .sns li {
	float:left;
}
footer .sns li + li {
	margin:0 0 0 30px;
}
footer .sns img {
	width:50px;
	height:auto;
}
footer p {
	margin: 35px 0 0;
	float:right;
	clear: right;
	font-size: 14px;
}
footer small {
	text-align:right;
	display:block;
	position:absolute;
	right:0;
	bottom:80px;
	font-size:12px;
	line-height:18px;
	color:#fff;
}

/* Content */
.hl {
	margin: 0 0 50px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
}
.hl span {
	background: url(../images/hl_bg_l.png) 0 0 no-repeat, url(../images/hl_bg_r.png) 100% 0 no-repeat;
	padding: 0 230px;
	min-width: 609px;
	height: 40px;
	display: inline-block;
	box-sizing: border-box;
}
.line {
	background: url(../images/venue_line.gif) 0 50% repeat-x;
	margin: 0 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
}
.line span {
	background: #fff;
	padding: 0 15px;
	display: inline-block;
}
.body {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #fff;
	padding: 60px 60px 70px;
	color: #232662;
}
.note {
	margin: 15px 0 0;
	clear: both;
	font-size: 14px;
	line-height: 24px;
}
.note li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.note li:before {
	content: "※";
}


/* HOME
--------------------------------------------------------------------------------------------------------- */
/* Summary */
body#home #summary {
	margin-bottom: 55px;
}
body#home #summary p {
	background: url(../images/summary_bg.png) 0 0  no-repeat;
	padding: 15px 60px;
	font-weight: bold;
}

body#home #summary + .cf {
	background: #130728;
	margin-bottom: 80px;
	padding: 60px 0;
}
body#home #summary + .cf .container {
	margin: 0 auto 60px;
	width: 1000px;
}

/* News */
body#home #news h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 24px;
}
body#home #news {
	width: 600px;
	float: left;
}
body#home #news dl {
	border-top: 1px solid #666994;
	font-size: 14px;
	line-height: 24px;
}
body#home #news dt {
	margin: 11px 0 0;
	width: 100px;
	float: left;
	clear: left;
}
body#home #news dd {
	border-bottom: 1px solid #666994;
	padding: 11px 10px 11px 120px;
}
body#home #news dd a:hover {
	text-decoration: underline;
}
body#home #news .btn {
	margin: 20px 0 0;
	text-align: right;
}
body#home #news .btn a {
	background: url(../images/ico_arrow.png) 100% 50% no-repeat;
	padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 24px;
}
body#home #news .btn a:hover {
	text-decoration: underline;
}

/* Twitter */
body#home #twitter {
	width: 340px;
	float: right;
}
body#home #twitter .twtl {
	width: 340px;
	height: 392px;
}
body#home #twitter .twtl dt {
	background: url(../images/twitter_ttl.gif) 0 0 no-repeat;
	padding: 25px 0 0 60px;
	height: 40px;
	font-size: 16px;
}
body#home #twitter .twtl iframe {
	width: 340px !important;
	height: 323px !important;
}

/* Venue */
body#home #venue {
	margin-bottom: 100px;
}
body#home #venue ul {
	margin: -7px auto -11px;
	width: 898px;
	height: 218px;
}
body#home #venue li {
	background: url(../images/venue_bg.png) 0 0 no-repeat;
	padding: 40px 44px 0;
	width: 340px;
	height: 218px;
	text-align: center;
	float: left;
	color: #232662;
}
body#home #venue li + li {
	margin: 0 0 0 42px;
}
body#home #venue li p {
	margin: 3px 0 0;
	font-size: 20px;
}
body#home #venue li .btn {
	margin: 20px auto 0;
	width: 200px;
}
body#home #venue li .btn a {
	background: #232662 url(../images/ico_arrow.png) right 50px top 50% no-repeat;
	padding: 7px;
	display: block;
	font-size: 14px;
	line-height: 24px;
}
body#home #venue li .btn a:hover {
	opacity:0.70;
	filter: alpha(opacity=70);
}

/* About */
body#home #about {
	background: #1e4598 url(../images/about_bg.jpg) 50% 0 no-repeat;
	padding: 60px 0 0;
	width: 100%;
	min-height: 410px;
}
body#home #about dl {
	margin: 0 auto;
	width: 1000px;
}
body#home #about dt {
	margin: 0 0 15px;
	font-weight: bold;
}
body#home #about dd {
	width: 530px;
}

/* Movie */
body#home #movie {
	margin: 0 auto 36px;
	text-align: center;
}
body#home #movie iframe {
	border: 3px solid #fff;
	vertical-align: bottom;
}



/* NEWS
--------------------------------------------------------------------------------------------------------- */
#news .hl span {
	padding-left: 240px;
	letter-spacing: 10px;
}
body#news .body h2 {
	border-bottom: 1px solid #d4c153;
	margin: 0 0 30px;
	padding: 0 0 15px;
	font-weight: bold;
	font-size: 22px;
}
body#news .body {
	padding-top: 0;
	overflow: hidden;
}
body#news .body section {
	padding: 80px 0 0;
}
body#news .body section:first-child {
	margin: -20px 0 0;
}
body#news .body a {
	color: #232662;
	text-decoration: underline;
}
body#news .body a:hover {
	text-decoration: none;
}



/* CAST
--------------------------------------------------------------------------------------------------------- */
body#cast h2 {
	border-bottom: 1px solid #666994;
	margin: 0 0 40px;
	padding: 0 0 15px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
body#cast .cList {
	margin: 0 0 0 -40px;
}
body#cast .cList li {
	margin: 0 0 0 40px;
	width: 220px;
	height: 358px;
	text-align: center;
	float: left;
	line-height: 20px;
}
body#cast .cList li img {
	margin: 0 0 17px;
	width: 100%;
	height: auto;
	display: block;
}
body#cast .cList li span {
	margin: 5px 0 0;
	display: block;
	font-size: 12px;
}
body#cast .staff h2 {
	margin-bottom: 30px;
}
body#cast .staff dt {
	width: 2em;
	float: left;
	clear: left;
}
body#cast .staff dd {
	margin: 0 0 0 1em;
	padding: 0 0 0 2em;
	text-indent: -1em;
}
body#cast .staff dt:nth-of-type(4),
body#cast .staff dt:nth-of-type(7),
body#cast .staff dd:nth-of-type(4),
body#cast .staff dd:nth-of-type(7) {
	margin-top: 30px;
}
body#cast .staff dd:before {
	content: "：";
}
body#cast .staff dd span {
	font-size: 14px;
}



/* SCHEDULE
--------------------------------------------------------------------------------------------------------- */
body#schedule .body + .body {
	margin-top: 80px;
}
body#schedule .body h2 {
	margin: 0 0 25px;
}
body#schedule .body h2 + p {
	margin: 0 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
}
body#schedule .body table {
	border-top: 1px solid #232662;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
body#schedule .body > .frame > table tr:nth-child(1) th {
	background: #232662;
	color: #fff;
}
body#schedule .body > .frame > table tr:nth-child(2) th {
	background: #e2e2e2;
}
body#schedule .body table th,
body#schedule .body table td {
	border-bottom: 1px solid #232662;
	padding: 4px 0;
}
body#schedule .body * + th,
body#schedule .body * + td {
	border-left: 1px solid #232662;
}
body#schedule .body > .frame > table th:nth-of-type(1) {
	width: 95px;
}
body#schedule .body .talkshow th,
body#schedule .body .talkshow td {
	padding: 13px 0;
}
body#schedule .body .talkshow td span {
	font-weight: normal;
	font-size: 12px;
}
body#schedule .body h3 {
	margin: 30px 0 15px;
	font-weight: bold;
	font-size: 20px;
}
body#schedule .body .talkshow th:nth-of-type(1) {
	width: 125px;
}
body#schedule .body .talkshow th:nth-of-type(2) {
	width: 90px;
}
body#schedule .body .talkshow td {
	padding: 13px 30px;
	text-align: left;
}
body#schedule .body a {
	color: #232662;
	text-decoration: underline;
}



/* TICKET
--------------------------------------------------------------------------------------------------------- */
body#ticket .body section {
	position: relative;
}
body#ticket .body > section + section {
	margin-top: 50px;
}
body#ticket .body h2 {
	border-bottom: 1px solid #d4c153;
	margin: 0 0 30px;
	padding: 0 0 15px;
	font-weight: bold;
	font-size: 22px;
}
body#ticket .body a {
	color: #232662;
	text-decoration: underline;
}
body#ticket .body dd a {
	font-size: 14px;
}
body#ticket .body a:hover {
	text-decoration: none;
}
body#ticket p,
body#ticket .price {
	float: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
}
body#ticket .price {
	float: left;
}
body#ticket .price + dl {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: #f5f0d5;
	margin: 0 0 15px;
	padding: 15px 25px;
	width: 390px;
	float: right;
	font-weight: bold;
	line-height: 26px;
	color: #d5a535;
}
body#ticket .price + dl dd:not(.img):before {
	content: "・";
}
body#ticket .price + dl dd.img {
	padding: 15px 0 0 7px;
}
body#ticket .price + dl dd.img img {
	width: 100%;
	height: auto;
}
body#ticket .icon li {
	font-weight: bold;
	color: #d5a535;
}
body#ticket .icon li:before {
	content: "■";
}
body#ticket .icon li span {
	color: #232662;
}
body#ticket .icon li span span {
	font-weight: normal;
}
body#ticket .icon li .note {
	font-size: 14px;
}
body#ticket .icon.double {
	margin: -15px 0 0;
}
body#ticket .icon.double li {
	margin-top: 15px;
	width: 440px;
	float: left;
}
body#ticket .icon.double li:nth-child(2n+1) {
	clear: left;
}
body#ticket .contact dt {
	font-weight: bold;
}
body#ticket .contact {
	line-height: 26px;
}



/* GOODS
--------------------------------------------------------------------------------------------------------- */
body#goods .body > section + section {
	margin-top: 50px;
}
body#goods #pamphlet,
body#goods #penlight {
	margin: 0 0 50px;
	width: 410px;
}
body#goods #pamphlet {
	float: left;
}
body#goods #penlight {
	float: right;
}
body#goods #softtoy {
	clear: both;
}
body#goods .body h2 {
	border-bottom: 1px solid #d4c153;
	margin: 0 0 30px;
	padding: 0 0 15px;
	font-weight: bold;
	font-size: 22px;
}
body#goods .body li {
	float: left;
}
body#goods .bromide {
	margin: -20px 0 25px -16px;
}
body#goods .bromide li {
	margin: 20px 0 0 16px;
}
body#goods .bromide li img {
	border: 1px solid #e5e5e5;
}
body#goods .badge {
	margin: -11px 0 25px -11px;
}
body#goods .badge li {
	margin: 11px 0 0 11px;
}
body#goods .keyholder {
	margin: 0 0 25px;
}
body#goods .keyholder li:nth-of-type(4) {
	clear: both;
}
body#goods #keyholder-character li:nth-of-type(2) {
	margin: 0 39px 0 30px;
}
body#goods #keyholder-character li:nth-of-type(4) {
	margin-left: 90px;
	margin-right: 67px;
}
body#goods #keyholder-character li:nth-of-type(n+4) {
	margin-top: 17px;
}
body#goods #keyholder-actor li:nth-of-type(2) {
	margin: 0 53px 0 38px;
}
body#goods #keyholder-actor li:nth-of-type(4) {
	margin-left: 106px;
	margin-right: 76px;
}
body#goods #keyholder-actor li:nth-of-type(n+4) {
	margin-top: 13px;
}
body#goods .price {
	margin: 20px 0 0;
	clear: both;
	font-size: 20px;
}
body#goods .note {
	margin: 15px 0 0;
	line-height: 20px;
}
/**** 20171023追加 ****/
ul.listSet{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.listSet li img{
	height: auto;
	width: 100%;
}
ul.callong li{
	width: 90%;
	padding: 0 0 20px 5%;
}
ul.col9-spcol4 li{
	width: 10%;
	padding: 0 1.25% 10px 0;
}
ul.col9-spcol4 li:nth-child(9n){
	padding: 0 0 10px 0;
}
ul.col7-spcol4 li{
	width: 13%;
	padding: 0 1.5% 15px 0;
}
ul.col7-spcol4 li:nth-child(7n){
	padding: 0 0 15px 0;
}
ul.col5 li,ul.col5-spcol3 li{
	width: 18%;
	padding: 0 2.5% 20px 0;
}
ul.col5 li:nth-child(5n),ul.col5-spcol3 li:nth-child(5n){
	padding: 0 0 20px 0;
}
