@charset "UTF-8";

/*************************************************************

@media screen and (max-width: 736px) {

}

**************************************************************/

#container {
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff url(../images/common/loading.gif) center center no-repeat; 
}



div#eventfooter {
    background: #fff;
margin-top: 0px;
}

.wow {
    visibility: hidden;
}
.of_visible {
    overflow: visible!important;
}

img.hover{
	opacity: 0.5;
}

img.img-circle {
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}



.box-rotate-r {
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
	z-index: 1;
    position: relative;
}


.box-rotate-l {
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
	z-index: 1;
    position: relative;
}
/*
.img-border{
    border: 4px #fff solid;
    box-sizing: border-box;
}
*/
.item-container .item-container-body.wide{
  position: relative;
  overflow: hidden;
	width: 100%;
  margin: 0 auto;
  text-align: center;
    max-width: 100%;
   	padding: 30px 0;
}


hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 1px #c1a962 dotted;
}
hr.clear {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 20px 0px;
    border: 0px #c1a962 dotted;
}


.item-container h2 {
    line-height: 1.4;
    padding: 0px;
    font-size: 34px;
    color: #eb6c94;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 2px;
}

.item-container h2 span {
}


.item-container h3 {
    line-height: 1.3;
    padding: 30px 0 30px;
    font-size: 21px;
    color: #fd71b7;
    text-align: center;
    margin: 0px 0 5px;
    letter-spacing: 2px;
}


.item h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #a41717;
    margin: 5px 0;
    letter-spacing: 0px;
    font-weight: normal;
    background: #eee;
    padding: 4px;
}

.item h4 span {
	display: block;
    font-weight: block;
    font-size: 80%;
    color: #000;
    margin: 0px 0 10px;
}
.item h4 span span {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    background: #d07c9a;
    color: #fff;
    padding: 6px 4px;
    margin: 0 0 10px 0;
}

.item .inbody p.txt {
    line-height: 1.6;
    font-size: 15px;
    padding: 10px;
    text-align: left;
}

.item .inbody p.ttl{
    line-height: 1.9;
    font-size: 15px;
    padding: 10px;
    text-align: left;
    letter-spacing: 1px;
}

table.tbl-border {
	border-left: 0px #999 solid;
	border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 14px;
    width:auto;
}

table.tbl-border th{
    position: relative;
    padding: 10px;
border-bottom: 2px #fff solid;
	border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
width: 25%;
}


table.tbl-border td{
    position: relative;
    padding: 10px;
border-bottom: 1px #fff solid;
border-top: 0px #999 dotted;
border-right: 0px #999 solid;
  text-align: left;
    background: transparent;
    line-height: 1.6;
}

/*
table.tbl-border td:after,
table.tbl-border th:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1aafbb;
background: -webkit-gradient(radial, 0% 54%, 0, 0% 54%, 241, color-stop(0.97, #d93fa3), color-stop(0.81, #c511b9), color-stop(0.60, #2fbdcf), color-stop(0.40, #b6cc38), color-stop(0.18, #cdba6b), color-stop(0.01, #d93fa3));
background: -webkit-radial-gradient(0% 54%, circle, #d93fa3 1%, #cdba6b 18%, #b6cc38 40%, #2fbdcf 60%, #c511b9 81%, #d93fa3 97%);
background: -moz-radial-gradient(0% 54%, circle, #d93fa3 1%, #cdba6b 18%, #b6cc38 40%, #2fbdcf 60%, #c511b9 81%, #d93fa3 97%);
background: -o-radial-gradient(0% 54%, circle, #d93fa3 1%, #cdba6b 18%, #b6cc38 40%, #2fbdcf 60%, #c511b9 81%, #d93fa3 97%);
background: -ms-radial-gradient(0% 54%, circle, #d93fa3 1%, #cdba6b 18%, #b6cc38 40%, #2fbdcf 60%, #c511b9 81%, #d93fa3 97%);
background: radial-gradient(0% 54%, circle, #d93fa3 1%, #cdba6b 18%, #b6cc38 40%, #2fbdcf 60%, #c511b9 81%, #d93fa3 97%);


}
*/

/****************************
origin
****************************/

#intro {
	background: url(../images/index/intro/bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;}


.item-container {
    min-width: 1200px;
}

hr.border {
    margin: 10px;
    background: #d4d4d4;
    border: 0;
    height: 1px;
}





.item-container h2 {
    line-height: 1.4;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 2px;
}

.item-container h2:before {

} 

.item-container h2 span {
    font-size: 280%;
    display: block;
 }

.item-container h3.ttl {
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    color: #fd71b7;
    padding: 10px 0 10px;
    margin: 00px 0 0px;
    text-align: center;
    box-shadow: 0px 0px 0px #000;
    background: transparent;
    position: relative;
	letter-spacing: -1px;
}
.item-container h3 span {
    display: block;
}


.item-container h4.ttl {
    font-size: 30px;
    line-height: 1.2;
    margin: 30px;
}
.item-container h4.ttl span {
	display: inline-block;
    background: #f3780c;
    border: 4px #ffffff solid;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}


.item-container h5 {
    font-size: 18px;
    line-height: 1.2;
    margin: 5px;
}

p.price span {
    font-size: 150%;
}

/********************************
#ticket
*******************************/

#ticket a.button {
    font-size: 18px;
    width: 90%;
}

/********************************
#cast
*******************************/
#cast.item-container h5 {
    font-size: 14px;
    line-height: 1.2;
    margin: 5px;
}
#cast.item-container h5 span{
    font-size: 80%;
	display:block
}

/********************************
#next
#next-musical
*******************************/

a.button.next {
    width: 90%;
    padding: 0;
     text-align: left;
	font-size: 0px!important;
	background: #013131;
}

.musical-ttl {
    font-size: 40px;
    line-height: 1.3;
    vertical-align: middle;
    padding: 5px;
    background: #014646;
    text-align: center;
}
.musical-ttl b{
    font-weight: bold!important;
}
.musical-ttl span{
    font-size: 30%;
    display: block;
}


#next-musical{
    background: #014646;
}


#next-musical .date {
    font-size: 200%;
    font-family: helvetica;
    font-weight: bold;
}

.musical-ttl-box {
    font-size: 60px;
    line-height: 1.3;
    vertical-align: middle;
    padding: 5px;
    background: #014646;
    text-align: center;
}
.musical-ttl-box b{
    font-weight: bold!important;
}
.musical-ttl-box span{
    font-size: 30%;
    display: block;
}

table.tbl-noborder {
	border-left: 0px #999 solid;
	border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 14px;
    width:auto;
}

table.tbl-noborder th{
	position: relative;
    padding: 1px 5px;
    border-bottom: 0px #666 solid;
    border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
    /* width: 25%; */
}


table.tbl-noborder td{
    position: relative;
    padding: 1px 5px;
border-bottom: 0px #666 solid;
border-top: 0px #999 dotted;
border-right: 0px #999 solid;
  text-align: left;
    background: transparent;
    line-height: 1.6;
}


@media screen and (max-width: 736px) {

.youtube{
    height: 250px;
}

.item-container {
    min-width: auto;
}

hr.clear {
    margin: 10px;
}
#intro.item-container.slider {
    height: 250px;
}
.item-container h2 {
    font-size: 16px;
}
.item-container h2 span {
    font-size: 180%;
}
.item-container h3.ttl {
    font-size: 21px;
}
table.tbl-border {
    font-size: 13px;
}
table.tbl-border th,
table.tbl-border td {
    padding: 5px;
}
p.ttl {
    font-size: 13px!important;
}
.item .inbody p.txt {
    font-size: 12px!important;
}

#ticket a.button {
    font-size: 14px;
    width: 80%;
}

#gallery .item .inbody {
    padding: 2px;
}


#next-musical .date {
    font-size: 150%;
    font-family: helvetica;
    font-weight: bold;
}



}



