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

/* 
font-family: "dnp-shuei-ymincho-std", sans-serif;
font-weight: 500;
font-style: normal;
*/

/*
font-family: "dnp-shuei-ymincho-std", sans-serif;
font-weight: 600;
font-style: normal;
*/

/*
font-family: "laima", serif;
font-weight: 700;
font-style: normal;
*/

body {
  font-size: 14px;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  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;
}

/* 背景色 */
.backcolor1 {
	background-color: #1A184A;
}
.backcolor2 {
	background-color: #3F4D8C;
}

/*　footer　*/
footer {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #161616;
  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;
}
#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: 35px;
}

.story .title {
  display: inline-block;
  font-family: "laima", serif;
	text-align: center;
	font-size: 80px;
	font-weight: 700;
  background: linear-gradient(0deg, #42B6F7 0%, #B2F6FF 30%, #E4FCFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #B2F6FF;
}
@media (max-width: 991.98px) {
  .story .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .story .title {
    font-size: 70px;
  }
}
.story .text {
	color: #E4FCFF;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 2.5em;
  letter-spacing: 3px;
}
@media (max-width: 991.98px) {
  .story .text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .story .text {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0px;
  }
}


/* cast */
.cast {
	padding-top: 10px;
	padding-bottom: 50px;
  background-image: url(../img/back.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .cast {
    background-image: url("../img/back.jpg");
    background-attachment: scroll;
  }
}

.cast .title {
	display: inline-block;
  font-family: "laima", serif;
	text-align: center;
	font-size: 80px;
	font-weight: 700;
  background: linear-gradient(0deg, #42B6F7 0%, #B2F6FF 30%, #E4FCFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #42B6F7;
  margin-top: 45px;
}
@media (max-width: 991.98px) {
  .cast .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .cast .title {
    font-size: 70px;
  }
}

.cast .face {
	margin-bottom: 0px;
}

@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 {
  }
}

.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: 12px;
    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;
}


/* staff */

#staff {
	padding-top: 60px;
	padding-bottom: 45px;
  line-height: 2em;
}

#staff .title {
	display: inline-block;
  font-family: "laima", serif;
	text-align: center;
	font-size: 80px;
	font-weight: 700;
  background: linear-gradient(0deg, #42B6F7 0%, #B2F6FF 30%, #E4FCFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #B2F6FF;
}
@media (max-width: 991.98px) {
  #staff .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  #staff .title {
    font-size: 70px;
  }
}

#staff table {
  table-layout: fixed;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #staff table {
    font-size: 14px;
  }
}
#staff table th {
	width: 25%;
	padding: 15px 20px;
	border-color: rgba(255,255,255,0.35);
	color: #92F2FF;
}
@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: #E4FCFF;
}

/* outline */
/*
#outline {
	padding-top: 50px;
	padding-bottom: 50px;
  line-height: 2em;
}
*/

#outline {
	padding-top: 50px;
	padding-bottom: 50px;
  background-image: url(../img/back2.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media (max-width: 991.98px) {
  #outline {
    background-image: url("../img/back2.jpg");
    background-attachment: scroll;
  }
}

#outline .title {
	display: inline-block;
  font-family: "laima", serif;
	text-align: center;
	font-size: 80px;
	font-weight: 700;
  background: linear-gradient(0deg, #42B6F7 0%, #B2F6FF 30%, #E4FCFF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #B2F6FF;
}
@media (max-width: 991.98px) {
  #outline .title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  #outline .title {
    font-size: 70px;
  }
}

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

#outline .day .schedule {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
@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: #3F4D8C;
  border-top-color: #aaa;
  border-bottom-color: #aaa;
  border-left-color: #aaa;
  border-right-color: #aaa;
}
.table-day > th {
  color: #fff;
}

#outline .kaijou {
}

#outline .live {
	background-color: #FFFF00;
	color: #FF0000;
	margin-bottom: 30px;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding: 15px 15px 20px;
}
@media (max-width: 991.98px) {
  #outline .live {
    font-size: 1.5em;
  }
}
@media (max-width: 767.98px) {
  #outline .live {
    font-size: 1.25em;
  }
}

#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: #3F4D8C;
  padding: 3px 10px;
}
#outline .box .item2 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #25CFDD;
  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 {
}

#outline .box .btn {
  font-weight: 700;
  font-size: 20px;
}
#outline .box .sub2 {
  font-size: 1.3em;
  font-weight: 900;
}
#outline .box .ul {
  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: #3F4D8C;
  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-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;
}


#tapes {
  padding-top: 50px;
	padding-bottom: 35px;
}
#tapes .title {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #3F4D8C;
}
#tapes .txt {
  text-align: center;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 2em;
}
#tapes .btn-tapes .btn {
  font-size: 1.5em;
  font-weight: 700;
}


