@charset "UTF-8";
.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.red {
  color: #F00;
}

.black_bg {
  padding-bottom: 0;
  font-size: 1.2rem;
}

#topimg {
  min-width: 1000px;
  min-height: 600px;
  position: relative;
  right: 5%;
}

#top_img_wap {
  overflow: hidden;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

#top_img_wap img {
  position: relative;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.top_contact {
  position: absolute;
  left: 4%;
  bottom: 4%;
  width: 520px;
  border: 2px solid #000;
  background: #fff;
}
.top_contact:hover img {
  opacity: 0.7;
}
.top_contact img {
  width: 100%;
}

#top_img_area {
  height: auto;
  min-height: 100vh;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  position: relative;
  margin: 0 auto;
}
#top_img_area .banner-haisin {
  text-align: center;
  transition: 0.3s;
}
#top_img_area .banner-haisin:hover {
  filter: drop-shadow(0 0 10px #f6f8ff) drop-shadow(-10px 0 10px #f6f8ff) drop-shadow(10px 0 10px #f6f8ff);
}
#top_img_area .banner-haisin img {
  width: 70%;
  margin: 50px auto;
}
#top_img_area img {
  width: 50%;
  margin: 0 auto 0px;
}
#top_img_area .cast_top {
  /* margin-top: 30px; */
  width: 100vw;
}
#top_img_area .banner-live {
  text-align: center;
  line-height: 0;
  transition: 0.3s;
  border-radius: 20px;
}
#top_img_area .banner-live:hover {
  box-shadow: 0 0 80px #fff, -10px 0 30px #fff, 10px 0 20px #fff;
}
#top_img_area .banner-live img {
  margin-bottom: 0;
  width: 100%;
  max-width: 500px;
}
#top_img_area .bokunatu-text1 {
  font-size: 20px;
  padding: 10px 50px;
  margin-top: 20px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.7098039216);
}
#top_img_area .bokunatu-text1 span {
  font-size: 35px;
  color: #F00;
}

#news_area {
  text-align: center;
  padding: 20px;
  color: #222222;
}

#news_title:before, #news_title:after {
  border-color: #fff;
}

#news_box {
  width: 45%;
  margin: 0;
  padding: 10px 20px;
  margin-right: 30px;
  max-width: 1000px;
  max-height: 530px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  font-weight: 700;
  text-shadow: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* スクロールバー本体 */
  /* 横方向のスクロールバー本体 */
  /* スクロールバーの動く部分 */
  /* 横方向のスクロールバーの動く部分 */
  /* スクロールバーの動く部分の前 */
  /* スクロールバーの動く部分の後ろ */
  /* スクロールバー角 */
}
#news_box::-webkit-scrollbar {
  width: 5px;
  background: #707175;
}
#news_box::-webkit-scrollbar:horizontal {
  width: 5px;
  background: #707175;
}
#news_box::-webkit-scrollbar-thumb {
  background: #707175;
  border-radius: 2px;
}
#news_box::-webkit-scrollbar-thumb:horizontal {
  background: #707175;
  border-radius: 2px;
}
#news_box::-webkit-scrollbar-track-piece:start, #news_box::-webkit-scrollbar-track-piece:end {
  background: #dcdcdc;
}
#news_box::-webkit-scrollbar-corner {
  background: transparent;
}
#news_box li {
  border-bottom: 1px dashed #0f1419;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
#news_box li time {
  margin-bottom: 5px;
  display: block;
}
#news_box li:last-child {
  border: none;
}
#news_box li a {
  display: inline;
  text-decoration: underline;
}

#data_area {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
}

.area_name {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 30px auto;
  width: 70%;
}
.area_name img {
  width: 100%;
}

#data_title {
  margin-top: 60px;
  margin-bottom: 40px;
}
#data_title:before, #data_title:after {
  border-color: #222222;
}

#data_w {
  max-width: 1000px;
  margin: 0 auto;
}

.data_tr {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.data_tr > div {
  text-align: left;
  width: 50%;
}
.data_tr .data_title {
  text-align: right;
  font-size: 40px;
  font-size: 2.5rem;
  width: 40%;
}

.day_data {
  font-style: italic;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1;
}
.day_data .day2 {
  margin-top: 20px;
  position: relative;
  right: 12%;
}
.day_data .day {
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
}
.day_data .time {
  display: inline-block;
}

.hall_data .hall_name {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 20px;
}

.data_ticket .fee {
  margin-bottom: 20px;
}

#news_area a,
#price a,
#data a {
  display: inline-block;
  text-decoration: underline;
}
#news_area a:hover,
#price a:hover,
#data a:hover {
  text-decoration: none;
}

.light-box h3 span {
  font-size: 17px;
  font-size: 1.0625rem;
}

#data_cast {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
  color: #000;
}

#data .title02 img,.overview .title02 img {
	width: 80%;
	margin: -60px auto 0;
}


#cast_wa {
  text-align: center;
}

#cast_title {
  margin: 20px;
  margin-top: 60px;
}

.moderator_title {
  margin-top: 0;
}

.sub_text {
  text-align: center;
}

.lineName {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #424242;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 10px;
}

ul.castList,
ul.moderatorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  margin-bottom: 30px;
}
ul.castList li,
ul.moderatorList li {
  width: 26%;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
ul.castList .eachImg,
ul.moderatorList .eachImg {
  line-height: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
}
ul.castList .eachImg img,
ul.moderatorList .eachImg img {
  width: 100%;
}
ul.castList .eachNeme,
ul.moderatorList .eachNeme {
  margin-top: 5px;
  line-height: 1;
}
ul.castList .subName,
ul.moderatorList .subName {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #424242;
  margin-top: 5px;
  letter-spacing: -1px;
}
ul.castList .subData,
ul.moderatorList .subData {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #424242;
  margin-top: 5px;
  letter-spacing: -1px;
}

#areaBox li {
  margin: 15px;
}
#areaBox li a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  padding: 10px;
}
#areaBox li a::after {
  content: "〉";
  font-weight: bold;
  position: absolute;
  right: 16px;
}
#areaBox .area_name {
  font-size: 27px;
  font-size: 1.6875rem;
}
#areaBox .day_data {
  display: flex;
}

#castBox a {
  text-decoration: underline;
}
#castBox a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#castBox .areaTitle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#castBox .areaTitle .area_name {
  font-size: 27px;
  font-size: 1.6875rem;
}

.preparation {
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #870101;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3.section_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-top: 30px;
  margin-bottom: 20px;
}
h3.section_title:before, h3.section_title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h3.section_title:before {
  left: 0;
}
h3.section_title:after {
  right: 0;
}

.sectionline {
  width: 70%;
  margin: 0 auto;
}

.another_cast ul.castList.flex-start {
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.another_cast ul.castList.flex-start li {
  width: 20%;
  margin-right: 5%;
}
.another_cast ul.castList.flex-start li:nth-child(4n) {
  margin-right: 0;
}

.play_guide li {
  margin-bottom: 20px;
}

.fee span,
.play_guide span {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.ticket_sales {
  background: #f00;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
}

.data_box {
  width: 70%;
  margin: 0 auto;
  min-width: 1000px;
}

#data_title {
  font-size: 45px;
  font-size: 2.8125rem;
}

.box.news-box, .box.stream-box, .box.cast-box, .box.song-box, .box.data-box, .box.cast-box, .box.price-box, .box.rurchase-box, .box.movie-box, .box.contact-box {
  padding: 0px 0 60px;
  padding-top: 100px;
}

.data_box .box {
  padding-top: 0;
}
.data_box .box .box-title {
  position: relative;
  /* font-family: "Staatliches"; */
  font-family: "drunk-cowboy", sans-serif;
  margin: 0 0 60px;
  font-size: 40px;
  font-size: 5rem;
  font-weight: bold;
  /* padding: 1rem 3rem; */
  /* transform: skew(-15deg); */
  color: #dbb051;
  /* background-image: linear-gradient(to right, #eb9374 0%, #8d3f24 100%);
  background-image: -webkit-linear-gradient(left, #eb9374 0%, #8d3f24 100%); */
  text-shadow: none;
  text-shadow: 2px 2px 0px #3b424b, -2px 2px 0px #3b424b, 2px -2px 0px #3b424b, -2px -2px 0px #3b424b, 2px 0px 0px #3b424b, 0px 2px 0px #3b424b, -2px 0px 0px #3b424b, 0px -2px 0px #020;
}


.data_box .box .box-title p {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: none;
  color: #162930;
  /* margin-top: 20px; */
  line-height: 0.1rem;
}

.data_box .box .box-title span {
  display: block;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: none;
  color: #162930;
  /* margin-top: 20px; */
  line-height: 0.1rem;
  margin-top: -14px;
}

/* .data_box .box .box-title:before {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  content: url("../01pc/img/x-ttl-3.png");  画像のURL
  margin-right:20px;  画像右の余白
} */
.data_box .box .data-text {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
  background: rgba(255,255,255,0.9);
}
.data_box .box .data-text span {
  font-size: 15px;
  font-size: 0.9375rem;
}
.data_box .box .data-text .data-text-title {
  position: absolute;
  top: -15px;
  left: 30%;
  background: #222222;
  color: #000;
  padding: 0 20px;
  border-radius: 5px;
}

.data_box .box .data-text2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
}
.data_box .box .data-text2 span {
  font-size: 15px;
  font-size: 0.9375rem;
}
.data_box .box .data-text2 .data-text-title {
  position: absolute;
  top: -15px;
  left: 30%;
  background: #222222;
  color: #000;
  padding: 0 20px;
  border-radius: 5px;
}
.data_box .box .sale {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.data_box .box .sale .sale-title {
  font-size: 25px;
  font-size: 1.5625rem;
}
.data_box .box .archive {
  font-size: 25px;
  font-size: 1.5625rem;
}
.data_box .box .acsees {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.data_box .box .release-day {
  font-family: "Oswald", sans-serif;
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 0;
}
.data_box .box .release-day span {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
}

.data_box .box .release-day span.f-s {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.data_box .box .release-date {
  font-size: 20px;
  font-size: 1.25rem;
}

.price-box .price {
  /* font-size: 50px; */
  font-size: 2.125rem;
  line-height: 1.5;
}
.price-box .price span {
  font-size: 20px;
  font-size: 1.25rem;
}

.price-box .data-text {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #222222;
  padding: 30px;
}

#price .inline,#attention .inline,#attention2 .inline {
  border: 1px solid #222222;
  padding: 0 15px;
  text-shadow: none;
  font-weight: 500;
}

.price-start-data {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ff0000;
  line-height: 1.2;
}

.play-guide-box {
  display: flex;
}

.rurchase-box .data-text {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #222222;
  padding-top: 0;
}
.rurchase-box .data-text .rurchase-title {
  color: #ffffff;
  background: #222222;
  background-image: -webkit-linear-gradient(left, #eb9374 0%, #8d3f24 100%);
  padding: 10px 20px;
  text-shadow: none;
}
.rurchase-box .data-text .goto-icon {
  width: 80px;
  position: absolute;
  left: -20px;
  top: -10px;
}
.rurchase-box .data-text span {
  font-size: 16px;
  font-size: 1rem;
}

.rurchase-box .attention2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}
.rurchase-box .attention-box {
  width: 400px;
  border: 1px solid #222222;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.rurchase-box .attention-box .attention-box-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.title-border {
  margin: 0 auto;
  border-top: double 4px #3b424b;
  border-bottom: double 4px #3b424b;
  padding: 0.95rem;
  background: #dbb051;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}

.contact-box .contact-tell {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #FFF;
  /* font-family: "Staatliches"; */
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}
.contact-box .contact-time {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.catch-copy-bg {
  background: #9f0102;
}

.catch-copy {
  font-size: 45px;
  font-size: 2.8125rem;
  width: 80%;
  line-height: 1.2;
  text-align: center;
  margin: 0px auto;
  padding: 20px 0;
}

.overview {
  width: 1000px;
  margin: 40px auto;
  margin-top: 60px;
  margin-bottom: 0;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 2.3;
  overflow: hidden;
}

.overview2 {
  width: 1000px;
  margin: 40px auto;
  margin-top: 0px;
  line-height: 2.3;
  text-align: center;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.overview2 .overview2-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.overview2 .overview2-title {
  /* position: relative; */
  /* font-family: "Staatliches"; */
  font-family: "drunk-cowboy", sans-serif;
  /* margin: 0 0 60px; */
  font-size: 20px;
  font-size: 3rem;
  font-weight: bold;
  /* padding: 1rem 3rem; */
  /* transform: skew(-15deg); */
  color: #fff;
  /* background-image: linear-gradient(to right, #eb9374 0%, #8d3f24 100%);
  background-image: -webkit-linear-gradient(left, #eb9374 0%, #8d3f24 100%); */
  text-shadow: none;
  text-shadow: 2px 2px 0px #3b424b, -2px 2px 0px #3b424b, 2px -2px 0px #3b424b, -2px -2px 0px #3b424b, 2px 0px 0px #3b424b, 0px 2px 0px #3b424b, -2px 0px 0px #3b424b, 0px -2px 0px #020;
}
.overview2 .overview2-title span {
  font-size: 12px;
  font-size: 1rem;
  /* margin-bottom: 10px; */
  display: block;
  /* margin-bottom: 10px; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: none;
  color: #323232;
}
.overview2 .overview2-title span.f-15 {
  font-size: 12px;
  font-size: 1.35rem;
  /* margin-bottom: 10px; */
  display: block;
  /* margin-bottom: 10px; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: none;
  color: #323232;
}
.width80 {
  width: 80vw;
}
.song-box .data-text {
  line-height: 1.2;
}

.song-box .song-box-sub-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.song-box li {
  line-height: 1;
  margin-top: 14px;
}

.data_box .box.song-box .data-text {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #222222;
  padding: 30px;
  margin-top: 30px;
  line-height: 1.8;
  background: rgba(0, 0, 0, 0.4392156863);
}
.data_box .box.song-box .data-text span {
  font-size: 18px;
  font-size: 1.125rem;
}
.data_box .box.song-box .data-text .song-box-sub-title {
  position: absolute;
  background: #222222;
  color: #000;
  padding: 0 20px;
  border-radius: 9px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
}
.data_box .box.song-box .data-text .song-box-sub-title.yamaguchi {
  top: -29px;
  left: 32%;
}
.data_box .box.song-box .data-text .song-box-sub-title.other {
  font-size: 22px;
  font-size: 1.375rem;
  top: -23px;
  left: 10%;
}

.song-box dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.song-box dl > dt {
  margin-top: 24px;
  padding: 12px 0;
  width: 96px;
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  border: solid 1px;
}
.song-box dd {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 24px;
  padding-left: 16px;
  text-align: left;
}
.song-box span {
  font-size: 13px;
  font-size: 0.8125rem;
}

#footer {
  text-align: center;
  background: #222222;
}

.footer-logo {
  width: 150px;
  /* margin-left: 10px; */
}

#organizer_area {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
#organizer_area #organizer_box {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #222222;
}

.flex-box {
  display: flex;
}

.sns-area {
  text-align: center;
  display: flex;
  justify-content: center;
  background: #ffffff;
}
.sns-area .insta-icn,
.sns-area .twitter-icn {
  width: 40px;
  margin: 10px;
}
.sns-area .insta-icn img,
.sns-area .twitter-icn img {
  width: 100%;
}

.arrange_box {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

#cast_list .cast_inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
#cast_list .cast_inline a {
  width: 33%;
  margin: 0 auto 30px;
  line-height: 1.2;
  pointer-events: none;
  text-decoration: none;
}
#cast_list img {
  width: 80%;
}
#cast_list .cast-name {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 3px;
}

.and-more {
  font-size: 44px;
  font-size: 2.75rem;
}

.btn-profile {
  border: 1px solid #fff;
  padding: 5px;
  width: 50%;
  margin: 0 auto;
}

#cboxOverlay {
  background: #000;
}

#cboxContent #cboxLoadedContent {
  background: #fff;
  font-weight: 400;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
  top: -30px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  /* インラインを使用する時のみ */
  margin: 20px;
}

#ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px;
}

.inline {
  text-align: center;
}

.light-box {
  padding: 30px;
}
.light-box img {
  width: 320px;
  margin: 0 auto;
  display: block;
}
.light-box h3 {
  text-align: center;
  font-size: 30px;
  font-size: 26, 16rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.light-box h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #3b424b;
  padding: 8px 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5vw;
}

.light-box .quote {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 15px;
}
.light-box p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.4;
}
.light-box dl {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 7px;
  line-height: 1.2;
}

.light-box p.indent {
  text-indent: -1em;
  padding-left: 1em;
  /* width: 100%; */
  width: 80%;
  margin: 0 auto;
  margin-bottom: 7px;
}

.light-box dl.mt-6 {
  margin-top: -6px;
}

.light-box p.indent span {
  font-weight: 600;
  font-size: 1.3rem;
}

.light-box ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 8px;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 7px;
}

.button {
  width: 80%;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0px auto;
}
.button:hover {
  border: 1px solid #fff;
  background: #c7c7c7;
  color: #000;
}
.buttona {
  display: block;
}

.button2 {
  width: 80%;
  margin: 20px auto 30px;
}
.button2:hover a {
  color: #FFF;
  background: rgb(253, 203, 110);
}
.button2 a {
  display: block;
  background: orange;
  padding: 20px;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 40px;
  font-weight: 500;
}
#price .inline, #attention .inline, #attention2 .inline {
  display: block;
  background: #53c8d9;
  padding: 16px;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 40px;
  font-weight: 500;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  margin-top: -50px;
  margin-bottom: 100px;
}
#price .inline:hover {
  background: rgb(149, 203, 240);
}
#attention .inline:hover,
#attention2 .inline:hover {
  background: rgb(149, 203, 240);
}

#data .button2 {
  margin: 0px auto;
}
#data .button2 a {
  font-size: 20px;
  padding: 10px 40px;
}

#inline-gotoivent.light-box img {
  width: 90%;
}

.goto-senseisho {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  text-decoration: underline;
}
.goto-senseisho:hover {
  text-decoration: none;
}

.warning {
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.tv_title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
}

.tv-box {
  line-height: 1.6;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  padding: 30px;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.4392156863);
}
.tv-box .sub_title {
  position: absolute;
  top: -17px;
  left: 3%;
  font-size: 20px;
  font-size: 1.25rem;
  background: #222222;
  color: #000;
  padding: 0 20px;
  border-radius: 5px;
}
.tv-box .tv-img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.tv-box .tv-warning {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 90%;
  padding: 10px;
  margin: 20px auto 0;
  border: 1px solid #fff;
}
.tv-box li {
  text-indent: -1em;
  padding-left: 1em;
}

#tv-button {
  background: #fff;
  color: #000;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 0 0 20px 0;
  line-height: 1;
  letter-spacing: 0;
}
#tv-button .tv-icon-img {
  width: 40px;
  display: block;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: center;
}

.move-list {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: left;
}

.movie {
  background: rgba(255, 255, 255, 0.5411764706);
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7490196078);
  border-radius: 10px;
  margin: 0 10px 10px;
  padding-bottom: 0;
  line-height: 1;
  overflow: hidden;
  width: 300px;
  display: inline-block;
}
.movie.main {
  display: inline-block;
  width: 560px;
}
.movie .movie-title {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 5px 0;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ticket table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 1px;
  border-collapse: unset;
  color: #000;
}
#ticket table img {
  width: 90%;
}
#ticket table th {
  text-align: left;
  background-color: #fff;
  color: #000;
  min-width: 110px;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
#ticket table td {
  background-color: #fff;
  color: #000;
  width: 200px;
  max-width: 170px;
  min-width: 170px;
  padding: 15px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}
#ticket table .zaiko-sub {
  font-size: 10px;
  font-size: 0.625rem;
}
#ticket table a {
  color: #000;
  text-decoration: underline;
}
#ticket table a:hover {
  text-decoration: none;
}
#ticket span {
  font-size: 14px;
  font-size: 0.875rem;
}

.youtube .movie.main img {
  width: 100%;
}
.youtube .movie img {
  width: 100%;
}

.instagrm,
.twitter {
  width: 100%;
}

.instagrm ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.instagrm li {
  display: inline-block;
  max-width: 330px;
}

.instagram_username a {
  display: inline;
}

.instagram_biography,
.instagram_username {
  display: none;
}

#instagram-feed .instagram_gallery a {
  box-shadow: 0px 0px 0px 2px #ffffff;
}

#sb_instagram #sbi_load .sbi_follow_btn {
  text-shadow: none;
}

.contact-us {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 10px 0;
}

.link-area img {
  display: block;
  width: 100%;
}
.link-area .link-box {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.link-area .each-link {
  width: 30%;
}
.link-area .each-link a {
  display: block;
  padding: 10px 40px;
}
.link-area .each-link a:hover {
  opacity: 0.7;
}

.attention_box {
  width: 80%;
  margin: 20px auto;
  border: 2px solid #fd0000;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  color: #ff0000;
  background: #ffffff;
  text-align: left;
}
.attention_box .attention_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.attention_box .attention_sub_title {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
}
.attention_box .attention_data {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
}
.attention_box a {
  display: inline;
  text-decoration: underline;
}
.attention_box a:hover {
  text-decoration: none;
}

#attention3 h3 {
  line-height: 1.2;
}

.attention3-focus {
  font-size: 29px;
  font-size: 2.5125rem;
  font-weight: bold;
  line-height: 1.4;
}

#ticket-89 {
  margin: 0 auto 100px;
}

.ticket-89-box {
  position: relative;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.ticket-89-box .ticket-89-mian-text {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 25px 0;
  color: #fff;
  background: #162930;
  position: relative;
  width: 100%;
  border-radius: 10px 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.ticket-89-box .ticket-89-attention {
  color: yellow;
  font-size: 40px;
  font-size: 2.5rem;
}
.ticket-89-box .ticket-89-main-img {
  width: 80%;
  border: 3px solid #222222;
  border-radius: 21px;
  padding-bottom: 0;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
  background-color: #f4f4f4;
  position: relative;
}

.ticket-89-box .ticket-89-main-img::after {
  position: absolute;
  content: "";
  /* top: -90px; */
  bottom: -60px;
  right: -70px;
  display: block;
  width: 270px;
  height: 300px;
  background-image: url(../01pc/img/item1-h.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-14deg);
}

/* .official-precedent {
  position: relative;
}
.official-precedent::after {
  position: absolute;
  content: "";
  bottom: -60px;
  right: -70px;
  display: block;
  width: 270px;
  height: 300px;
  background-image: url(../01pc/img/item1-h.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-14deg);
} */

.ticket-89-box .ticket-89-main-img img {
  width: 100%;
}
.ticket-89-box .ticket-89-main-img iframe {
  height: 580px;
}
.ticket-89-box .ticket-89-list {
  display: flex;
}
.ticket-89-box .ticket-89-list .button2 {
  width: 320px;
}

.midokoro {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.coming-soon {
  margin-top: 40px;
  font-size: 36px;
  font-size: 2.25rem;
  font-style: italic;
}

.top-cast {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
.top-cast span {
  margin: 0 10px;
}

.s-seat {
  position: relative;
  top: -30px;
  color: #F00;
}

.official-precedent {
  border: 3px solid #222222;
  border-radius: 21px;
  width: 60%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 20px;
  margin-bottom: 30px;
  background: #f4f4f4;
  color: #3b424b;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.official-precedent span {
  font-size: 30px;
  font-size: 1.875rem;
}
.official-precedent a {
  color: #F00;
  text-decoration: underline;
  text-shadow: none;
}

.b-button a {
  color: #fff;
  text-decoration: none !important;
}

.event-overview {
  text-align: center;
}
.event-overview span {
  font-size: 35px;
  font-size: 2.1875rem;
}
.event-overview img {
  width: 65%;
}

#amidakuzi .amidakuzi-text-area .amidakuzi-text-sub {
  font-size: 50px;
}
#amidakuzi .amidakuzi-text-area .amidakuzi-text-sub2 {
  font-size: 30px;
  line-height: 1.5;
}
#amidakuzi .amidakuzi-text-area .list-declaration {
  width: 95%;
  margin: 30px auto;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#amidakuzi .amidakuzi-text-area .each-declaration {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.6196078431);
  border-radius: 10px;
  overflow: hidden;
  min-width: 44%;
}
#amidakuzi .amidakuzi-text-area .each-declaration .name {
  margin-right: 10px;
  font-size: 20px;
  background: #76372a;
  color: #FFF;
  text-shadow: none;
}
#amidakuzi .amidakuzi-text-area .each-declaration .name img {
  width: 120px;
  display: block;
}
#amidakuzi .amidakuzi-text-area .each-declaration .declaration {
  font-size: 22px;
  margin: auto;
  line-height: 1.5;
}
#amidakuzi .amidakuzi-text-area .each-declaration .declaration span {
  color: #F00;
  font-size: 26px;
  display: block;
}

#kasyoukyoku img {
  width: 90%;
}

#goods img {
  width: 90%;
}

#nama-haisin .official-precedent {
  border-color: #222222;
  color: #222222;
  background: #fff5d6;
}
#nama-haisin .official-precedent a {
  color: #FFF;
}
#nama-haisin .title-border {
  width: 80%;
}
.overview2 .title-border {
  width: 70%;
}
#nama-haisin .price {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.5;
}
#nama-haisin .price span {
  font-size: 20px;
  font-size: 1.25rem;
}

#top-haishin {
  text-align: center;
  margin-top: 30px;
  width: 86%;
  line-height: 0;
}
#top-haishin img {
  width: 100%;
  line-height: 0;
}

#top_area .top-haishin-img {
  width: 60%;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: -22px;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-inner {
  margin: 0 auto 3vw
}



.list_article.artists li,.list_article.artists02 li {
  margin: 0 0 4vw;
  text-align: left;
}

.list_article li {
  background: rgba(255,255,255,0.9);
  /* background: #fff */
}

.list_article.artists .thumbnail,.list_article.artists .thumbnail {
  width: 100%;
  height: 15.625vw;
  margin: 1vw 0;
  background: 0 0;
}

.list_article .thumbnail {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.list_article.artists .date,.list_article.artists02 .date {
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(to right, #eb9374 0%, #8d3f24 100%);
  background-image: -webkit-linear-gradient(left, #eb9374 0%, #8d3f24 100%);
}

.list_article.artists .date span,.list_article.artists02 .date span {
  display: inline-block;
  text-align: center;
  color: #222222;
  background: #fff;
}

.list_article .thumbnail img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.list_article.artists .thumbnail,.list_article.artists .thumbnail {
  width: 100%;
  height: 15.625vw;
  margin: 0;
  background: 0 0;
}

.date {
  letter-spacing: .08vw;
  font-family: Rajdhani,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Helvetica;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  color: #f00a4b
}

.list_article.artists .caption,.list_article.artists .caption {
  line-height: 1.3;
  text-align: left;
  font-weight: 700;
  font-size: 1.4vw;
  color: #000;
  padding-left: 1vw;
}

@media screen and (min-width: 751px) {
  .list_article:not(.news) {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .list_article.artists .date,.list_article.artists02 .date {
      height: 3.4vw;
      padding: 0 .5vw 0 1vw;
      border-radius: 0 3.125vw 3.125vw 0;
      line-height: 3.5vw;
      font-size: 3.125vw
  }
  .list_article.artists .date span,.list_article.artists02 .date span {
      height: 2.344vw;
      margin-left: 1vw;
      padding: 0 .45vw 0 .6vw;
      border-radius: 2.344vw;
      vertical-align: .6vw;
      line-height: 2;
      font-size: 1.302vw
  }

  .list_article a:after {
      width: 2.954vw;
      height: 1.563vw;
      right: 1.3vw;
      bottom: 1vw
  }

  .list_article.artists a,.list_article.artists02 a {
      /* padding: 0 0 4vw; */
      display: block;
      position: relative;
      padding: 0 0 2vw;
      cursor: default;
  }

  .list_article li {
      width: 21.094vw;
      box-shadow: 0 0 .651vw rgba(0,0,0,.1)
  }

  .l-inner {
    width: 68.75vw;
  }

  .l-inner>ul>li>a>dl {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .l-inner>ul>li>a>dl>dt {
    align-items: center;
    margin: 0 0 0.8vw;
    border-bottom: 0.14vw solid #222222;
    font-size: 1.563vw;
    display: flex;
    color: #222222;
  }

  .list_article a:after {
    width: 2.954vw;
    height: 3.563vw;
    right: 1.3vw;
    bottom: 1vw;
}

}

.l-inner {
  margin: 0 auto 3vw;
}

.l-inner>ul>li>a>dl>dt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.651vw;
  border-style: solid;
  border-width: 1.563vw 0 0 1.563vw;
  /* border-color: transparent transparent transparent #78e6dc; */
}

.l-inner>ul>li>a>dl>dd>p {
  color: #141414;
  line-height: 1.2;
  font-size: 1em;
  font-weight: normal;
}

.l-inner>ul>li>a>dl>dd>p.text_medium {
  font-weight: bold;
}

.l-inner>ul>li>a>dl>dd>p.text_small {
  font-size: 1em;
}

/* .list_article a:after {
  content: "";
  position: absolute;
  background: url(../01pc/img/icon_arrow2.gif) no-repeat;
  background-size: 100%;
} */

@media screen and (min-width: 751px) {
.list_article a:not(.btn) {
    height: 100%;
}
}


/*アコーディオンメニュー*/
.accordion-box {
  margin: 10px 0;
  padding: 0;
  position: relative;
}
/*ラベル*/
.accordion-box label {
  display: block;
  font-weight: bold;
  cursor :pointer;
  /* background-color:#F6D580; */
}
/*チェックボックスを非表示にする*/
.accordion-box input {
  display: none; 
}
/*中身を非表示にしておく*/
.accordion-box div {
  height: 0;
  overflow-y: hidden;
  transition: 0.5s;/*表示するスピード*/
  opacity: 0;
}
/*クリックで中身を表示*/
.accordion-box input:checked + label + div {
  height: auto;
  opacity: 0.9;
  /* background: rgba(255,255,255,0.9); */
  color: #141414;
}
/*アイコン*/
.accordion-box label::before {
  content: "＋";
  padding-right: 8px;
}
/*クリックでアイコン入れ替え*/
.accordion-box input:checked + label::before {
  content: "－";
}

.accordion-box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {

  li.accordion-box>label>dl {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  li.accordion-box>label>dl>dt {
      align-items: center;
      margin: 0 0 0.8vw;
      border-bottom: 0.14vw solid #222222;
      font-size: 1.563vw;
      display: flex;
      color: #222222;
  }
}

.l-inner>ul>li>a>dl>dd>p.border {
  align-items: center;
  margin: 0 0 0.8vw;
  border-bottom: 0.14vw solid #222222;
  font-size: 1.3vw;
  display: flex;
  color: #222222;
  padding-bottom: 8px;
  font-weight: 600;
}


ul.pc-none {
  display: none;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pd-20 {
  padding: 20px;
}
p.text_medium {
  font-weight: bold;
}
p.text_small {
  font-size: 0.7em;
}

span.fs15 {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3;
}

span.catch {
  font-size: 1.2rem;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  padding-top: 5px;
}

span.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2.5em; /* 線の長さ */
}
span.catch:before {
  margin-right: 0.2em; /* 文字の右隣 */
}
span.catch:after {
  margin-left: 0.2em; /* 文字の左隣 */
}

span.font-grey {
  color: #a3a3a3;
  font-size: 1rem;
}

.example{
  position: relative;
}
.example a:last-child{
  /* background: orange; */
  color: #222222;
  padding: 0 10px;
  position: absolute;
  left: 10px;
  bottom: 20px;
  height: 2rem;
  text-decoration: underline;
}
.example a:last-child:hover{
  /* background: orange; */
  color: #ca887b;
  padding: 0 10px;
  position: absolute;
  left: 10px;
  bottom: 20px;
  height: 2rem;
  text-decoration: none;
}

.contact-box .contact-tell a {
  color:#fff;
  text-decoration:none;
  }

.box.news-box dt {
  font-weight: 600;
  padding: 2px 6px;
  background-color: #3b424b;
  border-radius: 3px;
  width: 21%;
  color: #fff;
  line-height: 1.5rem;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

.box.news-box dd {
  /* text-indent: 1rem; */
  width: 70%;
  margin-bottom: 6px;
  padding-top: 9px;
  text-indent: unset;
  line-height: 1.3;
  margin-left: 10px;
}

.play-guide-cord2, .play-guide-text2 {
  color: #222222;
}

.movie-title {
  font-size: 1.2rem;
  padding-bottom: 50px;
  text-align: center;
}

.archive-txt {
  width: 50%;
  margin: 0 auto 50px;
  border-top: double 4px #fff;
  border-bottom: double 4px #fff;
  padding: 0.5rem 0;
}

nav li .youtube-logo {
  color: #FFF;
	display: block;
	width: 30px;
	fill: #fff;
}

br.sp {
  display: none;
}

h2 {
  font-family: "Staatliches";
  font-size: 6rem;
  letter-spacing: 3px;
}
.font-sta {
  font-family: "Staatliches";
}

/* その場で */
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

.news_list dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#ticket-info {
  /* background-color: #ddd;
  clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%); */
}

.mt10 {
  margin-top: 10px;
}

.release-day a {
  color: #3b424b;
  font-family: "Staatliches";
}

.data_box .event-overview {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fcff), to(#dae4f1));
  background: linear-gradient(#f7fffc00, #c5d6e7cf);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}


.price-box .price span.box-s {
  font-weight: 600;
  padding: 3px 6px;
  background-color: #3b424b;
  font-size: 0.95rem;
  border-radius: 5px;
  width: 21%;
  color: #fff;
  line-height: 1.5rem;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}
