@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
*,
:before,
:after {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-width: 0;
  border-style: solid;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  vertical-align: inherit;
  text-decoration: inherit;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
address,
th,
td,
label,
li {
  max-height: 100%;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  min-height: 1.5em;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
}

select {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
  color: inherit;
}

button {
  color: inherit;
  background: transparent;
}

[type=date],
[type=time] {
  color: inherit;
  background: transparent;
}

:root {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  font: 62.5%/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-sizing: normal;
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

pre {
  white-space: pre-wrap;
}

#loading_indicator {
  display: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
#loading_indicator.active {
  display: block;
  cursor: wait;
  pointer-events: auto;
}
#loading_indicator.active .box div {
  animation: loading_indicator 800ms ease infinite;
}
#loading_indicator .box {
  position: relative;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 16px;
}
#loading_indicator .box div {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  width: 8px;
  height: 16px;
  border-radius: 4px;
  background: #9A9EA7;
  opacity: 0.2;
}
#loading_indicator .box div:nth-child(1) {
  transform: translate(0, -16px);
  animation-delay: 0ms;
}
#loading_indicator .box div:nth-child(2) {
  transform: translate(12px, -12px) rotate(45deg);
  animation-delay: 100ms;
}
#loading_indicator .box div:nth-child(3) {
  transform: translate(16px, 0) rotate(90deg);
  animation-delay: 200ms;
}
#loading_indicator .box div:nth-child(4) {
  transform: translate(12px, 12px) rotate(-45deg);
  animation-delay: 300ms;
}
#loading_indicator .box div:nth-child(5) {
  transform: translate(0, 16px);
  animation-delay: 400ms;
}
#loading_indicator .box div:nth-child(6) {
  transform: translate(-12px, 12px) rotate(45deg);
  animation-delay: 500ms;
}
#loading_indicator .box div:nth-child(7) {
  transform: translate(-16px, 0) rotate(90deg);
  animation-delay: 600ms;
}
#loading_indicator .box div:nth-child(8) {
  transform: translate(-12px, -12px) rotate(-45deg);
  animation-delay: 700ms;
}

@keyframes loading_indicator {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.android_app_banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f8f9fa;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.android_app_banner .app_icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ccc no-repeat center;
  background-image: url("../img/common/android_app_banner/app_icon.png");
  background-size: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.android_app_banner .app_info {
  flex: 1;
  padding: 0 8px;
  line-height: 1.4;
}
.android_app_banner .app_info .app_name {
  color: #202124;
  font-size: 16px;
}
.android_app_banner .app_info .app_developer {
  color: #01875F;
  font-size: 13px;
}
.android_app_banner .get_it_on_badge {
  flex-shrink: 0;
  display: block;
  aspect-ratio: 31/9;
  width: 30%;
  max-width: 124px;
  max-height: 36px;
  background: no-repeat right center;
  background-image: url("../img/common/android_app_banner/google_play_badge_ja.png");
  background-size: contain;
}
.android_app_banner .get_it_on_badge::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

:root {
  background-color: #f5f5f5;
}

body {
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: #1a416d;
  text-decoration: none;
}
a:not(.btn):hover {
  text-decoration: none;
}

body {
  background: #fff;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  max-width: 100%;
  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

dd,
dt,
dl {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p a {
  text-decoration: underline;
}

.pc {
  display: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#glonav {
  background: #fff;
}
html[data-is-peacock=true] #glonav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  z-index: 400;
}
#glonav .main_bar {
  height: 88px;
}
#glonav .main_bar .content_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 16px;
}
#glonav .main_bar .content_wrapper .btn {
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  line-height: 40px;
  font-weight: 500;
  transition: all 0.3s ease;
}
#glonav .main_bar .content_wrapper .btn:active {
  transform: translateY(4px);
}
#glonav .main_bar .content_wrapper .btn.timetable, #glonav .main_bar .content_wrapper .btn.signup, #glonav .main_bar .content_wrapper .btn.account, #glonav .main_bar .content_wrapper .btn.signin, #glonav .main_bar .content_wrapper .btn.signout {
  display: none;
}
#glonav .main_bar .content_wrapper .btn.search {
  border: none;
  background-image: url(../../static/img/common/icon_search.svg);
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  padding: 10px 20px 0;
}
#glonav .main_bar .content_wrapper .glonav_search {
  display: none;
  margin: 0px 7vw;
}
#glonav .main_bar #btn_menu_open {
  display: block;
  width: 22px;
  height: 24px;
  background: no-repeat center;
  background-image: url(../../static/img/common/nav_icon_menu.svg);
  background-size: contain;
}
#glonav .side_menu {
  -webkit-pointer-events: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
}
#glonav .side_menu.active {
  -webkit-pointer-events: auto;
  pointer-events: auto;
}
#glonav .side_menu.active .body {
  opacity: 1;
  transform: translateX(0);
}
#glonav .side_menu .body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background: #212121;
  opacity: 0;
  overflow-y: auto;
  transition: all 0.3s ease;
}
#glonav .side_menu .body #btn_menu_close {
  position: fixed;
  display: block;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 40px;
  border: 0;
  background: transparent no-repeat center;
  background-image: url(../../static/img/common/icon_close_white.svg);
  transition: opacity 0.3s ease;
}
#glonav .side_menu .body #btn_menu_close:active {
  opacity: 0.5;
}
#glonav .side_menu .body .status {
  margin: 56px 0 16px;
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
}
#glonav .side_menu .body .status .info {
  font-weight: 700;
}
#glonav .side_menu .body .status .info .name {
  font-size: 18px;
}
#glonav .side_menu .body .status .info .name span {
  font-size: 16px;
  padding: 8px;
}
#glonav .side_menu .body .status .info .period {
  font-weight: 500;
  padding-top: 4px;
}
#glonav .side_menu .body .status .non_login {
  line-height: 48px;
  padding-left: 62px;
  background: no-repeat left;
  background-image: url("../img/common/side_menu/icon_user.svg");
  background-size: 48px;
}
#glonav .side_menu .body .menu_list .item {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin: 0 0 4px;
  border: 0;
  background: no-repeat left center;
  background-size: 22px;
  padding-left: 40px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
#glonav .side_menu .body .menu_list .item.home {
  background-image: url("../img/common/side_menu/icon_home.svg");
}
#glonav .side_menu .body .menu_list .item.search {
  background-image: url("../img/common/side_menu/icon_search.svg");
}
#glonav .side_menu .body .menu_list .item.timetable {
  background-image: url("../img/common/side_menu/icon_timetable.svg");
}
#glonav .side_menu .body .menu_list .item.information {
  background-image: url("../img/common/side_menu/icon_information.svg");
}
#glonav .side_menu .body .menu_list .item.faq {
  background-image: url("../img/common/side_menu/icon_faq.svg");
}
#glonav .side_menu .body .menu_list .item.guide {
  background-image: url("../img/common/side_menu/icon_guide.svg");
}
#glonav .side_menu .body .menu_list_low {
  margin-top: 12px;
}
#glonav .side_menu .body .menu_list_low .item {
  display: block;
  width: 100%;
  line-height: 36px;
  margin: 0 0 4px;
  border: 0;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
#glonav .side_menu .body #bottom_tray {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: calc(44px + env(safe-area-inset-bottom));
  margin-bottom: 20px;
  background: #212121;
}
#glonav .side_menu .body #bottom_tray a {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 0 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}
#glonav .side_menu .body #bottom_tray #btn_signup,
#glonav .side_menu .body #bottom_tray #btn_account {
  font-size: 16px;
  background-image: linear-gradient(180deg, #F43E32 0%, #BC3329 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
#glonav .side_menu .body #bottom_tray #btn_signin,
#glonav .side_menu .body #bottom_tray #btn_signout {
  font-size: 14px;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

@media print, screen and (min-width: 768px) {
  #glonav .header_line .right {
    display: block;
  }
  #glonav .main_bar .content_wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  #glonav .main_bar .content_wrapper .btn.timetable {
    display: block;
    margin-left: 32px;
    padding-left: 48px;
    background: #1a416d no-repeat 16px center;
    background-image: url("../img/common/glonav_icon_timetable.svg");
    color: #fff;
  }
  #glonav .main_bar .content_wrapper .btn.timetable:hover {
    background-color: #1f4d82;
  }
  #glonav .main_bar .content_wrapper .btn.signup, #glonav .main_bar .content_wrapper .btn.account {
    display: block;
    background: #b6111d;
    color: #fff;
  }
  #glonav .main_bar .content_wrapper .btn.signup:hover, #glonav .main_bar .content_wrapper .btn.account:hover {
    background-color: #cd1321;
  }
  #glonav .main_bar .content_wrapper .btn.signin, #glonav .main_bar .content_wrapper .btn.signout {
    display: block;
    margin-left: 16px;
    background: #f5f5f5;
    color: #212121;
  }
  #glonav .main_bar .content_wrapper .btn.signin:hover, #glonav .main_bar .content_wrapper .btn.signout:hover {
    background-color: #e8e8e8;
  }
  #glonav .main_bar .content_wrapper .btn.search {
    display: none;
  }
  #glonav .main_bar .content_wrapper .glonav_search {
    display: block;
    flex: 1;
    position: relative;
  }
  #glonav .main_bar .content_wrapper .glonav_search [type=search] {
    display: block;
    width: 360px;
    height: 40px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 48px;
    border: 1px solid #1a416d;
    border-radius: 8px;
    background: no-repeat calc(100% - 12px) center;
  }
  #glonav .main_bar .content_wrapper .glonav_search .btn_search {
    position: absolute;
    top: calc(50% - 12px);
    right: 8px;
    cursor: pointer;
  }
  #glonav .main_bar .content_wrapper #navToggle {
    display: none;
  }
  #glonav .main_bar #btn_menu_open {
    display: none;
  }
}
#cookie_policy_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 180px;
  z-index: 200;
}
#cookie_policy_area #inner_area {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  overflow-y: auto;
  transition: all 0.3s ease;
  padding: 16px;
  border-top: solid 1px #E0E0E0;
  box-shadow: 0 0 4px #E0E0E0;
}
#cookie_policy_area #inner_area .text_area {
  font-size: 14px;
  font-weight: normal;
}
#cookie_policy_area #inner_area .text_area .link {
  color: #0080CC;
}
#cookie_policy_area #inner_area .bottom_area {
  padding-top: 20px;
  padding-bottom: 10px;
}
#cookie_policy_area #inner_area .bottom_area .close_button {
  display: block;
  background-color: #1a416d;
  text-align: center;
  color: #FFF;
  border-radius: 6px;
  width: 120px;
  margin: 0 auto;
  padding: 6px 0;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  #cookie_policy_area {
    height: 80px;
  }
  #cookie_policy_area #inner_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #cookie_policy_area #inner_area .bottom_area {
    padding: 0;
  }
}
#category_bar {
  background: #fff;
  position: inherit;
  z-index: 300;
  width: 100%;
}
html[data-is-peacock=true] #category_bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
#category_bar ul {
  overflow-x: auto;
  display: flex;
  padding: 6px 0 8px;
  list-style: none;
}
#category_bar ul .pc_only {
  display: none;
}
#category_bar ul::-webkit-scrollbar {
  display: none;
}
#category_bar ul::-webkit-scrollbar-track {
  display: none;
}
#category_bar ul::-webkit-scrollbar-thumb {
  display: none;
}
#category_bar ul li {
  flex-shrink: 0;
  margin-right: 4px;
}
#category_bar ul li:first-child {
  margin-left: 16px;
}
#category_bar ul li:last-child {
  margin-right: 16px;
}
#category_bar ul li.active a:not(.sub_item a) {
  color: #fff;
  background: #1a416d;
  border-radius: 999px;
}
#category_bar ul li.active.sub_item a {
  color: #fff;
  background: #1a416d;
  border-radius: 999px;
}
#category_bar ul li a {
  display: inline-block;
  padding: 6px 12px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#category_bar ul li a:hover {
  text-decoration: none;
}
#category_bar ul .category {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #category_bar ul {
    overflow: visible;
    justify-content: center;
  }
  #category_bar ul .sp_only {
    display: none;
  }
  #category_bar ul .pc_only {
    display: block;
  }
  #category_bar ul .category {
    position: relative;
    display: block;
  }
  #category_bar ul .category ul {
    flex-direction: column;
    height: auto;
  }
  #category_bar ul .category:hover .sub_menu {
    height: auto;
    opacity: 1;
  }
  #category_bar ul .category:hover .sub_menu .sub_item a {
    transform: translateY(0);
  }
  #category_bar ul .category .sub_menu {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -68px;
    width: 240px;
    height: 0;
    opacity: 0;
    transform: all 0.5 ease;
    background: #fff;
    border-radius: 4px;
    margin: 32px 0 0;
  }
  #category_bar ul .category .sub_menu .sub_item {
    width: auto;
    height: 100%;
    text-align: center;
    margin: 4px 8px;
  }
  #category_bar ul .category .sub_menu .sub_item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 6px 12px;
    transform: translateY(-10px);
    transition: all 0.5s ease;
  }
  #category_bar ul .category .sub_menu .sub_item a:hover {
    background: #D6E0E8;
    border-radius: 900px;
    color: #000;
  }
  #category_bar ul .category .sub_menu .sub_item.active a {
    color: #FFF;
  }
}
#live_player_container .player_wrapper {
  width: 100%;
  margin: 0 auto;
}
#live_player_container .quality_controller {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-bottom: 1px solid #E0E0E0;
}
#live_player_container .quality_controller .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  height: 20px;
  margin: 0 6px;
  padding: 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #E0E0E0;
  border-radius: 4px;
  color: #616161;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
#live_player_container .quality_controller .btn.active {
  color: #fff;
  background: #0080CC;
}
#live_player_container .quality_controller .btn:disabled {
  cursor: not-allowed;
  color: #fff;
  opacity: 0.3;
}

#viewLive {
  background-color: #FFF;
  color: #333;
}
#viewLive #movie {
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
#viewLive .view {
  width: 100%;
  margin: 0;
}
#viewLive .name {
  color: #003E70;
}
#viewLive #rewind_button {
  cursor: pointer;
  flex: none;
}

@media print, screen and (min-width: 768px) {
  #viewLive .liveInfo {
    width: 720px;
    margin: auto;
  }
}
#section_live_detail {
  padding: 20px;
  margin: 0;
  width: 100%;
}
#section_live_detail .arrow,
#section_live_detail .no {
  display: flex;
  color: #212121;
  padding-left: 0;
  align-items: center;
  margin-bottom: 10px;
}
#section_live_detail .arrow .program_img,
#section_live_detail .no .program_img {
  display: flex;
  align-items: center;
  width: 40px;
  margin-right: 10px;
}
#section_live_detail .subject {
  padding-right: 10px;
  font-weight: bold;
}
#section_live_detail .arrow::before {
  content: none;
}
#section_live_detail .arrow::after {
  right: 0;
  left: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1a416d;
  border-right: 2px solid #1a416d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_live_detail hgroup {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
}
#section_live_detail .notice {
  margin-top: 15px;
  color: #979797;
  font-size: 13px;
  font-weight: normal;
}
#section_live_detail span {
  font-weight: bold;
  color: #FFF;
  background-color: #F44336;
  font-size: 12px;
  padding: 4px;
  border-radius: 5px;
  margin-right: 10px;
}
#section_live_detail .h3 {
  color: #3C3C43;
  font-weight: 600;
}
#section_live_detail .content {
  margin-bottom: 20px;
  font-weight: normal;
}
#section_live_detail .sub_program {
  font-size: 14px;
  background-color: #E0E0E0;
  font-weight: bold;
  border-radius: 4px;
  padding: 12px;
  color: #003E70;
}
#section_live_detail .sub_program .detail_area .foot {
  display: flex;
  margin-bottom: 4px;
}
#section_live_detail .sub_program .detail_area .foot .title {
  background-color: #003E70;
  color: #FFF;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 4px;
  padding: 0 4px;
  white-space: nowrap;
  height: 25px;
}

@media print, screen and (min-width: 768px) {
  #section_live_detail {
    width: 720px;
    margin: auto;
  }
}
/*-----------------------------------------------------------------------
	出演者エリア
-----------------------------------------------------------------------*/
#performer_panel {
  margin-bottom: 12px;
}
#performer_panel .performer_block {
  display: flex;
}

/*-----------------------------------------------------------------------
	タグエリア
-----------------------------------------------------------------------*/
#video_tag_panel {
  margin-bottom: 12px;
}
#video_tag_panel .name {
  font-weight: bold;
}

#information_panel .info_title {
  display: none;
}
#information_panel .lp {
  display: none;
}

.bottom_banner {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #information_panel {
    display: block;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
  #information_panel #information {
    padding-top: 0;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  #information_panel #information .info_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: solid 4px #1a416d;
    padding-left: 8px;
    padding-right: 10px;
  }
  #information_panel #information .info_title .btnInfo a {
    display: inline-block;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    border-radius: 13px;
    background: #fff;
    color: #1a416d;
    padding: 0 12px 0 22px;
    border: 1px solid #fff;
    padding: 0 28px 0 18px;
  }
  #information_panel #information .info_title .btnInfo .arrow::before {
    content: none;
  }
  #information_panel #information .info_title .btnInfo .arrow::after {
    right: 0;
    left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1a416d;
    border-right: 2px solid #1a416d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #information_panel #information .info_title .btnInfo a:hover {
    transition: 0.3s;
    color: #fff;
    background: #1a416d;
  }
  #information_panel #information .info_title .btnInfo .arrow::before,
  #information_panel #information .info_title .btnInfo .arrow::after {
    border-color: #fff;
  }
  #information_panel #information .info_title .btnInfo .arrow::after {
    right: 14px;
  }
  #information_panel #information .more {
    display: none;
  }
  #information_panel .lp {
    display: block;
    min-width: 200px;
  }
  #information_panel .lp img {
    width: 100%;
  }
  .bottom_banner {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
  .bottom_banner .lp {
    width: 33.3333333333%;
    margin-right: 30px;
  }
  .bottom_banner .lp img {
    width: 100%;
  }
  .bottom_banner .lp:nth-child(3) {
    margin-right: 0;
  }
}
#information {
  color: #333;
  width: 100%;
  padding: 3vw 2vw;
}
#information .inner {
  width: 100%;
  border: solid 1px #E0E0E0;
  border-radius: 8px;
  padding: 2vw;
}
#information .list {
  min-height: 30vw;
  max-height: 80vw;
  padding-right: 10px;
  margin-bottom: 4px;
}
#information .info_block {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #E0E0E0;
  padding: 4px;
  text-decoration: none;
}
#information .info_block .left_area {
  width: 70%;
  padding-right: 10px;
}
#information .info_block .left_area .top_content {
  display: flex;
  font-size: 12px;
}
#information .info_block .left_area .top_content .new {
  font-weight: bold;
  background-color: #F44336;
  color: #FFF;
  border-radius: 4px;
  line-height: 16px;
  height: 16px;
  padding: 0 3px;
  margin-right: 6px;
}
#information .info_block .left_area .top_content .date {
  color: #808080;
}
#information .info_block .left_area .title {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
#information .info_block .info_img {
  width: 30%;
}
#information .info_block .info_img image {
  width: 100%;
}
#information .info_block:hover {
  opacity: 0.7;
}
#information .more {
  display: flex;
  justify-content: flex-end;
}
#information .more .btnInfo {
  text-align: right;
  padding-right: 2vw;
}
#information .more .btnInfo a {
  display: inline-block;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 13px;
  background: #fff;
  color: #1a416d;
  padding: 0 12px 0 22px;
  border: 1px solid #fff;
}
#information .more .btnInfo .arrow::before {
  content: none;
}
#information .more .btnInfo .arrow::after {
  right: 0;
  left: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1a416d;
  border-right: 2px solid #1a416d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  #information .inner {
    width: 100%;
    border: none;
    padding: 1vw 0;
  }
  #information .list {
    min-height: inherit;
    max-height: inherit;
    height: 80%;
    margin-bottom: 30px;
    border-top: solid 1px #E0E0E0;
  }
  #information .info_block {
    padding: 8px 4px;
    justify-content: space-between;
  }
  #information .info_block .left_area {
    width: 80%;
  }
  #information .info_block .info_img {
    width: 15%;
  }
  #information .info_block .info_img img {
    display: flex;
    align-items: center;
  }
}
/*-----------------------------------------------------------------------
	VOD一覧エリア
-----------------------------------------------------------------------*/
#listPerformer {
  display: none;
}
#listPerformer.appear {
  display: block;
  animation: show 0.5s linear 0s;
}

#progReco {
  animation: show 0.5s linear 0s;
}

.vodList {
  margin-bottom: 20px;
  padding: 0 5%;
  -webkit-user-select: none;
  user-select: none;
}
.vodList .new::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(135deg, #F44336 0 3rem, transparent 3rem);
  content: "";
}
.vodList .new::after {
  position: absolute;
  top: 15px;
  left: 3px;
  color: #FFF;
  font-size: 8px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  text-align: center;
  content: "new";
}
.vodList .recommend::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(135deg, #FABE00 0 3rem, transparent 3rem);
  content: "";
}
.vodList .recommend::after {
  position: absolute;
  top: 17px;
  left: -2px;
  color: #FFF;
  font-size: 8px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  text-align: center;
  content: "オススメ";
}
.vodList .image {
  min-height: 85px;
}
.vodList .image.lock::after {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12vw;
  height: 12vw;
  background: url(../img/common/icon_standard.svg) left top no-repeat;
  background-size: 100% 100%;
}
.vodList .standard {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 75%;
  height: 75%;
  background: url(../img/common/standard_badge.svg) right top no-repeat;
  background-size: 75%;
  z-index: 1;
}
.vodList .mask {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  height: auto;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.vodList .next_load {
  text-align: center;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
.vodList .next_load button {
  background-color: #1a416d;
  color: #FFF;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: bold;
}
.vodList .vodSlide ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.vodList .vodSlide ul li a:hover .image.lock::after {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12vw;
  height: 12vw;
  background: url(../img/common/icon_standard.svg) left top no-repeat;
  background-size: 100% 100%;
}
.vodList .vodSlide ul li .image.lock::after {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12vw;
  height: 12vw;
  background: url(../img/common/icon_standard.svg) left top no-repeat;
  background-size: 100% 100%;
}
.vodList .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  font-size: 14px;
}
.vodList .title h3 {
  font-size:16px;
  color: #003E70;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: solid 4px #003E70;
  padding-left: 8px;
  opacity: 1;
}
.vodList .title h3::before {
  content: none;
}
.vodList .title.program .thumb_img {
  display: flex;
  align-items: center;
  width: 40px;
}
.vodList .title.program .program_name {
  color: #003E70;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  font-size: 14px;
  font-weight: bold;
}
.vodList .title.program .btnCategory {
  margin-left: auto;
}
.vodList .title .btnCategory {
  width: 40%;
  text-align: right;
}
.vodList .title .btnCategory a {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #1a416d;
  line-height: 30px;
  padding: 0 22px 0 12px;
  transition: 0.3s;
  border: none;
  text-decoration: none;
}
.vodList .title .btnCategory a span {
  display: none;
}
.vodList .title .btnCategory .arrow::before {
  content: none;
}
.vodList .title .btnCategory .arrow::after {
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1a416d;
  border-right: 2px solid #1a416d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vodList .title .btnCategory a:hover {
  transition: 0.3s;
  color: #fff;
  background: #1a416d;
}
.vodList .title .btnCategory a:hover .arrow::before,
.vodList .title .btnCategory a:hover .arrow::after {
  border-color: #fff;
}
.vodList .vodListAll ul {
  flex-direction: column;
}
.vodList .vodListAll ul li {
  width: 100%;
  margin-bottom: 6px;
}
.vodList .vodListAll ul li a {
  display: flex;
  min-height: 80px;
}
.vodList .vodListAll ul li .image {
  width: 45%;
  margin-bottom: 20px;
}
.vodList .vodListAll ul li .image .recommend::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(135deg, #FABE00 0 3rem, transparent 3rem);
  content: "";
}
.vodList .vodListAll ul li .image .recommend::after {
  position: absolute;
  top: 17px;
  left: -2px;
  color: #FFF;
  font-size: 8px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  text-align: center;
  content: "オススメ";
}
.vodList .vodListAll ul li .image.lock::after {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12vw;
  height: 12vw;
  background: url(../img/common/icon_standard.svg) left top no-repeat;
  background-size: 100% 100%;
}
.vodList .vodListAll ul li .video_detail {
  width: 55%;
  padding: 2px 8px;
}
.vodList .vodListAll ul li .video_detail p {
  position: relative;
  margin-bottom: 0px;
}
.vodList .vodListAll ul li .video_detail p.date {
  font-size: 12px;
  color: #1a416d;
  line-height: 1.5;
  font-weight: normal;
}
.vodList .vodListAll ul li .video_detail p.program {
  font-size: 12px;
  line-height: 1.4;
  color:#979797;
  font-weight: normal;
}
.vodList .vodListAll ul li .video_detail p.title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  align-items: start;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom:0px;
}
@media print, screen and (max-width: 767px) {
  .video_block .video_detail p.title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  }
}
@media print, screen and (max-width: 767px) {
  .vodList .vodListAll ul li .video_detail p.theme {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
  .vodList .vodListAll ul li .video_detail p.theme:hover {
    white-space: normal ;
  }
}
@media print, screen and (min-width: 768px) {
  .vodList .vodListAll ul li .video_detail p.theme {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
    text-align: end;
  }
  .pc a {
    display: inline-block;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #1a416d;
    line-height: 30px;
    padding: 0 12px 0 22px;
    transition: 0.3s;
    border: none;
    text-decoration: none;
    border-radius: 15px;
    padding: 0 28px 0 18px;
  }
  .pc a span {
    display: none;
  }
  .pc .arrow::before {
    content: none;
  }
  .pc .arrow::after {
    right: 0;
    left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1a416d;
    border-right: 2px solid #1a416d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pc a:hover {
    transition: 0.3s;
    color: #fff;
    background: #1a416d;
  }
  .pc .arrow::before,
  .pc .arrow::after {
    border-color: #fff;
  }
  .pc .arrow::after {
    right: 14px;
  }
  .vodList {
    padding: 0 8vw;
  }
  @media print, screen and (max-width: 1279px) {
    .vodList {
      padding: 0 4vw;
    }
  }
  .vodList.top {
    display: none;
  }
  .vodList.top.appear {
    display: block;
    animation: show 0.5s linear 0s;
  }
  .vodList.top > .title {
    display: none;
  }
  .vodList .image.lock::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
  }
  .vodList .vodListAll ul {
    flex-direction: row;
  }
  .vodList .vodListAll ul li {
    width: 23.6%;
    margin-bottom: 20px;
  }
  .vodList .vodListAll ul li .image {
    width: 100%;
    margin-bottom: 8px;
  }
  .vodList .vodListAll ul li .image.lock::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
  }
  .vodList .vodListAll ul li a {
    display: block;
  }
  .vodList .vodListAll ul li a:hover {
    opacity: 0.6;
  }
  .vodList .vodListAll ul li .video_detail {
    width: 100%;
    padding: 0;
  }
  .vodList .vodListAll ul li .video_detail p.program
  {
    font-size: 14px;
    margin: 3px 0;
  }
  .vodList .vodListAll ul li .video_detail p.title
  {
    font-size: 18px;
    line-height:1.5;
    margin-bottom:3px;
  }
  .vodList .title .btnCategory a {
    padding: 0 28px 0 18px;
    font-size: 15px;
  }
  .vodList .title .btnCategory a span {
    display: inline;
  }
  .vodList .title .btnCategory .arrow::after {
    right: 14px;
    width: 10px;
    height: 10px;
  }
  .vodList .vodSlide ul li .image.lock::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
  }
  .vodList .vodSlide ul li a:hover .image.lock::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
  }
  .vodList .vodSlide ul li .program {
    font-size: 14px;
    margin: 3px 0;
  }
}
.video_block {
  display: flex;
  color: #333;
  margin-bottom: 6px;
  min-height: 80px;
}
.video_block .image {
  width: 45%;
  position: relative;
  font-size: 13px;
  color: #fff;
  line-height: 0;
  margin-bottom: 20px;
}
.video_block .image .time {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 5px;
  background: #000;
  line-height: 1;
}
.video_block .image .new::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(135deg, #F44336 0 3rem, transparent 3rem);
  content: "";
}
.video_block .image .new::after {
  position: absolute;
  top: 15px;
  left: 3px;
  color: #FFF;
  font-size: 8px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  text-align: center;
  content: "new";
}
.video_block .image .recommend::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(135deg, #FABE00 0 3rem, transparent 3rem);
  content: "";
}
.video_block .image .recommend::after {
  position: absolute;
  top: 17px;
  left: -2px;
  color: #FFF;
  font-size: 8px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  text-align: center;
  content: "オススメ";
}
.video_block .video_detail {
  width: 55%;
  padding: 2px 8px;
  overflow: hidden;
}
.video_block .video_detail p {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0px;
}
.video_block .video_detail p.date {
  font-size: 12px;
  color: #1a416d;
  font-weight: normal;
}
.video_block .video_detail p.program {
  margin: 0;
  font-size: 12px;
  color: #979797;
  line-height: 1.4;
  font-weight:normal;
}
@media print, screen and (min-width: 768px) {
  .video_block .video_detail p.program {
    font-size: 14px;
    margin: 3px 0;
  }
}
.video_block .video_detail p.title {
  font-size: 15px;
  font-weight: bold;
  align-items: start;
}
@media print, screen and (max-width: 767px) {
  .video_block .video_detail p.title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 768px) {
  .video_block .video_detail p.title {
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 3px;
  }
}
.video_block .video_detail p.theme {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .video_block .video_detail p.theme {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .video_block .video_detail p.theme {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.video_block:hover {
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  .video_area {
    display: flex;
    flex-wrap: wrap;
  }
  .video_block {
    flex-direction: column;
    width: calc(24.6% - 16px);
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .video_block .image {
    width: 100%;
    margin-bottom: 10px;
  }
  .video_block .image::after {
    bottom: 7px;
    left: 7px;
    width: 45px;
    height: 45px;
  }
  .video_block .video_detail {
    width: 100%;
    padding: 0;
  }
  .video_block:nth-child(4) {
    margin-right: 0;
  }
}
/*-----------------------------------------------------------------------
	カテゴリ毎のVODリスト
-----------------------------------------------------------------------*/
#tabMenu {
  padding-top: 15px;
  margin-top: 0;
  background-color: #FFF;
  border: none;
}
#tabMenu ul {
  width: 100%;
  justify-content: space-evenly;
  padding: 10px 10px;
  border-top: 1px solid #ccc;
}
#tabMenu ul li {
  width: auto;
  font-size: 13px;
  color: #333;
  background-color: #FFF;
  border: none;
  margin: 0 3px;
  padding: 4px 12px;
}
#tabMenu ul li.active {
  color: #FFF;
  background-color: #003E70;
  border: none;
  border-radius: 19px;
}

@media print, screen and (min-width: 768px) {
  #tabMenu ul li {
    font-size: 14px;
  }
}
#quick {
  background-color: #0A0B0E;
  color: #FFF;
}
#quick .outer {
  padding: 16px;
  padding-top: 6px;
}
#quick .outer .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}
#quick .outer .head .quick_logo {
  background-image: url(../../static/img/common/quick_logo.svg);
  background-position: center;
  background-size: 40px 20px;
  background-repeat: no-repeat;
  padding: 10px 20px 0;
  display: block;
  height: 100%;
}
#quick .outer .head .update_time {
  font-size: 11px;
  opacity: 0.6;
}
#quick .outer .inner {
  height: 75px;
  overflow-y: scroll;
}
#quick .outer .inner.live {
  height: 150px;
}
#quick .outer .inner .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#quick .outer .inner .item .time {
  width: 10%;
  margin-right: 10px;
  font-size: 11px;
  opacity: 0.7;
}
#quick .outer .inner .item .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  #quick_panel {
    min-width: 200px;
    width: 30%;
    padding-top: 42%;
    position: relative;
  }
  #quick_panel.live {
    max-width: 960px;
    height: 250px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    width: 100%;
    margin-top: 12px;
    padding-top: 0;
  }
  #quick {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
  #quick.live {
    width: 40%;
    position: static;
  }
  #quick .outer .head {
    height: 40px;
  }
  #quick .outer .head .quick_logo {
    background-size: 70px 40px;
    padding: 10px 34px 0;
  }
}
#quick_detail {
  color: #333;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: #FFF;
  border-radius: 12px 12px 0 0;
  border-top: solid 1px #E0E0E0;
  padding: 20px;
  width: 100%;
  box-shadow: 0 0 4px #E0E0E0;
}
#quick_detail .btn_area {
  margin-bottom: 8px;
  border-bottom: solid 1px #CCC;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
#quick_detail .btn_area .prev_area,
#quick_detail .btn_area .next_area {
  position: relative;
  width: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 30px;
}
#quick_detail .btn_area .prev_area.last {
  margin-right: 70px;
}
#quick_detail .btn_area .prev_area.no_last {
  margin-right: 0;
}
#quick_detail .btn_area .next_area {
  margin-right: 10px;
}
#quick_detail .btn_area .prev_area::after,
#quick_detail .btn_area .next_area::after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  width: 13px;
  height: 13px;
  border-top: 2px solid #0A0B0E;
  border-right: 2px solid #0A0B0E;
  cursor: pointer;
}
#quick_detail .btn_area .prev_area::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#quick_detail .btn_area .next_area::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#quick_detail .btn_area .btn.close {
  background-image: url(../../static/img/common/icon_close.svg);
  background-position: bottom;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  padding: 10px 20px 0;
  display: block;
  margin: 0 auto 0 0;
}
#quick_detail.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
#quick_detail .contents {
  width: calc(100% + 20px);
  word-break: break-word;
  overflow-y: scroll;
  height: 100%;
  padding-right: 20px;
}
#quick_detail .contents .head {
  border-bottom: solid 1px #CCC;
  padding-bottom: 10px;
}
#quick_detail .contents .head h3 {
  font-weight: bold;
  opacity: 1;
}
#quick_detail .contents .head .date {
  font-size: 12px;
  opacity: 0.8;
}
#quick_detail .contents .detail {
  padding-top: 20px;
  padding-bottom: 100px;
  font-size: 14px;
  color: #0A0B0E;
  font-weight: normal;
}
#quick_detail .contents .detail.only_area {
  background-color: #0A0B0E;
  height: 200px;
}

@media print, screen and (min-width: 768px) {
  #quick_detail {
    position: absolute;
    height: 90%;
    border-radius: 12px 0 0 12px;
    bottom: 8px;
    left: -30vw;
    width: calc(100% + 30vw);
    box-shadow: none;
  }
  #quick_detail .contents {
    height: 90%;
  }
  #quick_detail.live {
    display: block;
    position: static;
    height: 100%;
    width: 60%;
    border: solid 1px #E0E0E0;
    border-radius: 0;
    padding: 16px;
  }
  #quick_detail.live .btn_area {
    display: none;
  }
  #quick_detail.live .contents {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }
  #quick_detail.live .contents .head {
    padding-bottom: 6px;
  }
  #quick_detail.live .contents .detail {
    padding: 6px 0;
  }
  #quick_detail .btn_area .btn.close {
    cursor: pointer;
  }
  #quick_detail.is-animated {
    animation: slideIn-pc 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
}
@media print, screen and (min-width: 1080px) {
  #quick_detail {
    left: -20vw;
    width: calc(100% + 20vw);
  }
}
@media print, screen and (min-width: 1280px) {
  #quick_detail {
    left: -10vw;
    width: calc(100% + 10vw);
  }
}
.standard_only {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.standard_only .plan_icon {
  background-image: url(../../static/img/common/icon_standard.svg);
  background-position: bottom;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding: 80px 30px 0;
  display: block;
}
.standard_only .message {
  color: #FFF;
  margin-top: 14px;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-pc {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  #quick {
    width: 100%;
  }
  #quick .outer {
    height: 100%;
  }
  #quick .outer .inner {
    height: calc(100% - 50px);
  }
  #quick .outer .inner.live {
    height: calc(100% - 50px);
  }
  #quick .outer .inner .item {
    margin-bottom: 6px;
  }
}
#wrap_live_player {
  background-color: #232323;
}

#live_player_container {
  position: relative;
}
#live_player_container .back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#live_player_container .back img {
  width: 100%;
}

#btn_unmute {
  position: absolute;
  display: none;
  top: 16px;
  right: 16px;
  height: 32px;
  padding: 0 8px;
  padding-left: 32px;
  border-radius: 8px;
  background: #dce3ea no-repeat 8px center;
  background-size: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE2IDEyIj48cGF0aCBmaWxsPSIjMDAzRTcwIiBkPSJNNy41NjMuMDY5QS43NS43NSAwIDAgMSA4IC43NDl2MTAuNWEuNzUuNzUgMCAwIDEtMS4yMzguNTdMMy40NzIgOUgxLjc1QTEuNzUgMS43NSAwIDAgMSAwIDcuMjV2LTIuNUMwIDMuNzg1Ljc4NCAzIDEuNzUgM2gxLjcyM0w2Ljc2Mi4xOGEuNzUuNzUgMCAwIDEgLjgwMS0uMTFaTTYuNSAyLjM3OSA0LjIzOCA0LjMyYS43NS43NSAwIDAgMS0uNDg4LjE4aC0yYS4yNS4yNSAwIDAgMC0uMjUuMjV2Mi41YzAgLjEzOS4xMTIuMjUuMjUuMjVoMmEuNzUuNzUgMCAwIDEgLjQ4OC4xOEw2LjUgOS42MlYyLjM4Wk0xMi41OTYuMzQzYS43NS43NSAwIDAgMSAxLjA2IDAgOCA4IDAgMCAxIDAgMTEuMzE0Ljc1Ljc1IDAgMCAxLTEuMDYtMS4wNiA2LjUgNi41IDAgMCAwIDAtOS4xOTMuNzUuNzUgMCAwIDEgMC0xLjA2Vi4zNDJabS0xLjA2IDIuMTJhLjc1Ljc1IDAgMSAwLTEuMDYxIDEuMDYyIDMuNSAzLjUgMCAwIDEgMCA0Ljk1Ljc1Ljc1IDAgMSAwIDEuMDYgMS4wNiA1IDUgMCAwIDAgMC03LjA3bC4wMDEtLjAwMVoiLz48L3N2Zz4=");
  color: #1a416d;
  font-weight: 600;
  z-index: 100;
}
#btn_unmute.show {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  #section_live_player.live {
    display: block;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
  #section_live_player.top {
    display: flex;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
  #section_live_player.top .live_contents {
    min-width: 500px;
    width: 70%;
  }
}
/*------------------------------------------------------------------------------
//	視聴画面
------------------------------------------------------------------------------*/
#viewLive {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  color: #fff;
  background: #232323;
}
#viewLive .title {
  background: #3f3f3f;
}
#viewLive .title h2 {
  display: inline-block;
  text-align: center;
  background: #b6111d;
  font-size: 3vw;
  line-height: 1.2;
  padding: 0px 5% 9px;
}
@media print, screen and (min-width: 768px) {
  #viewLive .title h2 {
    font-size: 15px;
    padding: 20px 30px 25px;
  }
}
#viewLive .title h2 span {
  position: relative;
  top: 4px;
  font-size: 6vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  #viewLive .title h2 span {
    font-size: 36px;
    margin-right: 0px;
    top: 0;
  }
}
#viewLive #timetable {
  position: fixed;
  width: 60%;
  height: 100%;
  top: 0;
  right: -60%;
  transition: 0.3s;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #viewLive #timetable {
    position: absolute;
    top: 66px;
    right: -260px;
    width: 300px;
  }
}
#viewLive #timetable.appear {
  right: 0px;
  transition: 0.3s;
  z-index: 200;
}
@media print, screen and (min-width: 768px) {
  #viewLive #timetable.appear #btnTT.arrow::before {
    left: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}
#viewLive #timetable #btnTT {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #viewLive #timetable #btnTT {
    display: block;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    padding-top: 15px;
    width: 40px;
    height: 156px;
    line-height: 40px;
    letter-spacing: 0.1em;
    background: #b6111d;
    border-radius: 5px 0 0 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 768px) {
  #viewLive #timetable #btnTT.arrow {
    padding: 15px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #viewLive #timetable #btnTT.arrow::before {
    top: 120px;
    left: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
  }
}
#viewLive #timetable .inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 15px;
  color: #000;
  background: #fff;
  overflow-y: scroll;
}
@media print, screen and (min-width: 768px) {
  #viewLive #timetable .inner {
    position: absolute;
    top: 0;
    left: 40px;
    height: 500px;
    width: 260px;
    border-top: 1px solid #b6111d;
    border-bottom: 1px solid #b6111d;
    border-left: 3px solid #b6111d;
  }
}
#viewLive #timetable .inner .text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
#viewLive #timetable .inner .text .title {
  width: calc(100% - 3.2em);
  background: none;
  padding: 0;
}
#viewLive #timetable .inner .text .theme {
  width: calc(100% - 3.8em);
  margin-left: 3.8em;
  font-size: 12px;
}
#viewLive #timetable .inner .text .theme strong {
  color: #fff;
  margin-right: 4px;
  padding: 2px 4px;
  border-radius: 3px;
  background: #000;
}
#viewLive #btnTTsp {
  position: absolute;
  top: 1vw;
  right: 15%;
  height: 7vw;
  line-height: 7vw;
  font-size: 3.6vw;
  padding: 0 2vw 0 5vw;
  background: #b6111d;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #viewLive #btnTTsp {
    display: none;
  }
}
#viewLive #btnTTsp.arrow::before {
  left: 6px;
  border-color: #fff;
}
#viewLive #btnTWsp {
  position: absolute;
  top: 1vw;
  right: 5%;
  width: 7vw;
  height: 7vw;
  background: #2da2ee;
  border-radius: 5px;
  text-align: center;
  line-height: 6vw;
  padding-top: 1vw;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #viewLive #btnTWsp {
    display: none;
  }
}
#viewLive #btnTWsp img {
  width: 4vw;
  height: auto;
}
#viewLive #twTL {
  position: fixed;
  top: 0;
  right: -60%;
  width: 60%;
  height: 100%;
  z-index: 10;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  #viewLive #twTL {
    position: absolute;
    width: 260px;
    top: 66px;
    right: -260px;
  }
}
#viewLive #twTL.appear {
  right: 0px;
  transition: 0.3s;
  z-index: 200;
}
#viewLive #twTL #btnTW {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #viewLive #twTL #btnTW {
    display: block;
    position: absolute;
    top: 165px;
    right: inherit;
    left: -40px;
    padding-top: 5px;
    width: 40px;
    height: 48px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: #2da2ee;
    cursor: pointer;
  }
}
#viewLive #twTL #btnTW img {
  width: 20px;
}
#viewLive #twTL .inner {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  #viewLive #twTL .inner {
    left: 0px;
    width: 260px;
    height: 500px;
    border-top: 1px solid #2da2ee;
    border-bottom: 1px solid #2da2ee;
    border-left: 3px solid #2da2ee;
  }
}
#viewLive #twTL .inner iframe {
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  #viewLive #twTL .inner iframe {
    height: inherit;
  }
}
#viewLive .view {
  width: 90%;
  margin: 20px auto 20px;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.4);
  line-height: 0;
}
@media print, screen and (min-width: 768px) {
  #viewLive .view {
    width: 720px;
    margin: 20px auto 30px;
  }
}
@media print, screen and (min-width: 1080px) {
  #viewLive .view {
    margin: -40px auto 30px;
  }
}
#viewLive .view img {
  width: 100%;
  height: auto;
}
#viewLive .information {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #viewLive .information {
    width: 720px;
  }
}
#viewLive .information .title {
  display: flex;
  justify-content: space-between;
  background: none;
  margin-bottom: 10px;
}
#viewLive .information .title h3 {
  font-size: 18px;
  font-weight: bold;
}
#viewLive .information .title .btnInfo {
  text-align: right;
}
#viewLive .information .title .btnInfo a {
  display: inline-block;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 29px;
  border-radius: 15px;
  background: #fff;
  color: #1a416d;
  padding: 0 15px 0 25px;
  border: 1px solid #fff;
}
#viewLive .information .title .btnInfo a span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #viewLive .information .title .btnInfo a span {
    display: inline;
  }
}
#viewLive .information .title .btnInfo a:hover {
  color: #fff;
  background: #1a416d;
  transition: 0.3s;
}
#viewLive .information .title .btnInfo a:hover.arrow::before {
  border-color: #fff;
  transition: 0.3s;
}
#viewLive .information .title .btnInfo .arrow::before {
  left: 12px;
  transition: 0.3s;
}
#viewLive .information dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #viewLive .information dl {
    padding-bottom: 40px;
  }
}
#viewLive .information dl dt {
  width: 6em;
  color: #739bc8;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  #viewLive .information dl dt {
    width: 6.5em;
  }
}
#viewLive .information dl dd {
  width: calc(100% - 6em);
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  #viewLive .information dl dd {
    width: calc(100% - 6.5em);
  }
}
#viewLive .information dl dd a {
  color: #fff;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
//	以下追記分
----------------------------------------------------------------------------- */
.pagination {
  padding: 30px 0;
}
.pagination ul {
  display: block;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin: 2px;
  width: auto;
}
.pagination ul li a {
  border: 1px solid #1a416d;
  border-radius: 3px;
  color: #1a416d;
  font-size: 4vw;
  padding: 3vw;
}
@media print, screen and (min-width: 768px) {
  .pagination ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.pagination ul li a:hover {
  background: #1a416d none repeat scroll 0 0;
  color: #fff;
}
.pagination ul li.current a {
  background: #1a416d none repeat scroll 0 0;
  color: #fff;
}

#membersOnly div.wrap {
  position: relative;
}
#membersOnly div.back {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
}
#membersOnly div.toRegister {
  position: absolute;
  top: 55%;
  left: 20%;
  width: 60%;
}
@media print, screen and (min-width: 768px) {
  #membersOnly div.toRegister {
    top: 240px;
    left: 30px;
    width: auto;
  }
}
#membersOnly div.toRegister:hover {
  opacity: 0.8;
}
#membersOnly div.toLogin {
  position: absolute;
  top: 10%;
  left: 50%;
  display: none;
}
#membersOnly div.toLogin:hover {
  opacity: 0.8;
}

div#switch_btns {
  width: 220px;
  height: 50px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  div#switch_btns {
    width: 480px;
  }
}

@media print, screen and (min-width: 768px) {
  div.switch_wide_btn {
    display: none;
  }
}
div.switch_wide_btn div {
  position: absolute;
  left: 0px;
  outline: none;
}
div.switch_wide_btn div:first-child label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.switch_wide_btn div:last-child label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
div.switch_wide_btn label {
  cursor: pointer;
  padding: 2px 10px;
  float: left;
  color: #333;
  font-size: 12px;
  border: solid 1px #808080;
  margin-left: -1px;
  background: #eee;
  width: 120px;
  box-sizing: border-box;
  text-align: center;
}
div.switch_wide_btn label.chacked {
  color: #fff;
  background: #1a416d;
  cursor: default;
}

div.switch_srv_btn div {
  position: relative;
}
div.switch_srv_btn div:first-child label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.switch_srv_btn div:last-child label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  div.switch_srv_btn div:last-child label {
    margin-right: 20px;
  }
}
div.switch_srv_btn input {
  position: absolute;
  left: 0px;
  outline: none;
}
div.switch_srv_btn label {
  cursor: pointer;
  padding: 2px 10px;
  float: left;
  color: #333;
  font-size: 12px;
  border: solid 1px #808080;
  margin-left: -1px;
  background: #eee;
  width: 110px;
  box-sizing: border-box;
  text-align: center;
}
div.switch_srv_btn label.checked {
  color: #fff;
  background: #1a416d;
  cursor: default;
}
