@charset "utf-8";

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

body {
  width: 100%;
  font-size: 1.6rem;
  color: #76161b;
  line-height: 1.7;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  font-family: 'Shippori Mincho', serif;
  overflow: hidden;
  background: url(../img/bg_pc.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  letter-spacing: -0.07rem;
}


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

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0rem;
}

* {
  box-sizing: border-box;
}

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

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

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

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

a:active {
  color: #76161b;
  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 !important;
}

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

.br_425 {
  display: none;
}

.inline_425 {
  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: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 2%;
  box-sizing: border-box;
}

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

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

#sns ul {
  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: 17%;
}

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

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

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


#main {
  width: 95%;
  max-width: 1200px;
  height: 850px;
  min-height: 900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}

#main_icon {
  width: 10%;
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  width: 22%;
  max-width: 300px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
}

.main_img {
  z-index: -1;
  height: 850px;
}

.main_img img:nth-child(1) {
  width: 72%;
  position: absolute;
  top: -50px;
  right: 15%;
}

.main_img img:nth-child(2) {
  width: 64%;
  position: absolute;
  top: 40px;
  right: 17%;
}

.main_img img:nth-child(3) {
  width: 24%;
  position: absolute;
  top: 15px;
  right: 10%;
}

.main_img img:nth-child(4) {
  width: 21%;
  position: absolute;
  top: 243px;
  right: 0%;
}

.main_img img:nth-child(5) {
  width: 18%;
  position: absolute;
  bottom: -480px;
  left: 2%;
  z-index: -1;
}


#main_date {
  width: 32%;
  max-width: 380px;
  position: absolute;
  bottom: 100px;
  right: 0;
}

#main_price {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#main_price img:nth-child(1) {
  width: 40%;
  margin: 10px 0 20px;
}

#main_price img:nth-child(2) {
  width: 40%;
  margin: 10px 0 20px;
}

#main_price img:nth-child(3) {
  width: 100%;
}


#main_price a {
  width: 14%;
  display: inline-block;
  font-size: 100%;
  padding: 2px 0 0 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  text-align: right;
}

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

#main_price a:hover::before {
  opacity: 0;
}

#main_contact {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#main_contact>a:nth-child(1) {
  width: 55%;
  display: block;
}

#main_contact>a:nth-child(2) {
  width: 43%;
  display: block;
  margin-top: 5px;
}

#main_renzoku {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 40px;
  position: relative;
}

#main_renzoku>a:nth-child(1) {}

.hv-add:hover{
opacity:0.6 !important;
}

.hv-add{
  transition: all 0.5s;
}

#main_renzoku>a:nth-child(2) {
  width: 190px;
  position: absolute;
  display: inline-block;
  bottom: 2px;
  right: -200px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.1rem;
  color: #171796 !important;
}

#main_renzoku>a:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  transition: all 0.5s;
  background: #171796;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#main_renzoku>a:nth-child(2):hover::before {
  opacity: 0;
}


#main_person {
  width: 60%;
  max-width: 680px;
  margin: 0 auto 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}

#main_person>img:nth-child(1) {
  width: 43%;
  display: block;
}

#main_person>img:nth-child(2) {
  width: 48%;
  display: block;
  margin-top: 5px;
}


#anc_nav {
  width: 90%;
  max-width: 1140px;
  margin: 80px auto 2%;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

nav ul {
  width: 90%;
  max-width: 760px;
  margin: 4% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

nav ul li {
  width: 23%;
  display: block;
  line-height: 1.2;
  font-size: 115%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}

nav ul li a {
  padding: 0 0 0 0;
  display: block;
  text-align: center;
  transition: all 0.5s;
  border: 1px solid #76161b;
  text-decoration: none !important;
  border-radius: 40px;
  padding: 5px 10px;
  letter-spacing: -0.2rem;
}

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

.navOpen nav ul li a {
  border: none;
  font-size: 120%;
}

nav>img {
  width: 60px !important;
  display: none;
  position: absolute;
  top: 60px;
  left: 10px;
}

.navOpen nav>img {
  width: 60px !important;
  display: block;
  position: absolute;
  top: 60px;
  left: 10px;
}

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: 1100px) {
  #main {
    height: 750px;
  }

  .main_img {
    height: 750px;
  }

  .main_img img:nth-child(4) {
    top: 180px;
  }

  #main_date {
    bottom: 230px;
  }

  #anc_nav,
  nav ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #main {
    height: 700px;
    min-height: 800px;
  }

  .main_img {
    height: 700px;
  }

  .main_img img:nth-child(4) {
    top: 200px;
  }

  #main_date {
    bottom: 140px;
  }

  #anc_nav {
    margin-top: 80px;
  }

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

  #main_price img:nth-child(1),
  #main_price img:nth-child(2) {
    width: 48%;
    margin-bottom: 10px;
  }

  #main_price a {
    width: 125px;
    margin: 0 auto 3%;
    text-align: center;
  }

}

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

#anc_story {
  z-index: -1;
}

#anc_story h2 {
  width: 20%;
  max-width: 200px;
  margin: 0 auto 5%;
}

#anc_story>div {
  width: 90%;
  max-width: 1100px;
  padding: 5% 0;
  background: #fcefefbf;
  margin: 0 auto;
}

#anc_story .story01 {
  width: 93%;
  background: url(../img/story_img01.png) no-repeat top right;
  background-size: 50% auto;
  padding: 70px 48% 30px 0;
  margin-top: -80px;
  margin-left: 5%;
}

#anc_story .story02 {
  width: 90%;
  background: url(../img/story_img02.png) no-repeat top left 10px;
  background-size: 47% auto;
  padding: 20px 0 30px 47%;
  margin: 0 auto;
}

#anc_cast {
  margin-bottom: 0;
}

#anc_cast h2 {
  width: 20%;
  max-width: 220px;
  margin: 0 auto 3%;
}

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

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

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

.sanjo {
  width: 90%;
  max-width: 800px;
  margin: 2% auto 2%;
}


#anc_staff {
  max-width: 1000px;
  margin: 0 auto 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5%;
}

#anc_staff h2 {
  width: 10%;
}

#anc_staff>div {
  width: 87%;
  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: 180px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

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

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

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

  #anc_staff {
    display: block;
  }

  #anc_staff>div {
    width: 100%;
    margin: 0 auto 5%;
  }

  #anc_staff h2 {
    width: 15%;
    max-width: 120px;
    margin: 0 auto 3%;
  }

  /*
  #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%;
  }
  */

}


#ticket {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


#ticket h2 {
  width: 9%;
  margin-bottom: 3%;
}

#ticket h2 img {
  margin-left: 1%;
}

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

#ticket dl {
  font-size: 100%;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.6;
}

#ticket dl dt {
  display: inline-block;
  min-width: 240px;
  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: 200px;
  display: inline-block;
  vertical-align: 1px;
  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: 750px !important;
  margin: 5% auto 2% !important;
  border-top: 1px solid #76161b;
  border-bottom: 1px solid #76161b;
  padding: 1.5% 0;
  font-size: 90%;
}

#corona p {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
}


#corona p a:link,
#corona p a:visited {
  text-decoration: underline !important;
}

#corona p a:hover,
#corona p a:active {
  text-decoration: none !important;
}




#bunka {
  width: 90%;
  max-width: 650px;
  margin: 0% auto 3%;
}


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

.hall>img {
  width: 30%;
  margin-bottom: 1%;
}

.hall>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

.hall>div img {
  max-width: 280px;
  margin-left: 20px;
}


@media screen and (max-width: 970px) {
  #ticket {
    display: block;
  }

  #ticket h2 {
    width: 11%;
    max-width: 950px;
    margin: 0 auto 3%;
  }

  #ticket>div:nth-of-type(1) {
    width: 90%;
  }

  #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 {
  background: #76161b;
  padding: 2.5% 0 1.5%;
  color: #fff;
  margin-top: 5%;
}

footer a {
  color: #fff !important;
}

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

footer>div {
  width: 90%;
  max-width: 1100px;
  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: 20%;
}

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

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

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

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


@media screen and (max-width: 970px) {
  .foot_data {
    font-size: 90%;
  }
}


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