/**
 * ------------------------------------------------------------
 * SP
 * ------------------------------------------------------------
 */
[data-aspect-ratio="125:94"]:before {
  padding-top: calc(94 / 125 * 100%);
}

[data-aspect-ratio="750:563"]:before {
  padding-top: calc(563 / 750 * 100%);
}

[data-sp-aspect-ratio="125:94"]:before {
  padding-top: calc(94 / 125 * 100%);
}

.heading-contens {
  background-color: #fff;
}

.event-img {
  margin-right: -4vw;
  margin-left: -4vw;
}

.event-contents-text .fr-linkButton {
  margin-bottom: 0;
}

.font-bold {
  font-weight: 700;
}

.fr-textLink.-external .fr-textLink_itemInner {
  padding-right: 10px;
}

.fr-textLink.-external .fr-textLink_item:after {
  background: url(/jp/ja/contents/feature/haruki-murakami/img/link.svg) 50%/14px no-repeat;
  content: "";
  display: block;
  font-size: 14px;
  overflow: hidden;
  width: 14px;
  height: 14px;
}

.copyright {
  box-sizing: border-box;
  color: #7d7d7d;
  font-family: HelveticaNeue,sans-serif;
  font-size: 11px;
  line-height: 16.5px;
}

.copyright .copyright-text {
  font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Hiragino,sans-serif;
}

.fr-linkButtonParent .fr-linkButton {
  margin-left: 0;
  margin-right: 0;
}

/**
 * ------------------------------------------------------------
 * PC
 * ------------------------------------------------------------
 */
@media screen and (min-width: 813px) {
  a:hover,
  a:hover img,
  a:hover p,
  a[href]:hover,
  a[href]:hover img,
  a[href]:hover img,
  a[data-link]:hover,
  a[data-link]:hover img,
  .o-styleTabs_item:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
  }

  [data-pc-aspect-ratio="2:1"]:before {
    padding-top: calc(1 / 2 * 100%);
  }

  .hero-lead {
    line-height: 19.6px;
  }

  .event-text {
    line-height: 19.6px;
  }

  .fr-anchorButton_item.-half {
    width: 25%;
  }

  .event-img {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-contens {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: #1b1b1b;
  }

  .fr-linkButtonParent .fr-linkButton {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }
}
