@charset "utf-8";

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

body {
  width: 100%;
  font-size: 1.6rem;
  color: #a68948;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  background: #020202;
  background-size: 100% auto;
  position: relative;
  box-sizing: border-box;
}


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

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

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

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

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

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

a:active {
  color: #a68948;
  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;
}

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

#header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  /*   border-bottom: 1px solid #fff; */
  padding: 0 2%;
  box-sizing: border-box;
}

#sns {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
}

#sns>a {
  width: 40%;
  max-width: 500px;
  position: absolute;
  top: 8px;
  left: 0;
}

#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: 95%;
  max-width: 1180px;
  /*   min-height: 840px; */
  min-height:780px;
  margin: 0 auto;
  background: url(../img/main_img.jpg) no-repeat left -50px top 0;
  /*   background-size: 65% auto; */
  background-size: 60% auto;
  position: relative;
  /*   padding-bottom: 20px; */
}

#main_icon {
  width: 30%;
  max-width: 650px;
  position: absolute;
  top: 0;
  right: 0;
}

h1 {
  width: 60%;
  max-width: 600px;
  position: absolute;
  /*   top: 130px; */
  top:90px;
  right: 0;
}


#main_date {
  width: 45%;
  max-width: 450px;
  position: absolute;
  /*   top: 280px; */
    top: 230px;
  right: 0;
}

#main_eigo {
/*   width: 90%; */
  width:90%;
  /*   max-width: 900px; */
    max-width: 840px;
  position: absolute;
  /*   bottom: 50px; */
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#main_arrow {
  width: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  animation: fuwafuwa 2.5s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}




#anc_nav {
  
  width: 90%;
  max-width: 1140px;
  margin: 0% auto 0%;
  /*   margin: 1% auto 0%; */
  /*   padding: 2% 0; */
  padding:1% 0;
  border-top: 1px solid #a68948;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

nav ul {
  width: 55%;
  margin: 3px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

nav ul li {
  width: 25%;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  border-right: 1px solid #a68948;
  text-align: center;
  box-sizing: border-box;
}

nav ul li a {
  padding: 0 0 0 0;
  display: block;
  text-align: center;
  transition: all 0.5s;
}

nav ul li a:hover {
  background: #a68948;
  color: #fff;
}

nav ul li:first-child {
  border-left: 1px solid #a68948;
}

nav>a {
  width: 35%;
  display: block;
}

#nav {
  display: none;
}

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

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

#header nav.only_pc {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  top: 850px;
  right: 0;
  left: 0;
}

#header nav.only_pc ul li {
  width: 20%;
}

#header nav.only_pc ul li a {
  transition: all 0.5s;
}

#header nav.only_pc ul li a:hover {
  transform: scale(1.1);
  margin-top: 5px;
}


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

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

  nav ul li a {
    background-size: auto 20px;
    margin: 30px 0 0 0;
  }

  nav ul li a:hover {
    background-size: auto 20px;
  }
}

section {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto 5%;
  position: relative;
  padding: 25px 0 0;
  box-sizing: border-box;
}

.catch {
  width: 100%;
  max-width: 600px;
  margin-bottom: 2%;
  display: block;
}

#staging01 {
  background: url(../img/ballet_img.png) no-repeat top right -30px;
  background-size: 50% auto;
  padding: 0 50% 0 0;
  box-sizing: border-box;
  margin-bottom: 5%;
}

#staging01 .note {
  background: #1f1808;
  padding: 7%;
  box-sizing: border-box;
  margin-bottom: 5%;
  font-size: 110%;
}

#staging01 .note+p {
  font-size: 105%;
}

#staging01 .note span {
  text-align: right;
  display: block;
}

#staging01 .music {
  margin-top: 5%;
  padding-left: 3%;
  box-sizing: border-box;
}

#staging01 .music ul {
  margin: -2% 0 1%;
  font-size: 90%;
}

#staging01 .music p:nth-of-type(2) {
  font-size: 85%;
  padding-left: 20px;
}

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

#staging02>div:nth-child(1) {
  width: 22%;
  display: block;
  position: relative;
}

#staging02>div:nth-child(1)::after {
  content: 'Photo：大河内禎';
  display: block;
  font-size: 70%;
  position: absolute;
  bottom: -22px;
  left: 0;
}

#staging02>div:nth-child(2) {
  width: 73%;
}

#staging02>div h2 {
  font-size: 140%;
  text-align: left;
  position: relative;
  margin-top: 25px;
  margin-bottom: 2%;
}

#staging02>div h2::after {
  content: '〔 演出・振付 〕';
  display: block;
  font-size: 60%;
  position: absolute;
  top: -25px;
  left: -10px;
}

#staging02>div h2 span {
  font-size: 60%;
  display: inline-block;
  padding: 5px 0 0 20px;
}

#staging02>div p {
  font-size: 90%;
}

#anc_cast h2 {
  width: 90%;
  max-width: 700px;
  margin-bottom: 3%;
}

#anc_cast .cast_list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#anc_cast .cast_list dl {
  width: 21%;
  text-align: center;
  margin-bottom: 5%;
}

#anc_cast .cast_list dl a {
  display: block;
  transition: all 0.5s;
}

#anc_cast .cast_list dl a:hover {
  transform: scale(1.05);
}

#anc_cast .cast_list dl dd {
  font-size: 80%;
  line-height: 1.6;
  margin-top: 3px;
}

#anc_cast .cast_list dl dd span {
  display: block;
  font-size: 130%;
}

#anc_cast>p {
  font-size: 140%;
  text-align: center;
  margin-top: 3%;
}

#anc_cast>p a {
  display: inline-block;
  font-size: 60%;
  padding: 5px 0 0 0;
  margin-left: 20px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}

#anc_cast>p a::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  transition: all 0.5s;
  background: #a5975d;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#anc_cast>p a:hover::before {
  opacity: 0;
}



#anc_staff {}

#anc_staff h2 {
  width: 90%;
  max-width: 550px;
  margin-bottom: 3%;
}

#anc_staff>div {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.6;
}

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

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

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

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

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

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

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

  #anc_staff>div {
    display: block;
  }

  #anc_staff>div dl:nth-child(1),
  #anc_staff>div dl:nth-child(2) {
    width: 100%;
    max-width: 550px;
    margin-left: 14%;
  }

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

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

  #anc_staff>div dl:nth-child(2) dd br {
    display: none;
  }

}


#ticket {
  padding-bottom: 5%;
  position: relative;
  padding-top: 0;
}


#ticket h2 {
  width: 90%;
  max-width: 130px;
  margin-bottom: 3%;
}

#ticket>div:nth-of-type(1) {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#ticket dl {
  font-size: 120%;
  margin-bottom: 20px;
  position: relative;
  margin-left: 25px;
  line-height: 1.6;
}

#ticket dl::before {
  content: '◆';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -25px;
  font-size: 90%;
}



#ticket dl dt {
  display: inline-block;
  min-width: 220px;
  margin-right: 5px;
}

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

#ticket dl dd small {
  font-size: 80%;
  line-height: 1.5;
  display: inline-block;
  margin-top: 3px;
}

#ticket dl dd a {
  text-decoration: underline;
  transition: all 0.5s;
}

#ticket dl dd a:hover,
#ticket dl dd a:active {
  text-decoration: none;
}

#ticket dl dd a.btn_ticket {
  width: 220px;
  display: inline-block;
  vertical-align: 3px;
  margin-left: 10px;
}

#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:hover:before {
  background: #a5975d;
}


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

#corona {
  width: 90% !important;
  max-width: 580px !important;
  margin: 5% auto 2% !important;
}

#corona img {
  margin-bottom: 5px;
}

#corona02 {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid #a68948;
  box-sizing: border-box;
  padding: 3% 5% 1%;
  position: relative;
  margin-top: 8%;
}

#corona02 p {
  width: 80%;
  max-width: 500px;
  font-size: 110%;
  line-height: 1.6;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  background: #020202;
  padding: 0 1%;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#corona02 ul li {
  font-size: 80%;
  line-height: 1.6;
  margin-bottom: 5px;
  text-indent: -1.0rem;
  margin-left: 1.0rem;
}

#corona02 ul li::before {
  content: '※';
  display: inline-block;
  padding-right: 5px;
}


.bunka {
  width: 90%;
  max-width: 1000px;
  margin: -5% auto 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.bunka ul {
  width: 40%;
  font-size: 90%;
  line-height: 2.0;
}

.bunka img {
  width: 50%;
}

.hall {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.hall>img {
  width: 35%;
}

.hall>div {
  width: 60%;
  font-size: 90%;
}

.hall>div p {
  margin-bottom: 5px;
}

.hall>div img {
  max-width: 300px;
}


@media screen and (max-width: 1010px) {
  #ticket>div {}

  #ticket dl {
    margin-bottom: 40px;
  }

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

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


  #ticket dl dd a.btn_ticket {
    width: 240px;
    position: absolute;
    bottom: -35px;
    left: 220px;
  }

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

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

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

  #corona {
    margin-bottom: 6% !important;
  }
}

footer {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 5px 0 1%;
  border-top: 1px solid #a68948;
}

.foot_data {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 3%;
}

.foot_data li {
  text-indent: -70px;
  margin-left: 70px;
}

footer>div {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 2%;
  position: relative;
}


footer>div>a>img {
  width: 80%;
  max-width: 420px;
  margin-bottom: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}

#foot_sns {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

#foot_sns ul {
  width: 80%;
  max-width: 500px;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

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

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

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

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

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

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



#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;
}

/*---------------------------------------------
	追加
---------------------------------------------*/
.uline {
  text-decoration: underline !important;
}

.uline:hover {
  opacity: 0.6 !important;
}

#staging02 {
  padding-top: 40px;
  margin-top: -40px;
}