@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,700,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  opacity: 0;
  transition: opacity .2s ease;
}
@media all and (-ms-high-contrast: none) {
  html {
    font-size: 0;
  }
}

body {
  word-wrap: break-word;
  font-family: "Noto Sans JP", Roboto, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #222324;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #222324;
  font-weight: 400;
}

img {
  vertical-align: text-bottom;
}

strong {
  font-weight: bold;
}

button {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  line-height: 1;
  cursor: pointer;
}

.wf-active,
.wf-inactive {
  opacity: 1;
}
@media all and (-ms-high-contrast: none) {
  .wf-active,
  .wf-inactive {
    font-size: 62.5%;
  }
}

.loader {
  position: relative;
  width: 28px;
  height: 28px;
  box-shadow: inset 0 0 0 3px #ebedef;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 50%;
}
.loader::before, .loader::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 15px;
  height: 30px;
}
.loader::before {
  border-radius: 30px 0 0 30px;
  top: -1px;
  left: -1px;
  -webkit-transform-origin: 15px 15px;
  -ms-transform-origin: 15px 15px;
  transform-origin: 15px 15px;
  -webkit-animation: load 1.5s infinite ease 1.2s;
  -ms-animation: load 1.5s infinite ease 1.2s;
  animation: load 1.5s infinite ease 1.2s;
}
.loader::after {
  border-radius: 0 30px 30px 0;
  top: -1px;
  left: 15px;
  -webkit-transform-origin: 0 15px;
  -ms-transform-origin: 0 15px;
  transform-origin: 0 15px;
  -webkit-animation: load 1.5s infinite ease;
  -ms-animation: load 1.5s infinite ease;
  animation: load 1.5s infinite ease;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes load {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Reset CSS for external embed module */
a, button {
  transition: all .3s ease;
}
a:hover, button:hover {
  opacity: .8;
}

.page__wrapper {
  margin-top: 70px;
}
.page__wrapper--isMain {
  margin-top: 48px;
}
.page__header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #d5d8db;
  top: 0;
  z-index: 1;
}
@media print {
  .page__header {
    position: absolute;
  }
}
.page__header--fillBg {
  background-color: #d5d8db;
  border-bottom: none;
}
.page__header--kijiTop {
  position: static;
  width: auto;
  background: none;
  border: none;
}
.page__seriesHeader, .page__listPageHeader {
  padding: 20px 0;
  border-bottom: 1px solid #d5d8db;
}
.page__isMainWrapper {
  margin: 0 0 48px;
  padding-top: 30%;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page__contentsWrapper {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__contentsWrapper--ur {
  padding: 20px 0;
  background-color: #000;
}
.page__contentsWrapper--test {
  margin-bottom: 28px;
}
.page__2columnWrapper {
  width: 972px;
  display: flex;
  justify-content: space-between;
}
.page__mainColumn {
  width: 640px;
}
.page__main {
  margin-bottom: 40px;
}
.page__main--kijiTop {
  margin: 0;
  background-color: #fff;
}
.page__listPage {
  width: 760px;
}
.page__urWrapper {
  width: 972px;
}
.page__ur {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page__sub {
  margin-bottom: 28px;
}
.page__sub:last-of-type {
  margin-bottom: 0;
}
.page__sidebar {
  width: 300px;
}
.page__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background-color: #ebedef;
}
.page__footer--kiji {
  height: 14px;
  background-color: #fff;
}
.page__footerWrapper {
  width: 972px;
}
.page__error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.page__testFooterWrapper {
  width: 640px;
}

.header {
  width: 972px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header--centerLogo {
  justify-content: center;
}
.header--kijiTop {
  width: 100vw;
  height: 100vh;
  margin: 0;
  justify-content: center;
  position: relative;
}
.header--kijiTop::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(4px) brightness(70%);
  filter: blur(4px) brightness(70%);
  background-image: url(https://s.yimg.jp/images/newsnor/kiji/img/common/kijiTopBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.header__button {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
.header__button::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-135deg);
}

.main {
  width: 640px;
}
@media all and (-ms-high-contrast: none) {
  .main {
    height: 100%;
  }
}
.main--kijiTop {
  width: auto;
}
.main__propertyHeader {
  margin-bottom: 12px;
}
.main__titleWrapper {
  margin-bottom: 24px;
}
.main__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.main__subTitle {
  margin-top: 12px;
  font-size: 2.4rem;
}
.main__subInfo {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__date {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #8f9499;
  font-weight: 400;
  text-align: right;
}
.main__updatedDate {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ebedef;
}
.main__updatedLabel {
  margin-left: 4px;
  color: #ff5151;
}
.main__share--lower {
  display: flex;
  width: 760px;
  margin-top: 24px;
}
.main__article {
  margin-bottom: 24px;
}
.main__kijiTopWrapper {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.main__chListWrapper {
  width: 972px;
}
.main__curateButton {
  width: 80px;
  height: 28px;
  border: 1px solid #00b4b6;
  border-radius: 14px;
  color: #00b4b6;
  font-size: 1.4rem;
  font-weight: 600;
}
.main__publisher {
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: #545658;
  text-align: right;
}
.main :last-child {
  margin-bottom: 0;
}

.propertyHeader {
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
}
.propertyHeader__label {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #ebedef;
  flex-shrink: 0;
  color: #8f9499;
  font-weight: 400;
  line-height: 1.4;
}
.propertyHeader__link {
  font-weight: 600;
  line-height: 1.4;
}

.shareButtonList {
  border: 1px solid #ebedef;
  border-radius: 2px;
  display: flex;
}
.shareButtonList--lower {
  border: none;
  border-radius: 0;
}
.shareButtonList__item {
  border-right: 1px solid #ebedef;
}
.shareButtonList__item:last-child {
  border-right: none;
}
.shareButtonList__item--lower {
  border: none;
  margin-right: 8px;
  height: 61px;
  flex-grow: 0;
  flex-shrink: 1;
  background: url(https://s.yimg.jp/images/newsnor/kiji/img/common/kiji_sprite-1.0.0.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .shareButtonList__item--lower {
    background: url(https://s.yimg.jp/images/newsnor/kiji/img/common/kiji_sprite@2x-1.0.0.png) no-repeat;
    background-size: 311px 304px;
  }
}
.shareButtonList__item--lower:last-child {
  margin-right: 0;
}
.shareButtonList__item--bgFb {
  width: 61px;
  background: none;
}
.shareButtonList__item--bgTw {
  width: 75px;
  background-position: -80px -81px;
}
.shareButtonList__item--bgTw iframe {
  background-color: #fff;
  min-width: 75px;
}
.shareButtonList__item--bgHatebu {
  width: 80px;
  background-position: -175px -162px;
}
.shareButtonList__item--bgLine {
  width: 36px;
  background-position: -275px -243px;
}
.shareButtonList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 38px;
}
.shareButtonList__icon {
  width: 20px;
  height: 20px;
}
.shareButtonList__balloonWrapper {
  margin-bottom: 7px;
}
.shareButtonList__tweetButtonBalloon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  position: relative;
  background: #fff;
  border: 1px solid #8f9499;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: 300;
}
.shareButtonList__tweetButtonBalloon::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 7px;
  background: #fff;
  width: 5px;
  height: 5px;
  border-top: 1px solid #8f9499;
  border-right: 1px solid #8f9499;
  transform: rotate(135deg);
}

.ma__h1, .ma__h2, .ma__h3, .ma__h4, .ma__h5, .ma__h6, .ma__customModule h1, .ma__customModule h2, .ma__customModule h3, .ma__customModule h4, .ma__customModule h5, .ma__customModule h6 {
  margin-bottom: 16px;
  clear: both;
  font-weight: 600;
  line-height: 1.2;
}
.ma__h1, .ma__customModule h1 {
  font-size: 2.4rem;
}
.ma__h2, .ma__customModule h2 {
  font-size: 2.25rem;
}
.ma__h3, .ma__customModule h3 {
  font-size: 2.1rem;
}
.ma__h4, .ma__customModule h4 {
  font-size: 1.95rem;
}
.ma__h5, .ma__customModule h5 {
  font-size: 1.8rem;
}
.ma__h6, .ma__customModule h6 {
  font-size: 1.8rem;
  color: #545658;
}
.ma__p, .ma__customModule p {
  font-size: 1.5rem;
  margin-bottom: 24px;
  line-height: 1.6;
  text-align: justify;
}
.ma__del {
  text-decoration: line-through;
}
.ma__em, .ma__customModule em {
  font-style: italic;
}
.ma__strong {
  font-weight: bold;
}
.ma__a, .ma__customModule a {
  color: #4a90e2;
  font-weight: 400;
}
.ma__hr, .ma__customModule hr {
  margin: 0 0 24px 0;
  border: 1px solid #d5d8db;
}

.ma::after {
  content: "";
  display: table;
  clear: both;
}
.ma__list {
  clear: both;
  margin-bottom: 24px;
}
.ma__blockquote {
  clear: both;
  margin-bottom: 24px;
}
.ma__pre {
  clear: both;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #d5d8db;
  border-radius: 3px;
  white-space: pre-wrap;
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  font-size: 1.4rem;
  line-height: 1.6;
}
.ma__hr {
  clear: both;
}
.ma__figure {
  margin-bottom: 24px;
  clear: both;
}
.ma__figure--wide {
  margin: 0 -166px 24px;
}
.ma__figure--right, .ma__figure--left {
  max-width: 244px;
  margin-top: 6px;
}
.ma__figure--right {
  float: right;
  margin-left: 40px;
}
.ma__figure--left {
  float: left;
  margin-right: 40px;
}
.ma__figure--wideFloat {
  width: 410px;
  max-width: none;
}
.ma__figure--boxed {
  margin: 6px 0 25px 0;
}
.ma__figure--boxedRight, .ma__figure--boxedLeft {
  max-width: 224px;
}
.ma__figure--boxedRight {
  margin-left: 40px;
}
.ma__figure--boxedLeft {
  margin-right: 40px;
}
.ma__iframe {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  height: 360px;
}
.ma__iframe--embedded {
  height: 120px;
}
.ma__iframe--boxed {
  height: 336px;
}
.ma__exEmbedWrapper {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  clear: both;
}
.ma__exEmbedWrapper--facebook {
  display: block;
}
.ma__exEmbedWrapper--spotify {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.ma__exEmbedWrapper--spotify iframe,
.ma__exEmbedWrapper--spotify object,
.ma__exEmbedWrapper--spotify embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ma__boxed {
  margin-bottom: 24px;
  padding: 20px;
  clear: both;
  border: 1px solid #8f9499;
  border-radius: 3px;
}
.ma__boxed::after {
  content: "";
  display: table;
  clear: both;
}
.ma__boxed .ma__h1,
.ma__boxed .ma__h2,
.ma__boxed .ma__h3,
.ma__boxed .ma__h4,
.ma__boxed .ma__h5,
.ma__boxed .ma__h6 {
  font-weight: 500;
}
.ma__boxed .ma__h1 {
  font-size: 2rem;
}
.ma__boxed .ma__h2 {
  font-size: 1.8rem;
}
.ma__boxed .ma__h3 {
  font-size: 1.7rem;
}
.ma__boxed .ma__h4 {
  font-size: 1.6rem;
}
.ma__boxed .ma__h5 {
  font-size: 1.5rem;
}
.ma__boxed .ma__h6 {
  font-size: 1.5rem;
}
.ma__boxed > .ma__p {
  font-size: 1.4rem;
}
.ma__boxed .maList {
  padding-left: 24px;
}
.ma__boxed .maList__item {
  font-size: 1.4rem;
}
.ma__customModule {
  margin-bottom: 24px;
}
.ma__customModule div {
  font-size: 1.5rem;
  line-height: 1.6;
}
.ma__customModule ul, .ma__customModule ol {
  padding-left: 32px;
}
.ma__customModule ol {
  list-style-type: decimal;
}
.ma__customModule ul {
  list-style-type: disc;
}
.ma__customModule li {
  font-size: 1.5rem;
  line-height: 1.6;
}
.ma__customModule pre {
  font-size: 1.5rem;
  line-height: 1.6;
  white-space: pre-wrap;
}
.ma__customModule blockquote {
  font-size: 1.5rem;
  line-height: 1.6;
}
.ma :last-child {
  margin-bottom: 0;
}

.maList {
  padding-left: 32px;
  list-style: disc;
}
.maList--sub {
  margin-bottom: 0;
  list-style: circle;
}
.maList__item {
  font-size: 1.5rem;
  line-height: 1.6;
}

.maBlockquote {
  position: relative;
  padding: 32px 20px 20px 16px;
  border-left: 4px solid #ebedef;
  border-radius: 0 3px 3px 0;
  background: #f9fafa;
}
.maBlockquote:before {
  font-size: 6rem;
  content: '“';
  font-family: serif;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #8f9499;
}
.maBlockquote::after {
  content: "";
  display: table;
  clear: both;
}
.maBlockquote__p {
  margin-bottom: 12px;
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.6;
}
.maBlockquote__p--footer {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #8f9499;
  text-align: right;
}
.maBlockquote__a {
  color: #4a90e2;
  font-weight: 300;
}

.maFigure__imgWrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .maFigure__imgWrapper {
    display: block;
    text-align: center;
  }
}
.maFigure__img {
  max-width: 100%;
  border: 1px solid #f4f5f6;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.maFigure__img--left, .maFigure__img--right {
  width: auto;
  max-width: 100%;
}
.maFigure__img--wide {
  width: 100%;
}
.maFigure__figcaption {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  max-width: 640px;
  color: #8f9499;
  font-size: 1.2rem;
  line-height: 1.6;
  word-break: break-word;
  /*
  &--wideFloatRight {
  }
  &--wideFloatLeft {
  }
  */
}
@media all and (-ms-high-contrast: none) {
  .maFigure__figcaption {
    display: block;
    text-align: center;
  }
}
.maFigure__figcaption--wide {
  margin: 0 auto;
}

.urList {
  display: flex;
  justify-content: space-between;
}

.sub {
  border-top: 1px solid #d5d8db;
}
.sub__title {
  padding: 16px 0;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #ebedef;
}
.sub__property {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #ebedef;
  flex-shrink: 0;
  color: #8f9499;
  font-weight: 400;
  line-height: 1.4;
}
.sub__titleLink {
  line-height: 1.4;
  font-weight: 600;
}
.sub__more {
  border-top: 1px solid #ebedef;
}
.sub__moreLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
}
.sub__moreLink--loading {
  border: none;
  justify-content: center;
}

.articleList--series {
  display: flex;
}
.articleList__item {
  border-bottom: 1px solid #ebedef;
}
.articleList__item--series {
  width: 50%;
  border-bottom: none;
}
.articleList__item:first-child .articleList__link--series {
  padding-right: 12px;
  position: relative;
}
.articleList__item:first-child .articleList__link--series::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #ebedef;
  top: 16px;
  right: 0;
}
.articleList__item:last-child {
  border-bottom: none;
}
.articleList__item:last-child .articleList__link--series {
  padding-left: 12px;
}
.articleList__link {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.articleList__link--series {
  padding: 16px 0;
}
.articleList__link:hover {
  opacity: 1;
  background-color: #f9fafa;
}
.articleList__link:hover .articleList__title::before, .articleList__link:hover .articleList__title::after,
.articleList__link:hover .articleList__subTitle::before,
.articleList__link:hover .articleList__subTitle::after,
.articleList__link:hover .articleList__description::before,
.articleList__link:hover .articleList__description::after {
  transition: all .3s ease;
  background-color: #f9fafa;
}
.articleList__imgWrapper {
  width: 100px;
  height: 100px;
  border: 1px solid #f9fafa;
  border-radius: 3px;
  flex-shrink: 0;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.articleList__imgWrapper--series {
  width: 80px;
  height: 80px;
}
.articleList__titleWrapper {
  flex-grow: 1;
}
.articleList__seriesIndicator {
  margin-bottom: 8px;
  color: #8f9499;
  font-size: 1.2rem;
  font-weight: 400;
}
.articleList__title::before, .articleList__title::after, .articleList__subTitle::before, .articleList__subTitle::after, .articleList__description::before, .articleList__description::after {
  transition: all .3s ease;
}
.articleList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.36;
  font-size: 1.6rem;
  font-weight: 600;
}
@-moz-document url-prefix() {
  .articleList__title {
    max-height: 21.76px;
    position: relative;
  }
  .articleList__title::before, .articleList__title::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .articleList__title::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__title {
    max-height: 21.76px;
    position: relative;
  }
  .articleList__title::before, .articleList__title::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .articleList__title::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__title--series {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.4;
  font-size: 1.4rem;
}
@-moz-document url-prefix() {
  .articleList__title--series {
    max-height: 19.6px;
    position: relative;
  }
  .articleList__title--series::before, .articleList__title--series::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--series::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .articleList__title--series::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__title--series {
    max-height: 19.6px;
    position: relative;
  }
  .articleList__title--series::before, .articleList__title--series::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--series::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .articleList__title--series::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__title--noSub {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.36;
  margin-bottom: 6px;
}
@-moz-document url-prefix() {
  .articleList__title--noSub {
    max-height: 43.52px;
    position: relative;
  }
  .articleList__title--noSub::before, .articleList__title--noSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--noSub::before {
    content: "...";
    top: 21.76px;
    right: 0;
  }
  .articleList__title--noSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__title--noSub {
    max-height: 43.52px;
    position: relative;
  }
  .articleList__title--noSub::before, .articleList__title--noSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--noSub::before {
    content: "...";
    top: 21.76px;
    right: 0;
  }
  .articleList__title--noSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__title--seriesNoSub {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 6px;
}
@-moz-document url-prefix() {
  .articleList__title--seriesNoSub {
    max-height: 39.2px;
    position: relative;
  }
  .articleList__title--seriesNoSub::before, .articleList__title--seriesNoSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--seriesNoSub::before {
    content: "...";
    top: 19.6px;
    right: 0;
  }
  .articleList__title--seriesNoSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__title--seriesNoSub {
    max-height: 39.2px;
    position: relative;
  }
  .articleList__title--seriesNoSub::before, .articleList__title--seriesNoSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--seriesNoSub::before {
    content: "...";
    top: 19.6px;
    right: 0;
  }
  .articleList__title--seriesNoSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__subTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.36;
  margin: 2px 0 6px;
  font-size: 1.3rem;
  font-weight: 300;
}
@-moz-document url-prefix() {
  .articleList__subTitle {
    max-height: 17.68px;
    position: relative;
  }
  .articleList__subTitle::before, .articleList__subTitle::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__subTitle::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .articleList__subTitle::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__subTitle {
    max-height: 17.68px;
    position: relative;
  }
  .articleList__subTitle::before, .articleList__subTitle::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__subTitle::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .articleList__subTitle::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__flashLabel {
  margin-right: 4px;
  background-color: #ff5151;
  padding: 1px 4px;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #fff;
}
.articleList__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #8f9499;
  font-size: 1.2rem;
  font-weight: 300;
}
@-moz-document url-prefix() {
  .articleList__description {
    max-height: 33.6px;
    position: relative;
  }
  .articleList__description::before, .articleList__description::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__description::before {
    content: "...";
    top: 16.8px;
    right: 0;
  }
  .articleList__description::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__description {
    max-height: 33.6px;
    position: relative;
  }
  .articleList__description::before, .articleList__description::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__description::before {
    content: "...";
    top: 16.8px;
    right: 0;
  }
  .articleList__description::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__chName, .articleList__date {
  color: #8f9499;
  font-size: 1.2rem;
  font-weight: 400;
}
.articleList__chName {
  margin-right: 4px;
  padding-right: 4px;
  border-right: 1px solid #ebedef;
}

.sidebar {
  position: relative;
}
.sidebar__chPromotion, .sidebar__ad, .sidebar__ranking, .sidebar__subscription, .sidebar__appBanner {
  margin-bottom: 16px;
}
.sidebar__footer {
  width: 300px;
}

.chPromotion__banner {
  margin-bottom: 12px;
}
.chPromotion__bannerLink {
  display: block;
}
.chPromotion__bannerImg {
  width: 100%;
}
.chPromotion__title {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d8db;
  font-size: 1.4rem;
  font-weight: 600;
}
.chPromotion__chName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chPromotion__label {
  margin-left: 8px;
  flex-shrink: 0;
}

.chPromotionList__item {
  border-bottom: 1px solid #ebedef;
}
.chPromotionList__link {
  display: block;
  padding: 12px 0;
}
.chPromotionList__title {
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.3rem;
}
.chPromotionList__date {
  display: block;
  color: #8f9499;
  font-size: 1.2rem;
  font-weight: 300;
}

.ranking__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d8db;
  font-size: 1.4rem;
  font-weight: 600;
}

.rankingList {
  counter-reset: ranking;
}
.rankingList__item {
  position: relative;
  border-bottom: 1px solid #ebedef;
}
.rankingList__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  width: 24px;
  height: 24px;
  background-color: #d5d8db;
  border-radius: 2px;
  font-size: 1.4rem;
  z-index: 1;
}
.rankingList__link {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.rankingList__imgWrapper {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-right: 8px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.rankingList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: justify;
  font-size: 1.3rem;
}
@-moz-document url-prefix() {
  .rankingList__title {
    max-height: 39px;
    position: relative;
  }
  .rankingList__title::before, .rankingList__title::after {
    background-color: #fff;
    position: absolute;
  }
  .rankingList__title::before {
    content: "...";
    top: 19.5px;
    right: 0;
  }
  .rankingList__title::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .rankingList__title {
    max-height: 39px;
    position: relative;
  }
  .rankingList__title::before, .rankingList__title::after {
    background-color: #fff;
    position: absolute;
  }
  .rankingList__title::before {
    content: "...";
    top: 19.5px;
    right: 0;
  }
  .rankingList__title::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.rankingList__chName, .rankingList__date {
  font-weight: 300;
  color: #8f9499;
}
.rankingList__chName {
  margin-right: 4px;
  padding-right: 4px;
  border-right: 1px solid #ebedef;
}

.subscription__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d8db;
  font-size: 1.4rem;
  font-weight: 600;
}
.subscription__banner, .subscription__magazineList {
  margin-top: 12px;
}
.subscription__bannerLink {
  display: block;
}

.magazineList {
  display: flex;
  justify-content: space-between;
}
.magazineList__imgWrapper {
  margin-bottom: 8px;
}
.magazineList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 1px solid #d5d8db;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #222324;
}

.appBanner__img {
  width: 100%;
}

.footer {
  width: 100%;
}
.footer__ad iframe {
  display: block;
}
.footer__publisher {
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: #545658;
}
.footer__info {
  display: flex;
  justify-content: space-between;
}
.footer__poweredBy {
  display: flex;
}
.footer__topLink {
  display: flex;
}
.footer__topLink:hover .footer__text {
  transition: all .2s ease;
  opacity: .8;
}
.footer__topLink:hover .svg-nordotLogo .st0 {
  transition: all .2s ease;
  fill: #35404c;
}
.footer__text {
  margin-right: 8px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #8f9499;
}
.footer__logo {
  display: block;
  width: 40px;
  height: 12px;
  flex-shrink: 1;
}

.footerLinkList {
  display: flex;
}
.footerLinkList__item {
  border-right: 1px solid #d5d8db;
}
.footerLinkList__item:first-child .footerLinkList__link {
  padding-left: 0;
}
.footerLinkList__item:last-child {
  border-right: 0;
}
.footerLinkList__item:last-child .footerLinkList__link {
  padding-right: 0;
}
.footerLinkList__link {
  padding: 0 12px;
  font-size: 1.2rem;
  color: #8f9499;
  font-weight: 300;
}

.svg-fbIcon .st0 {
  fill: #4460a0;
}

.svg-twIcon .st0 {
  fill: #00aaec;
}

.svg-hatebuIcon .st0 {
  fill: #00a4de;
}

.svg-nordotLogo {
  width: 100%;
  height: 100%;
}
.svg-nordotLogo .st0 {
  fill: #8f9499;
}

#kj-cu-modal-content {
  width: 616px;
  margin: 0;
  padding: 0;
  border: 8px solid #aaa;
  background: #fff;
  z-index: 2;
  position: fixed;
  display: none;
}

#kj-cu-modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
