@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-weight: normal; }

h1 {
  font-size: 18px; }

h2 {
  font-size: 16px; }

h3, h4, h5, h6 {
  font-size: 14px; }

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-pcOnly {
  display: none; }

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

.lo-header {
  position: relative;
  height: 48px;
  background-color: #0050ff; }

.lo-content {
  display: flex;
  flex-direction: column;
  background-color: #fff; }

.lo-footerNavi {
  background-color: #f8f8f8; }

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

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

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

button {
  border: none;
  background-color: transparent; }

.el-checkBox .ls__check {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 16px;
  height: 16px;
  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: 6px;
    left: 5px;
    width: 10px;
    height: 3px;
    transform: rotate(-55deg); }
  .el-checkBox .ls__check::after {
    top: 8px;
    left: 2px;
    width: 7px;
    height: 3px;
    transform: rotate(50deg); }

button {
  border: none;
  background-color: transparent; }

header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 0; }

.cp-header {
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom, #0050ff 48px, #f8f8f8 48px, #f8f8f8 100%); }
  .cp-header .md-search,
  .cp-header .md-global,
  .cp-header .md-fontSize {
    opacity: 0;
    pointer-events: none; }

.cp-header.op-spMenu {
  padding-top: 48px;
  min-height: 100vh;
  overflow: scroll; }
  .cp-header.op-spMenu .md-global,
  .cp-header.op-spMenu .md-search,
  .cp-header.op-spMenu .md-fontSize {
    opacity: 1;
    pointer-events: auto; }

.md-logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #f8f8f8;
  background-color: #0050ff; }
  .md-logo a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .md-logo a .ls-logo {
      width: 135px;
      height: 25px;
      fill: #fff; }

.md-spMenu {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px; }
  .md-spMenu .ls-icon {
    width: 30px;
    height: 30px; }
    .md-spMenu .ls-icon use {
      transform: translate(-90px, -30px);
      fill: #fff; }

.md-search {
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  width: 100%;
  height: 55px; }
  .md-search .ls-icon {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px; }
    .md-search .ls-icon use {
      transform: translate(calc(0px * 18/30), calc(-30px * 18/30)) scale(calc(18/30));
      fill: #4e4e4e; }
  .md-search .el-inputText {
    position: relative;
    margin-right: 5px;
    width: calc(100vw - 15px - 70px - 10px);
    height: 35px; }
    .md-search .el-inputText input[type="text"] {
      padding-top: 3px;
      padding-left: 30px;
      width: 100%;
      height: 100%;
      border: 2px solid #0050ff;
      border-radius: 2px;
      color: #1a1a1a; }
      .md-search .el-inputText input[type="text"]::-webkit-input-placeholder {
        padding-top: 3px;
        color: #a9a9a9; }
      .md-search .el-inputText input[type="text"]::-moz-placeholder {
        padding-top: 3px;
        color: #a9a9a9; }
      .md-search .el-inputText input[type="text"]:-ms-input-placeholder {
        padding-top: 3px;
        color: #a9a9a9; }
      .md-search .el-inputText input[type="text"]::-ms-input-placeholder {
        padding-top: 3px;
        color: #a9a9a9; }
      .md-search .el-inputText input[type="text"]::placeholder {
        padding-top: 3px;
        color: #a9a9a9; }
      .md-search .el-inputText input[type="text"]:not(:placeholder-shown) {
        background-color: #ff9;
        color: #000; }
  .md-search .el-button {
    width: 75px;
    height: 35px;
    border-radius: 2px;
    background-color: #0050ff;
    color: #fff;
    font-size: 14px; }

.cp-header .md-global {
  display: flex;
  flex-direction: column; }
  .cp-header .md-global > .ls-item {
    margin-bottom: 1px;
    height: 40px;
    background-color: #0a44c2; }
    .cp-header .md-global > .ls-item > a {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding-left: 15px;
      width: 100%;
      height: 40px;
      color: #fff; }
      .cp-header .md-global > .ls-item > a::after {
        content: "＋";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%); }
    .cp-header .md-global > .ls-item.ls--jnn > a::after,
    .cp-header .md-global > .ls-item.ls--continuous > a::after {
      content: "＞"; }
    .cp-header .md-global > .ls-item.op-spMenu {
      height: auto; }
      .cp-header .md-global > .ls-item.op-spMenu > a::after {
        content: "−"; }
      .cp-header .md-global > .ls-item.op-spMenu .md-local {
        opacity: 1;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content; }

.pg-newsa .cp-header .md-global > .ls-item.ls--news,
.pg-movie .cp-header .md-global > .ls-item.ls--movie,
.pg-report .cp-header .md-global > .ls-item.ls--report,
.pg-disaster .cp-header .md-global > .ls-item.ls--disaster {
  height: auto; }
  .pg-newsa .cp-header .md-global > .ls-item.ls--news > a::after,
  .pg-movie .cp-header .md-global > .ls-item.ls--movie > a::after,
  .pg-report .cp-header .md-global > .ls-item.ls--report > a::after,
  .pg-disaster .cp-header .md-global > .ls-item.ls--disaster > a::after {
    content: "−"; }
  .pg-newsa .cp-header .md-global > .ls-item.ls--news .md-local,
  .pg-movie .cp-header .md-global > .ls-item.ls--movie .md-local,
  .pg-report .cp-header .md-global > .ls-item.ls--report .md-local,
  .pg-disaster .cp-header .md-global > .ls-item.ls--disaster .md-local {
    display: flex; }

.cp-header .md-local {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 0;
  opacity: 0;
  background-color: #f8f8f8; }
  .cp-header .md-local .ls-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 40px; }
    .cp-header .md-local .ls-item:last-of-type a,
    .cp-header .md-local .ls-item:nth-last-of-type(2):nth-of-type(2n+1) a {
      border-bottom: none; }
    .cp-header .md-local .ls-item a {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding-left: 30px;
      padding-right: 15px;
      width: 100%;
      height: 40px;
      border-right: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4;
      color: #767676;
      font-size: 14px; }
      .cp-header .md-local .ls-item a::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 12px;
        width: 15px;
        height: 15px;
        background-color: #767676;
        -webkit-mask-image: url("/library/img/sprite.svg");
                mask-image: url("/library/img/sprite.svg");
        -webkit-mask-size: calc(100% * 300/15 * 15/30);
                mask-size: calc(100% * 300/15 * 15/30);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: calc(-90px * 15/30) calc(-90px * 15/30);
                mask-position: calc(-90px * 15/30) calc(-90px * 15/30); }

.md-rss {
  display: none; }

.md-fontSize {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  height: 40px;
  background-color: #dcdcdc; }
  .md-fontSize .ls-label {
    padding-left: 15px;
    font-size: 14px; }
  .md-fontSize .ls-option {
    display: flex;
    flex-direction: row;
    padding-right: 15px; }
    .md-fontSize .ls-option .el-radioButton {
      margin-left: 6px; }
    .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: 26px;
      height: 26px;
      border-radius: 13px;
      background-color: #fff;
      font-size: 14px;
      line-height: 0.9; }
    .md-fontSize .ls-option input[type="radio"]:checked ~ .ls__label {
      background-color: #0050ff;
      color: #fff; }

.md-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px 15px 5px;
  border-bottom: 1px solid #dcdcdc;
  color: #1a1a1a;
  font-weight: bold; }
  .md-heading .ls-icon {
    margin-right: 0.25em;
    width: 16px;
    height: 16px; }
    .md-heading .ls-icon use {
      transform: translate(calc(-0px * 16/30), calc(-60px * 16/30)) scale(calc(16/30));
      fill: #767676; }

.md-newsItem {
  display: -ms-grid;
  display: grid;
  padding-top: 15px; }
  .md-newsItem .ls-thumbnail {
    background-position: center center;
    background-size: cover; }
  .md-newsItem .ls-title {
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.25; }
  .md-newsItem .ls-lead {
    display: none; }
  .md-newsItem .ls-time,
  .md-newsItem .ls-duration {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 5px;
    height: 12px; }
    .md-newsItem .ls-time .ls__icon,
    .md-newsItem .ls-duration .ls__icon {
      display: inline-block;
      margin-right: 0.25em;
      width: 12px;
      height: 12px; }
      .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 {
      color: #767676;
      font-size: 12px; }
  .md-newsItem .ls-time .ls__icon use {
    transform: translate(calc(-60px * 12/30), calc(-30px * 12/30)) scale(calc(12/30)); }
  .md-newsItem .ls-duration .ls__icon use {
    transform: translate(calc(-120px * 12/30), calc(-30px * 12/30)) scale(calc(12/30)); }

.md-newsItem.op-sXLarge {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  .md-newsItem.op-sXLarge .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;
    height: calc((100vw - 30px) * 9/16); }
  .md-newsItem.op-sXLarge .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;
    margin-top: 10px; }
  .md-newsItem.op-sXLarge .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-sLarge {
  display: block;
  margin-top: 15px;
  width: 100%; }
  .md-newsItem.op-sLarge .ls-thumbnail {
    width: 100%;
    height: calc((100vw - 30px) * 9/16); }
  .md-newsItem.op-sLarge .ls-title {
    margin-top: 8px;
    width: 100%;
    font-size: .875em; }
  .md-newsItem.op-sLarge .ls-lead {
    display: none; }
  .md-newsItem.op-sLarge .ls-time {
    margin-top: 8px;
    width: 100%;
    height: 1em;
    font-size: .75em; }

.md-newsItem.op-sMedium {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%; }
  .md-newsItem.op-sMedium .ls-thumbnail {
    width: calc((100vw - 30px - 10px) * 1/2);
    height: calc((100vw - 30px - 10px) * 1/2 * 9/16); }
  .md-newsItem.op-sMedium .ls-title {
    margin-top: 5px;
    width: 100%;
    font-size: 14px; }

.md-newsItem.op-sSmall {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -ms-grid-columns: 1fr 138px;
  grid-template-columns: 1fr 138px;
  padding: 15px;
  border-bottom: 1px solid #dcdcdc; }
  .md-newsItem.op-sSmall .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-sSmall .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;
    font-size: 14px; }
  .md-newsItem.op-sSmall .ls-time {
    -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; }

.md-newsItem.op-sXSmall {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -ms-grid-columns: 1fr 138px;
  grid-template-columns: 1fr 138px;
  margin-top: 16px;
  margin-bottom: 8px;
  width: 100%; }
  .md-newsItem.op-sXSmall .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-sXSmall .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;
    font-size: .875em;
    line-height: 1.2; }
  .md-newsItem.op-sXSmall .ls-time {
    -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: 6px;
    height: 1em;
    font-size: .7	5em;
    line-height: 1; }

.md-newsItem.op-sSelectMovie {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -ms-grid-columns: 138px 1fr;
  grid-template-columns: 138px 1fr; }
  .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;
    margin-right: 10px;
    width: 128px;
    height: 72px;
    background-size: contain; }
  .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;
    font-size: 14px; }
  .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; }

.md-newsItem.op-sRanking {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -ms-grid-columns: 138px 1fr;
  grid-template-columns: 138px 1fr;
  padding: 15px 15px 0; }
  .md-newsItem.op-sRanking .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;
    margin-right: 10px;
    width: 128px;
    height: 72px;
    background-size: contain; }
  .md-newsItem.op-sRanking .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;
    font-size: 14px; }
  .md-newsItem.op-sRanking .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; }
  .md-newsItem.op-sRanking::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); }
  .md-newsItem.op-sRanking:nth-of-type(1)::before {
    content: "1";
    border: 1px solid rgba(0, 0, 0, 0.02);
    background-color: #eb0;
    color: #fff; }
  .md-newsItem.op-sRanking:nth-of-type(2)::before {
    content: "2";
    color: #fff;
    background-color: #aab; }
  .md-newsItem.op-sRanking:nth-of-type(3)::before {
    content: "3";
    color: #fff;
    background-color: #c82; }
  .md-newsItem.op-sRanking:nth-of-type(4)::before {
    content: "4";
    color: #1a1a1a;
    border: 1px solid #c4c4c4;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(5)::before {
    content: "5";
    color: #1a1a1a;
    border: 1px solid #c4c4c4;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(6)::before {
    content: "6";
    color: #1a1a1a;
    border: 1px solid #c4c4c4;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(7)::before {
    content: "7";
    color: #1a1a1a;
    border: 1px solid #c4c4c4;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(8)::before {
    content: "8";
    color: #1a1a1a;
    border: 1px solid #c4c4c4;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(9)::before {
    content: "9";
    color: #1a1a1a;
    border: 1px solid #c4c4c4;
    background-color: #dcdcdc; }
  .md-newsItem.op-sRanking:nth-of-type(10)::before {
    content: "10";
    color: #1a1a1a;
    border: 1px solid #c4c4c4;
    background-color: #dcdcdc; }

.md-newsItem.op-sMovie {
  position: relative;
  display: block;
  margin-top: 0;
  width: 100%;
  pointer-events: none; }
  .md-newsItem.op-sMovie .ls-print {
    display: none; }
  .md-newsItem.op-sMovie .ls-thumbnail {
    position: relative;
    width: 100%;
    height: calc((100vw - 30px) * 9/16);
    background-size: contain; }
    .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: 76px;
      height: 76px;
      border-radius: 38px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 30px; }
    .md-newsItem.op-sMovie .ls-thumbnail .ls__duration {
      bottom: 18px;
      width: 76px;
      height: 24px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
  .md-newsItem.op-sMovie .ls-title {
    margin-top: 8px;
    width: 100%; }
  .md-newsItem.op-sMovie .ls-lead {
    display: none; }
  .md-newsItem.op-sMovie .ls-time {
    margin-top: 8px;
    width: 100%;
    height: 1em;
    font-size: 14px; }
  .md-newsItem.op-sMovie .ls-body {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #dcdcdc;
    line-height: 1.25; }

.md-newsItem.op-sRelated {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -ms-grid-columns: 1fr 138px;
  grid-template-columns: 1fr 138px;
  padding: 15px; }
  .md-newsItem.op-sRelated:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc; }
  .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;
    font-size: 14px;
    line-height: 1.1; }
  .md-newsItem.op-sRelated .ls-lead {
    display: block;
    -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;
    font-size: 12px;
    line-height: 1.5; }

.cp-newsLv1 {
  order: 1; }
  .cp-newsLv1 > .md-heading {
    padding-bottom: 0;
    border-bottom: none; }
    .cp-newsLv1 > .md-heading .ls-label {
      font-weight: normal; }
    .cp-newsLv1 > .md-heading .ls-logo {
      flex: 0 0 auto;
      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__search .cp-newsLv1 .md-headingLv1 .ls-icon use {
  fill: #1a1a1a; }

.pg-news.pg__search .cp-newsLv1 .md-headingLv1 .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;
  margin: 15px 15px 0;
  height: 7em;
  border: 1px solid #664400;
  background-color: #ffffeb; }

.pg-news.pg__search .cp-newsLv1 .ls__message {
  color: #664400; }

.cp-newsLv2 {
  order: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap; }
  .cp-newsLv2 .md-heading {
    margin-top: 30px;
    padding: 15px;
    width: 100vw;
    border-bottom: none;
    background-color: #f8f8f8; }
  .cp-newsLv2 .md-newsItem:nth-of-type(2n+1) {
    padding-left: 15px; }
  .cp-newsLv2 .md-newsItem:nth-of-type(2n) {
    padding-right: 15px; }
  .cp-newsLv2 .ls-more {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 25px 5px 10px;
    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); }

.pg-movie.pg__recommend .cp-newsLv2 .md-heading {
  display: none; }

.pg-movie.pg__recommend.pg__article .cp-newsLv2 .md-heading {
  display: flex; }

.cp-newsLv3 {
  order: 1;
  margin-top: 15px;
  border-top: 1px solid #dcdcdc; }

.cp-spLocal {
  order: 1;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 48px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid #0050ff;
  background-color: #fff; }
  .cp-spLocal .md-local {
    display: flex;
    flex-direction: row; }
  .cp-spLocal .ls-item {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 0 0;
    background-color: #dcdcdc; }
    .cp-spLocal .ls-item:not(:last-of-type) {
      margin-right: 3px; }
  .cp-spLocal a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px; }

.pg-news .cp-spLocal {
  position: static;
  z-index: auto;
  top: auto;
  margin-top: 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: transparent; }
  .pg-news .cp-spLocal .ls-item {
    border-radius: 0;
    background-color: transparent; }
    .pg-news .cp-spLocal .ls-item:not(:last-of-type) {
      margin-right: 0; }
      .pg-news .cp-spLocal .ls-item:not(:last-of-type)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 1px;
        height: 1em;
        background-color: #dcdcdc; }

.pg__headline .cp-spLocal .ls-item.ls--headline,
.pg__society .cp-spLocal .ls-item.ls--society,
.pg__politics .cp-spLocal .ls-item.ls--politics,
.pg__economy .cp-spLocal .ls-item.ls--economy,
.pg__international .cp-spLocal .ls-item.ls--international,
.pg__entertainment .cp-spLocal .ls-item.ls--entertainment,
.pg-news.pg__search .cp-spLocal {
  display: none; }

.pg-movie.pg__continuous .cp-spLocal .ls-item.ls--continuous,
.pg-movie.pg__sns .cp-spLocal .ls-item.ls--sns,
.pg-movie.pg__recommend .cp-spLocal .ls-item.ls--recommend,
.pg-movie.pg__digest .cp-spLocal .ls-item.ls--digest,
.pg-report.pg__fromtbs .cp-spLocal .ls-item.ls--fromtbs,
.pg-report.pg__news23 .cp-spLocal .ls-item.ls--news23,
.pg-report.pg__sunday .cp-spLocal .ls-item.ls--sunday,
.pg-disaster.pg__earthquake .cp-spLocal .ls-item.ls--earthquake,
.pg-disaster.pg__defense .cp-spLocal .ls-item.ls--defense,
.pg-disaster.pg__knowledge .cp-spLocal .ls-item.ls--knowledge,
.pg-disaster.pg__link .cp-spLocal .ls-item.ls--link {
  background-color: #0050ff; }
  .pg-movie.pg__continuous .cp-spLocal .ls-item.ls--continuous a,
  .pg-movie.pg__sns .cp-spLocal .ls-item.ls--sns a,
  .pg-movie.pg__recommend .cp-spLocal .ls-item.ls--recommend a,
  .pg-movie.pg__digest .cp-spLocal .ls-item.ls--digest a,
  .pg-report.pg__fromtbs .cp-spLocal .ls-item.ls--fromtbs a,
  .pg-report.pg__news23 .cp-spLocal .ls-item.ls--news23 a,
  .pg-report.pg__sunday .cp-spLocal .ls-item.ls--sunday a,
  .pg-disaster.pg__earthquake .cp-spLocal .ls-item.ls--earthquake a,
  .pg-disaster.pg__defense .cp-spLocal .ls-item.ls--defense a,
  .pg-disaster.pg__knowledge .cp-spLocal .ls-item.ls--knowledge a,
  .pg-disaster.pg__link .cp-spLocal .ls-item.ls--link a {
    color: #fff; }

.cp-article {
  order: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding: 0 15px;
  width: 100%;
  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-top: 15px;
  margin-bottom: 15px;
  width: calc(100vw - 30px);
  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 {
  order: 1; }
  .cp-movie > .md-heading {
    padding-bottom: 0;
    border-bottom: none; }
    .cp-movie > .md-heading .ls-label {
      font-weight: normal; }
  .cp-movie .ls-thumbnail {
    margin: 15px 15px 0;
    height: calc((100vw - 30px) * 9/16);
    background-size: contain; }
  .cp-movie .ls-play {
    padding: 0 15px; }
  .cp-movie .el-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
    height: 54px;
    border-radius: 3px;
    text-align: left; }
    .cp-movie .el-button .ls__label {
      font-size: 18px;
      font-weight: bold; }
    .cp-movie .el-button .ls__data {
      margin-top: 3px;
      width: 100%;
      text-align: center;
      font-size: 14px; }
  .cp-movie .ls__all {
    border: 1px solid #0050ff;
    background-color: #0050ff;
    color: #fff; }
    .cp-movie .ls__all .ls__icon {
      margin-right: 0.5em;
      width: 24px;
      height: 24px; }
      .cp-movie .ls__all .ls__icon use {
        transform: scale(calc(24/30)) translate(-210px, -60px);
        fill: #fff; }
  .cp-movie .ls__select {
    border: 1px solid #0050ff;
    color: #0050ff; }
    .cp-movie .ls__select .ls__icon {
      margin-right: 0.5em;
      width: 24px;
      height: 24px; }
      .cp-movie .ls__select .ls__icon use {
        transform: scale(calc(24/30)) translate(-210px, -60px);
        fill: #0050ff; }

.cp-selectMovie {
  order: 1; }
  .cp-selectMovie > .md-heading {
    padding-bottom: 0;
    border-bottom: none; }
    .cp-selectMovie > .md-heading .ls-label {
      display: none; }
    .cp-selectMovie > .md-heading .ls-guidance {
      font-size: 14px;
      font-weight: normal; }

.md-selectMovie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 15px 0; }
  .md-selectMovie > .md-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
    border-bottom: none; }
    .md-selectMovie > .md-heading .ls-label {
      position: relative;
      padding-left: 8px;
      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;
      padding-left: 20px;
      width: 140px;
      height: 22px;
      background-color: #dcdcdc;
      font-weight: normal; }
  .md-selectMovie .md-newsItem.op-sSelectMovie {
    width: 100%; }
    .md-selectMovie .md-newsItem.op-sSelectMovie .ls-thumbnail {
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .md-selectMovie .md-newsItem.op-sSelectMovie .ls-select {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 22px; }
    .md-selectMovie .md-newsItem.op-sSelectMovie .ls-order {
      position: absolute;
      top: 3px;
      left: 24px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 68px;
      height: 16px;
      border-radius: 3px;
      background-color: #fff;
      font-size: 12px; }

.cp-recommend {
  display: none; }

.cp-snsMovie {
  display: none; }

.cp-sns {
  order: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 40px;
  width: 100%;
  height: 20px; }
  .cp-sns .ls-item {
    margin: 0 4px; }
  .cp-sns a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: 50px 50px; }
  .cp-sns img {
    display: none; }
  .cp-sns .ls-item:nth-of-type(1) a {
    background-image: url("/library/img/share_button_01_sp@2x.png"); }
  .cp-sns .ls-item:nth-of-type(2) a {
    background-image: url("/library/img/share_button_02_sp@2x.png"); }
  .cp-sns .ls-item:nth-of-type(3) a {
    background-image: url("/library/img/share_button_03_sp@2x.png"); }
  .cp-sns .ls-item:nth-of-type(4) a {
    background-image: url("/library/img/share_button_04_sp@2x.png"); }
  .cp-sns .ls-item:nth-of-type(5) {
    display: none; }

.cp-spAd {
  order: 1;
  margin: 10px 0 0;
  padding: 15px;
  text-align: center; }
  .cp-spAd img {
    max-width: 100%; }

.cp-pcAd {
  display: none; }

.cp-banner {
  order: 1;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 100%; }

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

.cp-feature {
  position: relative;
  order: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden; }

.md-featureItem.ls--app {
  order: 2;
  margin-top: 10px;
  width: 375px;
  max-width: 100vw;
  height: 160px;
  max-height: calc(100vw * 160/375);
  background: url("../img/bn_01_sp@2x.png") no-repeat;
  background-size: cover; }

.md-featureItem.ls--sns {
  order: 1;
  position: relative;
  width: 375px;
  height: 287px;
  background: url("../img/bn_02_sp@2x.png") no-repeat;
  background-size: 375px 287px; }
  .md-featureItem.ls--sns .ls__lead {
    display: none; }
  .md-featureItem.ls--sns .ls--news {
    color: #0050ff;
    font-size: 20px; }
  .md-featureItem.ls--sns .ls--notice {
    color: #767676;
    font-size: 12px; }
  .md-featureItem.ls--sns .ls__icon {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #767676;
    text-align: center;
    font-size: 12px; }
    .md-featureItem.ls--sns .ls__icon img {
      margin-bottom: 3px; }
  .md-featureItem.ls--sns .ls--fb {
    top: 108px;
    left: 60px; }
  .md-featureItem.ls--sns .ls--tw {
    top: 108px;
    left: 158px; }
  .md-featureItem.ls--sns .ls--line {
    top: 108px;
    left: 256px; }
  .md-featureItem.ls--sns .ls--insta {
    top: 190px;
    left: 60px; }
  .md-featureItem.ls--sns .ls--yt {
    top: 190px;
    left: 158px; }
  .md-featureItem.ls--sns .ls--note {
    top: 190px;
    left: 256px; }

.cp-ranking {
  order: 2;
  margin-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f2f2; }
  .cp-ranking .md-heading {
    justify-content: center;
    padding: 15px; }
  .cp-ranking .ls-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    height: 40px;
    border: 1px solid #767676;
    background-color: #fff;
    box-shadow: 2px 2px 0 #dcdcdc;
    color: #767676; }
    .cp-ranking .ls-more span {
      position: relative;
      display: inline-block;
      padding-right: 25px;
      height: 20px;
      line-height: 20px; }
      .cp-ranking .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-related {
  order: 2;
  margin-top: 10px;
  padding-bottom: 15px;
  background-color: #f5f2f2; }
  .cp-related .md-heading {
    justify-content: center;
    padding: 15px; }

.cp-weather {
  order: 4;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto; }

.md-weather {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: calc(100vw - 30px);
  height: calc(((100vw - 30px) * 9/16) + 28px); }
  .md-weather .ls-item {
    position: relative;
    width: calc(((100vw - 30px) - 10px) * 1/3);
    height: calc(((100vw - 30px) * 9/16) + 28px);
    overflow: visible;
    font-size: 0; }
    .md-weather .ls-item:not(:last-child) {
      margin-right: 5px; }
  .md-weather .ls__label {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(((100vw - 30px) - 10px) * 1/3);
    height: 28px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #0050ff;
    font-size: 16px; }
    .md-weather .ls__label::before {
      position: absolute;
      top: 28px;
      display: none; }
  .md-weather .ls__thumbnail {
    position: absolute;
    top: 28px;
    display: none;
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) * 9/16);
    background-color: #dcdcdc;
    background-repeat: no-repeat;
    background-size: contain; }
  .md-weather input[type="radio"]:checked + .ls__label {
    background-color: #0050ff;
    color: #fff; }
  .md-weather input[type="radio"]:checked ~ .ls__thumbnail {
    display: block; }
  .md-weather .ls--today .ls__thumbnail {
    left: 0;
    background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/today-i.jpg"); }
  .md-weather .ls--tomorrow .ls__thumbnail {
    left: calc(0px - (((100vw - 30px) - 10px) * 1/3) - 5px);
    background-image: url("https://www.tbs.co.jp/weather/cgimg/weather/tomorrow-i.jpg"); }
  .md-weather .ls--typhoon .ls__thumbnail {
    left: calc(0px - (((100vw - 30px) - 10px) * 2/3) - 10px);
    background-image: url("https://www.tbs.co.jp/weather/cgimg/typhoon/typhoon-c.jpg"); }
  .md-weather .ls__abbr {
    display: none; }

.cp-headline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 10px; }
  .cp-headline .md-heading {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px;
    width: 100vw;
    border-bottom: none;
    background-color: #f8f8f8; }

.cp-otherNews {
  padding-top: 25px; }
  .cp-otherNews .md-heading {
    padding: 15px;
    width: 100vw;
    border-bottom: none;
    background-color: #f8f8f8; }

.md-otherNews > .md-heading {
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  width: 100%;
  border-bottom: none;
  background-color: #f8f8f8;
  text-align: center; }
  .md-otherNews > .md-heading .ls-label {
    font-weight: bold; }
  .md-otherNews > .md-heading a.ls-link {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 256px;
    border: 1px solid #c4c4c4;
    border-radius: 3px; }

.md-otherNews .md-newsItem.op-sXSmall {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #dcdcdc; }

.cp-relatedNews {
  order: 1;
  margin-top: 30px; }
  .cp-relatedNews > .md-heading {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
    background-color: #f8f8f8;
    width: 100%; }
  .cp-relatedNews .md-newsItem {
    padding: 15px;
    width: 100%; }

.md-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100vw - 30px);
  height: 40px;
  border: 1px solid #767676;
  box-shadow: 2px 2px 0 #dcdcdc;
  color: #767676; }
  .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: #767676;
      -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-pastNews {
  margin-top: 25px; }
  .cp-pastNews .md-heading {
    padding: 15px;
    border-bottom: none;
    background-color: #f8f8f8; }

.md-pastNews {
  position: relative; }
  .md-pastNews .ls-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    height: 40px;
    border: 1px solid #767676;
    box-shadow: 2px 2px 0 #dcdcdc;
    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; }
  .md-pastNews .md-newsItem.op-sXSmall {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc; }

.cp-digestMovie {
  order: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  padding: 0 15px;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content; }
  .cp-digestMovie .md-program .ls-thumbnail {
    position: relative;
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) * 9/16);
    background-size: 100%;
    background-position: center center; }
    .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: 76px;
      height: 76px;
      border-radius: 38px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 30px; }
      .cp-digestMovie .md-program .ls-thumbnail .ls__play:hover {
        cursor: pointer; }
    .cp-digestMovie .md-program .ls-thumbnail .ls__duration {
      bottom: 18px;
      width: 76px;
      height: 24px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
    .cp-digestMovie .md-program .ls-thumbnail .ls__logo {
      width: 50px;
      height: 50px;
      transform: translate(5px, calc((100vw - 30px) * 9/16 + 5px));
      overflow: hidden;
      border: 1px solid #dcdcdc;
      border-radius: 50%; }
      .cp-digestMovie .md-program .ls-thumbnail .ls__logo img {
        width: 50px;
        height: 50px; }
  .cp-digestMovie .md-program .ls-link {
    width: 100%; }
    .cp-digestMovie .md-program .ls-link .ls__digest {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: calc(100vw - 30px);
      height: 60px;
      padding-left: 60px;
      background-color: #4e4e4e;
      color: #fff;
      font-size: 18px; }
    .cp-digestMovie .md-program .ls-link .ls__site {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 10px auto 20px;
      width: calc(100vw - 30px);
      height: 48px;
      border: 1px solid #0050ff;
      color: #0050ff;
      font-size: 18px; }
      .cp-digestMovie .md-program .ls-link .ls__site .ls__icon {
        display: inline-block;
        margin-right: 0.25em;
        width: 18px;
        height: 18px; }
        .cp-digestMovie .md-program .ls-link .ls__site .ls__icon use {
          transform: translate(calc(-90px * 18/30), calc(-90px * 18/30)) scale(calc(18/30));
          fill: #0050ff; }

.cp-digest {
  display: none; }

.cp-digestMovie + .cp-digest {
  order: 1;
  display: flex;
  flex-direction: column; }
  .cp-digestMovie + .cp-digest .md-heading,
  .cp-digestMovie + .cp-digest .md-weather,
  .cp-digestMovie + .cp-digest .md-weatherOption {
    display: none; }
  .cp-digestMovie + .cp-digest .md-program {
    position: relative;
    order: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: calc(((100vw - 40px) /2) * 9/16) 15px;
    grid-template-rows: calc(((100vw - 40px) /2) * 9/16) 15px;
    -ms-grid-columns: (calc((100vw - 40px) /2))[2];
    grid-template-columns: repeat(2, calc((100vw - 40px) /2));
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px; }
    .cp-digestMovie + .cp-digest .md-program .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;
      background-repeat: no-repeat;
      background-size: cover; }
      .cp-digestMovie + .cp-digest .md-program .ls-thumbnail .ls__logo {
        width: 50px;
        height: 50px;
        transform: translate(-10px, -15px);
        overflow: hidden;
        border: 1px solid #dcdcdc;
        border-radius: 50%; }
        .cp-digestMovie + .cp-digest .md-program .ls-thumbnail .ls__logo img {
          width: 50px;
          height: 50px; }
    .cp-digestMovie + .cp-digest .md-program .ls-time {
      -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: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-top: 2px;
      height: 15px; }
      .cp-digestMovie + .cp-digest .md-program .ls-time .ls__icon {
        display: inline-block;
        margin-top: 1px;
        margin-right: 0.25em;
        width: 12px;
        height: 12px; }
        .cp-digestMovie + .cp-digest .md-program .ls-time .ls__icon use {
          fill: #767676;
          transform: translate(calc(-60px * 12/30), calc(-30px * 12/30)) scale(calc(12/30)); }
      .cp-digestMovie + .cp-digest .md-program .ls-time .ls__data {
        color: #767676;
        font-size: 12px; }
    .cp-digestMovie + .cp-digest .md-program .ls-link {
      -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;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-left: 10px;
      width: 100%; }
      .cp-digestMovie + .cp-digest .md-program .ls-link .ls__digest,
      .cp-digestMovie + .cp-digest .md-program .ls-link .ls__site {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc((((100vw - 40px) /2) * 9/16 * 1/2) - 5px);
        font-size: 14px; }
        .cp-digestMovie + .cp-digest .md-program .ls-link .ls__digest .ls__icon,
        .cp-digestMovie + .cp-digest .md-program .ls-link .ls__site .ls__icon {
          display: inline-block;
          margin-right: 0.25em;
          width: 16px;
          height: 16px; }
      .cp-digestMovie + .cp-digest .md-program .ls-link .ls__digest {
        background-color: #0050ff;
        color: #fff; }
        .cp-digestMovie + .cp-digest .md-program .ls-link .ls__digest .ls__icon use {
          transform: translate(calc(-210px * 16/30), calc(-60px * 16/30)) scale(calc(16/30));
          fill: #fff; }
      .cp-digestMovie + .cp-digest .md-program .ls-link .ls__site {
        border: 1px solid #0050ff;
        color: #0050ff; }
        .cp-digestMovie + .cp-digest .md-program .ls-link .ls__site .ls__icon use {
          transform: translate(calc(-90px * 16/30), calc(-90px * 16/30)) scale(calc(16/30));
          fill: #0050ff; }
    .cp-digestMovie + .cp-digest .md-program.ls--jnn-news .ls-link {
      justify-content: center;
      align-items: center; }

.cp-earthquake {
  order: 1;
  padding: 0 15px;
  background-color: #f8f8f8; }

.md-earthquakeItem {
  padding: 15px 0; }
  .md-earthquakeItem .ls-heading {
    padding-left: 0.5em;
    border-left: 0.25em solid #0050ff;
    font-size: 1.25em;
    font-weight: bold; }
  .md-earthquakeItem .ls-data {
    padding-top: 1em;
    padding-left: calc((0.5em + 0.25em) * 1.25);
    line-height: 1.5; }
  .md-earthquakeItem .ls-thumbnail {
    margin-top: 1em;
    width: 100%;
    height: calc((100vw - 30px) * 9/16);
    background-size: contain; }
  .md-earthquakeItem:not(:last-of-type) {
    border-bottom: 1px solid #ccdcff; }

.cp-jnnMap {
  display: none; }

.cp-jnnList {
  border-bottom: 1px solid #dcdcdc; }
  .cp-jnnList h2.md-heading {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: none; }
    .cp-jnnList h2.md-heading .ls-sub {
      margin-top: 6px;
      font-size: 14px;
      font-weight: normal; }

.md-jnnList h3.md-heading {
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  border-bottom: none;
  background-color: #f8f8f8;
  color: #3374ff;
  font-size: 1em; }

.md-jnnList a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px; }

.md-jnnList li:not(:last-of-type) a {
  border-bottom: 1px solid #dcdcdc; }

.md-jnnList .ls-abbr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 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;
  height: 24px; }

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

.cp-footerNavi {
  position: relative;
  margin: 15px 0; }

.cp-footerNavi .md-global > .ls-item.gs-hide {
  height: 40px; }
  .cp-footerNavi .md-global > .ls-item.gs-hide > a::after {
    content: "＋"; }

.cp-footerNavi .md-global > .ls-item {
  position: relative;
  height: auto;
  background-color: #767676;
  background-repeat: no-repeat;
  background-size: 26px 26px; }
  .cp-footerNavi .md-global > .ls-item:not(:last-of-type) {
    border-bottom: 1px solid #fff; }
  .cp-footerNavi .md-global > .ls-item:last-of-type {
    border-bottom: 1px solid #c4c4c4; }
  .cp-footerNavi .md-global > .ls-item::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 15px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    -webkit-mask-image: url("/library/img/sprite.svg");
            mask-image: url("/library/img/sprite.svg");
    -webkit-mask-size: calc(100% * 300/25 * 25/30);
            mask-size: calc(100% * 300/25 * 25/30);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  .cp-footerNavi .md-global > .ls-item.ls--disaster::after {
    -webkit-mask-position: calc(0px * 25/30) calc(-120px * 25/30);
            mask-position: calc(0px * 25/30) calc(-120px * 25/30); }
  .cp-footerNavi .md-global > .ls-item.ls--report::after {
    -webkit-mask-position: calc(-30px * 25/30) calc(-120px * 25/30);
            mask-position: calc(-30px * 25/30) calc(-120px * 25/30); }
  .cp-footerNavi .md-global > .ls-item.ls--onSite::after {
    -webkit-mask-position: calc(-60px * 25/30) calc(-120px * 25/30);
            mask-position: calc(-60px * 25/30) calc(-120px * 25/30); }
  .cp-footerNavi .md-global > .ls-item.ls--politics::after {
    -webkit-mask-position: calc(-90px * 25/30) calc(-120px * 25/30);
            mask-position: calc(-90px * 25/30) calc(-120px * 25/30); }
  .cp-footerNavi .md-global > .ls-item.ls--special::after {
    -webkit-mask-position: calc(-120px * 25/30) calc(-120px * 25/30);
            mask-position: calc(-120px * 25/30) calc(-120px * 25/30); }
  .cp-footerNavi .md-global > .ls-item > a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px 26px;
    color: #fff;
    font-weight: bold; }
    .cp-footerNavi .md-global > .ls-item > a::after {
      content: "−";
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translate(0, -50%); }

.cp-footerNavi .md-local {
  opacity: 1;
  pointer-events: auto; }
  .cp-footerNavi .md-local .ls-item {
    height: 40px;
    background-color: #fff; }
    .cp-footerNavi .md-local .ls-item:not(:last-of-type) {
      border-bottom: 1px solid #c4c4c4; }
    .cp-footerNavi .md-local .ls-item a {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding-left: 20px;
      padding-right: 30px;
      height: 100%;
      color: #767676;
      font-size: 12px; }
      .cp-footerNavi .md-local .ls-item a::after {
        content: "＞";
        position: absolute;
        top: 50%;
        right: 22px;
        transform: translate(0, -50%); }

.cp-footerNavi .gs-hide .md-local {
  opacity: 0;
  pointer-events: none; }

.cp-footerBanner {
  padding: 0 15px 15px; }

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

.cp-footerLink {
  margin: 15px 15px 0; }

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

.md-copyright {
  padding: 15px;
  background-color: #0a44c2;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5; }
  .md-copyright a {
    color: #fff; }

.md-lji {
  display: block;
  margin-bottom: 1px;
  border-bottom: 1px solid #a9a9a9; }
  .md-lji .md-heading {
    padding: 10px 15px;
    background-color: #cc0000;
    color: #fff; }
  .md-lji .ls-body {
    padding: 10px 15px;
    background-color: #fff0f0; }
  .md-lji .frame {
    display: flex;
    flex-direction: row;
    align-items: center; }

.cp-earthquakeTop .md-heading {
  padding: 10px 15px;
  background-color: #cc0000;
  color: #fff;
  letter-spacing: 0.5em; }

.cp-earthquakeTop .md-earthquakeItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #cc0000;
  background-color: #f8f8f8; }
  .cp-earthquakeTop .md-earthquakeItem .ls-thumbnail {
    -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;
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) * 9/16);
    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;
    padding-left: 0.5em;
    border-left: 0.25em solid #cc0000;
    font-size: 1.25em;
    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-more {
  margin: 15px 0 0;
  border: none;
  background-color: #cc0000;
  color: #fff; }
  .cp-earthquakeTop .md-more span::after {
    background-color: #fff;
    -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); }

.md-informationTop {
  display: block;
  margin-bottom: 1px;
  border-bottom: 1px solid #a9a9a9; }
  .md-informationTop .md-heading {
    padding: 10px 15px;
    background-color: #cc0000;
    color: #fff; }
  .md-informationTop .ls-body {
    padding: 10px 15px; }
    .md-informationTop .ls-body > div {
      font-size: 0.875em;
      line-height: 1.3; }
      .md-informationTop .ls-body > div a {
        color: #0050ff;
        text-decoration: underline; }

.md-emergencyTop {
  display: block;
  margin-bottom: 1px;
  border-bottom: 1px solid #ffdd33; }
  .md-emergencyTop .md-heading {
    padding: 10px 15px;
    border-bottom: none;
    background-color: #ffdd33;
    color: #1a1a1a; }
  .md-emergencyTop .ls-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px; }
    .md-emergencyTop .ls-body .ls-title {
      flex: 0 0 auto;
      font-weight: bold; }
    .md-emergencyTop .ls-body .ls-icon {
      flex: 0 0 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; }

.md-live .ls-logo {
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 3px solid #0050ff;
  text-align: center;
  font-size: 0; }
  .md-live .ls-logo img {
    width: 160px; }

.md-live .ls-stream iframe {
  width: 100vw;
  height: calc(100vw * 9/16); }

.md-live .ls-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  width: 100vw;
  background-color: #1a1a1a; }

.md-live .ls__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.md-live .ls__live {
  padding: 0.125em 0.75em;
  border-radius: 3px;
  background-color: #cc0000;
  color: #fff;
  font-size: 0.75em; }

.md-live .ls__text {
  margin-top: 6px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold; }

.md-live .ls__notice {
  margin-top: 6px;
  color: #c4c4c4;
  font-size: 0.75em; }

.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;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  border-top: 1px solid #fff;
  background-color: #0050ff;
  color: #fff;
  transition: bottom 0.2s ease; }
  .cp-continuousPlay.gs-hide {
    bottom: -80px; }
  .cp-continuousPlay .el-button {
    height: 60px;
    border-radius: 3px;
    font-size: 0.875em; }
  .cp-continuousPlay .ls-play {
    margin-right: 10px;
    padding: 0 10px;
    border: 1px solid #0050ff;
    background-color: #fff;
    color: #0050ff; }
    .cp-continuousPlay .ls-play .ls__icon {
      display: inline-block;
      width: calc(var(--font) * 1.5px);
      height: calc(var(--font) * 1.5px); }
      .cp-continuousPlay .ls-play .ls__icon use {
        transform: scale(calc(var(--font) * 1.5 / 30)) translate(-210px, -60px);
        fill: #0050ff; }
    .cp-continuousPlay .ls-play .ls__label {
      display: inline-block;
      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 .ls-play .ls__data {
      margin-top: 2px;
      text-align: center;
      font-size: 0.875em; }
  .cp-continuousPlay .ls-clear {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    border: 1px solid #fff; }
    .cp-continuousPlay .ls-clear .ls__label {
      color: #fff;
      line-height: 1.2; }

.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: -webkit-sticky;
  position: sticky;
  z-index: 40;
  left: 0;
  bottom: -100vh;
  width: 100%;
  transition: bottom 0.2s ease; }
  .cp-notification.gs-show {
    bottom: 5px; }

.md-notificationItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 10px);
  margin-bottom: 5px;
  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;
    font-size: 0.825em; }
  .md-notificationItem .ls-title {
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: bold; }
  .md-notificationItem .ls-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px; }
  .md-notificationItem .el-button {
    margin: 0 5px;
    padding: 0 10px;
    width: 120px;
    height: 30px;
    font-size: 0.875em; }
  .md-notificationItem .ls-ok {
    border: 1px solid #767676;
    background-color: #cc0000;
    color: #fff; }
  .md-notificationItem .ls-cancel {
    border: 1px solid #767676;
    background-color: #fff; }

.cp-backToTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 5px #a9a9a9; }
  .cp-backToTop.gs-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.2s ease; }
  .cp-backToTop .el-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .cp-backToTop .ls__icon {
    width: 20px;
    height: 20px; }
    .cp-backToTop .ls__icon use {
      transform: translate(calc(-30px * 20/30), calc(-150px * 20/30)) scale(calc(20/30));
      fill: #767676; }

.cp-continuousPlay.gs-hide ~ .cp-backToTop {
  bottom: 10px; }

.cp-continuousPlay ~ .cp-backToTop {
  bottom: 90px;
  transition: bottom 0.2s ease; }

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