@charset "utf-8";

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

body {
  width: 100%;
  font-size: 1.5rem;
  color: #e4007f;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  background: url(../img/bg.png);
  position: relative;
}

body:before {
  content: '';
  width: 100%;
  height: 160px;
  background: url(../img/bg_deco.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: -10px;
  z-index: -1;
}

body:after {
  content: '';
  width: 100%;
  height: 160px;
  background: url(../img/bg_deco.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: -10px;
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

.only_pc {
  display: block;
}

.only_pc_inline {
  display: inline;
}

.only_sp {
  display: none;
}

.only_sp_inline {
  display: none;
}

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

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

/*---------------------------------------------
 ** 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.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha( opacity=70 )';
}

#header {
  width: 98%;
  max-width: 1180px;
  margin: 0 auto 2%;
  position: relative;
  padding-top: 8px;
}

.bunka {
  width: 55%;
  max-width: 600px;
  position: absolute;
  top: 15px;
  left: 10px;
}

#sns ul {
  width: 38%;
  max-width: 460px;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

#sns ul li {
  padding: 1% 10px 10px;
}

#sns ul li:nth-child(1) {
  width: 12%;
}

#sns ul li:nth-child(2) {
  width: 3%;
}

#sns ul li:nth-child(3) {
  width: 5%;
}

#sns ul li:nth-child(4) {
  width: 5%;
}

#sns ul li:nth-child(5) {
  width: 60%;
}

#sns ul li:nth-child(5) a {
  display: block;
}

#main {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

#main h1 {
  position: relative;
}

#main h1 #illust02 {
  width: 13%;
  display: block;
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 1.5s;
  opacity: 0;
  position: absolute;
  top: 67%;
  left: 2%;
  z-index: -1;

}

#main h1 #illust01 {
  width: 13%;
  display: block;
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 1s;
  opacity: 0;
  position: absolute;
  top: 58%;
  right: 0;
  z-index: -1;
}


@keyframes poyoyon {
  0% {
    transform: scale(0.5, 0.5) translate(0, 0);
  }

  15% {
    transform: scale(0.7, 0.7) translate(0, 8px);
  }

  30% {
    transform: scale(1.02, 1) translate(0, 12px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -12px);
  }

  70% {
    transform: scale(1, 0.9) translate(0, 8px);
  }

  100% {
    transform: scale(1, 1) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

#main_data {
  max-width: 1040px;
  margin: 3% auto;
}

#main_data .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#main_data .price li {
  width: 160px;
  text-align: left;
  font-size: 130%;
}

#main_data .price li span {
  font-size: 60%;
  vertical-align: 3px;
  letter-spacing: -0.3em;
}

@media screen and (max-width: 1080px) {
  #main_data .price {
    width: 700px;
    margin: 0 auto;
  }
}

#main_data .price+p {
  font-size: 90%;
  text-align: center;
}

.btn {
  text-align: center;
}

.btn a {
  padding: 5px 30px;
  background: #e4007f;
  color: #fff;
  box-sizing: border-box;
  font-size: 100%;
  margin: 15px auto 20px;
  transition: all 0.5s;
  display: inline-block;
}

.btn a:hover {
  background: #a5975d;
}


.btn a span {
  margin-right: 10px;
  font-size: 120%;
}

.text_link {
  width: 80%;
  max-width: 5000px;
  margin: 0 auto;
  text-align: center;
}

.text_link>p:nth-child(1) {
  font-size: 95%;
  border-bottom: 1px solid #e4007f;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.text_link>p:nth-child(1) span {
  font-size: 70%;
  vertical-align: 1px;
}

.text_link>p:nth-child(2) {
  font-weight: 700;
  font-size: 90%;
  line-height: 1.6;
  margin-top: px;
}

.text_link>p:nth-child(2) span {
  font-size: 110%;
}

nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

nav ul li {
  width: 16.666%;
  display: block;
  line-height: 1.2;
  font-size: 110%;
}

nav ul li a {
  background: url(../img/menu.png) no-repeat top center;
  background-size: auto 30px;
  padding: 40px 0 0 0;
  display: block;
  text-align: center;
  transition: all 0.5s;
}

nav ul li a:hover {
  background: url(../img/menu_on.png) no-repeat top center;
  background-size: auto 30px;
}

#header nav ul {
  display: none;
}

#header.navOpen nav ul {
  display: flex;
}

#header nav ul li {
  width: 50%;
}


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

  nav ul li {
    font-size: 90%;
  }

  nav ul li a {
    background: url(../img/menu.png) no-repeat top center;
    background-size: auto 20px;
    padding: 30px 0 0 0;
  }

  nav ul li a:hover {
    background: url(../img/menu_on.png) no-repeat top center;
    background-size: auto 20px;
  }
}

section {
  width: 90%;
  max-width: 1140px;
  margin: 5% auto 5%;
  position: relative;
  padding: 70px 3% 0;
  box-sizing: border-box;
  background: url(../img/bg_deco.png) repeat-x top center;
  background-size: auto 45px;
}

section h2 {
  font-weight: bold;
  padding: 60px 0 0 0;
  text-align: center;
  margin-bottom: 3%;
}

section h2+p {
  font-size: 90% !important;
  text-align: center;
  margin: -2% 0 3%;
}

#about h2 {
  background: url(../img/h2_about.png) no-repeat top center;
  background-size: auto 50px;
}


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

#about_sp h2 {
  background: url(../img/h2_about.png) no-repeat top center;
  background-size: auto 50px;
}


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

.about01 {
  width: 72%;
}

.about02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#about>div>figure {
  width: 25%;
}

.about02>div {
  width: 100%;
}

.about02>figure {
  width: 30%;
}

#about figure {
  font-size: 80%;
  line-height: 1.4;
}

#about figure img {
  margin-bottom: 3px;
}

#about_sp>div>figure {
  width: 25%;
}

#about_sp figure {
  font-size: 80%;
  line-height: 1.4;
}

#about_sp figure img {
  margin-bottom: 5px;
}

.img_flex {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3% auto;
}

.img_flex dl:nth-child(1) {
  width: 40%;
}

.img_flex dl:nth-child(2) {
  width: 54%;
}

.img_flex dl dd {
  font-size: 80%;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

#intro h2 {
  background: url(../img/h2_intro.png) no-repeat top center;
  background-size: auto 50px;
}

.intro_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3%;
}

.intro_data>div:nth-child(1) {
  width: 310px;
}

.intro_data>div:nth-child(1) h3 {
  background: url(../img/icon_intro.png) no-repeat center left;
  background-size: auto 80%;
  padding: 2% 0 2% 20%;
  box-sizing: border-box;
  font-size: 140%;
  font-weight: 600;
  line-height: 1.6;
}

.intro_data>div:nth-child(1) h3 span {
  font-size: 70%;
  font-weight: normal;
  display: block;
}

.intro_data>div:nth-child(1) p {
  padding: 4% 0 4% 20%;
  font-size: 90%;
  box-sizing: border-box;
}

.intro_data>div:nth-child(2) {
  width: calc(96% - 310px);
}

.intro_data>div:nth-child(2) h3 {
  font-size: 130%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1%;
}

.intro_data>div:nth-child(2) p {
  font-size: 90%;
}

#anc_talk {
  margin-top: -20px;
  padding-top: 20px;
  display: block;
  pointer-events: none;
}

#talk {
  max-width: 950px;
  background: #eae3c6;
  margin: 8% auto 5%;
  padding: 2% 5% 2% 4%;
  box-sizing: border-box;
  position: relative;
}

#talk .img_more {
  width: 160px;
  position: absolute;
  top: -20px;
  left: 5%;
}

#intro #talk h2 {
  background: url(../img/h2_talk.png) no-repeat top center;
  background-size: auto 40px;
  padding: 45px 0 0 0;
}

#intro #talk h2+p {
  font-size: 100%;
  line-height: 1.6;
}

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

#talk>div>img {
  width: 120px;
}

#talk>div>div {
  width: calc(97% - 120px);
  font-size: 90%;
  line-height: 1.6;
}

#talk>div>div p {
  margin-bottom: 25px;
}

#talk>div>div p em {
  display: block;
  margin-bottom: 3px;
}

#talk>div>div p:last-child {
  font-size: 150%;
}

#talk>div>div p a {
  display: inline-block;
  position: relative;
}

#talk>div>div p a::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e4007f;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#talk>div>div p a:hover::before {
  background: #a5975d;
}

#dancer h2 {
  background: url(../img/h2_dancers.png) no-repeat top center;
  background-size: auto 50px;
}

#dancer h3 {
  background: url(../img/menu.png) no-repeat top center;
  background-size: auto 50%;
  padding-top: 40px;
  text-align: center;
  font-size: 110%;
  font-weight: 600;
  margin: 3% auto 1%;
}

#dancer p {
  text-align: center;
  font-size: 110%;
}

.dancer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.dancer_list>dl {
  width: 17%;
  margin-bottom: 3%;
  text-align: center;
}

.dancer_list>dl a {
  display: block;
}

#staff h2 {
  background: url(../img/h2_staff.png) no-repeat top center;
  background-size: auto 50px;
}

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

#staff>div dl:nth-child(1) {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#staff>div dl:nth-child(1) dt {
  width: 220px;
  font-weight: bold;
  margin-bottom: 10px;
}

#staff>div dl:nth-child(1) dd {
  width: calc(100% - 220px);
  margin-bottom: 10px;
}

#staff>div dl:nth-child(2) {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#staff>div dl:nth-child(2) dt {
  width: 170px;
  font-weight: bold;
  margin-bottom: 10px;
}

#staff>div dl:nth-child(2) dd {
  width: calc(100% - 170px);
  margin-bottom: 10px;
}

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

  #staff>div {
    display: block;
  }

  #staff>div dl:nth-child(1),
  #staff>div dl:nth-child(2) {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  #staff>div dl:nth-child(1) dt,
  #staff>div dl:nth-child(2) dt {
    width: unset;
    display: inline-block;
    min-width: 170px;
  }

  #staff>div dl:nth-child(1) dt:nth-of-type(6) {
    width: 203px;
  }

  #staff>div dl:nth-child(1) dd,
  #staff>div dl:nth-child(2) dd {
    width: unset;
    min-width: calc(100% - 170px);
  }

  #staff>div dl:nth-child(1) dd:nth-of-type(6) {
    width: calc(100% - 203px);
    min-width: unset;
  }

}

#ticket h2 {
  background: url(../img/h2_ticket.png) no-repeat top center;
  background-size: auto 50px;
}

#ticket dl {
  font-size: 120%;
  margin-bottom: 5px;
  position: relative
}



#ticket dl dt {
  display: inline-block;
  min-width: 160px;
}

#ticket dl dd {
  display: inline-block;
}

#ticket dl dd small {
  font-size: 100%;
}

#ticket dl dd a.btn_ticket {
  padding: 0 30px;
  background: #e4007f;
  color: #fff;
  box-sizing: border-box;
  font-size: 90%;
  margin: 15px auto 0 20px;
  transition: all 0.5s;
  display: inline-block;
}

#ticket dl dd a.btn_ticket:hover {
  background: #a5975d;
}

#ticket ul {
  font-size: 110%;
  margin: 3% 0;
}

#ticket>div>div {
  margin-bottom: 15%;
}

#ticket>div>div img {
  width: 80%;
  max-width: 400px;
  margin-bottom: 10px;
}

#ticket>div>div img+p {
  font-size: 110%;
}

#ticket>div>div img+p>a {
  display: inline-block;
  position: relative;
}

#ticket>div>div .underline::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e4007f;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#ticket>div>div .underline:hover:before {
  background: #a5975d;
}


#ticket>div>div img+p span {
  font-size: 70%;
  vertical-align: 2px;
}

@media screen and (max-width: 1010px) {
  #ticket>div {
    max-width: 600px;
    margin: 0 auto;
  }

  #ticket dl:nth-of-type(1) {
    margin-bottom: 40px;
  }

  #ticket dl:nth-of-type(2) {
    margin-bottom: 30px;
  }


  #ticket dl dd a.btn_ticket {
    width: 290px;
    position: absolute;
    bottom: -30px;
    left: 195px;
  }

  #ticket dl dd small {
    font-size: 80%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 170px;
  }

  #ticket dl dd em {
    font-size: 80%;
    padding-left: 10px;
  }

  #ticket ul {
    font-size: 100%;
  }

  #ticket>div>div {
    text-align: center;
  }

  #ticket>div>div img {
    margin: 5% auto 2%;
  }
}



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

#pageTop a {
  display: block;
  width: 50px;
  height: 140px;
  background: url(../img/pagetop.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;
}


#lec_btn01 a {
  width: 90%;
  max-width: 480px;
  padding-right: 30px;
  display: block;
  margin: 2% auto 0;
  transition: all 0.5s;
}

#lec_btn01 a:hover {
  transform: scale(1.06);
}

#lecture>div {
  width: 100%;
  max-width: 900px;
  background: #fef2f9;
  padding: 3% 3%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

#lecture>div>img:nth-of-type(1) {
  width: 80%;
  margin: 0 auto 3%;
  padding-right: 19%;
}

#lecture>div>img:nth-of-type(2) {
  width: 85%;
  margin: -30px auto 3%;
  padding-right: 2%;
}

#lecture div dl {
  max-width: 470px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin: 0 auto 3%;
}

#lecture div dl dt {
  width: 75px;
  margin-bottom: 10px;
  line-height: 1.4;
}

#lecture div dl dd {
  width: calc(100% - 75px);
  margin-bottom: 10px;
  line-height: 1.4;
}

#lecture div dl+p {
  margin-bottom: 5px;
  line-height: 1.4;
}

#lecture div dl+p span {
  font-size: 120%;
  font-weight: 500;
  display: inline-block;
  background: url(../img/icon_intro.png) no-repeat left top;
  background-size: 30px auto;
  padding: 5px 30px 5px 45px;
  box-sizing: border-box;
}

#lecture div dl+p+p {
  font-size: 90%;
  line-height: 1.4;
}

#lecture .lec_btn02 a {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  transition: all 0.5s;
}

#lecture .lec_btn02 a:hover {
  transform: scale(1.06);
}

#lecture>div>img:nth-of-type(3) {
  width: 14%;
  position: absolute;
  right: 8%;
  top: 50%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 5%;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}