/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

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

ul {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
}

strong {
  font-weight: 700;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.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--embedded {
  height: 100vh;
}
.page__wrapper {
  min-height: 100vh;
}
.page__nordotBar {
  background-color: #fff;
  position: relative;
}
.page__globalNav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.page__header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #d5d8db;
  top: 0;
  z-index: 2;
}
@media print {
  .page__header {
    position: absolute;
  }
}
.page__header--fillBg {
  background-color: #d5d8db;
  border-bottom: none;
}
.page__header--variable {
  position: static;
  width: auto;
  background: none;
  border-width: 1px;
}
.page__header--hasNordotBar {
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.3);
}
.page__listPageHeader {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d5d8db;
  display: flex;
  justify-content: center;
}
.page__isMainWrapper {
  margin-bottom: calc(-1 * 100vw * (4 / 10) * (1 / 3));
  padding-top: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page__isMainWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
}
.page__contentsWrapper {
  margin-bottom: 120px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__contentsWrapper--detail {
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}
.page__contentsWrapper--isMain {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.page__contentsWrapper--ur {
  padding: 40px 0;
  background-color: #f9fafa;
  border-top: 1px solid #ebedef;
  border-bottom: 1px solid #ebedef;
}
.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__listPageAd {
  padding: 24px 0;
  width: 100%;
  display: flex;
  justify-content: 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__embedded {
  height: 100%;
}
.page__footer {
  display: flex;
  justify-content: center;
}
.page__error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.page__breadcrumbs {
  padding: 0 0 24px;
  width: 972px;
}
.page__gdpr {
  position: fixed;
  z-index: 2;
  bottom: 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 1.1rem;
  background-color: rgba(53, 64, 76, 0.9);
}
.page__gdprWrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 832px;
}
.page__gdprWrapper--en {
  width: 940px;
}
.page__gdprText {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.page__gdprText--supplement {
  margin: 0 0 0 40px;
}
.page__gdprLink {
  margin: 2px;
  color: #4a90e2;
  font-weight: 600;
}
.page__gdprContentWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page__gdprButtonWrapper {
  display: flex;
  justify-content: space-between;
}
.page__gdprButton {
  padding: 4px 12px;
  width: 100%;
  color: #fff;
  background-color: #4a90e2;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 4px;
}
.page__gdprButton--disagree {
  border: none;
  background-color: transparent;
}

.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: 30px;
}
.nordotBar__button {
  width: 140px;
  height: 32px;
  border-radius: 4px;
  border: none;
  background-color: #00b4b6;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.nordotBar__button::before {
  margin-right: 5px;
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.nordotBar__button--master {
  width: auto;
  background-color: #fff;
  color: #8f9499;
}
.nordotBar__button--master::before {
  content: "";
}

.kijiCurator {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.kijiCurator__imgWrapper {
  margin-right: 8px;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border: 1px solid #ebedef;
  border-radius: 50%;
  overflow: hidden;
}
.kijiCurator__imgWrapper--noItem {
  background-color: #d5d8db;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kijiCurator__imgWrapper--noItem::after {
  margin-top: 8px;
  content: "\f007";
  color: #ebedef;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.1);
}
.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;
  font-weight: 300;
}
@-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%;
  }
}
@supports (-ms-ime-align: auto) {
  .kijiCurator__name {
    display: block;
    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: 3;
}

.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 {
  padding: 0 32px;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
}
.header--post {
  min-width: 1012px;
}
.header--centerLogo {
  justify-content: center;
}
.header--variable {
  padding: 0;
  width: auto;
  height: auto;
}
.header__link--curationList {
  font-size: 2rem;
  font-weight: bold;
}
.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;
}
.header__brandModule {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

.brandModuleSns {
  display: flex;
}
.brandModuleSns__text {
  font-size: 1.2rem;
  color: #8f9499;
  line-height: 1.5;
}
.brandModuleSns__link {
  margin-left: 16px;
  font-size: 1.8rem;
  color: #8f9499;
  line-height: 1;
}

.main {
  padding: 0 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px minmax(728px, max-content);
  grid-template-columns: 220px minmax(728px, auto);
  -ms-grid-rows: minmax(min-content, max-content) minmax(min-content, max-content);
  grid-template-rows: auto auto;
}
.main__titleWrapper, .main__detail {
  margin-left: 48px;
  width: 680px;
}
@media screen and (min-width: 1280px) {
  .main__titleWrapper, .main__detail {
    margin-left: calc((100vw - 680px) / 2 - 220px - 32px);
  }
}
.main__titleWrapper {
  margin-bottom: 60px;
  order: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.main__detail {
  min-height: 224px;
  order: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.main__property {
  order: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.main__sidebar {
  order: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.main__title {
  margin-top: -12px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.main__subTitle {
  margin-top: 8px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.main__dateWrapper {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.5;
}
.main__date {
  color: #8f9499;
}
.main__publisher {
  padding-left: 1em;
  text-indent: -1em;
}
.main__updatedDate {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #d5d8db;
}
.main__updatedLabel {
  margin-left: 4px;
  color: #ff5151;
}
.main__author {
  margin-top: 24px;
}
.main__article {
  position: relative;
  padding-left: 60px;
}
.main__action {
  position: absolute;
  top: 0;
  left: 8px;
}
.main__subModule {
  margin-top: 80px;
  padding-left: 60px;
}
.main__curateButton {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.propertyTitle {
  padding-left: 8px;
  display: flex;
  align-items: center;
  border-left: 2px solid #d5d8db;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.propertyTitle__label {
  white-space: nowrap;
}
.propertyTitle__chName {
  margin-right: 4px;
  font-weight: 700;
}
.propertyTitle__chName--en {
  margin: 0 0 0 4px;
}
.propertyTitle__icon {
  margin-left: 8px;
  display: flex;
  align-items: center;
  color: #8f9499;
}
.propertyTitle__icon--robot {
  margin-top: -2px;
}
.propertyTitle__svg {
  width: 16px;
  height: 16px;
  fill: #8f9499;
}

.detailSeriesHeader__header {
  margin-bottom: 16px;
}
.detailSeriesHeader__imgWrapper {
  margin-right: 16px;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.detailSeriesHeader__img {
  border: 1px solid #f9fafa;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailSeriesHeader__body {
  display: flex;
  align-items: center;
}
.detailSeriesHeader__title {
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222324;
}
.detailSeriesHeader__title--noImg {
  font-size: 2rem;
}

.detailProperty__header {
  margin-bottom: 16px;
}
.detailProperty__title {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.detailProperty__titleLink {
  font-weight: 700;
}

.detailTopicList__item {
  border-top: 1px solid #d5d8db;
}
.detailTopicList__link {
  display: block;
  padding: 16px 0;
}
.detailTopicList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@-moz-document url-prefix() {
  .detailTopicList__title {
    max-height: 21px;
    position: relative;
  }
  .detailTopicList__title::before, .detailTopicList__title::after {
    background-color: #fff;
    position: absolute;
  }
  .detailTopicList__title::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .detailTopicList__title::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .detailTopicList__title {
    max-height: 21px;
    position: relative;
  }
  .detailTopicList__title::before, .detailTopicList__title::after {
    background-color: #fff;
    position: absolute;
  }
  .detailTopicList__title::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .detailTopicList__title::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .detailTopicList__title {
    display: block;
    max-height: 21px;
    position: relative;
  }
  .detailTopicList__title::before, .detailTopicList__title::after {
    background-color: #fff;
    position: absolute;
  }
  .detailTopicList__title::before {
    content: "...";
    top: 0px;
    right: 0;
  }
  .detailTopicList__title::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.detailTopicList__moreText {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.detailTopicList__moreIcon {
  margin-left: 4px;
}

.shareButtonList__item:not(:last-child) {
  margin-bottom: 16px;
}
.shareButtonList__link {
  width: 32px;
  height: 32px;
  display: block;
  background-color: #d5d8db;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.shareButtonList__link--facebook {
  background-color: #4460a0;
}
.shareButtonList__link--twitter {
  background-color: #00aaec;
}
.shareButtonList__link--hatebu {
  background-color: #00a4de;
}
.shareButtonList__link--mail {
  background-color: #545658;
}
.shareButtonList__link--curate {
  background-color: #fff;
  border: 2px solid #00b4b6;
  position: relative;
  transition: .3s;
  color: #00b4b6;
}
.shareButtonList__link--curate:hover {
  background-color: #00b4b6;
  transition: .1s;
  color: #fff;
  opacity: 1;
}
.shareButtonList__link--curate:hover::before, .shareButtonList__link--curate:hover::after {
  display: block;
}
.shareButtonList__link--curate::before, .shareButtonList__link--curate::after {
  display: none;
  position: absolute;
  background-color: #fff;
}
.shareButtonList__link--curate::before {
  padding: 8px 16px;
  content: attr(data-curate-button);
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  color: #222324;
  font-size: 1.2rem;
  font-weight: 400;
}
.shareButtonList__link--curate::after {
  content: "";
  width: 12px;
  height: 12px;
  bottom: -30px;
  left: 50%;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg) translateX(-10px);
}
.shareButtonList__svg {
  width: 1.5rem;
  transform: translateY(1px);
}
.shareButtonList__curateButtonWrapper {
  margin: -1px 0 0 -3px;
}

.author {
  position: relative;
}
.author__content {
  margin: -12px 0 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.author__content--nameMulti {
  margin-top: -4px;
}
.author__contentItem {
  margin: 12px 0 0 12px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all .2s ease;
}
.author__contentItem:hover {
  opacity: .8;
}
.author__contentItem--nameWrapperSingle {
  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__contentItem--noImg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ebedef;
  background-color: #d5d8db;
  display: flex;
  justify-content: center;
}
.author__contentItem--noImg::after {
  margin-top: 8px;
  width: 100%;
  height: calc(100% - 8px);
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  content: "\f007";
  font-family: "Font Awesome\ 5 Free";
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.author__img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid #ebedef;
  border-radius: 50%;
}
.author__name {
  font-size: 1.4rem;
  line-height: 1.5;
}
.author__name--detail {
  font-weight: 500;
}
.author__name--sub {
  color: #8f9499;
}
.author__detailWrapper {
  padding: 0;
  height: 0;
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  z-index: 1;
  overflow: hidden;
}
.author__closeDetail {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: #fff;
  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__detail {
  padding: 0 24px;
  width: 340px;
  display: none;
}
.author__detailNameWrapper {
  margin-bottom: 24px;
}
.author__description {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .02em;
}
.author__link {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4a90e2;
}

.brandModule {
  padding: 16px;
  border: 4px solid #ebedef;
}
.brandModule__promotionMain {
  margin-bottom: 12px;
}
.brandModule__imgWrapper {
  margin-bottom: 16px;
}
.brandModule__img {
  width: 100%;
  border: 1px solid #f9fafa;
}
.brandModule__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.brandModule__description {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .02em;
}
.brandModule__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  color: #222324;
  font-size: 1.2rem;
  border: 1px solid #8f9499;
  border-radius: 4px;
  line-height: 1.5;
}

.ma__h1, .ma__h2, .ma__h3, .ma__h4, .ma__h5, .ma__h6 {
  margin-bottom: 16px;
  clear: both;
  line-height: 1.5;
}
.ma__h1 {
  position: relative;
  padding: 0 0 8px 16px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(143, 148, 153, 0.3);
}
.ma__h1:not(:first-child) {
  margin-top: 40px;
}
.ma__h1::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8f9499;
}
.ma__h2 {
  font-size: 2rem;
  font-weight: 700;
}
.ma__h3 {
  font-size: 2rem;
  font-weight: 500;
}
.ma__h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
.ma__h5 {
  font-size: 1.8rem;
  font-weight: 500;
}
.ma__h6 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #8f9499;
}
.ma__p {
  margin-bottom: 24px;
  position: relative;
  top: -8px;
  font-size: 1.7rem;
  line-height: 2;
}
.ma__del {
  text-decoration: line-through;
}
.ma__em {
  font-style: italic;
}
.ma__strong {
  font-weight: bold;
}
.ma__a {
  color: #4a90e2;
  font-weight: 400;
}
.ma__hr {
  margin: 0 0 48px 0;
  border: 1px solid #d5d8db;
}

.ma::after {
  content: "";
  display: table;
  clear: both;
}
.ma__list {
  margin-bottom: 24px;
  clear: both;
  position: relative;
  top: -8px;
}
.ma__blockquote {
  margin-bottom: 48px;
  clear: both;
}
.ma__pre {
  margin-bottom: 48px;
  padding: 32px;
  clear: both;
  background-color: #f5f7fa;
  white-space: pre-wrap;
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  font-size: 1.5rem;
  line-height: 2;
}
.ma__hr {
  clear: both;
}
.ma__figure {
  margin-bottom: 48px;
  clear: both;
}
.ma__figure--right, .ma__figure--left {
  width: 240px;
  float: right;
  margin-left: 32px;
}
.ma__figure--boxedRight, .ma__figure--boxedLeft {
  width: 208px;
  margin-left: 32px;
}
.ma__iframe {
  margin-bottom: 48px;
  display: block;
  width: 100%;
  height: 360px;
}
.ma__iframe--embedded {
  height: 160px;
  border: 1px solid #d5d8db;
  border-radius: 4px;
}
.ma__iframe--embedded iframe {
  width: 100%;
  height: 100%;
}
.ma__iframe--boxed {
  height: 336px;
}
.ma__exEmbedWrapper {
  margin-bottom: 48px;
  clear: both;
}
.ma__exEmbedWrapper--facebook {
  width: 500px;
}
.ma__exEmbedWrapper--spotify {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  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: 48px;
  padding: 32px;
  clear: both;
  border: 1px solid #222324;
  border-radius: 4px;
}
.ma__boxed::after {
  content: "";
  display: table;
  clear: both;
}
.ma__boxed .ma__h1 {
  font-size: 2.2rem;
}
.ma__boxed .ma__h2 {
  font-size: 1.8rem;
}
.ma__boxed .ma__h3 {
  font-size: 1.8rem;
}
.ma__boxed .ma__h4 {
  font-size: 1.6rem;
}
.ma__boxed .ma__h5 {
  font-size: 1.6rem;
}
.ma__boxed .ma__h6 {
  font-size: 1.6rem;
}
.ma__boxed > .ma__p {
  font-size: 1.6rem;
}
.ma__boxed .ma__pre,
.ma__boxed .ma__blockquote {
  margin: 0 -32px 48px;
}
.ma__boxed .ma__blockquote .maBlockquote {
  border-radius: 0;
  border-top: 1px solid #d5d8db;
  border-right: none;
  border-bottom: 1px solid #d5d8db;
  border-left: none;
}
.ma__boxed .maList {
  padding-left: 24px;
}
.ma__boxed .maList__item {
  font-size: 1.6rem;
}
.ma__indexWrapper {
  position: sticky;
  top: 70px;
}
.ma__index {
  position: absolute;
  right: -260px;
  padding: 20px 0;
  width: 220px;
  background: #f9fafa;
}
.ma__indexText {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.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.7rem;
  line-height: 2;
}
.maList__item:not(:last-child) {
  margin-bottom: 8px;
}

.maBlockquote {
  padding: 32px 32px 32px 40px;
  position: relative;
  border: 1px solid #d5d8db;
  border-radius: 4px;
}
.maBlockquote::before {
  content: "\00201c";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  color: #ebedef;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  z-index: -1;
}
.maBlockquote::after {
  content: "";
  display: table;
  clear: both;
}
.maBlockquote__footer {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.maBlockquote__p {
  position: relative;
  top: -8px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .02em;
}
.maBlockquote__p:not(:last-child) {
  margin-bottom: 16px;
}
.maBlockquote__p--footer {
  max-width: 400px;
  color: #8f9499;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.5;
}
.maBlockquote__a {
  color: #4a90e2;
}
.maBlockquote .ma__list {
  margin-bottom: 16px;
}
.maBlockquote .ma__list .maList__item {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .02em;
}

.maFigure__imgWrapper {
  width: 100%;
}
.maFigure__img {
  width: 100%;
  border: 1px solid #f9fafa;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.maFigure__figcaption {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-word;
}

.maIndexList {
  list-style: none;
}
.maIndexList__item {
  margin-bottom: 8px;
}
.maIndexList__item--hasIndent {
  margin-bottom: 4px;
}
.maIndexList__item--indent {
  margin-bottom: 4px;
  border: none;
}
.maIndexList__indexLink {
  display: block;
  padding: 8px 20px;
  font-size: 1.4rem;
  font-weight: 400;
}
.maIndexList__indexLink:hover {
  background-color: #ebedef;
}
.maIndexList__indexLink--active {
  background-color: #ebedef;
}
.maIndexList__indexLink--indent {
  padding-left: 24px;
  font-size: 1.4rem;
  color: #8f9499;
  border: none;
}

.series {
  padding: 16px;
  border-top: 1px solid #d5d8db;
  border-bottom: 1px solid #d5d8db;
}
.series__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  grid-column-gap: 16px;
}
.series__header--noImg {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
.series__imgWrapper {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border: 1px solid #f9fafa;
  -ms-grid-column: 1;
}
.series__imgWrapper--article {
  width: 88px;
  height: 88px;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.series__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.series__label {
  margin-bottom: 4px;
  font-size: 1.4rem;
  color: #8f9499;
  line-height: 1.5;
}
.series__label--prevNext {
  margin-bottom: 0;
  grid-column: -1 / 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 2;
}
.series__titleWrapper {
  -ms-grid-column: 2;
}
.series__titleWrapper--article {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.series__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.series__description {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .02em;
}
.series__articleWrapper {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ebedef;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
}
.series__article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px auto;
  grid-template-columns: 88px auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
}
.series__article:last-child {
  -ms-grid-column: 2;
}
.series__articleTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
}
.series__articleTitle--noSub {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.series__articleSubTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  font-size: 1.4rem;
}
.series__articleDate {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #8f9499;
  line-height: 1.5;
}

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

.alsoCurates__header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.alsoCurates__chLink {
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.alsoCurates__headerImg {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #f9fafa;
  border-radius: 50%;
  flex-shrink: 0;
}
.alsoCurates__chName {
  font-size: 2rem;
  font-weight: 700;
}
.alsoCurates__text {
  font-size: 2rem;
  font-weight: 500;
}

.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__item {
  border-bottom: 1px solid #ebedef;
  display: flex;
}
.articleList__item:first-child {
  border-top: 1px solid #ebedef;
}
.articleList__item--adInfeed {
  width: 100%;
  display: block;
}
.articleList__item--more {
  margin: 60px auto 0;
  width: 320px;
  height: 40px;
  border: 1px solid #d5d8db;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  transition: .5s;
}
.articleList__item--more:hover {
  opacity: .8;
  transition: .2s;
}
.articleList__moreIcon {
  position: absolute;
  left: 20px;
  font-size: 1.6rem;
  color: #8f9499;
}
.articleList__linkWrapper {
  border: 1px solid #e3e5e7;
  border-radius: 4px;
}
.articleList__linkWrapper--deleted {
  display: flex;
  padding: 16px;
}
.articleList__link {
  padding: 24px 0;
  display: flex;
  flex-grow: 1;
}
.articleList__link--curation {
  padding: 16px;
  border-radius: 4px;
}
.articleList__imgWrapper {
  margin-right: 32px;
  width: 300px;
  height: calc(300px * .618);
  border: 1px solid #f9fafa;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
}
.articleList__imgWrapper--unitImg {
  background-size: contain;
  background-position: center center;
  border-color: #ebedef;
}
.articleList__imgWrapper--noImg {
  background-color: #d5d8db;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articleList__imgWrapper--noImg::after {
  content: "No image";
  font-size: 1.6rem;
  color: #fff;
}
.articleList__titleWrapper {
  flex-grow: 1;
}
.articleList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}
@-moz-document url-prefix() {
  .articleList__title {
    max-height: 30px;
    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: 30px;
    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%;
  }
}
@supports (-ms-ime-align: auto) {
  .articleList__title {
    display: block;
    max-height: 30px;
    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--noSub {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
@-moz-document url-prefix() {
  .articleList__title--noSub {
    max-height: 60px;
    position: relative;
  }
  .articleList__title--noSub::before, .articleList__title--noSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--noSub::before {
    content: "...";
    top: 30px;
    right: 0;
  }
  .articleList__title--noSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__title--noSub {
    max-height: 60px;
    position: relative;
  }
  .articleList__title--noSub::before, .articleList__title--noSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--noSub::before {
    content: "...";
    top: 30px;
    right: 0;
  }
  .articleList__title--noSub::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .articleList__title--noSub {
    display: block;
    max-height: 60px;
    position: relative;
  }
  .articleList__title--noSub::before, .articleList__title--noSub::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__title--noSub::before {
    content: "...";
    top: 30px;
    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.5;
  font-size: 1.8rem;
}
@-moz-document url-prefix() {
  .articleList__subTitle {
    max-height: 21px;
    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: 21px;
    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%;
  }
}
@supports (-ms-ime-align: auto) {
  .articleList__subTitle {
    display: block;
    max-height: 21px;
    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__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: .02em;
}
@-moz-document url-prefix() {
  .articleList__description {
    max-height: 42px;
    position: relative;
  }
  .articleList__description::before, .articleList__description::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__description::before {
    content: "...";
    top: 21px;
    right: 0;
  }
  .articleList__description::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .articleList__description {
    max-height: 42px;
    position: relative;
  }
  .articleList__description::before, .articleList__description::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__description::before {
    content: "...";
    top: 21px;
    right: 0;
  }
  .articleList__description::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .articleList__description {
    display: block;
    max-height: 42px;
    position: relative;
  }
  .articleList__description::before, .articleList__description::after {
    background-color: #fff;
    position: absolute;
  }
  .articleList__description::before {
    content: "...";
    top: 21px;
    right: 0;
  }
  .articleList__description::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.articleList__subWrapper {
  margin-top: 16px;
}
.articleList__subText {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #8f9499;
}
.articleList__property {
  margin-left: 32px;
  padding: 24px 0;
  width: 200px;
  flex-shrink: 0;
  position: relative;
}
.articleList__seriesIcon {
  width: 80px;
  height: 80px;
  fill: #fff;
}
.articleList__content {
  margin-left: 72px;
}
.articleList__header {
  display: flex;
  margin-bottom: 16px;
}
.articleList__headerImg {
  margin-right: 12px;
  width: 60px;
  height: 60px;
  border: 1px solid #ebedef;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 50%;
}
.articleList__headerImg--noItem {
  background-color: #d5d8db;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.articleList__headerImg--noItem::after {
  margin-top: 2px;
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.articleList__headerTextWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.articleList__unitName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.36;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 600;
}
.articleList__curateDate {
  margin: 0 12px 8px 0;
  font-size: 1.2rem;
  white-space: nowrap;
}
.articleList__annotation {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.labelList {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -8px;
}
.labelList__item {
  margin: 8px 0 0 8px;
  max-width: calc(100% - 8px);
}
.labelList__link {
  padding: 8px 16px;
  min-height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #d5d8db;
  border-radius: 16px;
  background-color: #fff;
  word-break: break-word;
}
@media all and (-ms-high-contrast: none) {
  .labelList__link {
    max-width: 200px;
  }
}
.labelList__link:hover {
  background-color: #ebedef;
}
.labelList__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
@-moz-document url-prefix() {
  .labelList__text {
    max-height: 39px;
    position: relative;
  }
  .labelList__text::before, .labelList__text::after {
    background-color: #fff;
    position: absolute;
  }
  .labelList__text::before {
    content: "...";
    top: 19.5px;
    right: 0;
  }
  .labelList__text::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .labelList__text {
    max-height: 39px;
    position: relative;
  }
  .labelList__text::before, .labelList__text::after {
    background-color: #fff;
    position: absolute;
  }
  .labelList__text::before {
    content: "...";
    top: 19.5px;
    right: 0;
  }
  .labelList__text::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .labelList__text {
    display: block;
    max-height: 39px;
    position: relative;
  }
  .labelList__text::before, .labelList__text::after {
    background-color: #fff;
    position: absolute;
  }
  .labelList__text::before {
    content: "...";
    top: 19.5px;
    right: 0;
  }
  .labelList__text::after {
    content: "";
    height: 100%;
    width: 100%;
  }
}
.labelList__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  line-height: 1.5;
}

.sidebar__content:not(:last-child) {
  margin-bottom: 60px;
}

.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%;
  }
}
@supports (-ms-ime-align: auto) {
  .rankingList__title {
    display: block;
    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%;
}

.curateButton {
  padding: 0 32px;
  height: 40px;
  border: solid 2px #00b4b6;
  border-radius: 20px;
  -webkit-tap-highlight-color: transparent;
  color: #00b4b6;
  transition: .3s;
  font-size: 1.4rem;
  font-weight: 500;
}
.curateButton:hover {
  background-color: #00b4b6;
  transition: .1s;
  opacity: 1;
  color: #fff;
}
.curateButton::before {
  margin-right: 4px;
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  font-weight: 900;
}

.curatedBy__footerModule {
  padding: 0 16px;
  max-width: 680px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #8f9499;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  position: fixed;
  left: 300px;
  bottom: -1px;
  z-index: 1;
  transition: all .2s ease;
}
@media screen and (min-width: 1280px) {
  .curatedBy__footerModule {
    left: calc(50% - 680px / 2);
  }
}
.curatedBy__label {
  margin-right: 16px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s ease;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.curatedBy__link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.curatedBy__link--noLink {
  pointer-events: none;
}
.curatedBy__link--modal {
  margin-right: auto;
  flex-shrink: 1;
}
.curatedBy__unitImg {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border: 1px solid #f9fafa;
  border-radius: 50%;
}
.curatedBy__unitName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5;
  margin-left: 8px;
  max-width: 320px;
  font-size: 1.4rem;
  font-weight: 500;
}
@-moz-document url-prefix() {
  .curatedBy__unitName {
    max-height: 21px;
    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: 21px;
    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%;
  }
}
@supports (-ms-ime-align: auto) {
  .curatedBy__unitName {
    display: block;
    max-height: 21px;
    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%;
  }
}
.curatedBy__unitName--modal {
  max-width: none;
}
.curatedBy__oneLineAnnotation {
  margin-left: 8px;
  min-width: 0;
  display: flex;
  align-items: center;
}
.curatedBy__annotationArrow {
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
  font-size: 1.6rem;
  color: #8f9499;
}
.curatedBy__viewMore {
  padding: 0 16px 0 100px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100px);
  border-radius: 0 4px 4px 0;
  display: none;
}
.curatedBy__annotationWrapper {
  overflow: hidden;
}
.curatedBy__text {
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 2;
}
.curatedBy__text--oneLine {
  white-space: nowrap;
  font-size: 1.2rem;
  color: #8f9499;
}
.curatedBy__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2;
}
.curatedBy__modal {
  padding-bottom: 24px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #fff;
  border: 1px solid #8f9499;
  border-radius: 4px;
  z-index: 2;
}
.curatedBy__modalHeader {
  margin: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedef;
}
.curatedBy__modalBody {
  margin: 16px 24px 0 0;
  padding: 0 8px 0 32px;
  max-height: calc(100vh - 100px - 64px - 24px);
  overflow: auto;
}
.curatedBy__modalBody::-webkit-scrollbar {
  width: 2px;
}
.curatedBy__modalBody::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 1px;
  box-shadow: inset 0 0 2px #d5d8db;
}
.curatedBy__modalBody::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 1px;
  box-shadow: none;
}
.curatedBy__modalClose {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  width: 24px;
  height: 24px;
  position: relative;
  background-color: #fff;
  text-indent: -9999px;
  margin-left: 8px;
  flex-shrink: 0;
}
.curatedBy__modalClose::before, .curatedBy__modalClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #8f9499;
  border-radius: 2px;
}
.curatedBy__modalClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.curatedBy__modalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer {
  padding-top: 24px;
  width: 100%;
  height: 200px;
  border-top: 1px solid #d5d8db;
}
.footer--top {
  padding: 0 32px 8px;
  height: auto;
  border: none;
}
.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;
  color: #8f9499;
  line-height: 1.5;
}
.footer__textLink {
  font-size: 1.2rem;
  font-weight: 400;
  color: #8f9499;
}
.footer__logo {
  display: block;
  width: 40px;
  height: 18px;
  flex-shrink: 1;
}
.footer__icon {
  margin-right: 4px;
  font-size: 1.4rem;
}
.footer__publisher {
  margin-bottom: 24px;
  font-size: 1.4rem;
}

.footerLinkList {
  display: flex;
}
.footerLinkList__item:not(:last-child) {
  margin-right: 40px;
}
.footerLinkList__link {
  font-size: 1.4rem;
  line-height: 1.5;
}

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

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

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

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

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

.js-curatedBy {
  padding: 0 16px;
  width: auto;
}
.js-curatedBy__footerModule {
  opacity: 1;
  transition: all .2s ease;
}
.js-curatedBy__footerModule.shrink {
  padding: 0 8px;
  width: 48px;
}
.js-curatedBy__footerModule.hide {
  opacity: 0;
  visibility: hidden;
}
.js-curatedBy__label {
  margin-right: 16px;
  width: auto;
}
.js-curatedBy__label.hide {
  margin-right: 0;
  width: 0;
}

.js-author__author {
  position: relative;
}
.js-author__author.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 4px;
  height: 4px;
  background-color: #8f9499;
  border-radius: 2px;
  transform: translateX(-50%);
}
.js-author__nameWrapper {
  transition: all .2s ease;
  height: auto;
}
.js-author__nameWrapper--single.hide {
  margin: 0;
  height: 0;
  overflow: hidden;
}
.js-author__nameWrapper--multi {
  opacity: 1;
}
.js-author__nameWrapper--multi.hide {
  transition: all .2s ease;
  opacity: 0;
}
.js-author__detailWrapper.on {
  transition: all .2s ease;
  padding: 40px 0 24px;
  height: auto;
  border: 1px solid #d5d8db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.js-author__detail.on {
  display: block;
}

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