@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* 10px */
body {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  background: #000;
}

img {
  width: 100%;
  height: auto;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.pc_br {
  display: inline;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #cf0078;
  text-decoration: none;
}

a:active {
  color: #cf0078;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

.only_pc_line {
  display: inline-block;
  padding: 0 5px;
}

.sp_br {
  display: none;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha( opacity=60 )';
}

#bg01 {
  padding-top: 0%;
}

#main {
  width: 90%;
  max-width: 1250px;
  height: 1470px;
  margin: 0 auto;
  padding: 0% 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}

#main_in #main01 {
  width: 56%;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 20%;
}

#main_in #main02 {
  width: 38%;
  position: absolute;
  top: 340px;
  left: 5%;
}

#main_in #main03 {
  width: 67%;
  position: absolute;
  top: 660px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 29%;
}

#sns ul {
  width: 98%;
  max-width: 1350px;
  display: flex;
  margin: 0 auto;
  justify-content: flex-end;
  padding-top: 10px;
}

#sns ul li a {
  display: block;
  padding: 0 10px 10px;
}

#sns ul li a:hover {
  background: #cf0078;
  color: #fff;
}

#sns ul li:nth-child(1) a {
  width: 49px;
}

#sns ul li:nth-child(2) a {
  width: 12px;
}

#sns ul li:nth-child(3) a {
  width: 21px;
}

#sns ul li:nth-child(4) a {
  width: 22px;
}

#sns ul li:nth-child(5) a {
  background: url(../img/icon_ballet.png) no-repeat left 10px top 10px;
  background-size: 18px auto;
  font-size: 80%;
  padding: 6px 10px 8px 32px;
  margin-left: 10px;
  z-index: 2;
}

#sns ul li:nth-child(5) a:hover {
  background: url(../img/icon_ballet.png) no-repeat left 10px top 10px #cf0078;
  background-size: 18px auto;
}

#logo {
  width: 80%;
  max-width: 700px;
  position: absolute;
  top: 51px;
  left: 0;
}

#logo>img:nth-of-type(1) {
  max-width: 140px;
  margin: 5% 0 3%;
}

#logo>img:nth-of-type(2) {
  max-width: 350px;
}

#main_data {
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 1170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1.6;
  color: #00afcc;
  text-align: center;
}

.bunka {
  background: url(../img/bunka.png) no-repeat center left;
  background-size: 110px auto;
  padding: 10px 0 5px 120px;
  font-size: 70%;
  line-height: 1.6;
  margin-top: 0;
  pointer-events: none;
  color: #cf0078;
}

#main_data>img {
  width: 90%;
}

.place {
  font-size: 160%;
  margin: 5px 0 15px;
}

h2 {
  font-size: 120%;
  margin-bottom: 20px;
}

.price.only_pc {
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 auto 5px;
}

.price dl {
  width: 23%;
}

.price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 100%;
  line-height: 1.8;
}

.price dl dt {
  width: 25%;
  text-align: left;
}

.price dl:last-child dt {
  width: 38%;
  text-align: left;
}

.price dl dd {
  width: 60%;
  text-align: left;
}

.price dl dd::before {
  content: '…';
  display: inline-block;
  margin-right: 2%;
}

.note {
  font-size: 70%;
}

.text_link {
  font-size: 90%;
  display: inline-block;
  margin: 0% auto 0%;
}

.text_link span {
  font-size: 40%;
  vertical-align: 1px;
  padding-left: 5px;
}

.text_link a {
  display: block;
  padding: 0 68px 8px;
  border-bottom: 1px solid #fff;
}

.btn a {
  width: 90%;
  max-width: 450px;
  background: #cf0078;
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 120%;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  transition: all 0.5s;
  margin: 3% auto;
}

.btn a:hover {
  background: #00afcc;
  color: #fff;
}

.btn a span {
  font-size: 70%;
  display: inline-block;
  margin-left: 3%;
  font-weight: normal;
}

#main .contact {
  width: 90%;
  max-width: 410px;
  margin: 5px auto 5%;
  color: #fff !important;
  text-align: left;
}

#main .contact dt {
  font-size: 75%;
  margin-top: 7px;
  padding-top: 2px;
  white-space: nowrap;
  display: block;
  text-align: center;
}

#main .contact dd {
  text-align: center;
}

#main_catch {
  width: 9%;
  max-width: 88px;
  position: absolute;
  right: 6px;
  top: 102px;
}

#main_text {
  width: 4%;
  max-width: 46px;
  position: absolute;
  left: 0;
  top: 376px;
}

h2 {
  width: 90%;
  max-width: 450px;
  margin: 0 auto 10px;
}

h2+p {
  font-size: 70%;
  text-align: center;
  margin-bottom: 50px;
}

#intro {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto 5%;
}

#intro>div {
  margin-bottom: 3%;
}

#intro h3 {
  font-size: 130%;
  font-weight: bold;
  color: #00afcc;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-indent: -0.5em;
  line-height: 1.4;
}

#intro h3 strong {
  font-size: 130%;
  margin-bottom: 7px;
  display: block;
}

#intro h3 span {
  font-size: 65%;
  font-weight: normal;
  vertical-align: 1px;
}

#intro>div>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#intro>div>div img {
  width: 35%;
}

#intro>div>div>div {
  width: 62%;
}

#intro h4 {
  font-size: 130%;
  font-weight: bold;
  color: #00afcc;
  margin-bottom: 15px;
  line-height: 1;
}

#intro>div>div>div p {
  font-size: 85%;
  line-height: 2;
}

#dancer {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto 5%;
}

#dancer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

#dancer ul li {
  width: 15.4%;
  margin-right: 5.75%;
  margin-bottom: 3%;
  text-align: center;
  font-size: 85%;
}

#dancer ul li:nth-child(5n) {
  margin-right: 0;
}

#dancer ul li img {
  margin-bottom: 5px;
}

#dancer ul li a {
  display: block;
  transition: all 0.5s;
}

#dancer ul li a:hover {
  transform: scale(1.1);
}

.blue_border {
  width: 90%;
  max-width: 630px;
  margin: 3% auto 0;
  border-top: 1px solid #00afcc;
  border-bottom: 1px solid #00afcc;
  padding: 17px 3%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.blue_border p {
  width: 100%;
  text-align: center;
  font-size: 105%;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#staff {
  width: 90%;
  max-width: 880px;
  margin: 0 auto 5%;
}

#staff h2 {
  margin-bottom: 3%;
}

#staff_data {
  width: 95%;
  max-width: 1040px;
  padding-left: 5%;
  margin: 0 auto 3%;
  box-sizing: border-box;
}

#staff_data h3 {
  position: relative;
  margin-bottom: 2%;
}

#staff_data h3 img {
  width: 165px;
  display: block;
}

#staff_data h3:before {
  content: '';
  width: calc(100% - 185px);
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
}

#staff_data dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#staff_data dl dt {
  width: 200px;
  font-size: 90%;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

#staff_data dl dd {
  width: calc(100% - 210px);
  font-size: 85%;
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

#staff_data dl dd ul li {
  display: inline-block;
}

#ticket {
  width: 90%;
  max-width: 880px;
  margin: 0 auto 5%;
}

#ticket h2 {
  margin-bottom: 5%;
}

#ticket h3 {
  position: relative;
  margin-bottom: 2%;
}

#ticket h3 img {
  width: 280px;
  display: block;
}

#ticket h3:before {
  content: '';
  width: calc(100% - 300px);
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
}

#ticket dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 90%;
}

#ticket dl dt {
  width: 240px;
  font-size: 105%;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  font-weight: 300;
}

#ticket dl dd {
  width: calc(100% - 250px);
  font-size: 105%;
  margin-bottom: 5px;
  font-weight: 300;
}

#ticket dl dt.tiket_long {
  width: 360px;
}

#ticket .btn {
  display: inline-block;
  margin-left: 5%;
}

#ticket .btn a {
  width: 250px;
  font-size: 80%;
  line-height: 1.2;
  padding: 3px 0;
}

#ticket dl dd.tiket_long {
  width: calc(100% - 380px);
}

#ticket p {
  font-weight: 300 !important;
  margin-top: 10px;
}

#sponsor {
  width: 90%;
  max-width: 880px;
  margin: 0 auto 3%;
  box-sizing: border-box;
}

#sponsor dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#sponsor dl dt {
  width: 70px;
  font-size: 85%;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  font-weight: 300;
}

#sponsor dl dd {
  width: calc(100% - 80px);
  font-size: 85%;
  margin-bottom: 5px;
  font-weight: 300;
}

#sponsor dl dd ul li {
  display: inline-block;
}

#hole {
  margin: 2% auto;
}

#hole h4 {
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.02em;
}

#hole>div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: 300;
  font-size: 90%;
}

#hole>div p {
  margin-right: 2%;
  letter-spacing: 0.02em;
}

#hole>div p:last-child a {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

#hole>div p:last-child a:hover {
  border-bottom: 1px solid #f1c791;
}

#hole>div p:last-child span {
  font-size: 60%;
}

#pageTop {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 999;
}

#pageTop a {
  display: block;
  width: 50px;
  height: 60px;
  background: url(../img/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  #main {
    height: 1370px;
  }

  #main_in #main03 {
    top: 600px;
  }

  #main_data {
    top: 1050px;
  }
}

@media screen and (max-width: 1050px) {
  #main {
    height: 1300px;
  }

  #main_in #main01 {
    top: 95px;
  }

  #main_in #main03 {
    top: 580px;
  }

  #main_data {
    top: 980px;
  }
}

.youtube_box {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 5%;
  padding-top:30px;
  padding-bottom:30px;
}

.youtube_box iframe {
  width: 100%;
  height: 400px;
}


.ad-dancer{
  width: 90%;
  margin-left:auto;
  margin-right:auto;
  display: flex;
  margin-top:30px;
  flex-wrap: wrap;
  text-align:center !important;
  justify-content:center !important;
}

.ad-dancer li {
width: 17% !important;
  margin-right: 2.6% !important;
  margin-left:2.6% !important;
  /*   margin-bottom: 3%;
  text-align: center;
  font-size: 85%; */
}

