/* layout.css */
@charset "utf-8";

a.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
}
a.btn::before,
a.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.btn,
a.btn::before,
a.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#header{
	width: 100%;
	min-width:900px;
	margin:0 auto;
	padding:30px 0 50px;
	text-align:center;
	background: url(./images/header-bg.gif) no-repeat top center;
}
#header #snsArea{
	width:900px;
	margin: 0 auto;
}
#header #snsArea ul{
}
#header #snsArea ul li{
	float:right;
}
#header #snsArea ul li.s02{
	padding-right: 10px;
}

#header h1{
	margin-top: 40px;
}
#header h1 img{
	width: 400px;
}

#header h2{
	margin-top: 10px;
	font-size:20px;
	font-size: 1.4rem;
	font-weight:bold;
	font-weight: 700;
	color:#362bae;
}

#header .mess{
	margin-top: 40px;
	padding-left: 10px;
}



#gnav {
	width:100%;
	margin:0 auto;
	background-color: #000;
}
#gnav ul {
	width:900px;
	margin:0 auto;
	text-align: center;
}
#gnav ul li {
	display:inline-block;
	line-height:1;
	font-size:15px;
	font-weight:bold;
	font-weight: 700;
}
#gnav ul li a.btn {
	display:block;
	/*width: 8em;*/
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	font-size:16px;
	font-size: 1.0rem;
	line-height: 50px;
	color: #fff;
}
#gnav ul li a.btn:hover {
	background-color: #362bae;
}





#contentsArea {
	width: 100%;
	min-width:900px;
	margin:0 auto;
	padding:20px 0 30px 0;
	background:#f1f2f3 url(./images/pages_bg.gif) repeat top left;
}
#contentsArea .innerConts{
	width:860px;
	margin:0 auto;
	text-align:left;
}

#contentsArea .sction {
	padding: 85px 0;
}


#contentsArea .innerConts h3 {
	text-align: center;
	width: 100%;
	padding-bottom: 35px;
}
#contentsArea .innerConts h3 p {
	display: inline-block;
	min-height: 30px;
	padding-left: 100px;
	background: url(./images/h3-left.png) no-repeat top left;
}
#contentsArea .innerConts h3 span {
	display: inline-block;
	min-height: 30px;
	padding-right: 100px;
	font-size:28px;
	font-size: 2.2rem;
	font-weight:bold;
	font-weight: 700;
	color: #000;
	background: url(./images/h3-right.png) no-repeat top right;
}
#contentsArea .innerConts h3 span span {
	display: inline-block;
	min-height: 30px;
	padding-right: 0px !important;
	font-size:18px !important;
	font-size: 1.6rem !important;
	background: none !important;
}






/* news */
#contentsArea #news {
}
#contentsArea #news .twitter {
	float: right;
	width: 35%;
}

#contentsArea #news dl {
	float: left;
	width: 60%;
	margin: 0 auto;
}
#contentsArea #news dl dd.day {
	float: left;
	width: 6em;
	padding-top: 3px;
}
#contentsArea #news dl dt {
	margin-left: 7em;
	padding-bottom: 5px;
	font-size:15px;
	font-size: 1.0rem;
	font-weight:bold;
	font-weight: 700;
}
#contentsArea #news dl dd.newscont {
	margin-left: 8.5em;
	padding-bottom: 15px;
}




/* about */
#contentsArea #about {
}
#contentsArea #about .txtcont {
/*	float: right;*/
	width: 95%;
	margin: 0 auto;
	line-height: 1.8;
	font-size:18px;
	font-size: 1.2rem;
	text-align: center;
}
/*#contentsArea #about .pict {
	float: left;
	width: 50%;
	line-height: 1;
}
#contentsArea #about .pict img {
	width: 100%;
}*/

/* summary */
#contentsArea #summary {
}
#contentsArea #summary dl {
	float: left;
	width: 50%;
	line-height: 1.4;
}
#contentsArea #summary dl dt {
	font-size:18px;
	font-size: 1.1rem;
	font-weight:bold;
	font-weight: 700;
}
#contentsArea #summary dl dd {
	margin: 10px 0 20px;
	font-size:15px;
	font-size: 0.9rem;
}
#contentsArea #summary dl dd a.btn {
	width: 150px;
	height: 20px;
	margin-left: 20px;
	font-size:12px;
	font-size: 0.7rem;
	line-height: 20px;
	background-color: #362bae;
	color: #fff;
}
#contentsArea #summary dl dd a.btntk {
	margin-left: 0px;
	margin-top: 5px;
}
#contentsArea #summary dl dd a.btn:hover,
#contentsArea #summary dl dd a.btntk:hover{
	background-color: #000;
}

#contentsArea #summary .gmap {
	float: right;
	width: 45%;
	line-height: 1;
}



/* castList */
#contentsArea #castList p {
	text-align: center;
}
#contentsArea #castList img {
	width: 100%;
}
#contentsArea #castList ul {
	width: 100%;
	margin-top: 15px;
}
#contentsArea #castList ul li{
	float: left;
	width: 245px;
	margin: 0px 20px 20px;
}
#contentsArea #castList ul li img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#contentsArea #castList ul li:hover img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


#contentsArea #castList ul li dl{
	text-align: center;
}
#contentsArea #castList ul li dl dt{
}
#contentsArea #castList ul li dl dd{
	font-weight:bold;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: #000;
}
#contentsArea #castList h4{
	padding: 5px 20px 0px;
	font-size:16px;
	font-size: 1.0rem;
	font-weight:bold;
	font-weight: 700;
	background-color: #362bae;
	color: #ffffff;
	border-bottom: #000 3px solid;
	border-right: #000 1px solid;
}
#contentsArea #castList h4.mgt30 {
	margin-top: 30px;
}
#contentsArea #castList h5 {
	padding: 20px 0px 20px;
	font-weight:bold;
	font-weight: 700;
	color: #000;
	text-align: left;
}
#contentsArea #castList ul.cast li:last-child {
	width: 100%;
}
#contentsArea #castList .andmore {
	clear:both;
	width: 95%;
	margin-top:20px;
    margin-left: 360px;
    /*	margin-left:auto;
	margin-right: auto;*/
	width: 100px;
    height: 60px;
    padding-top:40px;
	color: #ffffff;
    -webkit-border-radius: 50px;/* width,heightの半分 */
    -moz-border-radius: 50px;
    border-radius: 50px;
	background-color: #362bae;
}
#contentsArea #castList dl dt {
    position: relative;
}
#contentsArea #castList .new {
    position: absolute;
    top:0;
    left:0;
    height: 1.8em;
    line-height: 1.8em;
    font-size: 1.0em;
    z-index:500;
}


/*#contentsArea #castList .new:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 0px;
    left: 0px;
    border-left: 20px solid #ff6e00;
    border-right: 20px solid #ff6e00;
    border-top: 30px solid #ff6e00;
    border-bottom: 10px solid transparent;
}*/
#contentsArea #castList .new span {
	display: block;
    width: 45px;
	color:#000;
	text-align: center !important;
	background: #f0e707;
transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
}

#contentsArea #castList .mcwap {
	width: 285px;
	margin: 30px auto 0;
}

#contentsArea #castList .mc {
    position: absolute;
    top:-10px;
    left:-10px;
    height: 60px;
	width: 60px;
    line-height: 50px;
    font-size: 1.2em;
    z-index:500;
    border-radius: 50%;
    background-color: #000;
}
#contentsArea #castList .mc span {
	display: block;
    position: absolute;
    top:6px;
    left:0;
    width: 60px;
	color:#ffffff;
	text-align: center !important;
}




#contentsArea #castList .hoverblock {
    position: relative;
    line-height: 1;
}
#contentsArea #castList .hovertext {
    position: absolute;
    left: -50px;
    bottom: 220px;
    width:270px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px !important;
    display: none;
    color: #000;
    box-sizing: border-box;
    background: rgba(255, 216, 0, 0.8);
    text-align: left;
    line-height: 1.5;
    z-index: 900;
}

  











/* ticket */
#contentsArea #ticket {
	padding: 70px 0 150px;
}
#contentsArea #ticket p {
	text-align: center;
	font-weight:bold;
	font-weight: 700;
}
#contentsArea #ticket .note {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contentsArea #ticket p.text {
	font-size:16px;
	font-size: 1.4rem;
}
#contentsArea #ticket p.texttit {
	font-size:14px;
	font-size: 1.2rem;
	color: #000;
}
#contentsArea #ticket p.urllink {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	font-size:20px;
	font-size: 1.6rem;
	font-weight:bold;
	font-weight: 700;
}
#contentsArea #ticket p.urllink a{
	display: block;
	padding: 12px 5px 8px 0px;
	color: #ffffff;
	text-align: center;
	background:#362bae url(../../common/images/icon-arrow.png) no-repeat 85% 55%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 2px 3px 0px #555;
	-moz-box-shadow: 2px 3px 0px #555;
	-webkit-box-shadow: 2px 3px 0px #555;
}
#contentsArea #ticket p.urllink a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#contentsArea #ticket p.urllinkcmin {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	font-size:16px;
	font-size: 1.2rem;
	display: block;
	color: #fff;
	padding: 12px 5px 8px 0px;
	background:#c2c2c2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 2px 3px 0px #555;
	-moz-box-shadow: 2px 3px 0px #555;
	-webkit-box-shadow: 2px 3px 0px #555;
}






/* goods */
#contentsArea #goods {
	padding: 70px 0 150px;
}
#contentsArea #goods .cmin{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size:16px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: italic;
}
#contentsArea #goods div.wp{
	margin: 0 auto;
}
#contentsArea #goods dl {
	width: 80%;
	margin: 0 auto;
}
#contentsArea #goods dl dt {
	padding: 0px 100px 0px 100px;
	font-weight:bold;
	font-weight: 700;
	font-size:16px;
	font-size: 1.2rem;
	color: #000;
}
#contentsArea #goods dl dt.pic {
	text-align: center;
	padding: 0px 100px 0px 100px;
}
#contentsArea #goods dl dt.pic img {
	width: 100%;
}
#contentsArea #goods dl dd {
	padding: 0px 100px 0px 100px;
}
#contentsArea #goods dl dd.price {
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.3rem;
}
#contentsArea #goods dl dd.price span{
	font-size: 1.0rem;
}
#contentsArea #goods h5 {
	padding: 40px 200px 0px 220px;
	font-weight:bold;
	font-weight: 700;
	color: #000;
	text-align: center;
}

#contentsArea #goods ul.notetxt {
	margin: 10px 200px 20px 240px;
	color: #000;
	list-style: disc;
	text-align: left;
}




/* notice */
#contentsArea #notice h4{
	padding: 0px 20px 0px;
	font-size:18px;
	font-size: 1.2rem;
	font-weight:bold;
	font-weight: 700;
	background-color: #000;
	color: #ffffff;
}
#contentsArea #notice {
	width:80%;
	margin: 0 auto;
	background-color: #ffffff;
	border: 2px solid #000;
}
#contentsArea #notice h5 {
	padding: 20px 20px 0px;
	font-weight:bold;
	font-weight: 700;
	color: #000;
	text-align: left;
}
#contentsArea #notice ul {
	margin: 10px 20px 20px 40px;
	color: #000;
	list-style: disc;
	text-align: left;
}


/* event */
#contentsArea #event {
	padding: 70px 0px 150px;
}
#contentsArea #event ul li {
	float: left;
	width: 40%;
	text-align: center;
	margin-left: 5%;
}





.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	font-size: 12px;
	font-size: 0.8rem;
}




#footerArea {
	width:100%;
	min-width:900px;
	margin:2px auto 0;
	padding:15px 0 30px 0;
	color:#ffffff;
	text-align:center;
	background-color: #000000;
}
#footerArea p.copy {
	padding-top: 15px;
	font-size:11px;
	font-size: 0.7rem;
}


.goodslist:after,
#snsArea:after,
.sction:after,
.innerConts:after,
.sns:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.goodslist,
#snsArea,
.sction,
.innerConts,
.sns {
	min-height: 1px;
	zoom: 1;
}
* html .goodslist,
* html #snsArea,
* html .sction,
* html .innerConts,
* html .sns {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}