@charset "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese';


#top_area {
  overflow: hidden;
  min-height: 500px;
}

#top_img_area {
  text-align: center;
  width: 100%;
  height: 860px;
  min-width: 1000px;
  /* min-height: 500px; */
  position: relative;
  background-image: url(../01pc/img/top_back03_img.jpg);
  background-size: cover;
  background-position: center bottom;
  line-height: 0;
}

#topimg {
  min-height: 500px;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0%);
}

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

#news_area {
  text-align: center;
  padding: 20px;
  color: #000;
  background: #FFF;
  /* margin-bottom: 10px; */
}

#news_title {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

#news_box {
  width: 90%;
  margin: 0 auto;
  padding: 0px 10px;
  max-width: 1000px;
  max-height: 400px;
  overflow: auto;
  /* スクロールバー本体 */
  /* 横方向のスクロールバー本体 */
  /* スクロールバーの動く部分 */
  /* 横方向のスクロールバーの動く部分 */
  /* スクロールバーの動く部分の前 */
  /* スクロールバーの動く部分の後ろ */
  /* スクロールバー角 */
}

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

#news_box li .btn,
.data_ticket li a {
  border: 1px solid #c41e1b;
  text-decoration: none;
  padding: 3px 36px;
  border-radius: 5em;
  margin: 8px;
  width: 20%;
  text-align: center;
  cursor: pointer;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.data_ticket li a {
  background-color: #c41e1b;
  width: 60%;
  max-width: 350px;
  text-decoration: none;
  color: #fff;
}
#news_box li .btn:hover,
.data_ticket li a:hover {
  border: 1px solid #c41e1b;
  background-color: #ffe8ac;
  text-decoration: none;
  color: #c41e1b;
}

#news_box li span {
  background-color: #c41e1b;
  color: #fff;
  font-weight: 800;
  padding: 3px 16px;
  border-radius: 0.5em;
  margin-bottom: 6px;
  display: inline-block;
}

#data_area {
  text-align: center;
  padding: 60px 0;
  width: 100%;
  margin: 0px auto;
  color: #000;
  background: #efead6;
}

.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: #000;
}

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

.data_tr {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0px;
  border-bottom: 2px #5e050c;
  border-style: dashed;
}

.data_tr.last {
  /* border-bottom: 2px #5e050c;
  border-style: dashed; */
}

.data_tr>div {
  text-align: left;
  width: 50%;
}

.data_tr .data_title {
  text-align: right;
  font-size: 40px;
  font-size: 2rem;
  width: 40%;
  font-weight: 800;
  color: #bf2531;
}

.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;
  line-height: 1.4;
}

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

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

.data_ticket .of {
  font-size: 32px;
  display: block;
  line-height: 1.2;
}

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

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

#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 li {
  border-left: 1px solid #5e050c;
  padding-left: 4em;
}

ul.castList li:first-child  {
  border-left: none;
  padding-left: 0px;
}

.eachImg dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  font-size: 0.95rem;
}

.eachImg dt {
  font-weight: 600;
    padding: 10px 6px;
    background-color: #fff;
    border-radius: 3px;
    width: 21%;
    color: #bf2531;
    line-height: 1.2rem;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

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


.eachImg-sp-mc {
  margin-left: 5%;
}

ul.castList .eachImg img,
ul.moderatorList .eachImg img {
  width: 100%;
}

ul.castList .eachNeme,
ul.moderatorList .eachNeme {
  margin-top: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 17px;
}

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

.button-official-site a {
  color: #FFF;
}
.button-official-site a:hover {
  color: rgb(255, 204, 108);
}

#areaBox li {
  margin: 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmN2U0MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2NjcyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #af7e42), color-stop(100%, #96672a));
  background: -moz-linear-gradient(top, #af7e42, #96672a);
  background: -webkit-linear-gradient(top, #af7e42, #96672a);
  background: linear-gradient(to bottom, #af7e42, #96672a);
}

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



h3 img {
  width: 300px;
  margin-bottom: 30px;
}

h3.flex-colum img {
  width: 700px;
  margin-bottom: 30px;
}
.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: 23%;
  margin-right: 5%;
}

.another_cast ul.castList.flex-start li.cast_size_s {
  width: 16%;
}

.another_cast ul.castList.flex-start li:nth-child(3n) {
  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;
}

#about_area {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  background: #bf2531;
  color: #FFF;
  line-height: 2;
}

#about_area span {
  font-size: 30px;
}

.link-area {
  margin-top: 30px;
}

.link-area .link-list a {
  display: inline;
}
/* ライトボックス */
.light-box {
  background: #fcf3d7;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  border-radius: 1.5em;
  border: 5px solid #000;
}

.light-box img.c-checklist {
  width: 80%;
  max-width: 1000px;
  border-radius: 0.8em;
}

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

.light-box p {
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.4;
}

.light-box p span {
  font-weight: 600;
  font-size: 1.3rem;
  background-color: #c41e1b;
  color: #fcf3d7;
  font-weight: 800;
  padding: 0.2em 2em; 
  border-radius: 0.5em;
  margin-bottom: 6px;
  display: inline-block;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
}
/* ライトボックス02 */
.light-box02 {
  background: #FFF;
  padding: 30px;
  margin: 0 auto;
  text-align: left;
}

.light-box02 p.indent {
  text-indent: -1em;
  padding-left: 1em;
  /* width: 100%; */
  width: 80%;
  margin: 0 auto;
  margin-bottom: 7px;
}
.light-box02 dl {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 7px;
  line-height: 1.2;
}
.light-box02 img.c-checklist {
  width: 100%;
  max-width: 1000px;
}

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

a.inline img.width80{
  max-width: 980px;
}
.inline {
  /* border: 1px solid #4eb7a9;
  padding: 5px 15px; */
  text-decoration: none;
  /* background: #4eb7a9; */
  color: #c41e1b;
}

.c-taisaku {
  text-align: left;
}

.sns-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.sns-area .insta-icn,
.sns-area .twitter-icn,
.sns-area .facebook-icn {
  width: 60px;
  margin: 10px;
}

.sns-area .insta-icn img,
.sns-area .twitter-icn img,
.sns-area .facebook-icn img {
  width: 100%;
}

/* ---▼▼▼LIVE内容＆歌唱曲▼▼▼--- */
/* #data_song {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
  color: #000;
  background-image: url(../01pc/img/back_img.jpg);
  background-position: top;
  background-size: cover;
} */
#data_song {
  text-align: center;
  padding: 30px 0 40px;
  width: 100%;
  margin: 0px auto;
  color: #000;
  background: radial-gradient(rgb(255 255 255), rgb(208 158 213)) fixed, url(../01pc/img/back_img.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

#data_song h2:before,
#data_song h2:after {
  border-color: #000;
}

#data_song #songBox {
  color: #000000;
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  background: #ffefc4e6;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

#data_song #songBox h5 span {
  font-size: 15px;
}

#data_song #songBox h5 span {
  font-size: 1.5rem;
  font-weight: bold;
}

#data_song #songBox .songBoxCast {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: left;
}

#data_song #songBox li {
  font-size: 25px;
  /* font-weight: bold; */
  line-height: 0.9;
  margin-top: 40px;
}
#data_song #songBox li:first-child {
  margin-top: 20px;
}

#data_song #songBox li span {
  font-weight: normal;
}

#data_song .songBox {
  color: #000000;
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  background: #ffe8ace6;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

#data_song .songBox h5 span {
  font-size: 15px;
}

#data_song .songBox h5 span {
  font-size: 1.5rem;
  font-weight: bold;
}

#data_song .songBox .songBoxCast {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: left;
  margin-bottom: 25px;
}

#data_song .songBox li {
  font-size: 25px;
  /* font-weight: bold; */
  line-height: 0.9;
  margin-top: 40px;
}
#data_song .songBox li:first-child {
  margin-top: 20px;
}

#data_song #.ongBox li span {
  font-weight: normal;
}

/* ---▲▲▲LIVE内容＆歌唱曲▲▲▲--- */

.notice_data {
  text-align: center;
  font-size: 35px;
    font-weight: bold;
    padding: 50px 0;
    line-height: 1.2;
}
.notice_data a{
  color: #000;
}
.notice_data a:hover{
  color: #F00;
}

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.data_cast span {
  line-height: 1.2;
}
.data_cast a {
  font-size: 30px;
  font-weight: 800;
}
.data_cast a.tel2 {
  font-size: 1.5rem;
}


/* ---▲▲▲20240216お知らせ＆SNS追加用css▲▲▲--- */
.flex {
  display: flex;
  justify-content: center;
}
.flex-colum {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
#news_box {
  text-align: center;
  margin-left: auto;
  /* width: 40%; */
  margin: 0 auto;
  padding: 10px;
  padding-left: 2rem;
  /* margin-right: 30px; */
  max-width: 1000px;
  max-height: 530px;
  overflow: auto;
  background: #fff;
  border-radius: 0.5em;
}
#news_area {
  text-align: center;
  padding: 20px;
  color: #000;
  background: #f4cccf;
  /* margin-bottom: 10px; */
  padding: 80px 30px 60px;
  /* padding-top: 80px; */
  /* max-width: 80vw; */
  margin-left: auto;
  margin-right: auto;
}

.bnr-area {
  position: absolute;
  bottom: 5%;
  left: 5%;
  cursor: pointer;
}

.bnr-area img {
  max-width: 450px;
  height: auto !important;
  filter: drop-shadow(5px 5px 5px #6a5e43);
  border-radius: 16px 16px 16px 16px;
  display: inline-block;
}

.bnr-area img:hover {
opacity: 0.9;
transform: translateY(5px);
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

img.width150 {
  max-width: 150px;
  display: block;
}

.btn {
  position: relative;
  z-index: 1;
}
.btn .main, .btn .before {
  display: block;
  position: relative;
  width: 320px;
  padding: 10px 0;
  text-decoration: none;
  margin: 50px auto 0px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border: solid 2px #000;
  background: #fff;
  border-radius: 100px;
}

.fa-twitter:before {
  content: '𝕏'!important;
  font-family: unset;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}


.btn .main:hover{
	background: #c41e1b;
	transition: 0.3s ease all;
	color: #FFF;
}

.btn .main:hover:before{
	top: 0;
	left: 0;
	transition: 0.3s ease all;
}
.btn i {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  background-color: #000;
  border-radius: 22px;
  color: #e50012;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}