@charset "UTF-8";
/* CSS Document */

.languageArea {
  height: 25px;
}

a[href^="tel:"] {
  pointer-events: none;
}

/* main
*******************************************************************************************/
#main header {
  border-bottom: none;
  margin-bottom: 0;
}
#main h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* SLIDER
**********************************************/
.slideArea {
  background: #ffffff;
}
.slideArea .slideInner {
  width: 960px;
  margin: 0 auto;
}

.slideArea ul {
  width: 960px;
  margin: 0 auto;
}

.slideArea .sp-slide img {
  margin-top: -22px;
}

#slider {
  /*width: 960px;
	height: 640px;*/
}

.movieArea01 {
  background: url(../../image/6.jpg) no-repeat 0 0;
  width: 893px;
  height: 630px;
  position: relative;
}

.movieArea01 iframe {
  position: absolute;
  top: 370px;
  left: 600px;
}

.popPrivacy {
  border: 1px solid #cccccc;
}
.popPrivacy ul,
.popPrivacy p {
  margin-bottom: 10px;
}

.popPrivacy ul li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

/* NEWS
**********************************************/

.newsArea {
  width: 441px;
  float: left;
  margin-right: 20px;
}

.newsArea dl {
  padding: 0 0 0 10px;
  text-align: left;
  line-height: 150%;
  height: 600px;
  overflow-y: scroll;
}

.newsArea dl dt,
.newsArea dl dd {
  margin-bottom: 15px;
}

.newsArea dl dt {
  float: left;
  clear: both;
  margin-right: 10px;
  width: 100px;
}
.newsArea dl dd {
  float: left;
  width: 270px;
}

/*.link01:hover{ text-decoration: none; }*/

/* Facebook
**********************************************/
.facebookArea {
  width: 500px;
  float: left;
}

/* About
*******************************************************************************************/
#about .contentsInner01 {
  position: relative;
}
#about ul.contentsList01:after {
  content: "";
  clear: both;
  display: block;
}
#about ul.contentsList01 li {
  display: block;
  float: left;
  list-style-type: none;
  width: 48%;
}
#about ul.contentsList01 li:last-child {
  margin: 0 0 0 4%;
}
#about ul.prizeList {
  display: block;
}
#about ul.prizeList li {
  float: none;
  width: 100%;
  list-style-type: disc;
  display: list-item;
  margin: 0 0 0 4%;
}
/*
#about ul.contentsList01 li {
	display:block;
	float:left;
	list-style-type:none;
	width:32%;
}
#about ul.contentsList01 li:nth-child(3n-1) {
	margin:0 2%;
}
*/

#about ul.contentsList02:after {
  content: "";
  clear: both;
  display: block;
}
#about ul.contentsList02 li {
  display: block;
  float: left;
  list-style-type: none;
  width: 32%;
  margin-bottom: 20px;
}
#about ul.contentsList02 li:nth-child(3n-1) {
  margin: 0 2% 20px;
}
#about h4 {
  font-size: 112%;
}
#about .artisticDirectorBox {
  width: 205px;
  height: 287px;
  float: left;
  margin-right: 10px;
}

.imgArea01 {
  height: 640px;
  display: block;
}
.imgArea02 {
  display: none;
}
.imgArea02 img {
  max-width: 100%;
}
#profArea01 {
  display: none;
}
#profArea02 {
  display: block;
}

ul.dancer_prof {
}
ul.dancer_prof li {
  border: 10px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 29%;
  position: relative;
  float: left;
  margin: 0 1%;
  margin-bottom: 30px;
}
/*ul.dancer_prof li.mistress {
	width: 40%;
}*/
ul.dancer_prof li img {
  max-width: 100%;
}

ul.dancer_prof li p {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  color: #333;
  top: 70%;
  width: 76%;
  padding: 10px;
  font-weight: 700;
  text-align: left;
  font-size: 90%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 5px 0 5px -3px rgba(0, 0, 0, 0.4),
    inset 0 0 5px rgba(0, 0, 0, 0.04);
}

/* common setting */
.popup {
  /*  display: none;*/
  /*position: fixed;
    top: 50%;
    left: 50%;*/

  /*  background-color: #fff;
    z-index: 101;
		height: 500px;
		overflow-y: scroll;

		position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
*/
}
.popup_inner {
  padding: 20px;
}
/*#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 100;
}*/

/* individual setting */
#popup1 {
  width: 700px;
  /*width: 80%;*/
  margin: 0 auto;
  display: none;

  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -350px;
  z-index: 101;
  height: 500px;
  overflow-y: scroll;
  background-color: #fff;
}

#popup1 h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 4px solid #cccccc;
}
#popup1 h4 span {
  margin-left: 20px;
}
#popup1 .member_txt01 {
  margin-bottom: 20px;
}
#popup1 .member_txt02 {
  margin-bottom: 40px;
}
#popup1 .member_txt03 {
  margin-bottom: 40px;
}
#popup1 .member_img {
  width: 90%;
  margin: 0 auto;
}
#popup1 .member_img img {
  max-width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

#popup1 dl {
  margin-bottom: 20px;
}
#popup1 dt {
  border-top: 1px dotted #cccccc;
  padding-top: 5px;
}
#popup1 dt:first-child {
  border: none;
}
#popup1 dt span {
  font-weight: bold;
}
#popup1 dd {
  padding-left: 1em;
  margin-bottom: 5px;
}

#popup1 dd span {
  width: 150px;
  display: inline-block;
}

#popup1 .close_btn {
  font-weight: bold;
  margin: 20px auto;
  display: inline-block;
}

/*
.close_btn {
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	margin: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}
.close_btn::after,
.close_btn::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	top: 50%;
	left: 0;
	background: #333;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.close_btn::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.close_btn::after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-top: 2px;
}
*/

/*.close_btn{
  display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
}
.close_btn:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}*/

/*#popup2 {
    width: 500px;
		display: none;
}
#popup2 h5 { font-size: 120%; }*/
/*#popup2 #mistress_photo {
	width: 205px;
	float: right;
	margin-left: 10px;
}
#popup2 #mistress_txt {
	text-align: left;
}*/

/*#popup3 {
    width: 500px;
}
#popup3 h5 { font-size: 120%; }*/

/*#popup3 #mistress_photo01 {
	width: 205px;
	float: right;
	margin-left: 10px;
}
#popup3 #mistress_txt01 {
	text-align: left;
}*/

/**/
.imgWrapper01 {
  position: relative;
}

/* 吹き出し */
/*#balloon {
	position: absolute;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 50px;
	color: #F6F6F6;
	line-height: 50px;
	text-align: center;
	background: #6e6e6e;
	border-radius: 50px;
	z-index: 2;
	top: 77px;
	right: 127px;
}
#balloon:before {
	content: "";
	position: absolute;
	bottom: -17px; right: 15px;
	margin-right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #6e6e6e;
	border-radius: 50%;
	z-index: 0;
}
#balloon:after {
	content: "";
	position: absolute;
	bottom: -25px; right: 25px;
	margin-right: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #6e6e6e;
	border-radius: 50%;
	z-index: 0;
}*/

.lock {
  overflow: hidden;
}

.modal-content {
  position: relative;
  display: none;
  width: 50%;
  max-height: 50%;
  margin: 30px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  overflow: auto;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

/* Information
*******************************************************************************************/
/*#information .informationBox01 {
	width: 100%;
	margin: 0 0 50px;
}*/

#information .informationBox01,
#information .informationBox02 {
  width: 46%;
  float: left;
  margin: 0 2% 50px;
}
#information .informationBox01 ul li,
#information .informationBox02 ul li {
  padding-top: 10px;
  margin-bottom: 20px;
}
#information .informationBox01 ul li div {
  padding: 10px;
}
#information .informationBox02 div.informationBox02Inner {
  padding: 10px;
}
figure p {
  width: 96%;
  margin: 0 auto 10px;
}
figure img {
  max-width: 100%;
}
figure figcaption {
  text-align: center;
  margin-bottom: 20px;
}

.performanceInner01 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}

#information .informationBox01 ul li div#performance .attention {
  display: inline-block;
  margin-top: 5px;
  font-size: 80%;
}

#information .informationBox01 ul li div#performance .timeindent {
  /*margin-left: 6em;*/
  color: #fff;
}

#information .ml01 {
  /*margin-left: 72px;*/
  margin-left: 4.5rem;
}

#information .staff01  {
  padding: 0 !important;
  margin-bottom: 20px;
}
#information .staff01 dt {
  float: left;
}
#information .staff01 dd {
  margin-left: 100px;
}

/* Repertoire
*******************************************************************************************/
#repertoire ul.contentsList01:after {
  content: "";
  clear: both;
  display: block;
}
#repertoire ul.contentsList01 li.listBox01 {
  display: block;
  float: left;
  list-style-type: none;
  width: 49%;
  margin-bottom: 50px;
}
#repertoire ul.contentsList01 li.listBox01:nth-child(odd) {
  margin-right: 2%;
}

#repertoire ul.contentsList01 li.listBox01 dl {
  padding: 10px 2%;
  font-size: 95%;
}
#repertoire ul.contentsList01 li.listBox01 dl:after {
  content: "";
  clear: both;
  display: block;
}
#repertoire ul.contentsList01 li.listBox01 dl dt {
  font-weight: bold;
  width: 35%;
  float: left;
  clear: left;
  margin-right: 2%;
}
#repertoire ul.contentsList01 li.listBox01 dl dt span {
  font-weight: bold;
  color: #999999;
  padding-left: 10px;
}
#repertoire ul.contentsList01 li.listBox01 dl dd {
  margin-bottom: 10px;
  width: 63%;
  float: left;
}
#repertoire ul.contentsList01 li.listBox01 dl dd:last-child {
  margin-bottom: 0;
}

#repertoire ul.contentsList01 li.listBox01 ul.mark {
  margin: 10px 0 10px 20px;
}
#repertoire ul.contentsList01 li.listBox01 ul.mark li {
  position: relative;
  font-size: 80%;
  color: #ff0000;
}
#repertoire ul.contentsList01 li.listBox01 ul.mark li::after {
  display: block;
  position: absolute;
  top: 0.4em;
  left: -1.2em;
  font-size: 90%;
  line-height: 1;
  content: "\002731";
  color: #ff0000;
}
