@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1; }

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"), local("Yu Gothic");
  font-weight: 500; }

html {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", Meiryo, sans-serif; }
  @media all and (-ms-high-contrast: none) {
    html {
      font-family: Meiryo, sans-serif; } }
  @media all and (-ms-high-contrast: active) {
    html {
      font-family: Meiryo, sans-serif; } }

body {
  background-color: #fff;
  color: #1a1a1a; }

.gs-fontSmall body {
  font-size: 16px;
  --font: 16; }

.gs-fontMedium body {
  font-size: 20px;
  --font: 20; }

.gs-fontLarge body {
  font-size: 24px;
  --font: 24; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal; }

ul, ol {
  list-style-type: none; }

a {
  color: #1a1a1a;
  text-decoration: none; }
  a img {
    border: none; }

input,
textarea,
keygen,
select,
button {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", Meiryo, sans-serif; }

.gr-row {
  display: flex;
  flex-direction: row; }

.gr-row-inine {
  display: inline-flex;
  flex-direction: row; }

.gr-col {
  display: flex;
  flex-direction: column; }

.gr-col-inine {
  display: inline-flex;
  flex-direction: column; }

.gr-start {
  justify-content: flex-start; }

.gr-center {
  justify-content: center; }

.gr-end {
  justify-content: flex-end; }

.gr-around {
  justify-content: space-around; }

.gr-between {
  justify-content: space-between; }

.gr--start {
  align-items: flex-start; }

.gr--center {
  align-items: center; }

.gr--end {
  align-items: flex-end; }

.gr-start-start {
  justify-content: flex-start;
  align-items: flex-start; }

.gr-start-center {
  justify-content: flex-start;
  align-items: center; }

.gr-start-end {
  justify-content: flex-start;
  align-items: flex-end; }

.gr-center-start {
  justify-content: center;
  align-items: flex-start; }

.gr-center-center {
  justify-content: center;
  align-items: center; }

.gr-center-end {
  justify-content: center;
  align-items: flex-end; }

.gr-end-start {
  justify-content: flex-end;
  align-items: flex-start; }

.gr-end-center {
  justify-content: flex-end;
  align-items: center; }

.gr-end-end {
  justify-content: flex-end;
  align-items: flex-end; }

.gr-around-start {
  justify-content: space-around;
  align-items: flex-start; }

.gr-around-center {
  justify-content: space-around;
  align-items: center; }

.gr-around-end {
  justify-content: space-around;
  align-items: flex-end; }

.gr-between-start {
  justify-content: space-between;
  align-items: flex-start; }

.gr-between-center {
  justify-content: space-between;
  align-items: center; }

.gr-between-end {
  justify-content: space-between;
  align-items: flex-end; }

.gr-wrap {
  flex-wrap: wrap; }

.gr-flex11 {
  flex: 1 1 auto; }

.gr-flex10 {
  flex: 1 0 auto; }

.gr-flex01 {
  flex: 0 1 auto; }

.gr-flex00 {
  flex: 0 0 auto; }

.mt0 {
  margin-top: 0px; }

.mt3 {
  margin-top: 3px; }

.mt6 {
  margin-top: 6px; }

.mt9 {
  margin-top: 9px; }

.mt12 {
  margin-top: 12px; }

.mt18 {
  margin-top: 18px; }

.mt24 {
  margin-top: 24px; }

.mt30 {
  margin-top: 30px; }

.mt36 {
  margin-top: 36px; }

.mt42 {
  margin-top: 42px; }

.mt48 {
  margin-top: 48px; }

.mb0 {
  margin-bottom: 0px; }

.mb3 {
  margin-bottom: 3px; }

.mb6 {
  margin-bottom: 6px; }

.mb9 {
  margin-bottom: 9px; }

.mb12 {
  margin-bottom: 12px; }

.mb18 {
  margin-bottom: 18px; }

.mb24 {
  margin-bottom: 24px; }

.mb30 {
  margin-bottom: 30px; }

.mb36 {
  margin-bottom: 36px; }

.mb42 {
  margin-bottom: 42px; }

.mb48 {
  margin-bottom: 48px; }

.ml0 {
  margin-left: 0px; }

.ml3 {
  margin-left: 3px; }

.ml6 {
  margin-left: 6px; }

.ml9 {
  margin-left: 9px; }

.ml12 {
  margin-left: 12px; }

.ml18 {
  margin-left: 18px; }

.ml24 {
  margin-left: 24px; }

.ml30 {
  margin-left: 30px; }

.ml36 {
  margin-left: 36px; }

.ml42 {
  margin-left: 42px; }

.ml48 {
  margin-left: 48px; }

.mr0 {
  margin-right: 0px; }

.mr3 {
  margin-right: 3px; }

.mr6 {
  margin-right: 6px; }

.mr9 {
  margin-right: 9px; }

.mr12 {
  margin-right: 12px; }

.mr18 {
  margin-right: 18px; }

.mr24 {
  margin-right: 24px; }

.mr30 {
  margin-right: 30px; }

.mr36 {
  margin-right: 36px; }

.mr42 {
  margin-right: 42px; }

.mr48 {
  margin-right: 48px; }

.pt0 {
  padding-top: 0px; }

.pt3 {
  padding-top: 3px; }

.pt6 {
  padding-top: 6px; }

.pt9 {
  padding-top: 9px; }

.pt12 {
  padding-top: 12px; }

.pt18 {
  padding-top: 18px; }

.pt24 {
  padding-top: 24px; }

.pt30 {
  padding-top: 30px; }

.pt36 {
  padding-top: 36px; }

.pt42 {
  padding-top: 42px; }

.pt48 {
  padding-top: 48px; }

.pb0 {
  padding-bottom: 0px; }

.pb3 {
  padding-bottom: 3px; }

.pb6 {
  padding-bottom: 6px; }

.pb9 {
  padding-bottom: 9px; }

.pb12 {
  padding-bottom: 12px; }

.pb18 {
  padding-bottom: 18px; }

.pb24 {
  padding-bottom: 24px; }

.pb30 {
  padding-bottom: 30px; }

.pb36 {
  padding-bottom: 36px; }

.pb42 {
  padding-bottom: 42px; }

.pb48 {
  padding-bottom: 48px; }

.pl0 {
  padding-left: 0px; }

.pl3 {
  padding-left: 3px; }

.pl6 {
  padding-left: 6px; }

.pl9 {
  padding-left: 9px; }

.pl12 {
  padding-left: 12px; }

.pl18 {
  padding-left: 18px; }

.pl24 {
  padding-left: 24px; }

.pl30 {
  padding-left: 30px; }

.pl36 {
  padding-left: 36px; }

.pl42 {
  padding-left: 42px; }

.pl48 {
  padding-left: 48px; }

.pr0 {
  padding-right: 0px; }

.pr3 {
  padding-right: 3px; }

.pr6 {
  padding-right: 6px; }

.pr9 {
  padding-right: 9px; }

.pr12 {
  padding-right: 12px; }

.pr18 {
  padding-right: 18px; }

.pr24 {
  padding-right: 24px; }

.pr30 {
  padding-right: 30px; }

.pr36 {
  padding-right: 36px; }

.pr42 {
  padding-right: 42px; }

.pr48 {
  padding-right: 48px; }

.gs-errorText {
  color: #c00 !important; }

.gs-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.gs-full {
  display: inline; }

.gs-abbr {
  display: none; }

.gs-spOnly {
  display: none; }

@media (max-width: 1366px) {
  .gs-full {
    display: none; }
  .gs-abbr {
    display: inline; } }

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-width: 1080px; }

main,
footer {
  width: 100%;
  min-width: 1080px; }

.lo-header {
  height: 104px;
  border-bottom: 40px solid #0a44c2;
  background-color: #0050ff; }

.lo-content {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  min-width: 1080px;
  max-width: 1340px; }
  .lo-content.op-2col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 40px; }

.lo-footerNavi {
  margin-top: 48px;
  background-color: #f8f8f8; }

.lo-footerLink {
  background-color: #0050ff; }

input[type="text"] {
  border: none;
  font-size: 1em; }

input[type="radio"],
input[type="checkbox"] {
  display: none; }
  input[type="radio"]:checked + .ls__check::before,
  input[type="radio"]:checked + .ls__check::after,
  input[type="checkbox"]:checked + .ls__check::before,
  input[type="checkbox"]:checked + .ls__check::after {
    display: block; }

label:hover {
  cursor: pointer; }

.el-radioButton,
.el-checkBox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.el-checkBox .ls__check {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background-color: #fff; }
  .el-checkBox .ls__check::before, .el-checkBox .ls__check::after {
    content: "";
    position: absolute;
    display: none;
    background-color: #0050ff; }
  .el-checkBox .ls__check::before {
    top: 0.375em;
    left: 0.25em;
    width: 0.625em;
    height: 0.1875em;
    transform: rotate(-55deg); }
  .el-checkBox .ls__check::after {
    top: 0.5em;
    left: 0.125em;
    width: 0.4375em;
    height: 0.1875em;
    transform: rotate(50deg); }

button {
  border: none;
  background-color: transparent; }
  button:hover {
    cursor: pointer; }

.el-radioButton,
.el-checkBox,
.el-radioButton {
  cursor: pointer; }

.cp-header {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  min-width: 1080px;
  max-width: 1340px;
  height: 64px; }

.md-spMenu {
  display: none; }

.md-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 155px;
  height: 64px; }
  .md-logo .ls-logo {
    width: 135px;
    height: 25px;
    fill: #fff; }
  .md-logo img {
    width: 135px;
    height: 30px; }

.md-search {
  position: absolute;
  z-index: 2;
  top: 64px;
  right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 300px;
  height: 40px; }
  .md-search .ls-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    left: calc((30px - 14px) * 1/2);
    width: 14px;
    height: 14px; }
    .md-search .ls-icon use {
      transform: scale(calc(14/30)) translate(0, -30px);
      fill: rgba(255, 255, 255, 0.75); }
  .md-search .el-inputText {
    position: relative;
    margin-right: 3px; }
    .md-search .el-inputText input[type="text"] {
      padding: 3px 6px 3px 30px;
      width: 100%;
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
      font-size: 0.875em;
      line-height: 1; }
      .md-search .el-inputText input[type="text"]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
        padding-top: 0.25em; }
      .md-search .el-inputText input[type="text"]::-moz-placeholder {
        color: rgba(255, 255, 255, 0.75);
        padding-top: 0.25em; }
      .md-search .el-inputText input[type="text"]:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
        padding-top: 0.25em; }
      .md-search .el-inputText input[type="text"]::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75);
        padding-top: 0.25em; }
      .md-search .el-inputText input[type="text"]::placeholder {
        color: rgba(255, 255, 255, 0.75);
        padding-top: 0.25em; }
      .md-search .el-inputText input[type="text"]:not(:placeholder-shown) {
        background-color: #ff9;
        color: #000; }
        .md-search .el-inputText input[type="text"]:not(:placeholder-shown) + .ls-icon use {
          fill: #000; }
  .md-search .el-button {
    flex: 0 0 auto;
    width: 60px;
    padding: 7px 6px;
    border-radius: 2px;
    background-color: #fff;
    color: #0050ff;
    font-size: 0.875em; }

.gs-fontMedium .md-search .el-inputText input[type="text"],
.gs-fontMedium .md-search .el-button {
  font-size: calc(0.875em * 16/20); }

.gs-fontLarge .md-search .el-inputText input[type="text"],
.gs-fontLarge .md-search .el-button {
  font-size: calc(0.875em * 16/24); }

.cp-header .md-global {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 40px;
  height: 64px; }
  .cp-header .md-global > .ls-item {
    width: calc(100% * 1/6);
    height: 64px; }
    .cp-header .md-global > .ls-item > a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 64px;
      border-right: 1px solid #3374ff;
      color: #fff;
      text-align: center;
      font-weight: bold; }
    .cp-header .md-global > .ls-item:first-of-type > a {
      border-left: 1px solid #3374ff; }
    .cp-header .md-global > .ls-item.ls--jnn, .cp-header .md-global > .ls-item.ls--continuous {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .cp-header .md-global > .ls-item.ls--jnn a, .cp-header .md-global > .ls-item.ls--continuous a {
        margin-left: 10px;
        width: calc(100% - 10px);
        height: 26px;
        border: 1px solid #fff;
        border-radius: 13px;
        font-weight: normal; }

.pg-news .cp-header .md-global > .ls--news,
.pg-movie .cp-header .md-global > .ls--movie,
.pg-report .cp-header .md-global > .ls--report,
.pg-disaster .cp-header .md-global > .ls--disaster,
.pg-jnn .cp-header .md-global > .ls--jnn a,
.pg-continuous .cp-header .md-global > .ls--continuous a {
  background-color: #0a44c2; }
  .pg-news .cp-header .md-global > .ls--news .md-local,
  .pg-movie .cp-header .md-global > .ls--movie .md-local,
  .pg-report .cp-header .md-global > .ls--report .md-local,
  .pg-disaster .cp-header .md-global > .ls--disaster .md-local,
  .pg-jnn .cp-header .md-global > .ls--jnn a .md-local,
  .pg-continuous .cp-header .md-global > .ls--continuous a .md-local {
    display: flex;
    flex-direction: row;
    justify-content: center; }

.gs-fontMedium .cp-header .md-global > .ls-item > a {
  font-size: calc(1em * 16/20); }

.gs-fontLarge .cp-header .md-global > .ls-item > a {
  font-size: calc(1em * 16/24); }

.cp-header .md-local {
  position: absolute;
  top: 64px;
  left: 20px;
  display: none;
  width: calc(100% - 40px - 300px - 40px);
  height: 40px; }
  .cp-header .md-local > .ls-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 40px; }
    .cp-header .md-local > .ls-item > a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0 6px;
      padding: 0 10px;
      min-width: 60px;
      height: 24px;
      border-radius: 12px;
      background-color: transparent;
      color: #fff;
      font-size: 0.875em;
      font-weight: bold;
      line-height: 20px;
      white-space: nowrap; }

.pg__headline .cp-header .md-local > .ls--headline > a,
.pg__society .cp-header .md-local > .ls--society > a,
.pg__politics .cp-header .md-local > .ls--politics > a,
.pg__economy .cp-header .md-local > .ls--economy > a,
.pg__international .cp-header .md-local > .ls--international > a,
.pg__entertainment .cp-header .md-local > .ls--entertainment > a,
.pg__continuous .cp-header .md-local > .ls--continuous > a,
.pg__sns .cp-header .md-local > .ls--sns > a,
.pg__recommend .cp-header .md-local > .ls--recommend > a,
.pg__digest .cp-header .md-local > .ls--digest > a,
.pg__fromtbs .cp-header .md-local > .ls--fromtbs > a,
.pg__news23 .cp-header .md-local > .ls--news23 > a,
.pg__sunday .cp-header .md-local > .ls--sunday > a,
.pg__weather .cp-header .md-local > .ls--weather > a,
.pg__earthquake .cp-header .md-local > .ls--earthquake > a,
.pg__defence .cp-header .md-local > .ls--defence > a,
.pg__knowledge .cp-header .md-local > .ls--knowledge > a,
.pg__link .cp-header .md-local > .ls--link > a {
  background-color: #fff;
  color: #0a44c2; }

.gs-fontMedium .cp-header .md-local > .ls-item > a {
  font-size: calc(0.875em * 16/20); }

.gs-fontLarge .cp-header .md-local > .ls-item > a {
  font-size: calc(0.875em * 16/24); }

.md-rss {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 64px; }
  .md-rss a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 0.875em; }
  .md-rss .ls-icon {
    flex: 0 0 auto;
    margin-right: 0.25em;
    width: 14px;
    height: 14px; }
    .md-rss .ls-icon use {
      transform: scale(calc(14/30)) translate(-30px, -30px);
      fill: #fff; }

.gs-fontMedium .cp-header .md-rss a {
  font-size: calc(0.875em * 16/20); }

.gs-fontLarge .cp-header .md-rss a {
  font-size: calc(0.875em * 16/24); }

.md-fontSize {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 180px;
  height: 64px; }
  .md-fontSize .ls-label {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 75px;
    color: #fff;
    font-size: 0.875em; }
  .md-fontSize .ls-option {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 105px; }
    .md-fontSize .ls-option .el-radioButton {
      margin-left: 6px; }
      .md-fontSize .ls-option .el-radioButton:nth-of-type(1) {
        font-size: 14px; }
      .md-fontSize .ls-option .el-radioButton:nth-of-type(2) {
        font-size: 16px; }
      .md-fontSize .ls-option .el-radioButton:nth-of-type(3) {
        font-size: 18px; }
    .md-fontSize .ls-option input[type="radio"] {
      display: none; }
    .md-fontSize .ls-option .ls__label {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 1.5em;
      height: 1.5em;
      border: 1px solid #fff;
      border-radius: 50%;
      background-color: transparent;
      color: #fff;
      line-height: 0.85; }
    .md-fontSize .ls-option input[type="radio"]:checked ~ .ls__label {
      background-color: #fff;
      color: #0050ff; }

.gs-fontMedium .md-fontSize .ls-label {
  font-size: calc(0.875em * 16/20); }

.gs-fontLarge .md-fontSize .ls-label {
  font-size: calc(0.875em * 16/24); }

.md-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #1a1a1a;
  font-weight: bold; }
  .md-heading .ls-icon {
    margin-right: 0.25em;
    width: 1em;
    height: 1em; }
    .md-heading .ls-icon use {
      transform: translate(calc(-0px * var(--font)/30), calc(-60px * var(--font)/30)) scale(calc(var(--font)/30));
      fill: #767676; }
  .md-heading .ls-label {
    font-weight: bold; }
  .md-heading .ls-link {
    display: block; }

.md-newsItem {
  display: -ms-grid;
  display: grid; }
  .md-newsItem .ls-thumbnail {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain; }
    .md-newsItem .ls-thumbnail::before {
      content: "";
      display: block;
      width: 100%;
      padding-top: calc(100% * 9/16); }
  .md-newsItem .ls-title {
    margin-top: 6px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.2; }
  .md-newsItem .ls-lead {
    color: #767676;
    line-height: 1.2; }
  .md-newsItem .ls-time,
  .md-newsItem .ls-duration {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 1em;
    color: #767676;
    font-size: 0.875em; }
    .md-newsItem .ls-time .ls__icon,
    .md-newsItem .ls-duration .ls__icon {
      margin-right: 0.25em;
      width: calc(var(--font) * 0.875px);
      height: calc(var(--font) * 0.875px); }
      .md-newsItem .ls-time .ls__icon use,
      .md-newsItem .ls-duration .ls__icon use {
        fill: #767676; }
    .md-newsItem .ls-time .ls__data,
    .md-newsItem .ls-duration .ls__data {
      height: 1em; }
  .md-newsItem .ls-time .ls__icon use {
    transform: translate(calc(-60px * var(--font) * 0.875 / 30), calc(-30px * var(--font) * 0.875 / 30)) scale(calc(var(--font) * 0.875 / 30)); }
  .md-newsItem .ls-duration .ls__icon use {
    transform: translate(calc(-120px * var(--font) * 0.875 / 30), calc(-30px * var(--font) * 0.875 / 30)) scale(calc(var(--font) * 0.875 / 30)); }

.pg__sns .md-newsItem .ls-thumbnail,
.pg__recommend .md-newsItem .ls-thumbnail,
.pg__sunday .md-newsItem .ls-thumbnail {
  background-position: center center;
  background-size: cover; }

.md-newsItem.op-sXLarge {
  -ms-grid-rows: -webkit-min-content -webkit-min-content 1fr;
  -ms-grid-rows: min-content min-content 1fr;
  grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content 1fr;
  -ms-grid-columns: minmax(50%, calc(100% - 400px)) 1fr;
  grid-template-columns: minmax(50%, calc(100% - 400px)) 1fr;
  margin-top: 12px; }
  .md-newsItem.op-sXLarge .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    height: 224px; }
  .md-newsItem.op-sXLarge .ls-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-right: 24px;
    font-size: 1.75em; }
  .md-newsItem.op-sXLarge .ls-lead {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-top: 18px;
    padding-right: 24px;
    font-size: 1.25em; }
  .md-newsItem.op-sXLarge .ls-time,
  .md-newsItem.op-sXLarge .ls-duration {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-top: 18px;
    padding-right: 24px; }

.md-newsItem.op-sLarge {
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  margin-top: 24px;
  width: 340px; }
  .md-newsItem.op-sLarge .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 340px;
    height: 192px; }
  .md-newsItem.op-sLarge .ls-title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 5px;
    width: 340px;
    font-size: 0.75em; }
  .md-newsItem.op-sLarge .ls-time,
  .md-newsItem.op-sLarge .ls-duration {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    padding-left: 16px;
    width: 340px; }

.md-newsItem.op-sMedium {
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  margin-top: 24px;
  width: calc((100% - (960px - 304px * 3)) / 3); }
  .md-newsItem.op-sMedium .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2; }
  .md-newsItem.op-sMedium .ls-title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3; }
  .md-newsItem.op-sMedium .ls-time,
  .md-newsItem.op-sMedium .ls-duration {
    margin-top: 12px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4; }
  .md-newsItem.op-sMedium:not(:nth-of-type(3n)) {
    margin-right: calc((960px - 304px * 3) / 2); }

.md-newsItem.op-sSmall {
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  margin-top: 24px;
  width: calc((100% - (960px - 224px * 4)) / 4); }
  .md-newsItem.op-sSmall .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2; }
  .md-newsItem.op-sSmall .ls-title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3; }
  .md-newsItem.op-sSmall .ls-time,
  .md-newsItem.op-sSmall .ls-duration {
    margin-top: 12px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4; }
  .md-newsItem.op-sSmall:not(:nth-of-type(4n)) {
    margin-right: calc((960px - 224px * 4) / 3); }

.md-newsItem.op-sXSmall {
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  margin-top: 24px;
  width: calc((100% - (1300px - 192px * 6)) / 6); }
  .md-newsItem.op-sXSmall .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2; }
  .md-newsItem.op-sXSmall .ls-title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3; }
  .md-newsItem.op-sXSmall .ls-time,
  .md-newsItem.op-sXSmall .ls-duration {
    margin-top: 12px;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4; }
  .md-newsItem.op-sXSmall:not(:nth-of-type(6n)) {
    margin-right: calc((1300px - 192px * 6) / 5); }

.md-newsItem.op-sXXSmall {
  -ms-grid-rows: 1fr -webkit-min-content;
  -ms-grid-rows: 1fr min-content;
  grid-template-rows: 1fr -webkit-min-content;
  grid-template-rows: 1fr min-content;
  -ms-grid-columns: 288px 238px;
  grid-template-columns: 288px 238px;
  margin-top: 24px;
  width: 416px; }
  .md-newsItem.op-sXXSmall .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-left: 10px;
    width: 128px;
    height: 72px; }
  .md-newsItem.op-sXXSmall .ls-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 288px; }
  .md-newsItem.op-sXXSmall .ls-time,
  .md-newsItem.op-sXXSmall .ls-duration {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 288px; }
  .md-newsItem.op-sXXSmall:not(:nth-of-type(3n)) {
    margin-right: 26px; }

.md-newsItem.op-sSelectMovie {
  -ms-grid-rows: 1fr -webkit-min-content;
  -ms-grid-rows: 1fr min-content;
  grid-template-rows: 1fr -webkit-min-content;
  grid-template-rows: 1fr min-content;
  -ms-grid-columns: 128px 1fr;
  grid-template-columns: 128px 1fr;
  margin-top: 18px;
  margin-right: 14px;
  width: calc((100% - 14px * 3) / 3); }
  .md-newsItem.op-sSelectMovie .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 128px;
    height: 72px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .md-newsItem.op-sSelectMovie .ls-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-top: 0.25em;
    padding-left: 10px; }
  .md-newsItem.op-sSelectMovie .ls-duration {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding-left: 10px; }
  .md-newsItem.op-sSelectMovie .ls-order {
    position: absolute;
    top: calc(0.25em / 0.75);
    left: calc(1.5em / 0.75);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(4.5em / 0.75);
    height: calc(1em / 0.75);
    border-radius: 3px;
    background-color: #fff;
    font-size: 0.75em; }

.md-newsItem.op-sRanking,
.md-newsItem.op-sRecommend,
.md-newsItem.op-sSnsMovie {
  -ms-grid-rows: 1fr -webkit-min-content;
  -ms-grid-rows: 1fr min-content;
  grid-template-rows: 1fr -webkit-min-content;
  grid-template-rows: 1fr min-content;
  -ms-grid-columns: 128px 1fr;
  grid-template-columns: 128px 1fr;
  margin-top: 16px;
  width: 300px; }
  .md-newsItem.op-sRanking .ls-thumbnail,
  .md-newsItem.op-sRecommend .ls-thumbnail,
  .md-newsItem.op-sSnsMovie .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 128px;
    height: 72px; }
  .md-newsItem.op-sRanking .ls-title,
  .md-newsItem.op-sRecommend .ls-title,
  .md-newsItem.op-sSnsMovie .ls-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-top: 0;
    padding-left: 6px;
    font-size: 0.875em; }
  .md-newsItem.op-sRanking .ls-time,
  .md-newsItem.op-sRecommend .ls-time,
  .md-newsItem.op-sSnsMovie .ls-time {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-top: 6px;
    padding-left: 6px; }

.md-newsItem.op-sRanking {
  position: relative; }
  .md-newsItem.op-sRanking::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 1.125em; }
  .md-newsItem.op-sRanking:nth-of-type(1)::before {
    content: "1";
    background-color: #b49f00;
    color: #fff; }
  .md-newsItem.op-sRanking:nth-of-type(2)::before {
    content: "2";
    color: #fff;
    background-color: #848484; }
  .md-newsItem.op-sRanking:nth-of-type(3)::before {
    content: "3";
    color: #fff;
    background-color: #b47600; }
  .md-newsItem.op-sRanking:nth-of-type(4)::before {
    content: "4";
    color: #1a1a1a;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(5)::before {
    content: "5";
    color: #1a1a1a;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(6)::before {
    content: "6";
    color: #1a1a1a;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(7)::before {
    content: "7";
    color: #1a1a1a;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(8)::before {
    content: "8";
    color: #1a1a1a;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(9)::before {
    content: "9";
    color: #1a1a1a;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(10)::before {
    content: "10";
    color: #1a1a1a;
    background-color: #dcdcdc; }

.cp-spLocal + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(6), .cp-spLocal + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(7), .cp-spLocal + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(8), .cp-spLocal + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(9), .cp-spLocal + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(10),
.cp-sns + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(6),
.cp-sns + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(7),
.cp-sns + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(8),
.cp-sns + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(9),
.cp-sns + .cp-feature ~ .cp-ranking .md-newsItem.op-sRanking:nth-of-type(10) {
  display: none; }

.md-newsItem.op-sMovie {
  -ms-grid-rows: -webkit-min-content -webkit-min-content 14px 1fr;
  -ms-grid-rows: min-content min-content 14px 1fr;
  grid-template-rows: -webkit-min-content -webkit-min-content 14px 1fr;
  grid-template-rows: min-content min-content 14px 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%; }
  .md-newsItem.op-sMovie .ls-print {
    display: none; }
  .md-newsItem.op-sMovie .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 393px; }
  .md-newsItem.op-sMovie .ls-title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1.5em; }
  .md-newsItem.op-sMovie .ls-time {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .md-newsItem.op-sMovie .ls-body {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .md-newsItem.op-sMovie .ls-title {
    margin-top: 1em;
    margin-bottom: 2em; }
  .md-newsItem.op-sMovie .ls-body {
    margin-top: 1em;
    line-height: 1.5; }
  .md-newsItem.op-sMovie .ls-thumbnail {
    position: relative; }
    .md-newsItem.op-sMovie .ls-thumbnail .ls__play,
    .md-newsItem.op-sMovie .ls-thumbnail .ls__duration {
      position: absolute;
      z-index: 2;
      right: 24px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .md-newsItem.op-sMovie .ls-thumbnail .ls__play {
      bottom: 48px;
      width: calc(4.75em / 1.875);
      height: calc(4.75em / 1.875);
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 1.875em; }
      .md-newsItem.op-sMovie .ls-thumbnail .ls__play:hover {
        cursor: pointer; }
    .md-newsItem.op-sMovie .ls-thumbnail .ls__duration {
      bottom: 18px;
      width: 4.75em;
      height: 24px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }

.md-newsItem.op-sRelated {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 162px 138px;
  grid-template-columns: 162px 138px;
  margin-top: 16px;
  width: 300px; }
  .md-newsItem.op-sRelated .ls-thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-left: 10px;
    width: 128px;
    height: 72px;
    background-size: contain; }
  .md-newsItem.op-sRelated .ls-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-top: 0;
    width: 162px;
    font-size: 0.875em;
    line-height: 1.1; }
  .md-newsItem.op-sRelated .ls-lead {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-top: 0.5em;
    width: 162px;
    font-size: 0.75em; }

.cp-newsLv1 {
  margin-top: 20px;
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }
  .cp-newsLv1 > .md-heading {
    color: #767676; }
    .cp-newsLv1 > .md-heading .ls-label {
      font-weight: normal; }
    .cp-newsLv1 > .md-heading .ls-logo {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      width: 75px;
      height: 75px;
      overflow: hidden;
      border: 1px solid #dcdcdc;
      border-radius: 50%; }

.pg-news.pg__headline .cp-lji:empty + .cp-earthquakeTop:empty + .cp-informationTop:empty + .cp-emergencyTop:empty + .cp-live:empty + .cp-newsLv1,
.cp-earthquakeTop:empty + .cp-newsLv1 {
  margin-top: 0; }

.cp-live:not(:empty) + .cp-newsLv1 {
  margin-top: 40px; }

.pg-news.pg__search .cp-newsLv1 .md-heading .ls-icon use {
  fill: #1a1a1a; }

.pg-news.pg__search .cp-newsLv1 .md-heading .ls-label {
  color: #1a1a1a; }

.pg-news.pg__search .cp-newsLv1 .ls-noKeyword,
.pg-news.pg__search .cp-newsLv1 .ls-noResult {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #664400;
  background-color: #ffffeb; }

.pg-news.pg__search .cp-newsLv1 .ls-noKeyword {
  height: 250px; }

.pg-news.pg__search .cp-newsLv1 .ls-noResult {
  margin-top: 12px;
  height: 220px; }

.pg-news.pg__search .cp-newsLv1 .ls__message {
  color: #664400;
  font-size: 1.5em; }

.cp-newsLv2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }
  .cp-newsLv2 .md-heading {
    padding: 24px 0 12px;
    width: 100%;
    border-bottom: 1px solid #c4c4c4; }
    .cp-newsLv2 .md-heading .ls-icon {
      display: none; }
  .cp-newsLv2 .md-newsItem.op-sMedium:not(:nth-of-type(3n)) {
    margin-right: 24px; }
  .cp-newsLv2 .ls-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 36px auto;
    width: 50%;
    height: 40px;
    background-color: #4e4e4e;
    box-shadow: 2px 2px 0 #dcdcdc;
    color: #fff; }
    .cp-newsLv2 .ls-more span {
      position: relative;
      display: inline-block;
      padding-right: 25px;
      height: 20px;
      line-height: 20px; }
      .cp-newsLv2 .ls-more span::after {
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        background-color: #fff;
        -webkit-mask-image: url("/library/img/sprite.svg");
                mask-image: url("/library/img/sprite.svg");
        -webkit-mask-size: calc(100% * 300/20 * 20/30);
                mask-size: calc(100% * 300/20 * 20/30);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: calc(0px * 20/30) calc(-150px * 20/30);
                mask-position: calc(0px * 20/30) calc(-150px * 20/30); }

.cp-newsLv1 + .cp-newsLv2 .md-heading {
  display: none; }

.cp-newsLv3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }

.pg-news.pg__headline .cp-newsLv3 {
  margin-bottom: 24px; }

.cp-spLocal {
  display: none; }

.cp-article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 40px;
  width: calc(100% - 300px - 40px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content; }

.md-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 48px auto 0;
  width: 50%;
  height: 40px;
  background-color: #0050ff;
  box-shadow: 2px 2px 0 #dcdcdc;
  color: #fff; }
  .md-link .ls-label {
    position: relative;
    display: inline-block;
    padding-right: 1.75em;
    height: 1.25em;
    line-height: 1.25; }
    .md-link .ls-label::after {
      content: "";
      position: absolute;
      right: 0;
      width: 1.25em;
      height: 1.25em;
      background-color: #fff;
      -webkit-mask-image: url("/library/img/sprite.svg");
              mask-image: url("/library/img/sprite.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: calc(100% * 300/(var(--font)*1.25) * (var(--font)*1.25)/30);
              mask-size: calc(100% * 300/(var(--font)*1.25) * (var(--font)*1.25)/30);
      -webkit-mask-position: calc(-90px * (var(--font)*1.25)/30) calc(-150px * (var(--font)*1.25)/30);
              mask-position: calc(-90px * (var(--font)*1.25)/30) calc(-150px * (var(--font)*1.25)/30); }

.cp-movie {
  margin-top: 24px;
  margin-right: 40px; }
  .cp-movie .md-heading {
    color: #767676;
    margin-bottom: 24px; }
    .cp-movie .md-heading .ls-label {
      font-weight: normal; }
  .cp-movie .ls-thumbnail {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 393px; }
  .cp-movie .ls-play {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 72px;
    background-color: #f8f8f8; }
  .cp-movie .el-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 4px;
    width: 336px;
    height: 54px;
    border-radius: 3px;
    text-align: left;
    font-size: 1em; }
    .cp-movie .el-button .ls__label {
      font-size: 1.125em;
      font-weight: bold; }
    .cp-movie .el-button .ls__data {
      margin-top: 2px;
      width: 100%;
      text-align: center;
      font-size: 0.875em; }
  .cp-movie .ls__all,
  .cp-movie .ls__select {
    border: 1px solid #0050ff; }
    .cp-movie .ls__all .ls__icon,
    .cp-movie .ls__select .ls__icon {
      margin-right: 0.5em;
      width: calc(var(--font) * 1.5px);
      height: calc(var(--font) * 1.5px); }
  .cp-movie .ls__all {
    background-color: #0050ff;
    color: #fff; }
    .cp-movie .ls__all .ls__icon use {
      transform: scale(calc(var(--font) * 1.5 / 30)) translate(-210px, -60px);
      fill: #fff; }
  .cp-movie .ls__select {
    color: #0050ff; }
    .cp-movie .ls__select .ls__icon use {
      transform: scale(calc(var(--font) * 1.5 / 30)) translate(-210px, -60px);
      fill: #0050ff; }

.gs-fontLarge .cp-movie .el-button {
  font-size: calc(1em * 20/24); }

.gs-fontLarge .cp-movie .ls__all .ls__icon,
.gs-fontLarge .cp-movie .ls__select .ls__icon {
  margin-right: 0.5em;
  width: calc(var(--font) * 1.5px * 20/24);
  height: calc(var(--font) * 1.5px * 20/24); }

.gs-fontLarge .cp-movie .ls__all .ls__icon use {
  transform: scale(calc(var(--font) * 1.5 / 30 * 20/24)) translate(-210px, -60px); }

.gs-fontLarge .cp-movie .ls__select .ls__icon use {
  transform: scale(calc(var(--font) * 1.5 / 30 * 20/24)) translate(-210px, -60px); }

.cp-selectMovie {
  margin-top: 36px;
  margin-bottom: 24px;
  margin-right: 26px;
  width: calc(100% - 300px - 26px); }
  .cp-selectMovie > .md-heading {
    margin-right: 14px;
    padding-bottom: 0;
    border-bottom: none; }
    .cp-selectMovie > .md-heading .ls-label {
      white-space: nowrap; }
    .cp-selectMovie > .md-heading .ls-guidance {
      margin-left: 1em;
      font-size: 0.75em;
      font-weight: normal; }

.md-selectMovie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 6px; }
  .md-selectMovie > .md-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    margin-right: 14px;
    padding-top: 24px;
    padding-bottom: 0;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: none; }
    .md-selectMovie > .md-heading .ls-label {
      position: relative;
      left: 7px;
      padding-left: 12px;
      height: 16px;
      border-left: 4px solid #0050ff;
      font-weight: bold; }
    .md-selectMovie > .md-heading .ls-selectAll {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 10em;
      height: 1.5em;
      background-color: #dcdcdc; }
      .md-selectMovie > .md-heading .ls-selectAll .ls__label {
        margin-left: 1em; }

.gs-fontLarge .md-selectMovie .md-newsItem.op-sSelectMovie .el-checkBox .ls__check {
  position: absolute;
  top: calc(0.25em * 20/24);
  left: calc(0.25em * 20/24);
  width: calc(1em * 20/24);
  height: calc(1em * 20/24);
  border-radius: 3px;
  background-color: #fff; }
  .gs-fontLarge .md-selectMovie .md-newsItem.op-sSelectMovie .el-checkBox .ls__check::before, .gs-fontLarge .md-selectMovie .md-newsItem.op-sSelectMovie .el-checkBox .ls__check::after {
    content: "";
    position: absolute;
    display: none;
    background-color: #0050ff; }
  .gs-fontLarge .md-selectMovie .md-newsItem.op-sSelectMovie .el-checkBox .ls__check::before {
    top: calc(0.375em * 20/24);
    left: calc(0.25em * 20/24);
    width: calc(0.625em * 20/24);
    height: calc(0.1875em * 20/24);
    transform: rotate(-55deg); }
  .gs-fontLarge .md-selectMovie .md-newsItem.op-sSelectMovie .el-checkBox .ls__check::after {
    top: calc(0.5em * 20/24);
    left: calc(0.125em * 20/24);
    width: calc(0.4375em * 20/24);
    height: calc(0.1875em * 20/24);
    transform: rotate(50deg); }

.gs-fontLarge .md-selectMovie .md-newsItem.op-sSelectMovie .ls-order {
  top: calc(0.25em / 0.75 * 20/24);
  left: calc(1.5em / 0.75 * 20/24);
  width: calc(4.5em / 0.75 * 20/24);
  height: calc(1em / 0.75 * 20/24); }

.cp-sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 40px;
  width: calc(100% - 300px - 40px);
  height: 20px; }
  .cp-sns .ls-item {
    margin: 0 8px;
    height: 20px; }

.cp-relatedNews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-right: 40px;
  padding-bottom: 24px;
  width: calc(100% - 300px - 40px); }
  .cp-relatedNews .md-heading {
    padding: 24px 0 12px;
    width: 100%;
    border-bottom: 1px solid #c4c4c4; }
    .cp-relatedNews .md-heading .ls-icon {
      display: none; }
  .cp-relatedNews .md-newsItem.op-sMedium:not(:nth-of-type(3n)) {
    margin-right: 24px; }

.md-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 48px auto;
  width: 50%;
  height: 40px;
  background-color: #767676;
  box-shadow: 2px 2px 0 #dcdcdc;
  color: #fff; }
  .md-more span {
    position: relative;
    display: inline-block;
    padding-right: 1.75em;
    height: 1.25em;
    line-height: 1.25; }
    .md-more span::after {
      content: "";
      position: absolute;
      right: 0;
      width: 1.25em;
      height: 1.25em;
      background-color: #fff;
      -webkit-mask-image: url("/library/img/sprite.svg");
              mask-image: url("/library/img/sprite.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: calc(100% * 300/(var(--font)*1.25) * (var(--font)*1.25)/30);
              mask-size: calc(100% * 300/(var(--font)*1.25) * (var(--font)*1.25)/30);
      -webkit-mask-position: calc(-0px * (var(--font)*1.25)/30) calc(-150px * (var(--font)*1.25)/30);
              mask-position: calc(-0px * (var(--font)*1.25)/30) calc(-150px * (var(--font)*1.25)/30); }

.cp-spAd {
  display: none; }

.cp-pcAd {
  width: 300px;
  height: 250px; }

.cp-banner {
  margin-top: 12px;
  width: 300px; }

.md-banner {
  margin-top: 12px; }
  .md-banner a {
    display: block;
    text-align: center;
    font-size: 0; }
  .md-banner img {
    max-width: 100%; }

.cp-feature {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 24px;
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }

.md-featureItem {
  width: calc((100% - 10px) /2);
  height: 330px;
  overflow: hidden; }
  .md-featureItem .ls-item {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 346px;
    height: 330px;
    background-size: contain; }
    .md-featureItem .ls-item::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: -70px;
      right: -70px;
      top: -10px;
      bottom: -10px;
      background-image: inherit;
      -webkit-filter: blur(5px);
              filter: blur(5px);
      opacity: 0.4; }
  .md-featureItem.ls--sns .ls-item {
    position: relative; }
    .md-featureItem.ls--sns .ls-item .ls__lead {
      padding-top: 35px;
      text-align: center;
      font-size: 16px;
      line-height: 1.5; }
    .md-featureItem.ls--sns .ls-item .ls--news {
      color: #0050ff;
      font-size: 20px; }
    .md-featureItem.ls--sns .ls-item .ls--notice {
      color: #767676;
      font-size: 12px; }
    .md-featureItem.ls--sns .ls-item .ls__icon {
      position: absolute;
      width: 60px;
      height: 60px;
      color: #767676;
      text-align: center;
      font-size: 12px; }
      .md-featureItem.ls--sns .ls-item .ls__icon img {
        margin-bottom: 3px; }
    .md-featureItem.ls--sns .ls-item .ls--fb {
      top: 124px;
      left: 48px; }
    .md-featureItem.ls--sns .ls-item .ls--tw {
      top: 124px;
      left: 143px; }
    .md-featureItem.ls--sns .ls-item .ls--line {
      top: 124px;
      left: 238px; }
    .md-featureItem.ls--sns .ls-item .ls--insta {
      top: 217px;
      left: 48px; }
    .md-featureItem.ls--sns .ls-item .ls--yt {
      top: 217px;
      left: 143px; }
    .md-featureItem.ls--sns .ls-item .ls--note {
      top: 217px;
      left: 238px; }

.cp-ranking,
.cp-recommend,
.cp-snsMovie,
.cp-related {
  margin-top: 30px;
  width: 300px; }
  .cp-ranking .md-heading,
  .cp-recommend .md-heading,
  .cp-snsMovie .md-heading,
  .cp-related .md-heading {
    padding: 24px 0 12px;
    width: 100%;
    border-bottom: 1px solid #c4c4c4; }
    .cp-ranking .md-heading .ls-icon,
    .cp-recommend .md-heading .ls-icon,
    .cp-snsMovie .md-heading .ls-icon,
    .cp-related .md-heading .ls-icon {
      display: none; }
  .cp-ranking .ls-more,
  .cp-recommend .ls-more,
  .cp-snsMovie .ls-more,
  .cp-related .ls-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    width: 300px;
    height: 40px;
    border: 1px solid #767676;
    box-shadow: 2px 2px 0 #dcdcdc;
    color: #767676; }
    .cp-ranking .ls-more span,
    .cp-recommend .ls-more span,
    .cp-snsMovie .ls-more span,
    .cp-related .ls-more span {
      position: relative;
      display: inline-block;
      padding-right: 25px;
      height: 20px;
      line-height: 20px; }
      .cp-ranking .ls-more span::after,
      .cp-recommend .ls-more span::after,
      .cp-snsMovie .ls-more span::after,
      .cp-related .ls-more span::after {
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        background-color: #767676;
        -webkit-mask-image: url("/library/img/sprite.svg");
                mask-image: url("/library/img/sprite.svg");
        -webkit-mask-size: calc(100% * 300/20 * 20/30);
                mask-size: calc(100% * 300/20 * 20/30);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: calc(-90px * 20/30) calc(-150px * 20/30);
                mask-position: calc(-90px * 20/30) calc(-150px * 20/30); }

.cp-weather {
  margin-top: 20px;
  width: 300px;
  height: 222px; }
  .cp-weather .md-weather {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 300px; }
    .cp-weather .md-weather .ls-item {
      position: relative;
      width: 96px;
      overflow: visible; }
      .cp-weather .md-weather .ls-item:not(:last-child) {
        margin-right: 6px; }
    .cp-weather .md-weather .ls__label {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 96px;
      height: 28px;
      background-color: #f8f8f8;
      border-bottom: 2px solid #0050ff;
      font-size: 1em; }
    .cp-weather .md-weather .ls__abbr {
      display: none; }
    .cp-weather .md-weather .ls__thumbnail {
      position: absolute;
      top: 28px;
      display: none;
      width: 300px;
      height: 174px;
      background-color: #dcdcdc;
      background-position: 6px 6px;
      background-repeat: no-repeat;
      background-size: 288px 162px; }
    .cp-weather .md-weather input[type="radio"]:checked + .ls__label {
      background-color: #0050ff;
      color: #fff; }
    .cp-weather .md-weather input[type="radio"]:checked ~ .ls__thumbnail {
      display: block; }
    .cp-weather .md-weather .ls--today .ls__thumbnail {
      left: 0;
      background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/today-i.jpg"); }
    .cp-weather .md-weather .ls--tomorrow .ls__thumbnail {
      left: -102px;
      background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/tomorrow-i.jpg"); }
    .cp-weather .md-weather .ls--typhoon .ls__thumbnail {
      left: -204px;
      background-image: url("https://www.tbs.co.jp/weather/cgimg/typhoon/typhoon-c.jpg"); }
  .cp-weather .md-weatherOption {
    margin-top: 6px; }
    .cp-weather .md-weatherOption .ls-time {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      height: 14px;
      color: #767676; }
      .cp-weather .md-weatherOption .ls-time .ls__icon {
        margin-right: 0.25em;
        width: 14px;
        height: 14px; }
        .cp-weather .md-weatherOption .ls-time .ls__icon use {
          fill: #767676;
          transform: translate(calc(-60px * 14/30), calc(-30px * 14/30)) scale(calc(14/30)); }
      .cp-weather .md-weatherOption .ls-time .ls__data {
        font-size: 0.875em; }
    .cp-weather .md-weatherOption .ls-link {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-top: 6px; }
    .cp-weather .md-weatherOption .ls__digest,
    .cp-weather .md-weatherOption .ls__site {
      flex: 1 1 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 50%;
      height: 24px; }
      .cp-weather .md-weatherOption .ls__digest .ls__icon,
      .cp-weather .md-weatherOption .ls__site .ls__icon {
        margin-right: 0.25em;
        width: 14px;
        height: 14px; }
      .cp-weather .md-weatherOption .ls__digest .ls__label,
      .cp-weather .md-weatherOption .ls__site .ls__label {
        font-size: 0.875em; }
    .cp-weather .md-weatherOption .ls__digest {
      margin-right: 3px;
      background-color: #0050ff;
      color: #fff; }
      .cp-weather .md-weatherOption .ls__digest .ls__icon use {
        transform: translate(calc(-210px * 14/30), calc(-60px * 14/30)) scale(calc(14/30));
        fill: #fff; }
    .cp-weather .md-weatherOption .ls__site {
      margin-left: 3px;
      border: 1px solid #0050ff;
      color: #0050ff; }
      .cp-weather .md-weatherOption .ls__site .ls__icon use {
        transform: translate(calc(-90px * 14/30), calc(-90px * 14/30)) scale(calc(14/30));
        fill: #0050ff; }

.cp-weatherLarge {
  margin-top: 24px;
  margin-right: 40px;
  width: 960px;
  height: auto; }
  .cp-weatherLarge > .md-heading {
    margin-bottom: 24px;
    color: #767676; }
    .cp-weatherLarge > .md-heading .ls-label {
      font-weight: normal; }

.cp-weatherLarge .md-weather {
  position: relative;
  width: 600px;
  height: 406px; }
  .cp-weatherLarge .md-weather .ls-item {
    width: 33.3%;
    height: 406px;
    background-repeat: no-repeat;
    background-size: 560px 315px;
    overflow: visible;
    font-size: 0; }
    .cp-weatherLarge .md-weather .ls-item:not(:last-child) {
      padding-right: 10px; }
  .cp-weatherLarge .md-weather .ls__label {
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #dcdcdc;
    font-size: 1em;
    font-weight: bold; }
  .cp-weatherLarge .md-weather .ls__thumbnail {
    position: absolute;
    top: 50px;
    display: none;
    width: 600px;
    height: 340px;
    border: 1px solid #0050ff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 560px 315px; }
  .cp-weatherLarge .md-weather input[type="radio"]:checked + .ls__label {
    background-color: #f8f8f8;
    border-bottom-color: #0050ff;
    color: #0050ff; }
  .cp-weatherLarge .md-weather input[type="radio"]:checked ~ .ls__thumbnail {
    display: block; }
  .cp-weatherLarge .md-weather .ls--today .ls__thumbnail {
    left: 0;
    background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/today-i.jpg"); }
  .cp-weatherLarge .md-weather .ls--tomorrow .ls__thumbnail {
    left: -202px;
    background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/tomorrow-i.jpg"); }
  .cp-weatherLarge .md-weather .ls--typhoon .ls__thumbnail {
    left: -404px;
    background-image: url("https://www.tbs.co.jp/weather/cgimg/typhoon/typhoon-c.jpg"); }

.cp-headline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding-bottom: 24px; }
  .cp-headline .md-heading {
    padding: 24px 0 12px;
    width: 100%;
    border-bottom: 1px solid #c4c4c4; }
    .cp-headline .md-heading .ls-icon {
      display: none; }
  .cp-headline .md-newsItem.op-sMedium {
    width: calc((100% - (1300px - 304px * 4)) / 4); }
    .cp-headline .md-newsItem.op-sMedium:not(:nth-of-type(3n)) {
      margin-right: 0; }
    .cp-headline .md-newsItem.op-sMedium:not(:nth-of-type(4n)) {
      margin-right: 28px; }

.cp-otherNews {
  margin-top: 24px;
  margin-bottom: 24px; }
  .cp-otherNews .md-heading {
    padding: 24px 0 12px;
    width: 100%;
    border-bottom: 1px solid #c4c4c4; }
    .cp-otherNews .md-heading .ls-icon {
      display: none; }

.md-otherNews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 6px; }

.cp-pastNews {
  margin-top: 24px;
  margin-bottom: 24px; }
  .cp-pastNews .md-heading {
    padding: 24px 0 12px;
    border-bottom: 1px solid #c4c4c4; }
    .cp-pastNews .md-heading .ls-icon {
      display: none; }

.md-pastNews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 6px; }
  .md-pastNews .ls-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    width: 1300px;
    height: 40px;
    color: #767676; }
    .md-pastNews .ls-more span {
      display: inline-block;
      padding-right: 20px;
      background: url("../img/more_arrow_01@2x.png") no-repeat right center;
      background-size: 13px 6.5px; }

.cp-digest {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 60px 246px 160px 86px;
  grid-template-rows: 60px 246px 160px 86px;
  -ms-grid-columns: 600px 1fr 1fr;
  grid-template-columns: 600px 1fr 1fr;
  margin-top: 24px;
  width: 100%;
  min-width: 1080px;
  max-width: 1340px; }
  .cp-digest .md-heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    padding: 24px 0 11px;
    height: 54px;
    border-bottom: 1px solid #c4c4c4; }
  .cp-digest .ls-time {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 0.875em;
    color: #a9a9a9; }
    .cp-digest .ls-time .ls__icon {
      display: inline-block;
      margin-right: 0.5em;
      width: 1em;
      height: 1em;
      font-size: 0.875em; }
      .cp-digest .ls-time .ls__icon use {
        transform: scale(calc(var(--font) * 0.875 /30)) translate(-60px, -30px);
        fill: #a9a9a9; }
    .cp-digest .ls-time .ls__data {
      display: inline-block;
      height: 1em;
      font-size: 0.875em; }

.cp-digest .md-weather {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  width: 600px;
  height: 406px; }
  .cp-digest .md-weather .ls-item {
    position: relative;
    width: 33.3%;
    height: 406px;
    background-repeat: no-repeat;
    background-size: 560px 315px;
    overflow: visible; }
    .cp-digest .md-weather .ls-item:not(:last-child) {
      padding-right: 10px; }
  .cp-digest .md-weather .ls__label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #dcdcdc;
    font-size: 1em;
    font-weight: bold; }
  .cp-digest .md-weather .ls__thumbnail {
    position: absolute;
    top: 50px;
    display: none;
    width: 600px;
    height: 340px;
    border: 1px solid #0050ff;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 560px 315px; }
  .cp-digest .md-weather input[type="radio"]:checked + .ls__label {
    background-color: #f8f8f8;
    border-bottom-color: #0050ff;
    color: #0050ff; }
  .cp-digest .md-weather input[type="radio"]:checked ~ .ls__thumbnail {
    display: block; }
  .cp-digest .md-weather .ls--today .ls__thumbnail {
    left: 0;
    background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/today-i.jpg"); }
  .cp-digest .md-weather .ls--tomorrow .ls__thumbnail {
    left: -200px;
    background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/tomorrow-i.jpg"); }
  .cp-digest .md-weather .ls--typhoon .ls__thumbnail {
    left: -400px;
    background-image: url("https://www.tbs.co.jp/weather/cgimg/typhoon/typhoon-c.jpg"); }

.gs-fontLarge .cp-digest .md-weather .ls__label {
  font-size: calc(1em * 20/24); }

.cp-digest .md-weatherOption {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding-bottom: 16px;
  width: 600px;
  height: 86px; }
  .cp-digest .md-weatherOption .ls-time {
    margin-top: 6px; }
  .cp-digest .md-weatherOption .ls-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 6px;
    width: 600px; }
  .cp-digest .md-weatherOption .ls__digest,
  .cp-digest .md-weatherOption .ls__site {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 292px;
    height: 42px; }
  .cp-digest .md-weatherOption .ls__icon {
    display: inline-block;
    margin-right: 0.25em;
    width: calc(1em * 18/16);
    height: calc(1em * 18/16); }
  .cp-digest .md-weatherOption .ls__digest {
    margin-right: 16px;
    background-color: #0050ff;
    color: #fff; }
    .cp-digest .md-weatherOption .ls__digest .ls__icon use {
      transform: translate(calc(-210px * (var(--font) * 18/16)/30), calc(-60px * (var(--font) * 18/16)/30)) scale(calc((var(--font) * 18/16)/30));
      fill: #fff; }
  .cp-digest .md-weatherOption .ls__site {
    border: 1px solid #0050ff;
    color: #0050ff; }
    .cp-digest .md-weatherOption .ls__site .ls__icon use {
      transform: translate(calc(-90px * (var(--font) * 18/16)/30), calc(-90px * (var(--font) * 18/16)/30)) scale(calc((var(--font) * 18/16)/30));
      fill: #0050ff; }

.cp-digest .md-program {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 62px; }
  .cp-digest .md-program.ls--tbsnews {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .cp-digest .md-program.ls--news23 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .cp-digest .md-program.ls--n-st {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .cp-digest .md-program.ls--jnn-news {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .cp-digest .md-program .ls-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% * 9/16);
    background-repeat: no-repeat;
    background-size: cover; }
    .cp-digest .md-program .ls-thumbnail:hover {
      cursor: pointer; }
  .cp-digest .md-program .ls__logo {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 50%; }
    .cp-digest .md-program .ls__logo img {
      width: 60px;
      height: 60px; }
  .cp-digest .md-program .ls-time {
    margin-top: 6px; }
  .cp-digest .md-program .ls-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 6px;
    width: 288px; }
  .cp-digest .md-program .ls__digest,
  .cp-digest .md-program .ls__site {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 24px;
    font-size: 0.875em; }
  .cp-digest .md-program .ls__icon {
    display: inline-block;
    margin-right: 0.25em;
    width: 1em;
    height: 1em; }
  .cp-digest .md-program .ls__digest {
    margin-right: 0.5em;
    background-color: #0050ff;
    color: #fff; }
    .cp-digest .md-program .ls__digest .ls__icon use {
      transform: translate(calc(-210px * var(--font)*0.875/30), calc(-60px * var(--font)*0.875/30)) scale(calc(var(--font)*0.875/30));
      fill: #fff; }
  .cp-digest .md-program .ls__site {
    border: 1px solid #0050ff;
    color: #0050ff; }
    .cp-digest .md-program .ls__site .ls__icon use {
      transform: translate(calc(-90px * var(--font)*0.875/30), calc(-90px * var(--font)*0.875/30)) scale(calc(var(--font)*0.875/30));
      fill: #0050ff; }
  .cp-digest .md-program.ls--jnn-news .ls__digest {
    width: 100%;
    margin-right: 0; }

.gs-fontLarge .cp-digest .md-program .ls__digest,
.gs-fontLarge .cp-digest .md-program .ls__site {
  font-size: calc(0.875em * 20/24); }

.gs-fontLarge .cp-digest .md-program .ls__digest {
  margin-right: calc(0.5em * 20/24); }
  .gs-fontLarge .cp-digest .md-program .ls__digest .ls__icon use {
    transform: translate(calc(-210px * var(--font)*0.875/30*20/24), calc(-60px * var(--font)*0.875/30*20/24)) scale(calc(var(--font)*0.875/30*20/24)); }

.gs-fontLarge .cp-digest .md-program .ls__site .ls__icon use {
  transform: translate(calc(-90px * var(--font)*0.875/30*20/24), calc(-90px * var(--font)*0.875/30*20/24)) scale(calc(var(--font)*0.875/30*20/24)); }

.cp-digestMovie {
  margin-top: 24px;
  margin-bottom: 24px;
  width: calc(100% - 300px - 40px); }
  .cp-digestMovie .md-program .ls-thumbnail {
    margin-left: auto;
    margin-right: auto;
    width: 704px;
    height: 396px;
    background-size: contain; }
  .cp-digestMovie .md-program .ls-thumbnail {
    position: relative; }
    .cp-digestMovie .md-program .ls-thumbnail .ls__play,
    .cp-digestMovie .md-program .ls-thumbnail .ls__duration {
      position: absolute;
      z-index: 2;
      right: 24px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .cp-digestMovie .md-program .ls-thumbnail .ls__play {
      bottom: 48px;
      width: calc(4.75em / 1.875);
      height: calc(4.75em / 1.875);
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 1.875em; }
      .cp-digestMovie .md-program .ls-thumbnail .ls__play:hover {
        cursor: pointer; }
    .cp-digestMovie .md-program .ls-thumbnail .ls__duration {
      bottom: 18px;
      width: 4.75em;
      height: 24px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
    .cp-digestMovie .md-program .ls-thumbnail .ls__logo {
      width: 75px;
      height: 75px;
      transform: translate(12px, 401px);
      overflow: hidden;
      border: 1px solid #dcdcdc;
      border-radius: 50%; }
      .cp-digestMovie .md-program .ls-thumbnail .ls__logo img {
        width: 75px;
        height: 75px; }
  .cp-digestMovie .md-program .ls-link {
    margin-left: auto;
    margin-right: auto;
    width: 704px; }
    .cp-digestMovie .md-program .ls-link .ls__digest {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: 85px;
      padding-left: 100px;
      background-color: #4e4e4e;
      color: #fff;
      font-size: 1.125em; }
    .cp-digestMovie .md-program .ls-link .ls__site {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 24px auto;
      width: 360px;
      height: 48px;
      border: 1px solid #0050ff;
      color: #0050ff;
      font-size: 1.125em; }
      .cp-digestMovie .md-program .ls-link .ls__site .ls__icon {
        display: inline-block;
        margin-right: 0.25em;
        width: 1em;
        height: 1em; }
        .cp-digestMovie .md-program .ls-link .ls__site .ls__icon use {
          transform: translate(calc(-90px * var(--font)/30), calc(-90px * var(--font)/30)) scale(calc(var(--font)*/30));
          fill: #0050ff; }

.cp-digestMovie + .cp-digest {
  -ms-grid-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content max-content;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  margin-right: 40px;
  width: calc(100% - 300px - 40px);
  min-width: 0;
  max-width: none; }
  .cp-digestMovie + .cp-digest .md-heading {
    display: none; }
  .cp-digestMovie + .cp-digest .md-weather {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-left: auto;
    margin-right: auto; }
  .cp-digestMovie + .cp-digest .md-weatherOption {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-left: auto;
    margin-right: auto; }
  .cp-digestMovie + .cp-digest .md-program {
    padding: 0 16px; }
    .cp-digestMovie + .cp-digest .md-program.ls--tbsnews {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2; }
    .cp-digestMovie + .cp-digest .md-program.ls--news23 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end; }
    .cp-digestMovie + .cp-digest .md-program.ls--n-st {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2/3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2; }
    .cp-digestMovie + .cp-digest .md-program.ls--jnn-news {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2/3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end; }
    .cp-digestMovie + .cp-digest .md-program .ls-time,
    .cp-digestMovie + .cp-digest .md-program .ls-link {
      width: 100%; }
    .cp-digestMovie + .cp-digest .md-program .ls__digest,
    .cp-digestMovie + .cp-digest .md-program .ls__site {
      margin-bottom: 24px;
      width: calc((100% - 8px) /2); }
    .cp-digestMovie + .cp-digest .md-program.ls--jnn-news .ls__digest {
      width: 100%; }

.pg__digest.pg__weather .cp-digestMovie + .cp-digest .md-weather,
.pg__digest.pg__weather .cp-digestMovie + .cp-digest .md-weatherOption {
  display: none; }

.cp-report {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-right: 40px;
  width: 960px; }
  .cp-report h2.md-heading {
    color: #767676; }
    .cp-report h2.md-heading .ls-label {
      font-weight: normal; }
  .cp-report h3.md-heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    width: 100%; }
    .cp-report h3.md-heading .ls-logo {
      width: 60px;
      height: 60px;
      overflow: hidden;
      border: 1px solid #dcdcdc;
      border-radius: 50%; }
      .cp-report h3.md-heading .ls-logo img {
        width: 60px;
        height: 60px; }
    .cp-report h3.md-heading .ls-label {
      padding-left: 0.5em; }

.cp-earthquake {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-right: 40px;
  width: calc(100% - 300px - 40px);
  background-color: #f8f8f8; }
  .cp-earthquake .md-earthquakeItem {
    padding: 2em;
    width: 100%; }
    .cp-earthquake .md-earthquakeItem .ls-heading {
      padding-left: 0.5em;
      border-left: 0.25em solid #0050ff;
      font-size: 1.5em;
      font-weight: bold; }
    .cp-earthquake .md-earthquakeItem .ls-data {
      padding-top: 1em;
      padding-left: calc((0.5em + 0.25em) * 1.5);
      line-height: 1.5; }
    .cp-earthquake .md-earthquakeItem .ls-thumbnail {
      margin-top: 1em;
      margin-left: calc((0.5em + 0.25em) * 1.5);
      width: 672px;
      max-width: calc(100% - ((0.5em + 0.25em) * 1.5));
      height: 378px; }
    .cp-earthquake .md-earthquakeItem:not(:last-of-type) {
      border-bottom: 1px solid #fff; }

.cp-jnnMap {
  margin-top: 24px;
  margin-right: 40px;
  padding: 20px;
  width: calc(100% - 300px - 40px);
  background-color: #f5f2f2;
  text-align: center; }
  .cp-jnnMap img {
    width: 420px;
    height: 440px; }
  .cp-jnnMap ul {
    background: url("/library/img/jnn_map_shadow@2x.png") no-repeat;
    background-size: 420px 440px; }

.cp-jnnList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }
  .cp-jnnList h2.md-heading {
    align-items: flex-end;
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #c4c4c4; }
    .cp-jnnList h2.md-heading .ls-sub {
      font-size: 0.875em;
      font-weight: normal; }

.md-jnnList {
  margin-top: 24px;
  width: 50%; }
  .md-jnnList h3.md-heading {
    margin: 24px 0 18px;
    padding-left: 0.5em;
    border-left: 0.25em solid #0050ff;
    color: #3374ff;
    font-size: 0.875em; }
  .md-jnnList a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  .md-jnnList .ls-abbr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 4em;
    height: 24px;
    border-radius: 12px;
    background-color: #0050ff;
    color: #fff; }
  .md-jnnList .ls-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    height: 24px; }

.md-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 250px;
  border: 1px solid #c4c4c4; }
  .md-404 .ls-message {
    color: #767676;
    font-size: 2em; }
  .md-404 .ls-code {
    margin-top: 0.5em;
    color: #767676; }
  .md-404 .ls-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2em;
    padding: 0 1em;
    height: 40px;
    background-color: #0050ff;
    color: #fff; }
  .md-404 .ls__icon {
    margin-right: 0.25em;
    width: 1.25em;
    height: 1.25em; }
    .md-404 .ls__icon use {
      transform: translate(calc(-90px * var(--font)*1.25/30), calc(-90px * var(--font)*1.25/30)) scale(calc(var(--font)*1.25/30));
      fill: #fff; }

.cp-footerNavi {
  position: relative;
  margin: 0 auto;
  padding: 35px 20px;
  width: 100%;
  min-width: 1080px;
  max-width: 1340px; }

.cp-footerNavi .md-global {
  display: flex;
  flex-direction: row;
  width: 100%; }
  .cp-footerNavi .md-global > .ls-item {
    position: relative;
    flex: 1 1 auto;
    padding-right: 30px; }
    .cp-footerNavi .md-global > .ls-item::after {
      content: "";
      position: absolute;
      top: 18px;
      left: 0;
      transform: translate(0, -50%);
      width: calc(var(--font) * 1.5px);
      height: calc(var(--font) * 1.5px);
      background-color: #0050ff;
      -webkit-mask-image: url("/library/img/sprite.svg");
              mask-image: url("/library/img/sprite.svg");
      -webkit-mask-size: calc(100% * 300 / (var(--font) * 1.5) * (var(--font) * 1.5) / 30);
              mask-size: calc(100% * 300 / (var(--font) * 1.5) * (var(--font) * 1.5) / 30);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat; }
    .cp-footerNavi .md-global > .ls-item.ls--disaster::after {
      -webkit-mask-position: 0 calc(-120px * (var(--font) * 1.5) / 30);
              mask-position: 0 calc(-120px * (var(--font) * 1.5) / 30); }
    .cp-footerNavi .md-global > .ls-item.ls--report::after {
      -webkit-mask-position: calc(-30px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30);
              mask-position: calc(-30px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30); }
    .cp-footerNavi .md-global > .ls-item.ls--onSite::after {
      -webkit-mask-position: calc(-60px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30);
              mask-position: calc(-60px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30); }
    .cp-footerNavi .md-global > .ls-item.ls--politics::after {
      -webkit-mask-position: calc(-90px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30);
              mask-position: calc(-90px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30); }
    .cp-footerNavi .md-global > .ls-item.ls--special::after {
      -webkit-mask-position: calc(-120px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30);
              mask-position: calc(-120px * (var(--font) * 1.5) / 30) calc(-120px * (var(--font) * 1.5) / 30); }
    .cp-footerNavi .md-global > .ls-item:not(:last-child) {
      margin-right: 30px;
      border-right: 1px solid #dcdcdc; }
    .cp-footerNavi .md-global > .ls-item > a {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding-left: 1.875em;
      height: 36px;
      color: #0050ff;
      font-weight: bold;
      white-space: nowrap; }

.cp-footerNavi .md-local > .ls-item > a {
  display: block;
  padding: 0.25em 0;
  font-size: 0.75em;
  line-height: 1.2; }

.cp-footerBanner {
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  min-width: 1080px;
  max-width: 1340px; }

.md-footerBanner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 670px; }
  .md-footerBanner .ls-item {
    width: 122px;
    height: 82px;
    border: 1px solid #dcdcdc; }
    .md-footerBanner .ls-item:nth-of-type(n+6) {
      margin-top: 15px; }
    .md-footerBanner .ls-item:not(:nth-of-type(5n)) {
      margin-right: 15px; }
    .md-footerBanner .ls-item a, .md-footerBanner .ls-item img {
      display: block;
      width: 120px;
      height: 80px; }

.cp-footerLink {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  min-width: 1080px;
  max-width: 1340px; }

.md-footerLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
  font-size: 0.875em; }
  .md-footerLink .ls-item:not(:last-of-type)::after {
    content: "｜";
    padding: 0 1em; }
  .md-footerLink a {
    color: #fff;
    font-size: 0.875em; }

.md-copyright {
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  font-size: 0.75em; }
  .md-copyright a {
    color: #fff; }

.cp-lji {
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }

.md-lji {
  display: flex;
  flex-direction: row;
  margin-bottom: 1px;
  min-height: 40px;
  border: 2px solid #cc0000; }
  .md-lji .md-heading {
    flex: 0 0 auto;
    justify-content: center;
    padding: 0 0.25em;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 20%;
    background-color: #cc0000;
    color: #fff; }
    .md-lji .md-heading > div {
      text-align: center; }
  .md-lji .ls-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.5em;
    background-color: #fff0f0; }
    .md-lji .ls-body > div {
      line-height: 1.2; }
      .md-lji .ls-body > div a {
        color: #0050ff;
        text-decoration: underline; }
  .md-lji .frame {
    display: flex;
    flex-direction: row;
    align-items: center; }

.cp-earthquakeTop {
  position: relative;
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }
  .cp-earthquakeTop .md-heading {
    position: absolute;
    z-index: 2;
    display: inline-block;
    padding: 0 0.75em;
    min-width: calc(20% + 1px);
    height: 40px;
    background-color: #cc0000;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 40px; }
  .cp-earthquakeTop .md-earthquakeItem {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
    -ms-grid-rows: min-content 1fr min-content;
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    -ms-grid-columns: 1fr 336px;
    grid-template-columns: 1fr 336px;
    margin-bottom: 1px;
    padding: 16px 32px;
    width: 100%;
    border: 2px solid #cc0000;
    background-color: #f8f8f8; }
    .cp-earthquakeTop .md-earthquakeItem .ls-thumbnail {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1/4;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      width: 336px;
      height: 189px;
      background-size: contain; }
    .cp-earthquakeTop .md-earthquakeItem .ls-heading {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      margin-top: 35px;
      padding-left: 0.5em;
      border-left: 0.25em solid #cc0000;
      font-size: 1.5em;
      font-weight: bold; }
    .cp-earthquakeTop .md-earthquakeItem .ls-data {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2/3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      padding-top: 0.5em;
      padding-left: calc((0.5em + 0.25em) * 1.5);
      line-height: 1.2; }
    .cp-earthquakeTop .md-earthquakeItem .md-more {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3/4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      margin: 12px 0 0;
      padding: 0 1em;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      background-color: #cc0000;
      color: #fff; }
      .cp-earthquakeTop .md-earthquakeItem .md-more span::after {
        -webkit-mask-position: calc(-90px * (var(--font)*1.25)/30) calc(-150px * (var(--font)*1.25)/30);
                mask-position: calc(-90px * (var(--font)*1.25)/30) calc(-150px * (var(--font)*1.25)/30); }

.cp-informationTop {
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }

.md-informationTop {
  display: flex;
  flex-direction: row;
  margin-bottom: 1px;
  min-height: 50px;
  border: 2px solid #cc0000; }
  .md-informationTop .md-heading {
    flex: 0 0 auto;
    justify-content: center;
    padding: 0.375em 0.75em;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 20%;
    background-color: #cc0000;
    color: #fff; }
    .md-informationTop .md-heading > div {
      text-align: center; }
  .md-informationTop .ls-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.375em 0.75em; }
    .md-informationTop .ls-body > div {
      line-height: 1.2; }
      .md-informationTop .ls-body > div a {
        color: #0050ff;
        text-decoration: underline; }

.cp-emergencyTop {
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }

.md-emergencyTop {
  display: flex;
  flex-direction: row;
  margin-bottom: 1px;
  min-height: 50px;
  border: 2px solid #ffdd33; }
  .md-emergencyTop .md-heading {
    flex: 0 0 auto;
    justify-content: center;
    padding: 0.375em 0.25em;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 20%;
    background-color: #ffdd33;
    color: #1a1a1a; }
    .md-emergencyTop .md-heading > div {
      text-align: center; }
  .md-emergencyTop .ls-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.375em 0.75em;
    background-color: #ffffeb; }
    .md-emergencyTop .ls-body .ls-title {
      flex: 0 0 auto;
      font-weight: bold; }
    .md-emergencyTop .ls-body .ls-icon {
      flex: 1 1 auto;
      margin-left: 0.5em;
      width: 1.25em;
      height: 1.25em; }
      .md-emergencyTop .ls-body .ls-icon use {
        transform: scale(calc((var(--font) * 1.25) / 30)) translate(-90px, -150px);
        fill: #1a1a1a; }
    .md-emergencyTop .ls-body.op-cBlack .ls-title {
      color: #1a1a1a; }
    .md-emergencyTop .ls-body.op-cBlack .ls-icon use {
      fill: #1a1a1a; }
    .md-emergencyTop .ls-body.op-cRed .ls-title {
      color: #cc0000; }
    .md-emergencyTop .ls-body.op-cRed .ls-icon use {
      fill: #cc0000; }
    .md-emergencyTop .ls-body.op-cBlue .ls-title {
      color: #0050ff; }
    .md-emergencyTop .ls-body.op-cBlue .ls-icon use {
      fill: #0050ff; }

.cp-live {
  margin-right: 40px;
  width: calc(100% - 300px - 40px); }

.md-live {
  margin-top: 20px; }
  .md-live .ls-logo {
    margin: 0 auto 2px auto;
    padding-bottom: 3px;
    width: 560px;
    border-bottom: 3px solid #0050ff;
    text-align: center;
    font-size: 0; }
    .md-live .ls-logo img {
      width: 240px; }
  .md-live .ls-stream {
    text-align: center; }
  .md-live .ls-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
    width: 560px;
    background-color: #1a1a1a; }
  .md-live .ls__title {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .md-live .ls__live {
    margin-right: 12px;
    padding: 0.25em 0.75em;
    border-radius: 3px;
    background-color: #cc0000;
    color: #fff;
    font-size: 0.875em;
    line-height: 1.5em; }
  .md-live .ls__text {
    color: #fff;
    font-size: 1.25em;
    font-weight: bold; }
  .md-live .ls__notice {
    align-self: flex-end;
    margin-top: 6px;
    color: #c4c4c4;
    font-size: 0.75em; }

.cp-lji:empty + .cp-earthquakeTop:empty + .cp-informationTop:empty + .cp-emergencyTop:empty + .cp-live .md-live {
  margin-top: 0; }

.cp-continuousPlay {
  position: -webkit-sticky;
  position: sticky;
  z-index: 30;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  border-top: 1px solid #fff;
  background-color: #0050ff;
  color: #fff;
  transition: bottom 0.2s ease; }
  .cp-continuousPlay.gs-hide {
    position: fixed;
    bottom: -80px; }
  .cp-continuousPlay .el-button {
    margin: 0 4px;
    padding: 0 20px;
    height: 60px;
    border-radius: 3px;
    font-size: 1em; }
    .cp-continuousPlay .el-button .ls__icon {
      display: inline-block;
      margin-right: 0.25em;
      width: calc(var(--font) * 1.5px);
      height: calc(var(--font) * 1.5px); }
      .cp-continuousPlay .el-button .ls__icon use {
        transform: scale(calc(var(--font) * 1.5 / 30)) translate(-210px, -60px);
        fill: #0050ff; }
    .cp-continuousPlay .el-button .ls__label {
      display: inline-block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      height: calc(var(--font) * 1.5px);
      vertical-align: top;
      font-size: 1.125em;
      font-weight: bold;
      line-height: calc(var(--font) * 1.5px); }
    .cp-continuousPlay .el-button .ls__data {
      margin-top: 2px;
      text-align: center;
      font-size: 0.875em; }
  .cp-continuousPlay .ls-play {
    border: 1px solid #0050ff;
    background-color: #fff;
    color: #0050ff; }
  .cp-continuousPlay .ls-clear {
    border: 1px solid #fff;
    color: #fff; }

.gs-fontLarge .cp-continuousPlay .el-button {
  font-size: calc(1em * 20/24); }

.gs-fontLarge .cp-continuousPlay .ls-play .ls__icon {
  margin-right: calc(0.25em * 20/24);
  width: calc(var(--font) * 1.5px * 20/24);
  height: calc(var(--font) * 1.5px * 20/24); }
  .gs-fontLarge .cp-continuousPlay .ls-play .ls__icon use {
    transform: scale(calc(var(--font) * 1.5 / 30 * 20/24)) translate(-210px, -60px); }

.gs-fontLarge .cp-continuousPlay .ls-play .ls__label {
  height: calc(var(--font) * 1.5px * 20/24);
  line-height: calc(var(--font) * 1.5px * 20/24); }

.gs-fontMedium .cp-continuousPlay .el-button .ls__data,
.gs-fontLarge .cp-continuousPlay .el-button .ls__data {
  margin-top: 0; }

.cp-notification {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: -100vh;
  transform: translate(-50%, 0);
  margin: 0 auto;
  width: 100%;
  min-width: 1080px;
  max-width: 1340px;
  opacity: 1;
  transition: opacity 0.2s ease; }
  .cp-notification.gs-show {
    bottom: 20px; }

.md-notificationItem {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 2px solid #cc0000;
  background-color: #fff;
  box-shadow: 2px 2px 0 #dcdcdc; }
  .md-notificationItem .ls-message {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2em;
    background-color: #cc0000;
    color: #fff;
    text-align: center; }
  .md-notificationItem .ls-title {
    display: inline-block;
    padding: 1.5em 2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2; }
  .md-notificationItem .ls-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px; }
  .md-notificationItem .el-button {
    margin: 0 5px;
    padding: 0 20px;
    width: 180px;
    height: 40px;
    font-size: 1em; }
  .md-notificationItem .ls-ok {
    border: 1px solid #cc0000;
    background-color: #cc0000;
    color: #fff; }
  .md-notificationItem .ls-cancel {
    border: 1px solid #767676;
    background-color: #fff; }

/*# sourceMappingURL=common_pc.css.map */
