@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
#main {
  font-family: "Zen Old Mincho";
}
html {
  line-height: 1;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
body * {
  box-sizing: border-box;
}
body ::selection {
  background: #C3C3C3;
}
body ::-moz-selection {
  background: #C3C3C3;
}
body img::selection {
  background: none;
}
body img::-moz-selection {
  background: none;
}
body a {
  text-decoration: none;
  color: #fff;
}
.sp_contact {
  display: none !important;
}
P {
  font-size: 14px;
  line-height: 2;
}
.zen-antique-soft-regular {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}
.head_gradation {
  height: 5px;
  background-image: linear-gradient(90deg, #dd6aa3, #fff572 25%, #8bcebf 50%, #58b1ff 75%, #3d42c9);
}
#header_wrapper {
  width: 100%;
  background-color: #484A4E;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}
body .header {
  max-width: 1050px;
  margin: 0 auto;
  height: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
body .header img {
  width: 100%;
}
body .header .header__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 auto;
  padding-left: 37px;
}
/*
  body .header .header__title a img {
    width: 484px !important;
  }
  body .header .header__title > img {
    width: 28.87436vw !important;
  }*/
body .header .menu-box {
  width: 0vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: transform 0.8s ease, width 0.8s ease;
  overflow-y: scroll;
  z-index: 9999;
}
body .header .menu-box__inner {
  width: 43vw;
  margin: auto;
  background-color: #fff;
}
body .header .menu-box__inner .menu-ul-top {
  padding: 59px 70px 20px 70px;
  /* padding: 15.38vw 17.94vw 5.128vw 17.94vw;*/
}
/*
.menu-ul {
  padding: 23px 80px 23px 11vw;
}
*/
.top-nav-ul {
  padding: 23px 80px 23px 11vw;
}
.menu-ul__li a {
  transition: color 0.3s ease;
  text-align: left;
  letter-spacing: 0.04em;
  color: #191B1F;
  font-weight: 600;
  line-height: 1;
  /* font-size: 4.615vw;*/
  font-size: 20px;
  /* font-family: 'Lato';*/
}
.menu-ul__li a:hover {
  cursor: pointer;
  color: #CBB98C;
}
.menu-ul__li a {
  transition: color 0.3s ease;
  text-align: left;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: 600;
  line-height: 1;
  /*font-size: 4.615vw;*/
  font-size: 20px;
  /* font-family: 'Lato';*/
}
.menu-ul__li a:hover {
  cursor: pointer;
  color: #975CD4;
}
body .header .menu-box__inner .menu-ul__li:not(:nth-child(1)) {
  /*margin-top: 6.410vw;*/
  margin-top: 28px;
}
body .header .menu-box__inner .component_2 {
  background-color: #D7FD52;
}
body .header .menu-btn {
  /* width: 8.20513vw;
    height: 2.5641vw;*/
  width: 37px;
  height: 11px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  cursor: pointer;
  z-index: 2000;
  position: relative;
  z-index: 9999999999;
}
body .header .menu-btn .line {
  /* width: 8.20513vw;
    height: 0.51282vw;*/
  width: 37px;
  height: 2.88px;
  transition: transform 0.3s ease;
}
body .header .menu-btn .line span {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #CBB98C;
  transition: transform 0.8s ease, background-color 0.8s ease;
}
body .header.open .menu-box {
  width: 43vw;
}
body .header.open .menu-btn .line span {
  background-color: #CBB98C;
}
body .header.open .menu-btn .line:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: center;
}
body .header.open .menu-btn .line:nth-of-type(1) span {
  /*transform: translateY(0.64103vw) translateX(0.64103vw);*/
  transform: translateY(2.88px) translateX(2.88px);
}
body .header.open .menu-btn .line:nth-of-type(2) {
  transform: rotate(-45deg);
  transform-origin: center;
}
body .header.open .menu-btn .line:nth-of-type(2) span {
  /*transform: translateY(-0.64103vw) translateX(0.64103vw);*/
  transform: translateY(-2.88px) translateX(2.88px);
}
.flex {
  display: flex;
  justify-content: center;
}
.txt_21px {
  font-size: 21px;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt50 {
  margin-top: 50px !important;
}
.mgt60 {
  margin-top: 60px !important;
}
.mgt100 {
  margin-top: 100px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb40 {
  padding-bottom: 40px !important;
}
.pdb70 {
  padding-bottom: 70px !important;
}
.pdb80 {
  padding-bottom: 80px !important;
}
.btn_site_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn_live_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn_site_con .btn {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #5AB4BA;
  border: 1px solid #5AB4BA;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_site_con .btn:hover {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #5AB4BA;
  border: 1px solid #5AB4BA;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
  animation: btn_animation 10s infinite;
}
.btn_live_con a {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  /*color: #D6E0E8;*/
  color: #fff;
  border: 1px solid #CBB98C;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_live_con .btn {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #CBB98C;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_live_con .btn:hover {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #CBB98C;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
  animation: btn_animation 10s infinite;
}
.btn_archive_con a {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #484A4E;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_archive_con .btn {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #484A4E;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_archive_con .btn:hover {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #484A4E;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
  animation: btn_animation 10s infinite;
}
.btn_event_con a {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(45deg, #2f95b4, #f7456c);
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_event_con .btn {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(45deg, #2f95b4, #f7456c);
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_event_con .btn:hover {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(45deg, #2f95b4, #f7456c);
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
  animation: btn_animation 10s infinite;
}
.btn_before_con {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #D6E0E8;
  background-color: #fff;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_live_con .btn {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #CBB98C;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.btn_live_con .btn:hover {
  display: block;
  width: 320px;
  padding: 0.8em 3em;
  text-align: center;
  color: #fff;
  background-color: #CBB98C;
  border: 1px solid #CBB98C;
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
  animation: btn_animation 10s infinite;
}
@keyframes btn_animation {
  0% {
    transform: scale(1.1)
  }
  5% {
    transform: scale(1)
  }
  95% {
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.1)
  }
}
footer {
  background-color: #484A4E;
  color: #fff;
  text-align: center;
  padding: 0 0 12px 0;
  /*height: 150px;*/
}
footer p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 18px;
}
footer img {
  width: 36px;
  height: 36px;
}

.pc { display: block !important; }
.sp { display: none !important; }
span.green {
  color: #5AB4BA;
}
#title {
  margin: 0 auto;
  float: none;
}
#title img, .titleArea h2 img {
  display: block !important;
  margin: 12px auto 0 !important;
  float: none !important;
  width: auto !important;
  max-width: 840px;
}
.video-js .vjs-big-play-button {
  background-color: #c2bfbf !important;
}
.video-js .vjs-dock-title {
  /* font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;*/
  font-weight: 200;
  font-style: normal;
  font-size: 1.3em;
  color: #9ea3a1;
}
#movie {
  margin: 5px auto 0 auto;
  position: relative;
}
.movie_inner {
  max-width: 1050px;
  margin: 0 auto 0 auto;
}
.scroll {
  overflow: hidden;
  margin: 10px 0;
  height: auto;
}
.movieSet {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.movieSet img {
  max-width: 100%;
  margin: 0 auto;
}
.announce_browser {
  color: #484A4E;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  /*margin-right: 10%;*/ /*始まったら削除*/
}
#movie_programBox {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: left;
}
.playingIcon {
  font-size: 14px;
  background: linear-gradient(-135deg, #baa030, #ffa821);
  padding: 1px 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 200;
  font-weight: bold;
  display: inline-block;
  font-weight: bold;
  /*font-family: "vdl-logona", sans-serif;*/
  font-weight: bold;
  font-style: normal;
}
#movie_programBox .channelbox_no {
  max-width: 170px;
  margin-left: 0px;
  margin-top: 20px;
}
#movie_programBox .live_mark {
  position: absolute;
  right: 0;
  top: 15;
  padding: 2px;
  background: red;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300;
  line-height: 1;
}
#movie_programBox .channelbox_program {
  font-size: 25px;
  padding-top: 0;
  font-weight: 400;
  line-height: 1.2em;
  margin-left: 20px;
  margin-top: 40px;
  letter-spacing: -0.01em;
}
.channel {
  margin: 7px auto;
  background: rgba(255, 255, 255, 1);
  border: solid 1px #000;
}
.channelbox, .channelbox03 {
  /*width: calc(1000px/3);*/
  height: 70px;
  box-sizing: border-box;
  color: #ddd;
  line-height: 1.2em;
  text-align: left;
  position: relative;
}
.channelbox {
  border-right: solid 1px #000;
  background: #F8F8F8;
}
.channelbox03 {}
.channelbox, .channelbox03 {
  height: 80px;
  z-index: 3;
}
.ch01btn .channelbox:hover, .ch01btn .channelbox03:hover {
  background: #88C7FF;
  transition: 0.5s;
}
.ch02btn .channelbox:hover, .ch02btn .channelbox03:hover {
  background: #E4A7FF;
  transition: 0.5s;
}
.ch03btn .channelbox:hover, .ch03btn .channelbox03:hover {
  background: #63EDD3;
  transition: 0.5s;
}
a.stay1 .channelbox, a.stay1 .channelbox03 {
  background: #88C7FF;
  box-sizing: border-box;
}
a.stay2 .channelbox, a.stay2 .channelbox03 {
  background: #E4A7FF;
  box-sizing: border-box;
}
a.stay3 .channelbox, a.stay3 .channelbox03 {
  background: #63EDD3;
  box-sizing: border-box;
}
/*
.channel a.stay .channelbox_program{
	color: #6abfb6;
}*/
.channel .channelbox_no {
  position: absolute;
  top: 15px;
  left: 3px;
  max-width: 45px;
}
.channel .channelbox_time {
  font-size: 13px;
  color: #7E7E7E;
  padding-top: 6px;
  margin-left: 55px;
  line-height: 1;
}
.channel .channelbox_program {
  position: absolute;
  left: 52px;
  top: 22px;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
}
.announce_time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
#messageBoxWrap {
  margin-top: 5px;
}
.support_txt {
  margin: 0;
  line-height: 0;
}
.support_txt img {
  max-width: 300px;
}
.message_page #message_area_Wrap h3 {
  /*color: #878787;*/
  color: #484A4E;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
  display: inline-block;
  font-size: 27px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: block;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
.messageBox {
  background: #FFB2B2;
  border: solid 1px #000;
  color: #000;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 4px 4px #868686;
  max-width: 460px;
  padding: 20px 25px;
  cursor: pointer;
}
.messageBox:hover {
  opacity: 0.7;
  transition: 0.5s;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
.X_messageBox {
  font-size: 16px;
  max-width: 300px;
  border: solid 1px #000;
  color: #fff;
  background: #000;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  transition: 0.5s;
  box-shadow: 0px 0px 1px #666;
  margin: 25px auto 0 auto;
}
.X_messageBox:hover {
  background: #535353;
  color: #fff;
  transition: 0.3s;
}
.contentsArea {
  max-width: 1000px;
  margin: 0 auto;
}
#message_area_Wrap {
  padding-left: 0;
  margin-top: 20px;
}
.marker-all {
  background: linear-gradient(transparent 10%, #ffde4f 0%);
  font-weight: bold;
  color: #000;
  padding: 3px;
}
.message_area {
  position: relative;
  font-weight: 300;
  font-style: normal;
  line-height: 1.9rem;
  background: #eee;
  padding: 25px;
  margin: 10px auto 30px auto;
  text-align: left;
}
a .toTop {
  position: absolute;
  right: 0;
  top: -30px;
  color: #fff;
  background: #6abfb6;
  padding: 0 5px !important;
  font-size: 14px !important;
  display: inline-block;
}
.toTop:hover {
  opacity: 0.8;
  transition: 0.3s
}
.message_area p {
  font-size: 17px;
  margin-bottom: 15px;
}
.Xattention {
  padding: 20px;
  background: #fff;
}
.message_area h4 {
  font-weight: bold;
}
.message_area ul li::before {
  content: "・";
}
.message_area ul li {
  font-size: 15px;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
#timetable {
  max-width: 1050px;
  margin: 0 auto;
}
#timetable_inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.timetable_text {
  /*
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	*/
  margin-top: 10px;
}
.timetable_text p {
  font-size: 15px;
  margin-top: 5px;
  color: #484A4E;
}
.timetable_tit {
  text-align: left;
  margin-left: 2.5%;
  margin-top: 30px;
}
.timetable_tit img {
  max-width: 230px;
}
table {
  margin: 0 auto;
  width: 95%;
}
table td, table th {
  background: #F8F8F8;
  /*background: rgba(248, 246, 211, 0.9);*/
}
td a {
  color: #CBB98C;
  font-weight: 400;
}
th {
  border-collapse: collapse;
  border: 1px solid #fff;
  padding: 7px;
  line-height: 1.4rem;
}
td {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 7px;
  line-height: 1.4rem;
}
td {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.liveSh td.table_riyou {
  background-color: #b4dcff;
}
.liveSh td.table_biyou {
  background-color: #f3d7ff;
}
.liveSh td.table_nail {
  background: #a5ffee;
}
.liveSh td.table_event {
  background-image: linear-gradient(45deg, #2f95b4, #f7456c);
  /*background-image: linear-gradient(90deg, #277b94, #e3204b);*/
}
.ch, .time {
  text-align: center;
}
.ch {
  color: #fff;
  z-index: 1;
  width: 31%;
}
.ch01 {
  background: #88C7FF;
}
.ch02 {
  background: #E4A7FF;
}
.ch03 {
  background: #63EDD3;
}
.ch01 a, .ch02 a, .ch03 a {
  display: block;
}
.time {
  background: #5971D3;
  color: #fff;
  z-index: 2;
}
.Stime {
  background: #5971D3;
  color: #fff;
  font-size: 14px;
  padding: 0px 2px;
  margin-right: 5px;
  display: inline-block;
  font-weight: normal;
}
tr.ontime th.time {
  background-image: linear-gradient(45deg, #fff572, #dd6aa3 100%);
}
.normal {
  font-size: 15px;
  color: #000;
  padding: 0 5px;
  background: #F8F8F8;
  line-height: 1;
  font-weight: 400;
  display: inline;
  margin-top: 2px;
}
#foot {
  max-width: 1000px;
  margin-bottom: 20px;
  margin: 0 auto 30px auto;
  text-align: center;
}
#foot copy {
  font-size: 14px;
  color: #fff;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background: rgba(0, 0, 0, 0.5);
}
.modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.modal-table-cell {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle;
}
.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.modal-content-inner {
  padding: 10px 30px 10px;
}
.modal-btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
.modal-btn-close .bar01 {
  -moz-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.modal-btn-close .bar02 {
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.movie_bgDot {
  background-image: url("../img/bgDot.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.infoWrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 50px auto;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
}
.infoBox01, .infobox02 {
  text-align: center;
  box-sizing: border-box;
}
.infoBox01 {
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}
.infobox02 {
  width: 63%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.infobox02 .tv {
  width: 560px;
  height: 140px;
  background-image: url("../img/info02_deco.png");
  background-size: 550px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; /* 左右中央揃えもする場合 */
}
.infobox02 .tv p {
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}
.infobox02 .tv p span {
  font-weight: bold;
}
.yumepote {
  position: absolute;
  top: 5px;
  right: 45px;
}
.yumepote img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .modal-wrap {
    padding: 0 3.125%;
  }
  .modal-content-inner {
    padding: 10px 3.33333% 10px;
  }
  #header_wrapper {
    width: 100vw;
  }
  body .header {
    height: 14.10vw;
    padding: 0 4.10256vw;
  }
  body .header .header__title {
    width: 77.72051vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.5vw;
    letter-spacing: 0;
    height: 16vw;
    padding: 0 !important;
    margin: 0 !important;
  }
  body .header .header__title a img {
    width: 46.15385vw !important;
  }
  body .header .header__title > img {
    width: 28.87436vw !important;
  }
  body .header .menu-box {
    width: 0vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: transform 0.8s ease, width 0.8s ease;
    overflow-y: scroll;
    z-index: 9999;
  }
  body .header .menu-box__inner {
    width: 100vw;
    margin: auto;
    background-color: #fff;
  }
  body .header .menu-box__inner .menu-ul-top {
    padding: 15.38vw 17.94vw 5.128vw 17.94vw;
  }
  body .header .menu-box__inner .menu-ul {
    padding: 5.128vw 17.94vw 5.128vw 17.94vw;
  }
  body .header .menu-box__inner .menu-ul-top .menu-ul__li a {
    transition: color 0.3s ease;
    text-align: left;
    letter-spacing: 0.04em;
    color: #191B1F;
    font-weight: 600;
    line-height: 1;
    font-size: 4.615vw;
    /* font-family: 'Lato';*/
  }
  body .header .menu-box__inner .menu-ul-top .menu-ul__li a:hover {
    cursor: pointer;
    /*color: #CBB98C;*/
    color: #fff;
    background: rgba(25, 27, 31, 0.7);
  }
  body .header .menu-box__inner .menu-ul .menu-ul__li a {
    transition: color 0.3s ease;
    text-align: left;
    letter-spacing: 0.04em;
    color: #116885;
    font-weight: 600;
    line-height: 1;
    font-size: 4.615vw;
  }
  body .header .menu-box__inner .menu-ul .menu-ul__li_red a {
    transition: color 0.3s ease;
    text-align: left;
    letter-spacing: 0.04em;
    color: #942740;
    font-weight: 600;
    line-height: 1;
    font-size: 4.615vw;
  }
  body .header .menu-box__inner .menu-ul .menu-ul__li a:hover {
    cursor: pointer;
    color: #fff;
    background: rgba(19, 104, 133, 0.7);
  }
  body .header .menu-box__inner .menu-ul .menu-ul__li_red a:hover {
    cursor: pointer;
    color: #fff;
    background: rgba(148, 39, 64, 0.7);
  }
  body .header .menu-box__inner .menu-ul__li:not(:nth-child(1)), body .header .menu-box__inner .menu-ul__li_red:not(:nth-child(1)) {
    margin-top: 4.615vw; /*18px*/
  }
  #LinksEntryWrap a .scheduleEntry {
    position: relative;
  }
  #LinksEntryWrap a .scheduleEntry {
    position: absolute;
    top: 66vw;
    left: 60vw;
    width: 27.43vw; /*107px; */
    z-index: 9999 !important;
  }
  body .header .menu-box__inner > .sns-txt {
    margin-top: 16.41026vw;
    margin-left: 10.25641vw;
    text-align: left;
    letter-spacing: 0.08em;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-size: 4.61538vw;
    /* font-family: 'Lato';*/
  }
  body .header .menu-box__inner .component_2 {
    background-color: #D7FD52;
  }
  body .header .menu-btn {
    width: 8.20513vw;
    height: 2.5641vw;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    cursor: pointer;
    z-index: 2000;
    position: relative;
    z-index: 99999999999;
  }
  body .header .menu-btn .line {
    width: 8.20513vw;
    height: 0.51282vw;
    transition: transform 0.3s ease;
  }
  body .header .menu-btn .line span {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #CBB98C;
    transition: transform 0.8s ease, background-color 0.8s ease;
  }
  body .header.open .menu-box {
    width: 100vw;
  }
  body .header.open .menu-btn .line span {
    background-color: #CBB98C;
  }
  body .header.open .menu-btn .line:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: center;
  }
  body .header.open .menu-btn .line:nth-of-type(1) span {
    transform: translateY(0.64103vw) translateX(0.64103vw);
  }
  body .header.open .menu-btn .line:nth-of-type(2) {
    transform: rotate(-45deg);
    transform-origin: center;
  }
  body .header.open .menu-btn .line:nth-of-type(2) span {
    transform: translateY(-0.64103vw) translateX(0.64103vw);
  }
  body .bg-result {
    background-image: url("../img/bg_result.png");
    background-repeat: repeat;
    z-index: -997px;
  }
  body .bg_notes {
    background-image: url("../img/bg_stop60.png");
    background-repeat: repeat;
    z-index: -997px;
  }
  .sp_contact_in {
    width: 81.02vw; /*316px;*/
    display: block;
    margin-top: 17.94vw; /*70px;*/
    /*border: solid 1px red;*/
  }
  .sp_contact_in a {
    color: #191B1F !important;
  }
  body #main .pc-fixed-area {
    display: none;
  }
  body #wrapper01:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  p.sp_contact {
    display: block !important;
    font-size: 3.589vw /*14px*/ ;
    color: #484A4E;
    text-align: left;
    margin-top: 15.38vw;
    line-height: 1.8;
  }
  P {
    font-size: 3.589; /*14px*/
    line-height: 2;
  }
  /*
  img {
    margin: 0;
    padding: 0;
    width: 100vw;
  }*/
  .txt_21px {
    font-size: 5.384vw;
  }
  .mgt10 {
    margin-top: 2.564vw !important; /*10px*/
  }
  .mgt20 {
    margin-top: 5.128vw !important; /*10px*/
  }
  .mgt30 {
    margin-top: 7.692vw !important; /*30px*/
  }
  .mgt40 {
    margin-top: 10.25vw !important; /*30px*/
  }
  .mgt50 {
    margin-top: 12.82vw !important; /*50px*/
  }
  .mgt60 {
    margin-top: 15.38vw !important; /*50px*/
  }
  .mgt100 {
    margin-top: 25.64vw !important; /*100px*/
  }
  .pdb20 {
    padding-bottom: 5.128vw !important; /*20px*/
  }
  .pdb40 {
    padding-bottom: 10.25vw !important; /*40px*/
  }
  .pdb70 {
    padding-bottom: 17.948vw !important; /*70px*/
  }
  .pdb80 {
    padding-bottom: 20.51vw !important; /*80px*/
  }
  .timeChange {
    font-size: 5.128vw; /*20px*/
    font-weight: 600;
    color: #5D379B;
    margin-top: 2.051vw; /*8px*/
    z-index: 999;
  }
  .btn_site_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn_before_con {
    display: block;
    width: 82.05vw;
    padding: 0.8em 3em;
    text-align: center;
    color: #D6E0E8;
    background-color: #fff;
    border: 1px solid #CBB98C;
    border-radius: 50px;
    font-weight: 600;
    margin: 0 auto;
    font-size: 4.615vw; /*18px*/
    margin-bottom: 1.4vw;
  }
  .btn_live_con .btn, .btn_event_con .btn, .btn_archive_con .btn, .btn_site_con .btn {
    display: block;
    width: 82.05vw;
    padding: 0.8em 3em;
    border-radius: 50px;
    font-weight: 600;
    margin: 0 auto;
    font-size: 4.615vw; /*18px*/
    margin-bottom: 1.4vw;
  }
  .btn_live_con .btn:hover, .btn_event_con .btn:hover, .btn_archive_con .btn:hover, .btn_site_con .btn:hover {
    display: block;
    width: 82.05vw;
    padding: 0.8em 3em;
    border-radius: 50px;
    font-weight: 600;
    margin: 0 auto;
    font-size: 4.615vw; /*18px*/
    margin-bottom: 1.4vw;
    animation: btn_animation 10s infinite;
  }
  #last .btn_site_con .btn {
    margin-bottom: 0;
  }
  #last .btn_site_con .btn:hover {
    margin-bottom: 0;
  }
  @keyframes btn_animation {
    0% {
      transform: scale(1.1)
    }
    5% {
      transform: scale(1)
    }
    95% {
      transform: scale(1)
    }
    100% {
      -webkit-transform: scale(1.1)
    }
  }
  footer {
    background-color: #484A4E;
    color: #fff;
    text-align: center;
    padding: 0.512vw 0 3vw 3vw;
    height: 55vw;
  }
  footer p {
    font-size: 3.589vw; /*14px*/
    line-height: 1.5;
    margin-top: 4.615vw; /*18px*/
  }
  footer img {
    width: 9.230vw;
    height: 9.230vw;
  }
    .pc { display: none !important; }
    .sp { display: block !important; }
  span.green {
    color: #5AB4BA;
  }
  #head_inner {
    padding: 20px 10px;
  }
  h1 {
    font-size: 2.6rem;
  }
  h1 span {
    display: block;
  }
  .titleArea h2 img {
    width: 85% !important;
  }
  .channel {
    margin: 10px auto 0 auto !important;
    border: solid 1px #000;
    background: #868686;
  }
  .channelbox {
   /* border: solid 1px #E4A7FF;*/
    background: rgba(255, 255, 255, 1);
  }
  .channelbox03 {
    /*border: solid 1px #6abfb6;*/
    background: rgba(255, 255, 255, 1);
  }
  .channelbox, .channelbox03 {
    width: 80%;
    margin: 0 auto;
    height: 70px;
  }
  .channel .channelbox_no {
    position: absolute;
    top: 13px !important;
    left: 3px;
  }
  .contentsArea {
    padding: 0 10px;
  }
  .movieSet {
    max-width: 85%;
    position: relative
  }
  .movieSet img {
    max-width: 100%;
    margin: 0 auto;
  }
  .movie_inner p {
    font-size: 11px;
    margin-right: 0;
  }
  #movie_programBox {
    display: block !important;
  }
  #movie_programBox .channelbox_no {
    position: static;
    max-width: 100px;
    margin-left: 0;
    margin: 0 0 -5px -10px;
  }
  #movie_programBox .channelbox_program {
    position: static;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 6px 0;
    text-align: left;
  }
  #movie_programBox .live_mark {
    top: 0;
    font-size: 12px;
  }
  .messageBox {
    background: #FFB2B2;
    border: solid 1px #000;
    color: #000;
    font-size: 17px !important;
    text-align: center;
    margin: 0 auto;
    border-radius: 24px;
    box-shadow: 4px 4px #868686;
    width: 90%;
    padding: 15px 20px;
    cursor: pointer;
  }
  #timetable {
    max-width: 90%;
  }
  .timetable_tit img {
    max-width: 146px;
  }
  .timetable_text {
    display: block;
    margin-top: 0;
  }
  table {
    margin-top: 3px;
    margin-bottom: 20px;
  }
  th {
    border-collapse: collapse;
    border: 1px solid #fff !important;
    padding: 7px;
    line-height: 1.4rem;
  }
  td {
    font-size: 16px;
    border-collapse: collapse;
    padding: 7px;
    line-height: 1.4rem;
  }
  .ch {
    border-top: 1px solid #6abfb6 !important;
  }
  .time {
    border-left: 1px solid #878787 !important;
  }
  .timetable_text p {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    color: #484A4E;
  }
  .scroll {
    overflow: scroll;
    margin: 10px 0 0 0;
    height: 600px;
    clear: both;
  }
  .scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 100px;
  }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #444444;
    border-radius: 100px;
  }
  .fixed {
    position: sticky;
    top: 0;
    left: 0;
  }
  #foot copy {
    font-size: 11px;
    color: #fff;
  }
  .announce_time {
    margin-top: 20px;
    font-size: 14px;
  }
  .movie_bgDot {
    background-image: url("../img/bgDot_sp.png");
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
  }
  .infoWrap {
    flex-direction: column;
  }
  .infoBox01, .infobox02 {
    width: 100%; /* スマホではブラウザ幅いっぱいに表示 */
    padding: 20px;
    margin: 0 auto;
    padding: 0;
  }
  .infoBox01 {
    display: block;
  }
  .infobox02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .infobox02 .tv {
    width: 100%;
    background-image: url("../img/info02_deco.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center; /* 左右中央揃 */
  }
  .infobox02 .tv p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .infobox02 .tv p span {
    font-weight: bold;
  }
  .yumepote {
    position: absolute;
    top: -8vw; /*5px;*/
    right: 11.53vw; /*45px;*/
  }
  .yumepote img {
    width: 46vw;
  }
  .support_txt {
    margin: 0;
    line-height: 0;
  }
  .support_txt img {
    max-width: 230px;
  }
  /*
  #movie_programBox .titleArea h2 img,
  #message_area_Wrap .titleArea h2 img {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
    width: auto !important;
    max-width: 90vw;
    height: auto;
  }*/
}