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


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


body {
  font-size: 14px;
  text-align: justify;
  background-color: #f9f9f9;
  color: #111;
  overflow-x: hidden;
}

a:hover img {
  opacity: 70%;  
}

@media (min-width: 768px) {
  .brnone {
    display: none;
  }
}

.f_red {
  color: #FF0000;
}
.f_bk {
  color: #000;
}

/*　footer　*/
footer {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #BC0002;
  color: #fff;
}
footer .copy {
	font-size: 0.9em;
}

/* 仮 */
#kari {
  margin-bottom: 30px;
}
#kari .kaishi {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
}
#kari .txt {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
#kari .img {
  margin-bottom: 15px;
}



/*　cover　*/
.cover-unit {
  display:table;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  background: url("../img/mainImg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 0px;
  background-attachment: scroll;
}
@media (max-width: 767.98px) {
  .cover-unit {
    height:100vh;
    background: url(../img/mainImg_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
}
.cover-box {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .cover-box {
  }
}
.cover-box .logo img {
}

/* catch */
#catch {
  background-color: #fff;
  padding-top: 50px;
	padding-bottom: 50px;
  font-family: zen-old-mincho, sans-serif;
}
#catch .catch {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
  letter-spacing: 0.4em;
  margin-bottom: 50px;
  margin-top: 40px;
  line-height: 2em;
}
@media (max-width: 991.98px) {
  #catch .catch {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  #catch .catch {
    font-size: 24px;
    letter-spacing: 0.3em;
  }
}
@media (max-width: 575.98px) {
  #catch .catch {
    font-size: 19px;
    letter-spacing: 0.3em;
  }
}
#catch .kazari1{
  transform: rotateX( 180deg );
}

/* story */
.story {
  padding-top: 50px;
	padding-bottom: 0px;
  font-family: zen-old-mincho, sans-serif;
}

.story .title {
	text-align: center;
	font-size: 44px;
	font-weight: 700;
}
@media (max-width: 991.98px) {
  .story .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .story .title {
    font-size: 30px;
  }
}
.story .text {
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
  line-height: 1.9em;
}
@media (max-width: 991.98px) {
  .story .text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .story .text {
    font-size: 16px;
  }
}

.story .kazari1{
  transform: rotateX( 180deg );
}


/* cast */
.cast {
  font-family: zen-old-mincho, sans-serif;
	padding-top: 10px;
	padding-bottom: 50px;
	color: #fff;
}
@media (max-width: 991.98px) {
  .cast {
  }
}

.cast .title {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cast .title {
    font-size: 34px;
  }
}

.cast .face {
  border: 1px solid #444;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .cast .facebox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .cast .facebox {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.cast .facebox .col {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .cast .facebox .col {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cast .name {
  font-size: 16px;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  .cast .facebox .name {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media (max-width: 575.98px) {
  .cast .facebox .name {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

.cast .name2{
  font-size: 18px;
  letter-spacing: 3px;
}

.cast .act {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.cast .hei {
  font-size: 14px;
  letter-spacing: 3px;
}

.cast .facebox {
  margin-bottom: 5px;
  margin-top: 30px;
}

.cast .text {
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 10px;
}


/* 背景色 */
.backcolor1 {
  background-color: #000;
}
.backcolor2 {
  background-color: #CC0003;
}


/* staff */

#staff {
	font-family: zen-old-mincho, sans-serif;
	padding-top: 60px;
	padding-bottom: 45px;
	background-color: #670000;
}

#staff table {
  table-layout: fixed;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #staff table {
    font-size: 14px;
  }
}
#staff table th {
	font-family: 'Noto Serif JP', serif;
	width: 25%;
	padding: 15px 20px;
	border-color: rgba(255,255,255,0.35);
	color: #FFFD00;
}
@media (max-width: 767.98px) {
  #staff table th {
    width: 38%;
  }
}
#staff table td {
  padding: 15px 20px;
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}

/* outline */
#outline {
  font-family: zen-old-mincho, sans-serif;
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

#outline .title {
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

#outline .day {
  margin-bottom: 30px;
  color: #fff;
}

#outline .day .schedule {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  #outline .day .schedule {
    font-size: 26px;
  }
}

#outline .day .table {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #outline .day .table {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  #outline .day .table th {
    font-size: 11px;
  }
}

.table-day,
.table-day > th,
.table-day > td {
  background-color: #BC0002;
  border-top-color: #888;
  border-bottom-color: #888;
  border-left-color: #888;
  border-right-color: #888;
}
.table-day > th {
  color: #fff;
}

#outline .kaijou {
}

#outline .box {
  background-color: #fff;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 1px;
}
#outline .box .item {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #BC0002;
  padding: 3px 10px;
}
#outline .box .item2 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #BC0002;
  padding: 3px 10px;
}
#outline .box .hanbai {
  font-size: 22px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  color: #C10003;
}
#outline .box .price {
  font-size: 28px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}
#outline .box .sub {
  font-size: 0.7em;
}
@media (max-width: 575.98px) {
  #outline .box .sub {
    font-size: 0.65em;
  }
}
#outline .box .text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}
#outline .box .ticket {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
#outline .box .type {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}
#outline .box .type2 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
#outline .box .wine {
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}


#outline .box .contact {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#outline .box .btn {
  font-weight: 700;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#outline .box .sub2 {
  font-size: 1.3em;
  font-weight: 900;
}
#outline .box .ul {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  padding-right: 15px;
}

#outline .box .text2 {
  color: #000;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  #outline .box .text2 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #outline .box .text2 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  #outline .box .text2 {
    font-size: 17px;
  }
}



#outline .twitter {
  background-color: #62C6F2;
  padding: 15px;
  margin-top: 30px;
}
#outline .twitter .item {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255,237,0,1.00);
}
#outline .twitter .address {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #outline .twitter .address {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  #outline .twitter .address {
    font-size: 24px;
    font-weight: 700;
  }
}
#outline .twitter .address a:link, #outline .twitter .address a:hover, #outline .twitter .address a:visited {
  color: #fff;
}


#outline .map {
  background-color: #fff;
  color: #000;
  margin-bottom: 0px;
  padding-bottom: 1px;
}
@media (max-width: 767.98px) {
  #outline .map {
  }
}

#outline .map .item {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #BC0002;
  padding: 3px 10px;
}
#outline .map .place {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  #outline .map .place {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #outline .map .place {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  #outline .map .place {
    font-size: 20px;
  }
}

#outline .map .place .sub {
  font-size: 0.6em;
}

#outline .map .addr {
  color: #000;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  #outline .map .addr {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #outline .map .addr {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  #outline .map .addr {
    font-size: 17px;
  }
}

#outline .map .addr .sub {
  font-size: 0.8em;
}

#outline .map iframe {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
}
#outline .map .txt {
  color: #000;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

/* dvd*/
#dvd {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #870002;
}
#dvd .title {
  text-align: center;
  font-weight: 900;
  font-size: 38px;
}
@media (max-width: 767.98px) {
  #dvd .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  #dvd .title {
    font-size: 27px;
  }
}
#dvd .txt {
  font-size: 22px;
}
#dvd .btn {
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 575.98px) {
  #dvd .btn {
    font-size: 20px;
  }
}

/* ff */
#ff {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #111;
}
#ff .txtl {
  font-size: 1.6em;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 900;
}

/* flower */
#flower {}

@media (min-width: 768px) {
  #flower .txt01 br, #flower .txt02 br {
    display: none;
  }
}

#flower h2 {
  background-color: #000000;
  color: #FFED00;
  padding: 15px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  #flower h2 {
    font-size: 24px;
  }
}
#flower .txt01 {
  font-size: 20px;
  text-align: center;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  padding: 15px;
}

#flower .txt02 {
  font-size: 24px;
  text-align: center;
  padding: 30px 0px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #flower .txt02 {
    font-size: 23px;
  }
}

#flower .txt03 {
  font-size: 16px;
  text-align: center;
}

#flower .txt04 {
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0px;
}
@media (max-width: 767.98px) {
  #flower .txt04 {
    font-size: 18px;
  }
}

#flower .txt05 {
  color: #E50003;
  padding: 30px 15px;
}

#flower .txt06 {
  font-size: 18px;
  font-weight: 500;
}
