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

@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--top {
  background-color: #fff;
}
.page__wrapper--listPage {
  background-color: #ebedef;
}
.page__nordotBar {
  background-color: #fff;
  position: relative;
}
.page__header {
  position: -webkit-sticky;
  position: sticky;
  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--variable {
  position: static;
  width: auto;
  background: none;
}
.page__header--variable {
  margin-bottom: 20px;
  border-width: 1px;
}
.page__header--hasNordotBar {
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.3);
}
.page__listPageHeader {
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d5d8db;
  display: flex;
  justify-content: center;
}
.page__isMainWrapper {
  margin: 0 0 48px;
  padding-top: 30%;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page__contentsWrapper {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__contentsWrapper--ur {
  padding: 20px 0;
  background-color: #000;
}
.page__contentsWrapper--cu5 {
  padding: 20px 0;
  background-color: #ebedef;
}
.page__contentsWrapper--test {
  margin-bottom: 28px;
}
.page__contentsWrapper--curatedBy {
  margin-bottom: 60px;
}
.page__1columnWrapper {
  width: 972px;
}
.page__2columnWrapper {
  width: 972px;
  display: flex;
  justify-content: space-between;
}
.page__mainColumn {
  width: 640px;
}
.page__main {
  margin-bottom: 40px;
}
.page__main--top {
  margin-bottom: 0;
}
.page__main--listPage {
  margin-bottom: 0;
  width: 972px;
}
.page__listPage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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: 60px;
  background-color: #fff;
  border-top: 1px solid #ebedef;
}
.page__footerWrapper {
  width: 972px;
}
.page__error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.page__testFooterWrapper {
  width: 640px;
}
.page__curatedBy {
  position: fixed;
  top: calc(100vh - 48px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page__gdpr {
  position: fixed;
  left: calc((100vw - 760px) / 2);
  bottom: 20px;
  padding: 12px;
  z-index: 2;
  width: 760px;
  background-color: #fff;
  border: 1px solid #d5d8db;
  border-radius: 4px;
}
.page__gdpr--curatedBy {
  bottom: 60px;
}
.page__gdprTitle {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 400;
}
.page__gdprText {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.page__gdprLink {
  margin: 2px;
  color: #4a90e2;
  font-weight: 600;
}
.page__gdprButtonWrapper {
  display: flex;
  justify-content: flex-end;
}
.page__gdprButton {
  padding: 8px 12px;
  background-color: #4a90e2;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 4px;
}
.page__gdprButton--disagree {
  margin-right: 8px;
  color: #222324;
  background-color: #fff;
  border: none;
}

.nordotBar {
  padding: 0 20px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nordotBar__leftContent, .nordotBar__rightContent {
  display: flex;
  align-items: center;
}
.nordotBar__content:not(:last-child) {
  margin-right: 12px;
}
.nordotBar__button {
  width: 80px;
  height: 32px;
  border-radius: 4px;
  border: none;
  background-color: #00b4b6;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.nordotBar__button--master {
  width: auto;
  background-color: #fff;
  color: #8f9499;
}

.kijiCurator {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.kijiCurator__imgWrapper {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #ebedef;
  border-radius: 50%;
  overflow: hidden;
}
.kijiCurator__imgWrapper--noItem {
  padding-top: 8px;
  background-color: #d5d8db;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kijiCurator__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kijiCurator__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.36;
  display: none;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 1.4rem;
}
@-moz-document url-prefix() {
  .kijiCurator__name {
    max-height: 38.08px;
    position: relative;
  }
  .kijiCurator__name::before, .kijiCurator__name::after {
    background-color: #fff;
    position: absolute;
  }
  .kijiCurator__name::before {
    content: "...";
    top: 19.04px;
    right: 0;
  }
  .kijiCurator__name::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .kijiCurator__name {
    max-height: 38.08px;
    position: relative;
  }
  .kijiCurator__name::before, .kijiCurator__name::after {
    background-color: #fff;
    position: absolute;
  }
  .kijiCurator__name::before {
    content: "...";
    top: 19.04px;
    right: 0;
  }
  .kijiCurator__name::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@-moz-document url-prefix() {
  .kijiCurator__name {
    word-break: break-all;
  }
}
@media all and (-ms-high-contrast: none) {
  .kijiCurator__name {
    word-break: break-all;
  }
}
.kijiCurator__expandArrow {
  margin-left: 4px;
  width: 8px;
  height: 8px;
  display: block;
  transform: translateY(50%);
  border: 4px solid transparent;
  border-top-color: #222324;
  text-indent: -9999px;
}
.kijiCurator__expandMenu {
  position: absolute;
  top: 32px;
  left: 48px;
  opacity: 0;
  background-color: #fff;
  transition: all .2s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  z-index: 2;
}

.kijiCuratorMenuList {
  width: 160px;
}
.kijiCuratorMenuList__item:not(:last-child) {
  border-bottom: 1px solid #ebedef;
}
.kijiCuratorMenuList__link {
  padding: 8px;
  display: none;
  color: #00b4b6;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
}

.header {
  width: 972px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header--centerLogo {
  justify-content: center;
}
.header--variable {
  width: auto;
  height: auto;
}
.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);
}
.header__variableContent {
  padding: 60px 0;
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.header__variableContent--fixed {
  padding: 4px 0 5px;
  width: 100%;
  position: fixed;
  min-height: auto;
  display: none;
  top: 0;
  border-bottom: 1px solid #d5d8db;
  z-index: 1;
}
.header__variableContent--fixedLabel {
  height: 50px;
}

.main {
  padding-top: 20px;
  width: 972px;
}
@media all and (-ms-high-contrast: none) {
  .main {
    height: 100%;
  }
}
.main__2columnWrapper {
  display: flex;
  justify-content: space-between;
}
.main__sidebar {
  position: relative;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 1;
}
.main__mainColumn {
  width: 640px;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main__mainContent--lower {
  margin-top: 80px;
}
.main__property {
  margin-bottom: 20px;
}
.main__titleWrapper {
  margin-bottom: 60px;
}
.main__sub--topic {
  margin-top: 40px;
}
.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;
}
.main__updatedDate {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ebedef;
}
.main__updatedLabel {
  margin-left: 4px;
  color: #ff5151;
}
.main__share {
  margin-bottom: 12px;
}
.main__topic {
  margin-top: 60px;
}
.main__article {
  margin-bottom: 40px;
}
.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__lower {
  margin-top: 60px;
}
.main__publisher {
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: #545658;
  word-break: break-all;
}
.main__series {
  margin-top: 40px;
}
.main__brandModule {
  width: 280px;
  background-color: #fff;
}
.main__brandModule--sns {
  margin-bottom: 40px;
  width: 100%;
}
.main :last-child {
  margin-bottom: 0;
}

.propertyLabelList__item:not(:last-child) {
  margin-bottom: 8px;
}
.propertyLabelList__title {
  display: flex;
  line-height: 20px;
}
.propertyLabelList__label {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #ebedef;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #8f9499;
}
.propertyLabelList__link {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222324;
}

.shareButtonList {
  width: 100%;
  border: 1px solid #ebedef;
  border-radius: 2px;
  display: flex;
}
.shareButtonList__item {
  border-right: 1px solid #ebedef;
  width: calc(100% / 3);
}
.shareButtonList__item:last-child {
  border-right: none;
}
.shareButtonList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.shareButtonList__icon {
  width: 20px;
  height: 20px;
}

.author__content {
  margin: -4px 0 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
.author__content--nameMulti {
  margin-top: 8px;
}
.author__contentItem {
  margin: 4px 0 0 4px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all .2s ease;
}
.author__contentItem:hover {
  opacity: .8;
}
.author__contentItem--nameWrapperSingle {
  margin: 0 0 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author__contentItem--nameMulti:not(:last-child) {
  margin-right: 4px;
}
.author__contentItem--nameMulti:not(:last-child) > .author__name::after {
  content: ",";
}
.author__img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid #ebedef;
  border-radius: 50%;
}
.author__name {
  font-size: 1.2rem;
  font-weight: 400;
}
.author__name--sub {
  margin-top: 4px;
  color: #8f9499;
}
.author__detailWrapper {
  padding: 0;
  height: 0;
  background-color: #f9fafa;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.author__closeDetail {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: #f9fafa;
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.author__closeDetail::before, .author__closeDetail::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #8f9499;
  border-radius: 2px;
}
.author__closeDetail::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.author__closeDetail::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.author__carousel {
  display: flex;
  position: relative;
  left: 0;
  transition: all .2s ease;
}
.author__detail {
  padding: 0 20px;
  width: 280px;
  flex-shrink: 0;
}
.author__detailNameWrapper {
  margin-bottom: 8px;
}
.author__description {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.author__link {
  font-size: 1.2rem;
  color: #4a90e2;
}

.brandModule {
  padding: 20px;
}
.brandModule--sidebar {
  border: 1px solid #d5d8db;
}
.brandModule--sns {
  padding: 0;
  width: 100%;
  border: none;
}
.brandModule__promotionMain {
  margin-bottom: 12px;
}
.brandModule__promotionMain--2column {
  display: flex;
}
.brandModule__imgWrapper {
  margin-bottom: 12px;
}
.brandModule__imgWrapper--2column {
  width: 50%;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}
.brandModule__img {
  width: 100%;
  height: auto;
}
.brandModule__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 600;
}
.brandModule__description {
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.brandModule__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #222324;
  font-size: 1.4rem;
  border: 1px solid #d5d8db;
  border-radius: 4px;
}
.brandModule__sns {
  display: flex;
  justify-content: center;
}
.brandModule__unitNameWrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
}
.brandModule__unitNameWrapper:before, .brandModule__unitNameWrapper:after {
  border-top: 1px solid #d5d8db;
  content: "";
  display: inline;
  /* for IE */
  flex-grow: 1;
}
.brandModule__unitNameWrapper:before {
  margin-right: 4px;
}
.brandModule__unitNameWrapper:after {
  margin-left: 4px;
}
.brandModule__unitNameLine {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.brandModule__text {
  margin: 0 8px;
  text-align: center;
  font-size: 1.6rem;
  white-space: nowrap;
}
.brandModule__unitName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.4;
  max-width: 400px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.snsList {
  display: flex;
  justify-content: space-between;
}
.snsList__item:not(:last-child) {
  margin-right: 12px;
}
.snsList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f9499;
}
.snsList__icon {
  font-size: 1.2rem;
}
.snsList__icon:hover {
  color: #222324;
}

.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--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--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__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;
}
@media all and (-ms-high-contrast: none) {
  .maFigure__figcaption {
    display: block;
    text-align: center;
  }
}

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

.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;
}
.sub__moreLink--end {
  align-items: flex-end;
}

.articleList--series {
  display: flex;
}
.articleList__item {
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.articleList__item:not(:last-child) {
  margin-bottom: 20px;
}
.articleList__item--series, .articleList__item--kijiStyle {
  box-shadow: none;
}
.articleList__item--series:not(:last-child), .articleList__item--kijiStyle:not(:last-child) {
  margin-bottom: 0;
}
.articleList__item--series {
  width: 50%;
  border-bottom: none;
}
.articleList__item--kijiStyle:not(:last-child) {
  border-bottom: 1px solid #ebedef;
}
.articleList__item--adBanner {
  box-shadow: none;
  justify-content: center;
}
.articleList__item--adInfeed {
  width: 100%;
  display: block;
  box-shadow: 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: 120px;
  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 {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
}
.articleList__link--series {
  padding: 16px 0;
}
.articleList__link--kijiStyle {
  padding: 12px 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 {
  margin-right: 20px;
  width: 200px;
  height: 200px;
  border: 1px solid #f9fafa;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.articleList__imgWrapper--series, .articleList__imgWrapper--kijiStyle {
  margin-right: 12px;
  width: 120px;
  height: 120px;
}
.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.4;
  font-size: 2rem;
  font-weight: 600;
}
@-moz-document url-prefix() {
  .articleList__title {
    max-height: 28px;
    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: 28px;
    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.6rem;
}
@-moz-document url-prefix() {
  .articleList__title--series {
    max-height: 22.4px;
    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: 22.4px;
    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--kijiStyle {
  font-size: 1.6rem;
}
.articleList__title--kijiStyleSidebar {
  font-size: 1.4rem;
}
.articleList__title--noSub {
  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--noSub {
    max-height: 56px;
    position: relative;
  }
  .articleList__title--noSub::before, .articleList__title--noSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--noSub::before {
    content: "...";
    top: 28px;
    right: 0;
  }
  .articleList__title--noSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__title--noSub {
    max-height: 56px;
    position: relative;
  }
  .articleList__title--noSub::before, .articleList__title--noSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--noSub::before {
    content: "...";
    top: 28px;
    right: 0;
  }
  .articleList__title--noSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__subTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.4;
  margin: 2px 0 8px;
  font-size: 1.4rem;
  font-weight: 300;
}
@-moz-document url-prefix() {
  .articleList__subTitle {
    max-height: 19.6px;
    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: 19.6px;
    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: 12px;
  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__subText {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8f9499;
}
.articleList__subText:not(:last-of-type) {
  margin-bottom: 4px;
}
.articleList__property {
  padding: 20px;
  width: 280px;
  flex-shrink: 0;
  background-color: #fff;
  position: relative;
}
.articleList__property::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #ebedef;
}
.articleList__propertyItem:not(:last-of-type) {
  margin-bottom: 20px;
}

.labelList {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -8px;
}
.labelList__item {
  margin: 8px 0 0 8px;
  background-color: #fff;
  border: 1px solid #d5d8db;
  border-radius: 4px;
}
.labelList__link {
  padding: 0 8px;
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

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

.curatedBy {
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #d5d8db;
}
.curatedBy__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 972px;
}
.curatedBy__unit {
  display: flex;
  align-items: center;
  width: 280px;
}
.curatedBy__label {
  margin-right: 12px;
  color: #8f9499;
  font-size: 1.2rem;
  white-space: nowrap;
}
.curatedBy__link {
  display: flex;
  align-items: center;
  color: #8f9499;
}
.curatedBy__unitImg {
  margin-right: 4px;
}
.curatedBy__unitName {
  max-width: 190px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
}
@-moz-document url-prefix() {
  .curatedBy__unitName {
    max-height: 16.8px;
    position: relative;
  }
  .curatedBy__unitName::before, .curatedBy__unitName::after {
    background-color: #fff;
    position: absolute;
  }
  .curatedBy__unitName::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .curatedBy__unitName::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .curatedBy__unitName {
    max-height: 16.8px;
    position: relative;
  }
  .curatedBy__unitName::before, .curatedBy__unitName::after {
    background-color: #fff;
    position: absolute;
  }
  .curatedBy__unitName::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .curatedBy__unitName::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .curatedBy__unitName {
    width: 190px;
  }
}
.curatedBy__annotation {
  width: 640px;
  overflow: auto;
  cursor: pointer;
  transition: all .2s ease;
}
.curatedBy__annotation:hover {
  opacity: .8;
}
.curatedBy__textWrapper {
  width: 640px;
}
.curatedBy__textWrapper.oneLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  color: #8f9499;
  font-size: 1.2rem;
}
.curatedBy__textWrapper.oneLine:before {
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  position: absolute;
  content: "続きを読む";
  top: 0px;
  right: 10px;
}
.curatedBy__textWrapper.oneLine::after {
  background-color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  content: "\f107";
  top: 0px;
  right: 0;
}
.curatedBy__text {
  color: #222324;
  font-size: 1.4rem;
  line-height: 1.6;
}

.footer {
  width: 100%;
}
.footer--top {
  padding: 0 20px 8px;
}
.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__textLink {
  font-size: 1.2rem;
  font-weight: 400;
  color: #8f9499;
}
.footer__textLink--thisKijiIs {
  font-weight: 300;
}
.footer__logo {
  display: block;
  width: 40px;
  height: 12px;
  flex-shrink: 1;
}
.footer__icon {
  margin-right: 4px;
  font-size: 1.4rem;
}

.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-fbIcon--white .st0 {
  fill: #ffffff;
}

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

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

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

.svg-youtubeIcon {
  margin-top: 2px;
}
.svg-youtubeIcon .st0 {
  fill: #ff0000;
}
.svg-youtubeIcon .st1 {
  fill: #ffffff;
}
.svg-youtubeIcon--white .st0 {
  fill: #ffffff;
}
.svg-youtubeIcon--white .st1 {
  fill: #ff0000;
}

.svg-lineIcon .st0 {
  fill: #00c300;
}
.svg-lineIcon--white .st0 {
  fill: #ffffff;
}
.svg-lineIcon--gray {
  width: 1em;
  font-size: 1.8rem;
}
.svg-lineIcon--gray .st0 {
  fill: #8f9499;
}

.svg-instagramIcon--white {
  fill: #ffffff;
}

#kj-cu-modal-content {
  background-color: #fff;
  z-index: 2;
  position: fixed;
  top: 50px;
  left: 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: none;
}

#kj-cu-modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.js-curatedBy.on {
  height: auto;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.js-curatedBy.on .js-curatedBy__body {
  top: calc(100vh - 48px);
  padding: 20px 0 0;
  border-top: none;
}
.js-curatedBy.on .js-curatedBy__content {
  align-items: flex-start;
}
.js-curatedBy.on .js-curatedBy__annotation {
  height: calc(100vh - 60px - 48px);
}
.js-curatedBy .oneLine .curatedBy__text {
  width: 570px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.6;
  color: #8f9499;
  font-size: 1.2rem;
}
@-moz-document url-prefix() {
  .js-curatedBy .oneLine .curatedBy__text {
    max-height: 17.6px;
    position: relative;
  }
  .js-curatedBy .oneLine .curatedBy__text::before, .js-curatedBy .oneLine .curatedBy__text::after {
    background-color: #fff;
    position: absolute;
  }
  .js-curatedBy .oneLine .curatedBy__text::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .js-curatedBy .oneLine .curatedBy__text::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .js-curatedBy .oneLine .curatedBy__text {
    max-height: 17.6px;
    position: relative;
  }
  .js-curatedBy .oneLine .curatedBy__text::before, .js-curatedBy .oneLine .curatedBy__text::after {
    background-color: #fff;
    position: absolute;
  }
  .js-curatedBy .oneLine .curatedBy__text::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .js-curatedBy .oneLine .curatedBy__text::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}

.js-author__author.active > img {
  transition: all .2s ease;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
}
.js-author__nameWrapper {
  transition: all .2s ease;
  height: auto;
}
.js-author__nameWrapper.hide {
  margin: 0;
  height: 0;
  overflow: hidden;
}
.js-author__detailWrapper {
  transition: all .2s ease;
  opacity: 0;
}
.js-author__detailWrapper.on {
  margin-top: 8px;
  padding: 20px 0;
  opacity: 1;
  height: auto;
}

.js-fadeInCuratorContents {
  transition: all .2s ease;
  opacity: 0;
}
.js-fadeInCuratorContents.on {
  opacity: 1;
}

.js-headerAccount__expandMenu.on {
  opacity: 1;
}
.js-headerAccount__expandMenu.on .js-headerAccount__link {
  display: block;
}

.js-noScroll {
  overflow: hidden;
}
