@charset "UTF-8";
/* General Site */
/* Fonts */
/* Colors */
/* Imports */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden; }
  body input[type="search"]::-webkit-search-decoration,
  body input[type="search"]::-webkit-search-cancel-button,
  body input[type="search"]::-webkit-search-results-button,
  body input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

@media screen and (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth; } }

.page-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 16px; }
  @media (max-width: 900px) {
    .page-container {
      padding: 0 16px; } }

.testing__element--modifier {
  color: orange; }

.splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  display: none; }
  .splash.show {
    display: block; }
  @media screen and (orientation: landscape) {
    .splash {
      overflow-y: scroll; } }
  .splash .splash-img {
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%; }
  .splash a {
    text-decoration: none;
    color: #231e20; }
  .splash .embed-container {
    max-width: 700px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .splash .embed-container iframe,
  .splash .embed-container object,
  .splash .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .splash .content {
    max-width: 700px;
    margin: auto;
    width: 100%;
    text-align: center;
    display: grid;
    grid-row-gap: 12px; }
    .splash .content .media {
      max-height: 360px; }
      .splash .content .media .iframe {
        width: 100%;
        height: 100%; }
    .splash .content .action-container {
      width: 100%;
      display: grid;
      grid-row-gap: 10px; }
      .splash .content .action-container h2 {
        margin: 0; }
      .splash .content .action-container .action-button {
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        width: fit-content;
        padding: 8px;
        align-self: center;
        text-decoration: underline; }
      .splash .content .action-container .home-button {
        text-decoration: underline; }
      @media screen and (max-width: 900px) {
        .splash .content .action-container h2 {
          font-size: 20px; } }
    .splash .content .banner {
      margin: 0 auto;
      max-width: 700px;
      width: 100%; }
    @media screen and (max-width: 900px) {
      .splash .content .top {
        padding-top: 8px; }
      .splash .content .bottom {
        padding-bottom: 8px; } }

.footer .newsletter-top {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  padding: 0 12px; }
  @media screen and (max-width: 900px) {
    .footer .newsletter-top {
      background-attachment: initial;
      padding: 0 8px; } }
  .footer .newsletter-top--container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 64px;
    align-items: center; }
    .footer .newsletter-top--container h2 {
      color: #fff;
      font-size: 32px; }
      @media (max-width: 900px) {
        .footer .newsletter-top--container h2 {
          font-size: 26px; } }
  .footer .newsletter-top .input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%; }
    .footer .newsletter-top .input-wrap span input {
      border: none;
      outline: none;
      border-radius: 0px;
      font-size: 16px;
      max-height: 60px;
      height: 60px;
      padding: 0px 12px; }
      @media (max-width: 900px) {
        .footer .newsletter-top .input-wrap span input {
          max-width: 220px;
          padding: 0px; } }
    .footer .newsletter-top .input-wrap .wpcf7-submit {
      -webkit-appearance: none;
      color: #fff;
      background-color: #111;
      border: none;
      border-radius: 0px;
      padding: 0px 32px;
      height: 60px;
      outline: none;
      margin: 0; }
    @media (max-width: 900px) {
      .footer .newsletter-top .input-wrap {
        flex-direction: column;
        max-width: 220px;
        margin: auto; }
        .footer .newsletter-top .input-wrap .wpcf7-submit {
          width: 100%;
          margin-top: 16px; } }
  .footer .newsletter-top .wpcf7-response-output {
    color: #c42c39;
    font-weight: bold;
    font-size: 18px;
    border: none;
    padding: 8px 0 0 0;
    margin: 0; }

.footer-body {
  padding: 48px 0px;
  background-color: #252525; }
  @media (max-width: 900px) {
    .footer-body {
      padding-bottom: 100px; } }
  .footer-body .copyright {
    margin-top: 48px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 11px; }
    .footer-body .copyright a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.8); }
  .footer-body .links {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
    grid-column-gap: 16px; }
    .footer-body .links .logo {
      height: 32px;
      opacity: 0.5; }
    .footer-body .links .link-col {
      display: flex;
      flex-direction: column; }
      .footer-body .links .link-col a {
        margin-bottom: 24px;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        font-size: 13px; }
  .footer-body .back-to-top {
    pointer-events: all; }

@media (max-width: 900px) {
  .footer .newsletter-top--container {
    grid-template-columns: 1fr; }
  .footer .newsletter-top {
    padding: 0px; }
  .footer-body .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .footer-body .links .logo {
    margin-bottom: 48px; }
  .footer-body .links .link-col {
    width: 100%; }
    .footer-body .links .link-col a {
      width: 100%;
      border-bottom: 1px solid #323232;
      padding-bottom: 24px; }
  .footer-body .copyright {
    padding: 0px 16px; } }

.promotion {
  width: 100%;
  padding: 24px 0px; }
  .promotion img {
    width: 100%;
    height: auto; }
  @media (max-width: 1200px) {
    .promotion {
      padding: 0px 0px 24px 0px; } }

/* Prefix any common class with double underscores: .__the-class-name */
.__headline {
  width: 100%;
  border-bottom: 4px solid #f5f5f5;
  margin-bottom: 48px; }
  .__headline h2 {
    padding-bottom: 14px;
    border-bottom: 4px solid #111;
    margin: 0;
    width: fit-content;
    margin-bottom: -4px; }

.__article-card--horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
  margin-bottom: 48px; }
  @media (max-width: 900px) {
    .__article-card--horizontal {
      grid-template-columns: 1fr;
      margin-bottom: 24px; } }
  .__article-card--horizontal--thumbnail {
    height: 220px;
    max-height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .__article-card--horizontal--content p {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 16px; }
  .__article-card--horizontal.small {
    grid-template-columns: 120px 1fr;
    grid-column-gap: 16px;
    margin-bottom: 24px; }
  .__article-card--horizontal.small .__article-card--horizontal--thumbnail {
    height: 120px;
    max-height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .__article-card--horizontal.small .__article-card--horizontal--content h2 {
    font-size: 14px; }
  .__article-card--horizontal.small .__article-card--horizontal--content p {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 14px; }

.__secondary-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #111;
  border: 1px solid #111;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  transition: 0.2s ease;
  font-weight: 600; }
  .__secondary-button:hover {
    background-color: #111;
    color: #fff;
    cursor: pointer; }

.sub-menu {
  background-color: white;
  border: 1px solid #f5f5f5;
  position: absolute;
  padding: 0px;
  display: none; }
  @media only screen and (max-width: 900px) {
    .sub-menu {
      background-color: black;
      padding: 8px; } }
  .sub-menu li {
    list-style-type: none;
    padding: 12px; }

.menu-item-has-children:hover .sub-menu {
  display: block; }
  @media (max-width: 900px) {
    .menu-item-has-children:hover .sub-menu {
      display: none !important; } }

li.menu-item-has-children:after {
  content: "▾"; }
  @media (max-width: 900px) {
    li.menu-item-has-children:after {
      display: none !important; } }

.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media (max-width: 900px) {
  .desktop {
    display: none !important; } }

@media (min-width: 901px) {
  .mobile {
    display: none !important; } }

.category__label {
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500; }
  .category__label.small {
    font-size: 10px; }
  .category__label.large {
    font-size: 12px;
    font-weight: 500; }

.category--cinema {
  color: #9a9a9a; }

.category--features {
  color: #9a9a9a; }

.category--hardware {
  color: #9a9a9a; }

.category--news {
  color: #9a9a9a; }

.category--style {
  color: #9a9a9a; }

.category--travel {
  color: #9a9a9a; }

.category--premium {
  color: #9a9a9a; }

.category--elsewhere {
  color: #9a9a9a; }

.category--full {
  color: #9a9a9a; }

.categories a {
  text-decoration: none;
  color: black; }

.categories .page-container {
  padding: 24px 16px 0; }
  @media (max-width: 900px) {
    .categories .page-container {
      padding: 0 16px; } }

.categories .title {
  text-align: left;
  padding-bottom: 24px;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 500; }
  @media screen and (max-width: 900px) {
    .categories .title {
      padding: 8px 0; } }

.categories .hero {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "featured-1 featured-1 featured-2" "featured-1 featured-1 featured-3";
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 775px;
  max-height: 950px;
  margin-bottom: 48px; }
  @media screen and (max-width: 900px) {
    .categories .hero {
      column-gap: 16px;
      row-gap: 24px;
      grid-template-columns: 1fr;
      grid-template-rows: auto 1fr 1fr;
      grid-template-areas: "featured-1 " " featured-2" " featured-3";
      max-height: 1600px; }
      .categories .hero :first-child .editorial-photo {
        height: 300px; }
      .categories .hero :first-child .editorial-title {
        font-size: 16px; }
      .categories .hero :first-child .editorial-subline {
        font-size: 16px; }
      .categories .hero :nth-child(2) .editorial-photo {
        height: 175px; }
      .categories .hero :nth-child(2) .editorial-title {
        font-size: 12px; }
      .categories .hero :nth-child(2) .editorial-subline {
        font-size: 12px; }
      .categories .hero :nth-child(3) .editorial-photo {
        height: 175px; }
      .categories .hero :nth-child(3) .editorial-title {
        font-size: 12px; }
      .categories .hero :nth-child(3) .editorial-subline {
        font-size: 12px; } }
  .categories .hero .featured-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .categories .hero .category__label {
    font-size: 10px;
    font-weight: 500; }
    .categories .hero .category__label.large {
      font-size: 12px; }
      .categories .hero .category__label.large span {
        font-size: 12px; }
  .categories .hero :first-child {
    grid-area: featured-1; }
    .categories .hero :first-child .editorial-photo {
      margin-bottom: 24px; }
    .categories .hero :first-child .editorial-title {
      margin-top: 0;
      margin-bottom: 4px; }
    .categories .hero :first-child .editorial-subline {
      padding-top: 20px; }
  .categories .hero :nth-child(2) {
    grid-area: featured-2; }
    .categories .hero :nth-child(2) .editorial-title {
      font-size: 20px;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: 2px; }
    .categories .hero :nth-child(2) .editorial-subline {
      font-size: 14px;
      line-height: 1.5;
      padding-top: 12px; }
    .categories .hero :nth-child(2) .editorial-photo {
      max-width: 100%;
      max-height: 210px;
      margin-bottom: 12px; }
  .categories .hero :nth-child(3) {
    grid-area: featured-3; }
    .categories .hero :nth-child(3) .editorial-title {
      font-size: 20px;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: 2px; }
    .categories .hero :nth-child(3) .editorial-subline {
      font-size: 14px;
      line-height: 1.5;
      padding-top: 12px; }
    .categories .hero :nth-child(3) .editorial-photo {
      max-width: 100%;
      max-height: 210px;
      margin-bottom: 12px; }

.categories .editorial-title {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6px;
  margin-top: 12px; }

.categories .editorial-photo {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
  .categories .editorial-photo.large {
    height: 500px; }
  .categories .editorial-photo.small {
    height: 210px; }
  .categories .editorial-photo:hover {
    transform: scale(1.01); }

.categories .editorial-subline {
  font-family: "Lora", serif;
  margin: 0;
  color: black;
  text-decoration: none; }

.categories .recommended-container {
  background: #f5f5f5;
  padding: 48px 0; }

.categories .section-title {
  width: 100%;
  text-decoration: none;
  color: black;
  margin-top: 0px; }

.categories .recommended {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  max-width: 1200px; }
  .categories .recommended .recommended__article-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100%;
    grid-column-gap: 120px; }
    @media screen and (max-width: 900px) {
      .categories .recommended .recommended__article-container {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-row-gap: 48px; } }
  .categories .recommended .recommended__article {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    background-color: #f5f5f5;
    transition: 0.2s ease; }
    .categories .recommended .recommended__article:hover {
      transform: scale(1.01);
      cursor: pointer; }
    .categories .recommended .recommended__article h2 {
      font-size: 16px;
      line-height: 1.5; }
    .categories .recommended .recommended__article p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 6px;
      margin-top: 6px; }
  .categories .recommended .recommended__img {
    max-width: 100%;
    height: auto;
    width: auto;
    min-height: 210px;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px; }
    .categories .recommended .recommended__img .play__button-container {
      min-height: 154px; }
    .categories .recommended .recommended__img .single__overlay {
      min-height: 210px; }
  .categories .recommended .recommended__title-container {
    text-align: left; }
    .categories .recommended .recommended__title-container h2 {
      margin-top: 0;
      margin-bottom: 4px;
      font-size: 20px; }
    .categories .recommended .recommended__title-container .category__label {
      font-size: 10px;
      font-weight: 500; }
    .categories .recommended .recommended__title-container .recommended__excerpt {
      padding-top: 12px;
      font-family: "Lora", serif;
      margin: 0;
      font-size: 14px;
      line-height: 1.5; }
  @media screen and (max-width: 900px) {
    .categories .recommended .recommended__title-container {
      padding: 0px; } }
  .categories .recommended .cinema-duration p {
    margin: 0; }

.categories .recent-section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  max-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 32px 16px; }

.categories .recent__nav {
  margin-bottom: 32px;
  max-width: 900px; }
  .categories .recent__nav h2 {
    margin-top: 0;
    border-bottom: 4px solid black;
    margin-bottom: 32px; }

.categories .recent-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  justify-self: center;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 120px;
  grid-template-areas: "main sidebar"; }
  @media screen and (max-width: 900px) {
    .categories .recent-container {
      grid-template-areas: " main ";
      grid-template-columns: 1fr;
      grid-template-rows: 1fr; }
      .categories .recent-container .recent__feature-title {
        padding: 0 4px; }
      .categories .recent-container .__article-card--horizontal {
        grid-template-columns: 1fr; }
      .categories .recent-container .__article-card--horizontal--thumbnail {
        margin-bottom: 12px; } }
  .categories .recent-container .editorial-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 2px 0; }
  .categories .recent-container .editorial-excerpt {
    line-height: 1.5;
    font-size: 14px; }
  .categories .recent-container .ad-2-side {
    top: 72px; }
    @media (max-width: 900px) {
      .categories .recent-container .ad-2-side {
        display: block; } }

.categories .recent-articles {
  grid-area: main; }
  .categories .recent-articles .__article-card--horizontal .editorial-title p {
    font-size: 16px; }

.categories .load-button {
  border: 2px solid black;
  padding: 4px;
  width: 100%;
  color: white;
  background: #231e20;
  padding: 16px 0;
  font-size: 12px;
  margin-top: 32px; }

.categories .recent-ad {
  width: 100%;
  height: 600px;
  background-color: #9a9a9a;
  position: sticky;
  top: 72px;
  color: white;
  grid-area: sidebar;
  justify-self: end;
  margin-top: 24px; }
  @media screen and (max-width: 900px) {
    .categories .recent-ad {
      display: none; } }

.categories .mobile-bottom-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background: #9a9a9a;
  opacity: 75%;
  color: white; }
  @media screen and (min-width: 900px) {
    .categories .mobile-bottom-ad {
      display: none; } }

@media screen and (max-width: 900px) {
  .top-stories {
    padding-bottom: 24px; } }

.top-stories button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #111;
  border: 1px solid #111;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  transition: 0.2s ease;
  font-weight: 600; }

.top-stories button:hover {
  background-color: #111;
  color: #fff;
  cursor: pointer; }

.top-stories .__article-card--horizontal--content {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.elsewhere-card button {
  color: #c42c39;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #111;
  padding-bottom: 18px;
  margin-top: 18px;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none; }

.category__container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.dot {
  height: 10px;
  width: 10px;
  background-color: #c49a6c;
  border-radius: 50%;
  display: inline-block;
  padding-top: 4px; }

.premium__label {
  height: 28px;
  width: auto; }

.premium-category a {
  text-decoration: none;
  color: initial; }

.premium-category .img__tag-container {
  height: 220px; }

.premium-category .opacity-wrap {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 600px; }
  @media (max-width: 600px) {
    .premium-category .opacity-wrap {
      min-height: 320px;
      padding: 32px 0px; } }

.premium-category .hero .hero-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px; }
  @media (max-width: 600px) {
    .premium-category .hero .hero-content {
      min-height: 320px; } }
  .premium-category .hero .hero-content .hero-link {
    transition: 0.2s ease; }
    .premium-category .hero .hero-content .hero-link:hover {
      transform: scale(1.01); }
  .premium-category .hero .hero-content .hero-content-top {
    max-width: 500px; }
    .premium-category .hero .hero-content .hero-content-top .hero-title-section .editorial-title {
      margin: 0;
      color: white;
      font-size: 38px;
      line-height: 1.3;
      text-align: center; }
      @media screen and (max-width: 700px) {
        .premium-category .hero .hero-content .hero-content-top .hero-title-section .editorial-title {
          font-size: 28px;
          margin-top: 12px;
          padding-left: 8px; } }
  .premium-category .hero .hero-content .hero-content-bottom {
    max-width: 500px; }
    @media screen and (max-width: 900px) {
      .premium-category .hero .hero-content .hero-content-bottom {
        padding: 0 8px; } }
    .premium-category .hero .hero-content .hero-content-bottom .category__container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 12px 0 24px 0;
      font-size: 14px;
      text-align: center; }
      .premium-category .hero .hero-content .hero-content-bottom .category__container label {
        color: white; }
        .premium-category .hero .hero-content .hero-content-bottom .category__container label span {
          color: white; }
    .premium-category .hero .hero-content .hero-content-bottom .description {
      color: white;
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1.5;
      display: flex;
      justify-content: center;
      text-align: center;
      margin: 0;
      font-size: 18px; }

.premium-category .recommended-container {
  background: #f5f5f5;
  padding: 48px 0; }

.premium-category .section-title {
  width: 100%;
  text-decoration: none;
  color: black;
  margin-top: 0px; }

.premium-category .recommended {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  max-width: 1200px; }
  .premium-category .recommended .recommended__article-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100%;
    grid-column-gap: 120px; }
    @media screen and (max-width: 900px) {
      .premium-category .recommended .recommended__article-container {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-row-gap: 48px; } }
  .premium-category .recommended .recommended__article {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    background-color: #f5f5f5;
    transition: 0.2s ease; }
    .premium-category .recommended .recommended__article:hover {
      transform: scale(1.01);
      cursor: pointer; }
    .premium-category .recommended .recommended__article h2 {
      font-size: 16px;
      line-height: 1.5; }
    .premium-category .recommended .recommended__article p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 6px;
      margin-top: 6px; }
  .premium-category .recommended .recommended__img {
    max-width: 100%;
    height: auto;
    width: auto;
    min-height: 220px;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px; }
  .premium-category .recommended .recommended__title-container {
    text-align: left; }
    .premium-category .recommended .recommended__title-container h2 {
      margin-top: 0;
      margin-bottom: 4px;
      font-size: 20px; }
    .premium-category .recommended .recommended__title-container .category__label {
      font-size: 10px;
      font-weight: 500; }
    .premium-category .recommended .recommended__title-container .recommended__excerpt {
      padding-top: 12px;
      font-family: "Lora", serif;
      margin: 0;
      font-size: 14px;
      line-height: 1.5; }
  @media screen and (max-width: 900px) {
    .premium-category .recommended .recommended__title-container {
      padding: 0px; } }
  .premium-category .recommended .cinema-duration p {
    margin: 0; }

.premium-category .main-content {
  padding: 48px 0px; }
  .premium-category .main-content__container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 16px;
    display: flex;
    flex-direction: row; }
    @media (max-width: 900px) {
      .premium-category .main-content__container {
        flex-direction: column; } }
    .premium-category .main-content__container section {
      max-width: 720px;
      margin-right: 120px; }
      @media (max-width: 900px) {
        .premium-category .main-content__container section {
          max-width: 100%;
          margin: 0; } }
    .premium-category .main-content__container .elsewhere-card {
      max-width: 360px;
      margin-right: 0; }
      @media (max-width: 900px) {
        .premium-category .main-content__container .elsewhere-card {
          padding-top: 48px; } }
  .premium-category .main-content .authors__block {
    min-width: 1200px;
    padding-bottom: 48px; }
    .premium-category .main-content .authors__block a {
      text-decoration: none;
      color: black; }
    .premium-category .main-content .authors__block .authors__block-title {
      display: flex;
      align-items: flex-end;
      width: 100%;
      padding-bottom: 12px; }
      .premium-category .main-content .authors__block .authors__block-title h3 {
        margin: 0;
        padding-right: 42px; }
      .premium-category .main-content .authors__block .authors__block-title a {
        font-size: 12px;
        padding-bottom: 2px; }
    .premium-category .main-content .authors__block .authors-section {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-column-gap: 18px; }
      .premium-category .main-content .authors__block .authors-section div:nth-of-type(5) {
        border-top: none; }
      .premium-category .main-content .authors__block .authors-section div:nth-of-type(6) {
        border-top: none; }
      .premium-category .main-content .authors__block .authors-section div:nth-of-type(7) {
        border-top: none; }
      .premium-category .main-content .authors__block .authors-section div:nth-of-type(8) {
        border-top: none; }
    .premium-category .main-content .authors__block .author {
      border-top: 2px solid #dcdcdc;
      border-bottom: 2px solid #dcdcdc;
      display: flex;
      align-items: center;
      padding: 12px 0; }
      .premium-category .main-content .authors__block .author p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 500; }
      .premium-category .main-content .authors__block .author .headshot {
        height: 40px;
        width: 40px;
        background: #dcdcdc;
        border-radius: 100%;
        margin-right: 18px; }

.premium-category .editorial-title {
  margin: 0 0 2px 0;
  font-size: 20px; }

.premium-category .editorial-excerpt {
  font-size: 14px;
  margin: 0;
  padding-top: 12px; }

.premium-category .ad-2-side {
  margin-top: 48px;
  position: sticky;
  top: 72px; }
  @media (max-width: 900px) {
    .premium-category .ad-2-side {
      display: flex; } }

.premium-category .__article-card--horizontal--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0; }

.premium-category .elsewhere-card .__article-card--horizontal--content {
  display: block;
  padding: 0; }
  .premium-category .elsewhere-card .__article-card--horizontal--content .editorial-title {
    margin-top: 0; }
  .premium-category .elsewhere-card .__article-card--horizontal--content .editorial-subline {
    margin: 0;
    font-size: 12px;
    padding-top: 6px; }

.elsewhere__category {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0; }
  @media screen and (max-width: 900px) {
    .elsewhere__category {
      padding: 0 0 48px 0; } }
  .elsewhere__category .hidden {
    display: none; }
    @media screen and (min-width: 1100px) {
      .elsewhere__category .hidden {
        display: block; } }
  .elsewhere__category .panel__nav-container {
    padding: 12px 8px 0;
    max-width: 500px;
    margin: 0 auto; }
    @media screen and (min-width: 900px) {
      .elsewhere__category .panel__nav-container {
        display: none; } }
  .elsewhere__category .panel__nav {
    display: flex;
    border-bottom: 2px solid black; }
    .elsewhere__category .panel__nav-option {
      background-color: #dcdcdc;
      padding: 8px 12px;
      margin: 0; }
    .elsewhere__category .panel__nav .isShowing {
      background-color: black;
      color: white; }
  .elsewhere__category-content {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media screen and (max-width: 1200px) {
      .elsewhere__category-content {
        justify-content: center; } }
    @media screen and (max-width: 900px) {
      .elsewhere__category-content {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .elsewhere__category-content a {
      text-decoration: none;
      color: black; }
    .elsewhere__category-content p {
      line-height: 1.5;
      font-family: "Lora", serif;
      font-size: 16px;
      margin-bottom: 24px;
      margin-top: 24px; }
    .elsewhere__category-content a img {
      margin: 0;
      height: auto;
      max-width: 100%; }
    .elsewhere__category-content .__article-card--vertical {
      display: flex;
      flex-direction: column; }
    .elsewhere__category-content .wp-block-image img {
      margin: 0;
      height: auto!important;
      max-width: 100%; }
    .elsewhere__category-content .wp-block-embed-youtube iframe {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 275px;
      max-width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .elsewhere__category-content .wp-block-embed-youtube iframe {
          min-height: 225px; } }
  .elsewhere__category .section-one {
    max-width: 210px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .elsewhere__category .section-one {
        padding: 0 8px;
        max-width: 100%; } }
    .elsewhere__category .section-one .__headline {
      margin-bottom: 0; }
      @media screen and (max-width: 900px) {
        .elsewhere__category .section-one .__headline {
          display: none; } }
      .elsewhere__category .section-one .__headline h2 {
        font-size: 18px; }
    .elsewhere__category .section-one .__article-card--vertical {
      padding: 24px 0 0 0; }
      @media screen and (max-width: 900px) {
        .elsewhere__category .section-one .__article-card--vertical {
          display: grid;
          grid-template-columns: 120px auto;
          grid-column-gap: 16px;
          max-width: 500px;
          padding: 24px 8px 0 8px; } }
    .elsewhere__category .section-one .__article-card--horizontal.small {
      grid-template-columns: 120px 1fr;
      grid-column-gap: 16px;
      margin-bottom: 24px; }
    .elsewhere__category .section-one .__article-card--horizontal.small .__article-card--horizontal--thumbnail {
      height: 120px;
      max-height: 120px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .elsewhere__category .section-one .__article-card--vertical--content {
      max-width: 175px; }
      @media screen and (max-width: 900px) {
        .elsewhere__category .section-one .__article-card--vertical--content {
          max-width: none; }
          .elsewhere__category .section-one .__article-card--vertical--content .editorial-title {
            margin-top: 0; } }
    .elsewhere__category .section-one a {
      border: none; }
    .elsewhere__category .section-one .editorial-title {
      font-size: 14px;
      margin: 6px 0 4px 0; }
    .elsewhere__category .section-one .editorial-excerpt {
      font-size: 12px;
      margin: 0;
      padding: 0; }
    .elsewhere__category .section-one .__article-card--horizontal--thumbnail {
      max-height: 150px; }
      @media screen and (max-width: 900px) {
        .elsewhere__category .section-one .__article-card--horizontal--thumbnail {
          max-height: 120px; } }
  .elsewhere__category .section-two {
    max-width: 500px;
    padding: 0 60px; }
    @media screen and (max-width: 1200px) {
      .elsewhere__category .section-two {
        padding: 0 12px; } }
    @media screen and (max-width: 900px) {
      .elsewhere__category .section-two {
        padding: 0 8px; } }
    @media screen and (max-width: 900px) {
      .elsewhere__category .section-two .__article-desktop {
        display: none; } }
    .elsewhere__category .section-two .__article-mobile {
      padding: 24px 0;
      border-bottom: 1px solid #dcdcdc; }
      @media screen and (min-width: 900px) {
        .elsewhere__category .section-two .__article-mobile {
          display: none; } }
      @media screen and (max-width: 900px) {
        .elsewhere__category .section-two .__article-mobile .__article-card--horizontal {
          display: flex;
          flex-direction: column;
          margin: 0; }
          .elsewhere__category .section-two .__article-mobile .__article-card--horizontal .comment-count {
            font-size: 10px; }
            .elsewhere__category .section-two .__article-mobile .__article-card--horizontal .comment-count span {
              font-size: 10px; } }
      .elsewhere__category .section-two .__article-mobile .category__container {
        padding-top: 12px; }
      .elsewhere__category .section-two .__article-mobile .editorial-excerpt {
        margin: 0;
        font-size: 14px; }
      .elsewhere__category .section-two .__article-mobile .comment-count__logo {
        height: 8px;
        width: auto;
        padding-right: 2px; }
      .elsewhere__category .section-two .__article-mobile .editorial-title {
        margin: 0;
        font-size: 16px;
        padding-bottom: 12px; }
    .elsewhere__category .section-two .__article-card--horizontal-header .category__container {
      padding-top: 0; }
    .elsewhere__category .section-two .__article-card--horizontal-header .category__label {
      font-size: 10px; }
      .elsewhere__category .section-two .__article-card--horizontal-header .category__label span {
        font-size: 10px; }
    .elsewhere__category .section-two .__article-card--horizontal--thumbnail {
      height: 325px;
      max-height: 325px; }
      @media screen and (max-width: 900px) {
        .elsewhere__category .section-two .__article-card--horizontal--thumbnail {
          max-height: 120px;
          min-width: 170px;
          float: right;
          margin: 0 0 12px 12px; } }
    .elsewhere__category .section-two .title-credits {
      padding-bottom: 24px;
      border-bottom: 2px solid #f5f5f5; }
      .elsewhere__category .section-two .title-credits .category__label {
        color: #9a9a9a;
        font-size: 12px; }
        .elsewhere__category .section-two .title-credits .category__label span {
          color: #9a9a9a;
          font-size: 12px; }
    .elsewhere__category .section-two .editorial-title {
      margin: 12px 0; }
    .elsewhere__category .section-two .editorial-excerpt {
      color: #9a9a9a;
      margin: 0 0 12px 0; }
    .elsewhere__category .section-two .the-content {
      padding: 24px 0 0 0; }
      .elsewhere__category .section-two .the-content :first-child {
        margin-top: 0;
        padding-top: 0; }
      .elsewhere__category .section-two .the-content a {
        border-bottom: 1px solid #9a9a9a; }
    .elsewhere__category .section-two .disqus-container {
      border-bottom: 2px solid #9a9a9a;
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin: 0 0 82px 0; }
      .elsewhere__category .section-two .disqus-container .comments-area {
        width: 100%;
        margin: 0 auto;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 12px 0 0 0; }
        .elsewhere__category .section-two .disqus-container .comments-area .close-comments {
          display: flex;
          justify-content: center;
          align-items: center; }
        .elsewhere__category .section-two .disqus-container .comments-area h4 {
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 500;
          margin: 0; }
        .elsewhere__category .section-two .disqus-container .comments-area svg {
          height: 16px; }
      .elsewhere__category .section-two .disqus-container .disq-init {
        display: none; }
      .elsewhere__category .section-two .disqus-container .disq-expanded {
        display: block; }
      .elsewhere__category .section-two .disqus-container .disqus-content {
        padding-bottom: 24px; }
      .elsewhere__category .section-two .disqus-container .comment-blocked {
        padding: 24px 0 0 0;
        border-top: 1px solid #f5f5f5;
        margin-top: 24px; }
        @media screen and (max-width: 900px) {
          .elsewhere__category .section-two .disqus-container .comment-blocked {
            padding: 24px 8px; } }
        .elsewhere__category .section-two .disqus-container .comment-blocked .comment-title h2 {
          display: block;
          font-style: normal;
          margin-bottom: 0px;
          margin-top: 0; }
        .elsewhere__category .section-two .disqus-container .comment-blocked .comment-title p {
          color: #9a9a9a;
          margin: 0;
          font-size: "Lora", serif; }
        .elsewhere__category .section-two .disqus-container .comment-blocked .comment-redirect {
          padding: 12px 0; }
          .elsewhere__category .section-two .disqus-container .comment-blocked .comment-redirect p {
            margin: 0;
            font-size: "Noto Sans JP", sans-serif;
            font-size: 16px; }
          .elsewhere__category .section-two .disqus-container .comment-blocked .comment-redirect a {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 16px;
            border-bottom: 1px solid #9a9a9a; }
  @media screen and (max-width: 900px) {
    .elsewhere__category .section-three {
      padding: 24px 0 0 0; } }
  .elsewhere__category .ad-2-side-elsewhere {
    position: sticky;
    top: 72px;
    padding: 24px; }
    @media screen and (max-width: 900px) {
      .elsewhere__category .ad-2-side-elsewhere {
        display: flex; } }
  .elsewhere__category .disqus-hide {
    display: none; }

.full-width-container {
  width: 100%; }

.full-frame-page {
  margin: 0 auto 80px auto; }
  .full-frame-page .featured-image {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .full-frame-page .ff-article {
    margin-bottom: 80px; }
  .full-frame-page .caption-container figcaption {
    max-width: 720px; }
  .full-frame-page .__article-card--vertical--content {
    padding: 0 16px;
    max-width: 720px;
    margin: 0 auto; }
    .full-frame-page .__article-card--vertical--content img {
      width: 100%; }
  .full-frame-page .title-section {
    max-width: 900px;
    padding-bottom: 0;
    grid-row-gap: 40px;
    margin: 0 auto 30px auto; }
    .full-frame-page .title-section .title-info-container {
      max-width: 720px;
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      .full-frame-page .title-section .title-info-container .category__label {
        display: flex;
        align-items: center;
        font-size: 12px; }
      .full-frame-page .title-section .title-info-container .title-credits .category__label {
        margin-bottom: 8px; }
      .full-frame-page .title-section .title-info-container .title-credits .category__label:last-child {
        margin-bottom: 12px; }
      @media screen and (max-width: 900px) {
        .full-frame-page .title-section .title-info-container .title-credits .category__label:last-child {
          margin-bottom: 0; } }
    .full-frame-page .title-section h1 {
      font-size: 48px;
      letter-spacing: -1px;
      margin: 34px auto 20px auto;
      text-align: center;
      line-height: 1.3;
      margin-left: auto;
      margin-right: auto; }
    .full-frame-page .title-section h3 {
      max-width: 60%;
      display: initial;
      padding-right: 48px;
      margin-left: auto;
      margin-right: auto;
      font-size: 18px;
      font-style: normal;
      color: #9a9a9a;
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1.5;
      margin: 0 0 30px 0;
      font-weight: 400; }
    @media (max-width: 900px) {
      .full-frame-page .title-section h1 {
        text-align: left;
        margin-top: 15px;
        font-size: 32px;
        margin-bottom: 0; }
      .full-frame-page .title-section h3 {
        font-size: 16px;
        margin-bottom: 40px;
        display: block;
        max-width: 100%;
        padding-right: 0; }
      .full-frame-page .title-section .title-info-container {
        display: inline;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 24px; } }
  .full-frame-page .__secondary-button {
    padding: 0 16px;
    max-width: 720px;
    margin: 0 auto; }
  .full-frame-page .premium-content-wrapper {
    padding: 0; }
  @media (max-width: 900px) {
    .full-frame-page .content-blocked .pricing-content .benefits-container {
      display: none; }
    .full-frame-page .pricing-content .already-member {
      display: none; } }

.ad-placement {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 900px) {
    .ad-placement {
      padding: 24px; } }
  .ad-placement__label {
    font-size: 8px;
    letter-spacing: 2px;
    color: #a1a7ae;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    text-align: center; }
    @media (max-width: 900px) {
      .ad-placement__label {
        display: none; } }
  .ad-placement.ad--320x250 {
    box-shadow: none; }
  @media (max-width: 900px) {
    .ad-placement.ad--300x600 img {
      width: auto;
      height: 100%; } }
  @media (max-width: 1200px) {
    .ad-placement .ad-box {
      display: flex;
      justify-content: center; } }

@media (max-width: 900px) {
  .ad-placement-mobile-footer {
    background-color: #f5f5f5;
    padding: 6px 0px;
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: initial;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; } }

.skip-link {
  left: 50%;
  position: absolute;
  transform: translateY(-200%); }
  .skip-link:focus {
    transform: translateY(0%); }

.static-header {
  padding: 0px 16px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .static-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px; }
    .static-header__top svg {
      height: 16px;
      transition: 0.2s ease; }
    .static-header__top .social-bar {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .static-header__top .social-bar svg {
        height: 16px;
        transition: 0.2s ease; }
    .static-header__top .button {
      color: white;
      border-radius: 1px;
      background-color: #111;
      border: none;
      margin-left: 12px;
      padding: 6px 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 10px;
      text-decoration: none; }
      .static-header__top .button.secondary {
        color: #111;
        background-color: #fff;
        border: 1px solid #111; }
  .static-header__mid {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .static-header__mid .logo {
      height: 36px; }
  .static-header__bottom .menu {
    display: flex;
    list-style: none;
    padding: 0px;
    justify-content: center;
    align-items: center; }
    .static-header__bottom .menu li {
      margin-left: 12px;
      margin-right: 12px; }
      .static-header__bottom .menu li a {
        font-family: "Noto Sans JP", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #231e20;
        transition: 0.2s ease;
        font-weight: 500; }
        .static-header__bottom .menu li a:hover {
          color: #c42c39; }
  @media only screen and (max-width: 900px) {
    .static-header {
      display: none; } }

.site-header {
  display: none;
  width: 100%;
  z-index: 5;
  background-color: white;
  border-bottom: 1px solid #dcdcdc;
  position: fixed;
  top: 0;
  transform: translateY(-120px);
  transition: 0.2s ease; }
  .site-header.show {
    display: initial; }
    @media (max-width: 900px) {
      .site-header.show {
        display: none; } }
  .site-header.animate {
    transform: translateY(0px); }
  .site-header .social-bar {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .site-header .social-bar svg {
      height: 16px;
      transition: 0.2s ease; }
  @media only screen and (max-width: 900px) {
    .site-header {
      display: none; } }

.main-navigation {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 8px;
  background-color: white; }
  .main-navigation .button {
    color: white;
    border-radius: 1px;
    background-color: #111;
    border: none;
    margin-left: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    text-decoration: none; }
    .main-navigation .button.secondary {
      color: #111;
      background-color: #fff;
      border: 1px solid #111; }
  .main-navigation .search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main-navigation .search-bar .screen-reader-text,
    .main-navigation .search-bar .search-submit {
      display: none; }
    .main-navigation .search-bar .search-input {
      display: flex;
      align-items: center; }
      .main-navigation .search-bar .search-input svg {
        height: 16px; }
    .main-navigation .search-bar .search-field {
      border: none;
      height: 24px;
      outline: none;
      font-size: 16px; }
      .main-navigation .search-bar .search-field::placeholder {
        color: #ccc;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px; }
    .main-navigation .search-bar .social-bar {
      display: flex;
      align-items: center;
      padding: 12px 0px; }
      .main-navigation .search-bar .social-bar a {
        display: flex;
        align-items: center; }
      .main-navigation .search-bar .social-bar svg {
        height: 16px;
        transition: 0.2s ease; }
        .main-navigation .search-bar .social-bar svg:hover {
          transform: scale(1.08);
          fill: #c42c39; }
  .main-navigation .logo-wrap {
    height: 100%;
    margin: auto 0; }
  .main-navigation .logo {
    height: 24px; }
  .main-navigation .menu {
    display: flex;
    list-style: none;
    padding: 0px;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 900px) {
      .main-navigation .menu .sub-menu .menu-item {
        background-color: black; } }
    .main-navigation .menu li {
      margin-left: 12px;
      margin-right: 12px; }
      .main-navigation .menu li a {
        font-family: "Noto Sans JP", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #231e20;
        transition: 0.2s ease;
        font-weight: 500; }
        .main-navigation .menu li a:hover {
          color: #c42c39; }

.current-menu-item a {
  color: #c42c39 !important; }

.trending-section {
  background-color: #231e20; }
  @media only screen and (max-width: 900px) {
    .trending-section {
      position: sticky;
		width:100%;
      top: 0;
      z-index: 10; } }
  .trending-section .trending-bar {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #231e20;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    padding: 8px 32px;
    min-height: 38px;
    flex-wrap: wrap; }
    .trending-section .trending-bar .mobile-logo {
      display: none; }
    @media only screen and (max-width: 900px) {
      .trending-section .trending-bar {
        justify-content: space-between; }
        .trending-section .trending-bar .mobile-logo {
          height: 16px;
          display: block; }
          .trending-section .trending-bar .mobile-logo img {
            height: 100%; } }
    .trending-section .trending-bar .search-button {
      fill: white;
      display: none;
      padding-top: 4px; }
      @media only screen and (max-width: 900px) {
        .trending-section .trending-bar .search-button {
          display: block; } }
      .trending-section .trending-bar .search-button svg {
        height: 16px; }
    .trending-section .trending-bar .svg-trending {
      height: 14px;
      width: 14px;
      margin-right: 14px;
      border-right: 1px solid white;
      padding-right: 14px;
      cursor: pointer; }
      @media only screen and (max-width: 900px) {
        .trending-section .trending-bar .svg-trending {
          border: none; } }
      @media only screen and (min-width: 900px) {
        .trending-section .trending-bar .svg-trending {
          display: none; } }
    .trending-section .trending-bar h4 {
      margin: 0 14px 0 0;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase; }
    .trending-section .trending-bar span {
      margin: 0;
      color: #fff;
      font-size: 14px; }
    .trending-section .trending-bar .fadeOut {
      animation: out ease 2s;
      -webkit-animation: out ease 2s;
      -moz-animation: out ease 2s;
      -o-animation: out ease 2s;
      -ms-animation: out ease 2s; }

@keyframes out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes out {
  .trending-section .trending-bar 0% {
    opacity: 1; }
  .trending-section .trending-bar 100% {
    opacity: 0; } }
    .trending-section .trending-bar .fadeIn {
      animation: in ease 2s;
      -webkit-animation: in ease 2s;
      -moz-animation: in ease 2s;
      -o-animation: in ease 2s;
      -ms-animation: in ease 2s; }

@keyframes in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes in {
  .trending-section .trending-bar 0% {
    opacity: 0; }
  .trending-section .trending-bar 100% {
    opacity: 1; } }
    .trending-section .trending-bar .collapsible {
      background-color: #231e20;
      height: 100%;
      display: flex;
      align-items: center;
      border: none;
      overflow: hidden; }
      @media only screen and (max-width: 900px) {
        .trending-section .trending-bar .collapsible {
          display: none; } }
    .trending-section .trending-bar .cycle-container {
      overflow: hidden; }
  .trending-section .trending-stories {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    overflow: hidden;
    background-color: #231e20;
    color: white;
    width: 100%;
    z-index: 1000001;
    position: absolute;
    left: 0; }
    @media only screen and (max-width: 900px) {
      .trending-section .trending-stories {
        display: none !important; } }
  .trending-section .stories-container {
    max-width: 1200px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: center;
    margin: 0 auto;
    column-gap: 10px;
    padding: 0 12px; }
  .trending-section .trending-item {
    max-width: 175px;
    align-content: center; }
    .trending-section .trending-item a {
      color: white;
      text-decoration: none; }
  .trending-section .trending-img {
    height: 105px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white; }
  .trending-section .trending-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500; }

@media (max-width: 900px) {
  .main-navigation .menu {
    display: none; }
  .main-navigation .search-bar {
    display: none; }
  .main-navigation .logo-wrap {
    margin-bottom: 12px;
    margin-top: 12px; } }

@media (max-width: 1200px) {
  .mobile-hide {
    display: none; } }

.slide-out-menu {
  max-width: 350px;
  width: 100%;
  position: fixed;
  left: 0;
  background-color: #111;
  top: 0;
  bottom: 0;
  z-index: 25;
  box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75);
  transform: translateX(-120%);
  transition: 0.25s cubic-bezier(1, 0.1, 0.53, 0.24);
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow-x: scroll; }
  @media (max-width: 720px) {
    .slide-out-menu {
      width: 85%; } }
  .slide-out-menu .menu-1-container .menu-navbar-container {
    margin-right: 0; }
  .slide-out-menu .menu-1-container .menu {
    display: flex;
    flex-direction: column;
    top: 0;
    padding: 0 12px; }
  .slide-out-menu .menu-1-container .menu-item {
    border-bottom: 1px solid #252525;
    padding: 16px 8px;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex; }
    .slide-out-menu .menu-1-container .menu-item a {
      color: white;
      width: 100%;
      height: 100%;
      font-size: 18px;
      text-decoration: none;
      text-transform: uppercase; }
  .slide-out-menu .social-bar {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slide-out-menu .social-bar label {
      text-transform: uppercase;
      padding-right: 8px;
      color: white;
      font-size: 16px; }
    .slide-out-menu .social-bar svg {
      fill: white;
      margin-left: 4px;
      margin-right: 4px;
      height: 18px; }
  .slide-out-menu .logo {
    padding: 16px 0;
    margin: 0 auto;
    display: flex;
    height: 32px; }
  .slide-out-menu .login-details .menu-item:first-child {
    padding-top: 0; }

.open {
  transform: translateX(0); }

.side-menu-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  height: 16px;
  fill: white; }

p {
  max-width: 100%; }

.ed-page-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  font-family: "Noto Sans JP", sans-serif; }

.ed-page-container iframe {
  display: block;
  width: 100%;
  min-height: 405px;
margin-left:auto;
margin-right:auto;}
/*  @media screen and (max-width: 900px) {
    .ed-page-container iframe {
      min-height: 200px; } }*/

.ad-placement iframe {
  min-height: initial; }

.top-ad {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  width: 970px;
  height: 150px;
  background-color: #9a9a9a; }
  @media screen and (max-width: 1000px) {
    .top-ad {
      display: none; } }

.landing-container {
  display: grid;
  padding: 0;
  grid-column-gap: 64px;
  grid-template-columns: 1fr; }
  @media screen and (max-width: 1200px) {
    .landing-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px 0 0 0;
      padding-top: 0px; } }
  .landing-container figcaption {
    margin-top: 8px;
    margin-left: 0;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .landing-container figcaption {
        max-width: 90%; } }

.author {
  font-family: "Lora", serif;
  font-weight: bold; }

.title-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0 auto;
  align-self: center;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1200px) {
    .title-section {
      margin: 0;
      align-self: start;
      max-width: 775px;
      padding: 16px;
      margin: 0; } }
  .title-section .title-info-container p {
    color: #9a9a9a;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 0; }
  .title-section .title-info-container h3 p {
    font-size: 20px;
    color: #9a9a9a;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; }
  .title-section .title-info-container .title-credits .category__label {
    color: #9a9a9a;
    font-size: 12px; }
    .title-section .title-info-container .title-credits .category__label span {
      color: #9a9a9a;
      font-size: 12px; }
  .title-section .social-row {
    display: flex; }
    .title-section .social-row a {
      border-radius: 50%;
      height: 36px;
      width: 36px;
      background-color: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 6px; }
    .title-section .social-row svg {
      height: 18px; }
      .title-section .social-row svg path {
        fill: #fff; }
  .title-section .posted-on {
    font-size: 16px; }
    .title-section .posted-on a {
      text-decoration: none; }
  .title-section .entry-date {
    color: #231e20; }
  .title-section h1,
  .title-section h3,
  .title-section h4,
  .title-section p {
    text-align: left;
    margin: 0; }
  .title-section h1 {
    margin-top: 15px;
    font-size: 42px;
    margin-bottom: 0;
    line-height: 1.3; }
    @media screen and (max-width: 900px) {
      .title-section h1 {
        font-size: 32px; } }
  .title-section h4 {
    margin: 0;
    font-weight: normal;
    font-weight: 600;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 18px; }

.section-label {
  color: #c42c39;
  margin-left: 0; }

.media-container {
  height: 460px;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 1200px) {
    .media-container {
      width: 100%;
      height: 300px; } }

.right-ad {
  width: 300px;
  height: 600px;
  background-color: #9a9a9a;
  position: sticky;
  top: 32px;
  color: white; }
  @media screen and (max-width: 1200px) {
    .right-ad {
      display: none; } }

.the-content p:first-child {
  margin-top: 20px; }

.the-content .cinema-duration p {
  margin: 0;
  font-size: 13px; }

@media screen and (max-width: 1200px) {
  .the-content {
    padding: 16px; } }

.content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 40px;
  padding-bottom: 48px;
  padding-top: 24px;
  margin-bottom: 0px; }
  @media screen and (max-width: 1200px) {
    .content-container {
      grid-template-columns: 1fr;
      max-width: 100%;
      padding-top: 0;
      margin-bottom: 0; } }
  .content-container .wp-block-embed {
    margin: 0; }
  .content-container .wp-block-preformatted {
    max-width: 720px;
    margin: auto; }
  .content-container .wp-block-media-text {
    max-width: 900px;
    margin: 0 auto; }
  .content-container .ad-2-side {
    position: sticky;
    top: 72px; }
    @media screen and (max-width: 1200px) {
      .content-container .ad-2-side {
        display: block; } }

.article {
  display: flex;
  padding: 0 0 0;
  display: inline;
  width: 100%;
  max-width: 720px; }
  .article a {
    border-bottom: 1px solid #9a9a9a; }
  .article a img {
    margin: 0;
    height: auto;
    max-width: 100%; }
  .article .wp-block-pullquote,
  .article .wp-block-quote {
    max-width: 900px;
    margin: 32px auto;
    padding: 32px 0; }
    .article .wp-block-pullquote cite,
    .article .wp-block-quote cite {
      padding-top: 20px;
      font-size: 16px;
      color: #9a9a9a;
      font-family: "Noto Sans JP", sans-serif;
      display: flex;
      justify-content: center;
      margin: 0; }
    .article .wp-block-pullquote p,
    .article .wp-block-quote p {
      font-size: 36px;
      margin: 0;
      max-width: 900px;
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      line-height: 1.7;
      font-weight: bold;
      font-style: normal;
      margin-bottom: 0px;
      margin-top: 0; }
      @media screen and (max-width: 1200px) {
        .article .wp-block-pullquote p,
        .article .wp-block-quote p {
          font-size: 24px;
          margin-bottom: 20px;
          margin-top: 0;
          font-family: "Noto Sans JP", sans-serif;
          text-align: center;
          line-height: 1.3;
          font-weight: bold;
          font-style: normal; } }
  .article .wp-block-pullquote:before,
  .article .wp-block-quote:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    border-top: 1px solid #dcdcdc;
    padding-bottom: 40px; }
  .article .wp-block-pullquote:after,
  .article .wp-block-quote:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100px;
    padding-top: 40px;
    border-bottom: 1px solid #dcdcdc; }
    @media screen and (max-width: 1200px) {
      .article .wp-block-pullquote:after,
      .article .wp-block-quote:after {
        padding-top: 26px; } }
  .article .wp-block-quote::before {
    padding-bottom: 28px; }
  .article .wp-block-pullquote blockquote {
    margin: 0; }
  .article h4 {
    margin-top: 0;
    font-style: italic; }
  .article p {
    line-height: 1.5;
    font-family: "Lora", serif;
    font-size: 19px;
    margin-bottom: 24px;
    margin-top: 24px; }
  .article .wp-block-image img {
    margin: 0;
    height: auto!important;
    max-width: 100%; }
  @media screen and (max-width: 1200px) {
    .article {
      padding: 0 0px; } }
  .article .wp-block-image figcaption {
    margin-bottom: 0; }
  .article .comment-blocked {
    padding: 24px 0;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin-top: 24px; }
    @media screen and (max-width: 900px) {
      .article .comment-blocked {
        padding: 24px 8px; } }
    .article .comment-blocked .comment-title {
      padding: 0 0 12px 0; }
      .article .comment-blocked .comment-title h2 {
        display: block;
        font-style: normal;
        margin-bottom: 14px;
        margin-top: 0; }
      .article .comment-blocked .comment-title p {
        color: #9a9a9a;
        margin: 0;
        font-size: "Lora", serif; }
    .article .comment-blocked .comment-redirect p {
      margin: 12px 0;
      font-size: "Noto Sans JP", sans-serif;
      font-size: 18px; }
    .article .comment-blocked .comment-redirect a {
      font-family: "Noto Sans JP", sans-serif; }

.instagram-media .instagram-media-rendered {
  margin: 0 auto; }

.tmpWrnglr {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px; }
  @media screen and (max-width: 1200px) {
    .tmpWrnglr {
      min-height: 200px; } }

figure {
  margin: 0; }

.wp-block-embed-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 445px;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .wp-block-embed-youtube iframe {
      min-height: 325px; } }
  @media screen and (max-width: 600px) {
    .wp-block-embed-youtube iframe {
      min-height: 205px; } }

.premium .wp-block-embed-youtube iframe {
  min-height: 550px; }
  @media screen and (max-width: 600px) {
    .premium .wp-block-embed-youtube iframe {
      min-height: 205px; } }

.article-media {
  height: 300px;
  width: auto;
  background-color: #9a9a9a;
  margin: 32px 0; }
  @media screen and (max-width: 1200px) {
    .article-media {
      display: none; } }

.social-media {
  width: 50px;
  height: 250px;
  position: fixed;
  left: 8px;
  top: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 2; }
  @media screen and (max-width: 1200px) {
    .social-media {
      display: none; } }

.social-media a,
svg {
  width: 32px; }

.mobile-bottom-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #9a9a9a;
  opacity: 75%;
  color: white; }
  @media screen and (min-width: 900px) {
    .mobile-bottom-ad {
      display: none; } }

.plan-buttons {
  display: flex;
  margin-bottom: 12px; }
  .plan-buttons span {
    padding: 0px 12px;
    text-align: center; }
  .plan-buttons a {
    color: white;
    border-radius: 1px;
    background-color: #111;
    border: none;
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    text-decoration: none; }
  .plan-buttons .button.secondary {
    color: #111;
    background-color: #fff;
    border: 1px solid #111; }

.section-article {
  max-width: 770px; }
  .section-article img {
    max-width: 100%; }
  @media screen and (max-width: 1200px) {
    .section-article {
      margin: 0 auto; } }

.content-blocked {
  max-width: 1200px; }
  .content-blocked h4 {
    font: revert; }
  .content-blocked .benefit p span {
    font-style: italic; }
  .content-blocked .pricing-content .benefits-container section .benefit {
    margin: 12px 0; }
  .content-blocked svg {
    min-width: 14px; }
  .content-blocked .pricing-content .benefits-container {
    padding: 48px 0 24px 0;
    border-bottom: none; }
  .content-blocked .pricing-content .pricing-title-container {
    padding: 0px 0 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .content-blocked .pricing-content .pricing-title-container h2 {
      font-size: 38px;
      display: block;
      font-style: inherit;
      text-align: center;
      margin: 0 auto 24px auto; }
  .content-blocked .already-member {
    padding: 24px 0 0 0; }
    .content-blocked .already-member p,
    .content-blocked .already-member a {
      font-size: 16px; }
    .content-blocked .already-member a {
      font-family: "Noto Sans JP", sans-serif; }
  .content-blocked .bene-details:after {
    content: "";
    display: block;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding-top: 48px;
    border-bottom: 1px solid #dcdcdc; }
  .content-blocked .wax-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 60px 0; }
    .content-blocked .wax-container .fuwax-img {
      max-height: 450px;
      height: 100%;
      width: auto;
      margin: 0 auto; }
      @media screen and (max-width: 1200px) {
        .content-blocked .wax-container .fuwax-img {
          max-width: 90%;
          height: auto;
          margin: auto; } }

@media screen and (max-width: 1200px) {
  article .headline-container {
    padding: 16px;
    max-width: 770px;
    margin: 0 auto; } }

article .__headline {
  max-width: 1200px;
  margin: 0 auto 24px; }

article .suggested {
  padding: 48px 16px 0 48px;
  width: 100%;
  max-width: 720px; }
  article .suggested .editorial-title {
    font-size: 20px; }
  @media screen and (max-width: 1200px) {
    article .suggested {
      padding: 48px 0 0 0; } }

article a {
  color: #111;
  text-decoration: none; }

article figcaption {
  color: #9a9a9a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  max-width: 900px;
  text-align: left;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    article figcaption {
      padding-left: 8px; } }

.premium .ed-page-container {
  max-width: none; }

.premium .media-container {
  height: 700px; }
  @media screen and (max-width: 720px) {
    .premium .media-container {
      height: 300px; } }

.premium .entry-content {
  max-width: none; }

.premium .content-container {
  display: block;
  padding-top: 0px;
  padding-bottom: 24px; }

.premium .landing-container {
  padding-top: 0; }
  .premium .landing-container figcaption {
    margin-left: auto;
    padding: 0; }

.premium .article {
  font-family: "Noto Sans JP", sans-serif; }
  .premium .article p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7; }
  .premium .article h2, .premium .article h3, .premium .article h4 {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .premium .article li {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .premium .article ul, .premium .article ol {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .premium .article .wp-block-pullquote p,
  .premium .article .wp-block-quote p {
    max-width: 900px; }
    @media screen and (max-width: 900px) {
      .premium .article .wp-block-pullquote p,
      .premium .article .wp-block-quote p {
        font-size: 24px; } }

.premium .title-section {
  max-width: 900px;
  padding-bottom: 0;
  margin-bottom: 30px;
  grid-row-gap: 40px; }
  @media screen and (max-width: 900px) {
    .premium .title-section {
      margin: 0 auto;
      align-self: center; } }
  .premium .title-section h1 {
    font-size: 48px;
    letter-spacing: -1px;
    margin: 34px auto 20px auto;
    text-align: center;
    line-height: 1.3; }
    @media screen and (max-width: 900px) {
      .premium .title-section h1 {
        text-align: left;
        margin-top: 15px;
        font-size: 32px;
        margin-bottom: 0; } }
  .premium .title-section .title-info-container {
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .premium .title-section .title-info-container {
        display: inline;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 24px; } }
    .premium .title-section .title-info-container p {
      text-align: left; }
    .premium .title-section .title-info-container h3 {
      max-width: 60%;
      display: initial;
      padding-right: 48px; }
      .premium .title-section .title-info-container h3 p {
        font-size: 18px;
        font-style: normal;
        color: #9a9a9a;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 1.5;
        margin: 0 0 30px 0; }
        @media screen and (max-width: 900px) {
          .premium .title-section .title-info-container h3 p {
            font-size: 16px;
            margin-bottom: 40px; } }
    .premium .title-section .title-info-container .title-credits .category__label:first-child {
      margin-bottom: 8px; }
    .premium .title-section .title-info-container .title-credits .category__label {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #9a9a9a; }
      .premium .title-section .title-info-container .title-credits .category__label span {
        color: #9a9a9a;
        font-size: 12px;
        padding-right: 6px; }
  .premium .title-section .suggested {
    padding: 48px 0px 0 0px; }

.premium .blocks-gallery-grid {
  margin: 0 auto; }
  .premium .blocks-gallery-grid figcaption {
    width: inherit; }

.comments-area {
  max-width: 700px;
  margin: 0 auto;
  padding: 24px 0 0 0; }
  @media screen and (max-width: 1200px) {
    .comments-area {
      padding: 0px 8px;
      margin: 0 auto; } }

.more-content .editorial-title {
  font-size: 20px;
  margin: 0 0 2px 0; }

.more-content .editorial-excerpt {
  line-height: 1.5;
  font-size: 14px;
  padding-top: 12px;
  margin: 0; }

.more-content .__article-card--horizontal--thumbnail {
  margin: 0; }

.more-content .__article-card--horizontal--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0; }

@media screen and (max-width: 1200px) {
  .more-content {
    max-width: 770px;
    margin: 0 auto; } }

.premium-content-wrapper {
  padding: 0 16px; }

.vans900-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 900px) {
  .ad-content-inline {
    padding: 6px 0px; } }

@media screen and (min-width: 700px) {
  .ad-content-basic {
    display: none; } }

.stab-store-container {
  padding: 24px 0; }

.premium .title-section .title-info-container .title-credits .category__label.read-time .rt-time {
  padding-right: 0; }

.premium .title-section .title-info-container .title-credits .category__label:nth-child(2) {
  margin-bottom: 8px; }

.premium .title-section .title-info-container .title-credits .category__label:nth-child(3) {
  margin-bottom: 8px; }
  @media screen and (max-width: 700px) {
    .premium .title-section .title-info-container .title-credits .category__label:nth-child(3) {
      margin-bottom: 0; } }

.title-section .title-info-container .title-credits .category__label {
  margin-bottom: 4px; }

.homepage .hero {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "featured-1 featured-1 featured-2" "featured-1 featured-1 featured-3"; }
  @media (max-width: 900px) {
    .homepage .hero {
      display: flex;
      flex-direction: column;
      padding: 16px 0px;
      padding-bottom: 24px; } }
  @media (max-width: 900px) {
    .homepage .hero .editorial-photo.large {
      height: 260px; }
     }
  .homepage .hero .featured-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

.homepage a {
  text-decoration: none;
  color: #111; }

.homepage .featured-1 {
  grid-area: featured-1; }
  .homepage .featured-1 .editorial-photo {
    margin-bottom: 24px; }
  .homepage .featured-1 .editorial-title {
    margin-top: 0;
    margin-bottom: 4px; }
  .homepage .featured-1 .editorial-subline {
    padding-top: 20px; }

.homepage .featured-2 {
  grid-area: featured-2; }

.homepage .featured-3 {
  grid-area: featured-3; }

.homepage .featured-2 .editorial-photo, .homepage .featured-3 .editorial-photo {
  margin-bottom: 12px; }

.homepage .featured-2 .editorial-title, .homepage .featured-3 .editorial-title {
  margin-top: 0;
  margin-bottom: 2px; }

.homepage .editorial-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  transition: 0.2s ease; }
  .homepage .editorial-photo.large {
    height: 500px; }
  .homepage .editorial-photo.small {
    height: 210px; }
  .homepage .editorial-photo:hover {
    transform: scale(1.01); }

.homepage .editorial-title {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  margin-bottom: 2px; }
  .homepage .editorial-title.small {
    font-size: 20px;
    line-height: 1.5; }
  .homepage .editorial-title.medium {
    font-size: 20px;
    line-height: 1.5; }
  .homepage .editorial-title.large {
    font-size: 42px;
    line-height: 1.3; }
    @media (max-width: 900px) {
      .homepage .editorial-title.large {
        font-size: 32px; } }

.homepage .editorial-subline {
  font-family: "Lora", serif;
  margin: 0;
  padding-top: 12px; }
  .homepage .editorial-subline.small {
    font-size: 14px;
    line-height: 1.5; }
  .homepage .editorial-subline.large {
    font-size: 18px;
    line-height: 1.5; }

.homepage .editors-picks {
  padding: 48px 0px;
  background-color: #f5f5f5; }
  .homepage .editors-picks .editorial-photo {
    margin-bottom: 12px; }
  .homepage .editors-picks h3 {
    margin-top: 0px; }
  .homepage .editors-picks a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .homepage .editors-picks__container {
    max-width: 1200px;
    padding: 0px 16px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 120px; }
    @media (max-width: 1100px) {
      .homepage .editors-picks__container {
        grid-column-gap: 60px; } }
    @media (max-width: 900px) {
      .homepage .editors-picks__container {
        overflow-y: scroll;
        display: flex;
        grid-column-gap: initial; } }
  @media (max-width: 900px) {
    .homepage .editors-picks {
      padding: 32px 0px;
      padding-right: 16px; }
      .homepage .editors-picks__pick {
        margin-right: 16px;
        min-width: 280px; }
      .homepage .editors-picks .editorial-photo {
        height: 200px; } }

.homepage .main-content {
  padding: 48px 0px; }
  .homepage .main-content__container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 120px;
    padding: 0px 16px; }
  .homepage .main-content .editorial-title {
    margin-bottom: 2px; }
  .homepage .main-content .editorial-excerpt {
    font-size: 14px;
    margin: 0;
    padding-top: 12px; }
  .homepage .main-content .ad-2-side {
    margin-top: 48px;
    position: sticky;
    top: 72px; }
    @media (max-width: 900px) {
      .homepage .main-content .ad-2-side {
        display: flex; } }
  .homepage .main-content .__article-card--horizontal--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0; }
  .homepage .main-content .elsewhere-card .__article-card--horizontal--content {
    display: block;
    padding: 0; }
    .homepage .main-content .elsewhere-card .__article-card--horizontal--content .editorial-title {
      margin-top: 0; }
    .homepage .main-content .elsewhere-card .__article-card--horizontal--content .editorial-subline {
      margin: 0;
      font-size: 12px;
      padding-top: 6px; }
  @media (max-width: 900px) {
    .homepage .main-content {
      padding: 24px 0px;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      .homepage .main-content__container {
        display: flex;
        flex-direction: column; }
        .homepage .main-content__container section {
          margin-bottom: 48px; }
      .homepage .main-content .__article-card--horizontal {
        grid-template-columns: 1fr; }
      .homepage .main-content .__article-card--horizontal--thumbnail {
        margin-bottom: 12px;
        height: 220px;
        max-height: 220px; }
      .homepage .main-content .__article-card--horizontal
.__article-card--horizontal--content
h2 {
        font-size: 20px; } }

@media (max-width: 900px) {
  .homepage .recommends-wrap {
    overflow: hidden; } }

.homepage .recommends {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 48px;
  margin-bottom: 120px; }
  .homepage .recommends .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; }
  .homepage .recommends label {
    margin-top: 24px;
    display: block;
    text-align: center; }
  .homepage .recommends .recommended-item {
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background-color: #f5f5f5;
    transition: 0.2s ease; }
    .homepage .recommends .recommended-item:hover {
      transform: scale(1.05);
      cursor: pointer; }
    .homepage .recommends .recommended-item .item-img {
      width: 125px;
      height: 125px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  @media (max-width: 900px) {
    .homepage .recommends {
      overflow-y: scroll;
      padding: 0px 16px;
      margin-bottom: 64px; } }

.homepage .cinema-featured {
  background-color: #252525;
  padding: 48px 0px; 
}
  .homepage .cinema-featured h3 {
    color: #fff;
    margin-top: 0; }
  .homepage .cinema-featured a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #218a9f;
    margin-top: 24px; }
  .homepage .cinema-featured--container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .homepage .cinema-featured .cinema-featured--wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 32px; }
    @media (max-width: 1250px) {
      .homepage .cinema-featured .cinema-featured--wrap {
        display: flex;
        overflow-y: scroll;
        align-items: flex-start;
        padding: 0px 16px; } }
  .homepage .cinema-featured .cinema-featured--block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0; }
    .homepage .cinema-featured .cinema-featured--block h4 {
      color: #fff;
      margin-bottom: 12px;
      font-size: 16px; }
    .homepage .cinema-featured .cinema-featured--block p {
      font-family: "Lora", serif;
      text-align: center;
      color: #ccc;
      margin-top: 4px;
      font-size: 14px;
      line-height: 1.5; }
    .homepage .cinema-featured .cinema-featured--block .cover {
      height: 400px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    @media (max-width: 1250px) {
      .homepage .cinema-featured .cinema-featured--block {
        min-width: 270px;
        margin: 0 6px; }
        .homepage .cinema-featured .cinema-featured--block:last-child {
          padding-right: 16px; }
        .homepage .cinema-featured .cinema-featured--block h4 {
          text-align: center; } }

.homepage .guest-featured {
  background-color: #f5f5f5;
  padding: 48px 0px; }
  .homepage .guest-featured h3 {
    color: #111; }
  .homepage .guest-featured a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #c42c39;
    margin-top: 24px; }
  .homepage .guest-featured--container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .homepage .guest-featured .guest-featured--wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 32px; }
  .homepage .guest-featured .guest-featured--block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .homepage .guest-featured .guest-featured--block h4 {
      color: #111;
      margin-bottom: 0px;
      font-size: 16px; }
    .homepage .guest-featured .guest-featured--block p {
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      color: #999;
      margin-top: 4px;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 500;
      text-transform: uppercase; }
    .homepage .guest-featured .guest-featured--block .cover {
      height: 400px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

@media (max-width: 1250px) {
  .homepage .cinema-featured h3 {
    padding-left: 16px; }
  .homepage .guest-featured h3 {
    padding-left: 16px; }
  .homepage .guest-featured--container {
    overflow-y: scroll; }
  .homepage .guest-featured--wrap {
    display: flex;
    overflow-y: scroll;
    align-items: flex-start;
    padding: 0px 16px; }
  .homepage .guest-featured--block {
    min-width: 220px; }
    .homepage .guest-featured--block:last-child {
      padding-right: 16px; }
    .homepage .guest-featured--block h4 {
      text-align: center; } }

.alm-load-more-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #111;
  border: 1px solid #111;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  transition: 0.2s ease;
  font-weight: 600; }

button:hover {
  background-color: #111;
  color: #fff;
  cursor: pointer; }

.elsewhere-card .view-more {
  color: #c42c39;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #111;
  padding-bottom: 18px;
  margin-top: 18px;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none; }

.editors-picks-carousel-js .comment-count {
  display: flex; }

.editors-picks-carousel-js .comment-count__logo {
  padding-top: 4px; }

.comment-count {
  padding-top: 12px;
  max-height: 15px; }

.comment-count__logo {
  height: 8px;
  width: auto;
  padding-right: 2px; }

.disqus-comment-count {
  padding-right: 18px; }

@media (max-width: 900px) {
  .hero .editorial-title.large {
    font-size: 28px !important; } }

.editorial-excerpt {
  margin: 0;
  padding-top: 12px; }

.play__button-thumbnail {
  height: 40px;
  width: 40px;
  opacity: .8;
  margin: 0 auto; }
  .play__button-thumbnail.large {
    height: 80px;
    width: 80px; }

.img__tag-container {
  width: 100%;
  height: 100%;
  display: flex; }

.play__button-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 0 0 28px 0; }

.cinema-duration {
  background-color: #dcdcdc;
  padding: 4px;
  max-height: 20px; }
  .cinema-duration p {
    margin: 0;
    font-size: 13px; }

.main-content .hidden, .mobile-main .hidden {
  display: none; }
  @media screen and (min-width: 900px) {
    .main-content .hidden, .mobile-main .hidden {
      display: block; } }

.main-content .panel__category-content, .mobile-main .panel__category-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 120px;
  padding: 24px 16px; }
  @media screen and (max-width: 900px) {
    .main-content .panel__category-content, .mobile-main .panel__category-content {
      display: block; } }
  @media screen and (max-width: 900px) {
    .main-content .panel__category-content .__headline, .mobile-main .panel__category-content .__headline {
      display: none; } }

.main-content .panel__nav-container, .mobile-main .panel__nav-container {
  padding: 8px 16px 0;
  max-width: 500px;
  margin: 0; }
  @media screen and (min-width: 900px) {
    .main-content .panel__nav-container, .mobile-main .panel__nav-container {
      display: none; } }

.main-content .panel__nav, .mobile-main .panel__nav {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid black; }
  .main-content .panel__nav-option, .mobile-main .panel__nav-option {
    background-color: #dcdcdc;
    padding: 8px 12px;
    margin: 0; }
  .main-content .panel__nav .isShowing, .mobile-main .panel__nav .isShowing {
    background-color: black;
    color: white; }

@media screen and (max-width: 900px) {
  .main-content .panel-recent .top-stories, .mobile-main .panel-recent .top-stories {
    padding-bottom: 0; } }

@media screen and (min-width: 900px) {
  .main-content .panel-popular, .mobile-main .panel-popular {
    display: none; } }

.main-content .panel-popular .top-stories, .mobile-main .panel-popular .top-stories {
  padding-bottom: 0; }

.main-content .panel-elsewhere .__article-card--horizontal, .mobile-main .panel-elsewhere .__article-card--horizontal {
  grid-template-columns: 120px 1fr;
  grid-column-gap: 16px;
  margin-bottom: 24px; }
  .main-content .panel-elsewhere .__article-card--horizontal .__article-card--horizontal--content h2, .mobile-main .panel-elsewhere .__article-card--horizontal .__article-card--horizontal--content h2 {
    font-size: 14px; }
  .main-content .panel-elsewhere .__article-card--horizontal .editorial-subline, .mobile-main .panel-elsewhere .__article-card--horizontal .editorial-subline {
    margin: 0;
    font-size: 12px;
    padding-top: 6px; }

.main-content .panel-elsewhere .__article-card--horizontal--thumbnail, .mobile-main .panel-elsewhere .__article-card--horizontal--thumbnail {
  height: 120px;
  max-height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.main-content .ad-2-side-elsewhere, .mobile-main .ad-2-side-elsewhere {
  position: sticky;
  top: 72px;
  padding: 24px; }
  @media screen and (max-width: 900px) {
    .main-content .ad-2-side-elsewhere, .mobile-main .ad-2-side-elsewhere {
      display: flex; } }

@media screen and (min-width: 900px) {
  .main-content .panel-mobile-ad, .mobile-main .panel-mobile-ad {
    display: none; } }

@media screen and (max-width: 900px) {
  .homepage .main-content-popular {
    padding-top: 0; } }

@media screen and (max-width: 900px) {
  .homepage .main-content-popular .top-stories {
    display: none; } }

.homepage .full-frame-section {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end; }
  .homepage .full-frame-section .featured-image {
    width: 100%; }
  .homepage .full-frame-section .title-box {
    background-color: rgba(245, 245, 245, 0.5);
    padding: 20px;
    height: fit-content;
    max-width: 500px;
    transition: 0.2s ease;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .homepage .full-frame-section .title-box .ff-title {
      font-size: 18px; }
    .homepage .full-frame-section .title-box h2 {
      margin-top: 0;
      font-size: 20px; }
    .homepage .full-frame-section .title-box .excerpt p {
      font-family: "Lora", serif;
      font-weight: normal;
      font-size: 14px; }
    .homepage .full-frame-section .title-box .category__label {
      color: #111; }
      .homepage .full-frame-section .title-box .category__label span {
        color: #111; }
    @media screen and (max-width: 900px) {
      .homepage .full-frame-section .title-box {
        margin: auto 16px;
        width: auto; }
        .homepage .full-frame-section .title-box h2 {
          font-size: 20px;
          margin-bottom: 4px; }
        .homepage .full-frame-section .title-box .ff-title {
          font-size: 14px; }
        .homepage .full-frame-section .title-box .excerpt p {
          display: none; }
        .homepage .full-frame-section .title-box .category__label {
          font-size: 10px; }
          .homepage .full-frame-section .title-box .category__label span {
            font-size: 10px; } }
  .homepage .full-frame-section .title-box:hover {
    transform: scale(1.01); }
  .homepage .full-frame-section .page-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .homepage .full-frame-section .page-container {
        padding: 0; } }

.recommends {
  width: 100%;
  font: #231e20; }
  .recommends a {
    text-decoration: none;
    color: black; }
  .recommends .featured p {
    font-family: "Lora", serif;
    line-height: 1.6;
    margin-top: 4px; }
  .recommends .featured .category__label.large {
    font-size: 12px; }
  .recommends .title {
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    padding: 32px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px; }
    @media screen and (max-width: 900px) {
      .recommends .title {
        padding-bottom: 16px; } }
    .recommends .title .title-logo {
      height: 80px;
      align-self: center; }
      @media screen and (max-width: 900px) {
        .recommends .title .title-logo {
          height: 60px; } }
  .recommends .landing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-areas: "featured-1 featured-1 featured-1" "featured-2 featured-3 featured-4";
    padding: 48px 8px 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 900px) {
      .recommends .landing {
        grid-template-areas: "featured-1" "featured-2" "featured-3" "featured-4";
        grid-column-gap: 0px;
        grid-row-gap: 16px;
        grid-template-rows: 35% 1fr 1fr 1fr;
        grid-template-columns: 1fr;
        padding: 32px 8px 32px 8px;
        margin-bottom: 24px; } }
    .recommends .landing .landing-photo {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 12px;
      height: 185px; }
    .recommends .landing .landing-title {
      font-family: "Noto Sans JP", sans-serif;
      margin-bottom: 6px;
      margin-top: 6px;
      font-size: 18px;
      line-height: 22px; }
    .recommends .landing .landing__label {
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase; }
      .recommends .landing .landing__label span {
        color: #c42c39; }
  .recommends .banner-container {
    width: 100%;
    background: #f5f5f5;
    height: 100%; }
    @media screen and (max-width: 900px) {
      .recommends .banner-container {
        height: 100%; }
        .recommends .banner-container .banner__img {
          width: 100px;
          height: 100px; }
        .recommends .banner-container .banner__article-container {
          column-gap: 8px; } }
  .recommends .banner {
    max-width: 1200px;
    margin: auto;
    padding: 16px 8px; }
  .recommends .banner__img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 12px;
    background-position: center;
    background-size: cover; }
  .recommends .banner__article-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 32px;
    align-content: center;
    padding: 16px;
    justify-items: center; }
  .recommends .banner__article {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center; }
  .recommends .banner__title-container {
    text-align: center; }
    .recommends .banner__title-container p {
      font-size: 14px;
      line-height: 1.5;
      font-family: "Lora", serif; }
    .recommends .banner__title-container h3 {
      font-size: 18px;
      line-height: 125%;
      margin: 8px 0 0 0; }
      @media screen and (max-width: 900px) {
        .recommends .banner__title-container h3 {
          font-size: 14px; } }
  .recommends .banner__label {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase; }
    .recommends .banner__label span {
      color: #c42c39; }
  .recommends .recent-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    font-family: "Noto Sans JP", sans-serif;
    padding: 32px 0;
    padding-bottom: 120px; }
  .recommends .recent__nav {
    margin-bottom: 32px;
    max-width: 900px;
    height: 46px;
    border-bottom: solid 4px #f5f5f5;
    grid-area: title; }
    @media screen and (max-width: 900px) {
      .recommends .recent__nav {
        margin-bottom: 16px; } }
  .recommends .recent__title {
    padding-bottom: 18px;
    border-bottom: 4px solid #111;
    margin: 0;
    width: fit-content;
    margin-bottom: -4px; }
  .recommends .recent-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    padding: 0 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 32px;
    grid-template-areas: "main main sidebar"; }
    @media screen and (max-width: 900px) {
      .recommends .recent-container {
        grid-template-columns: 1fr;
        width: 100%; } }
  .recommends .recent-articles {
    grid-area: main;
    display: grid;
    grid-template-rows: 60px auto;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
    grid-template-areas: "title title" "f1 f2" "f3 f4" "f5 f6"; }
    .recommends .recent-articles.f1 {
      grid-area: f1; }
    .recommends .recent-articles.f2 {
      grid-area: f2; }
    .recommends .recent-articles.f3 {
      grid-area: f3; }
    .recommends .recent-articles.f4 {
      grid-area: f4; }
    .recommends .recent-articles.f5 {
      grid-area: f5; }
    .recommends .recent-articles.f6 {
      grid-area: f6; }
    @media screen and (max-width: 900px) {
      .recommends .recent-articles {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "title" "f1" "f2" "f3" "f4" "f5" "f6"; } }
  .recommends .recent__feature {
    display: grid;
    row-gap: 8px;
    grid-template-columns: 1fr;
    max-width: 300px;
    min-height: 325px; }
    @media screen and (max-width: 900px) {
      .recommends .recent__feature {
        max-width: 100%; } }
  .recommends .recent__feature-img {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    min-height: 200px; }
  .recommends .recent__feature-title h3 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 125%; }
    @media screen and (max-width: 900px) {
      .recommends .recent__feature-title h3 {
        font-size: 14px; } }
  .recommends .recent__label {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase; }
    .recommends .recent__label span {
      color: #c42c39; }
  .recommends .recent-ad {
    width: 100%;
    height: 600px;
    background-color: #9a9a9a;
    position: sticky;
    top: 32px;
    grid-area: sidebar;
    justify-self: end; }
    @media screen and (max-width: 900px) {
      .recommends .recent-ad {
        display: none; } }
  .recommends .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(35, 30, 32, 0.6); }
    .recommends .modal.open {
      display: block; }
  .recommends .popup-content {
    background-color: #f5f5f5;
    margin: auto;
    padding: 16px;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    display: grid;
    row-gap: 8px;
    max-width: 350px;
    min-height: 400px; }
    @media screen and (max-width: 900px) {
      .recommends .popup-content {
        max-width: 300px;
        min-height: 350px; } }

.pop__feature-img {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  min-height: 175px;
  border-radius: 5px; }

.pop__feature-title {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .pop__feature-title h3 {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 1.5; }
  .pop__feature-title p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Lora", serif; }
  .pop__feature-title .pop__label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase; }
    .pop__feature-title .pop__label span {
      color: #c42c39;
      font-size: 10px;
      font-weight: 500; }
  @media screen and (max-width: 900px) {
    .pop__feature-title h3 {
      margin: 0;
      font-size: 16px; }
    .pop__feature-title p {
      margin: 8px 0;
      font-size: 14px; }
    .pop__feature-title .pop__label {
      font-size: 12px; }
      .pop__feature-title .pop__label span {
        color: #c42c39;
        font-size: 12px; } }
  .pop__feature-title .learn-button {
    width: 100%;
    color: white;
    background: #231e20;
    padding: 8px;
    font-size: 16px;
    line-height: 125%;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 12px;
    border: none; }
    @media screen and (max-width: 900px) {
      .pop__feature-title .learn-button {
        font-size: 12px;
        padding: 8px 0; } }
  .pop__feature-title .landing-subline {
    grid-area: subtitle;
    font-family: "Noto Sans JP", sans-serif;
    align-self: start;
    padding: 16px 0 0 0;
    font-size: 24px;
    line-height: 150%;
    margin: 0; }

.generic .body-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 24px;
  padding-bottom: 48px;
  padding-top: 18px; }
  .generic .body-container iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
    max-width: 900px; }
    @media screen and (max-width: 900px) {
      .generic .body-container iframe {
        min-height: 250px; } }
  .generic .body-container figure {
    margin: 0; }
  .generic .body-container .wp-block-image {
    display: flex;
    justify-content: center; }
  .generic .body-container img {
    max-height: 100%;
    max-width: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .generic .body-container img {
        min-height: 250px; } }
  .generic .body-container ul,
  .generic .body-container p {
    font-family: "Lora", serif;
    margin: 0;
    line-height: 1.5;
    max-width: 720px;
    margin: auto; }
    @media screen and (max-width: 900px) {
      .generic .body-container ul,
      .generic .body-container p {
        max-width: 100%; } }
  .generic .body-container h2,
  .generic .body-container h3,
  .generic .body-container h4 {
    margin-bottom: 0px;
    margin-top: 0;
    text-align: center; }

.generic .generic-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 52px;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 32px; }

.ad-2-side {
  position: sticky;
  top: 84px; }
  @media screen and (max-width: 900px) {
    .ad-2-side {
      display: none; } }

.error-404 a {
  text-decoration: none;
  color: black; }

.error-404 .error-404 {
  padding: 48px 0;
  margin-left: auto;
  margin-right: auto; }

.error-404 .page-header {
  background: #f4f4f6;
  width: 100%;
  padding: 24px 0; }

.error-404 .landing-photo {
  max-width: 100%;
  height: 375px;
  margin: 0 auto;
  display: block; }

.error-404 .landing-content {
  padding: 24px 16px; }
  .error-404 .landing-content h2 {
    font-size: 216px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto; }
  .error-404 .landing-content h4 {
    font-size: 32px;
    text-align: center;
    margin: 0 auto 36px; }
  @media screen and (max-width: 900px) {
    .error-404 .landing-content h2 {
      font-size: 182px; }
    .error-404 .landing-content h4 {
      font-size: 28px; }
    .error-404 .landing-content .landing-photo {
      max-height: 300px; } }

.error-404 .page-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 8px; }
  @media screen and (max-width: 900px) {
    .error-404 .page-content {
      padding: 48px 16px 0; } }

.error-404 .page-title {
  display: none; }

.error-404 .search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .error-404 .search-bar .screen-reader-text,
  .error-404 .search-bar .search-submit {
    display: none; }
  .error-404 .search-bar .search-input {
    display: flex;
    align-items: center; }
    .error-404 .search-bar .search-input svg {
      height: 16px; }
  .error-404 .search-bar .search-field {
    border: none;
    height: 24px;
    outline: none;
    font-size: 24px;
    height: 100%; }
    .error-404 .search-bar .search-field::placeholder {
      color: #ccc;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }

.error-404 .main-content {
  padding: 48px 0px;
  margin-bottom: 0; }

.error-404 .main-content__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 120px; }
  .error-404 .main-content__container .elsewhere-card .editorial-excerpt {
    font-size: 12px;
    margin: 0;
    padding-top: 6px; }
  @media screen and (max-width: 900px) {
    .error-404 .main-content__container {
      grid-template-columns: 1fr; }
      .error-404 .main-content__container .__article-card--horizontal {
        grid-template-columns: 1fr; }
      .error-404 .main-content__container .__article-card--horizontal--thumbnail {
        margin-bottom: 12px;
        max-height: 220px;
        height: 220px; }
      .error-404 .main-content__container section {
        padding-bottom: 48px; } }

.error-404 .editorial-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 2px 0; }

.error-404 .editorial-excerpt {
  font-size: 14px;
  margin: 0;
  padding-top: 12px; }

.error-404 .main-content .elsewhere {
  color: #c42c39;
  border-bottom: 1px solid #111;
  padding-bottom: 18px;
  margin-top: 18px;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none; }

.error-404 .main-content .ad-2-side {
  margin-top: 48px;
  position: sticky;
  top: 16px; }

.search .page-container {
  padding: 16px 0; }
  @media screen and (max-width: 1200px) {
    .search .page-container {
      padding: 0 16px;
      grid-template-columns: 1fr 1fr 1fr; } }

.search a {
  color: black;
  text-decoration: none; }

.search .page-title h1 {
  font-size: 64px; }

.search .__headline {
  width: 100%;
  border-bottom: 4px solid #f5f5f5;
  margin-bottom: 48px; }
  .search .__headline .search-bar {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px; }
    @media (max-width: 900px) {
      .search .__headline .search-bar {
        margin-left: 16px;
        margin-right: 16px; } }
    .search .__headline .search-bar .search-input {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%; }
      .search .__headline .search-bar .search-input textarea:focus,
      .search .__headline .search-bar .search-input input:focus {
        outline: none; }
      .search .__headline .search-bar .search-input svg {
        min-width: 32px; }
    .search .__headline .search-bar .search-form {
      width: 100%; }
      .search .__headline .search-bar .search-form label {
        width: 100%; }
      .search .__headline .search-bar .search-form input {
        width: 100%;
        font-family: "Noto Sans JP", sans-serif; }
        .search .__headline .search-bar .search-form input::-webkit-input-placeholder {
          /* Edge */
          color: #ccc; }
        .search .__headline .search-bar .search-form input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #ccc; }
        .search .__headline .search-bar .search-form input::placeholder {
          color: #ccc; }
    .search .__headline .search-bar .screen-reader-text,
    .search .__headline .search-bar .search-submit {
      display: none;
      border-radius: 0; }
    .search .__headline .search-bar .search-field {
      -webkit-appearance: none;
      border: none;
      height: 36px;
      padding-bottom: 14px;
      border-radius: 0;
      margin: 0;
      width: fit-content;
      margin-bottom: -4px;
      font-size: 24px; }

.search .search__section {
  padding: 16px 16px 84px; }
  .search .search__section-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 84px; }
    @media screen and (max-width: 1200px) {
      .search .search__section-container {
        padding: 0 16px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 56px;
        column-gap: 36px; } }
    @media screen and (max-width: 900px) {
      .search .search__section-container {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 600px) {
      .search .search__section-container {
        grid-template-columns: 1fr; } }
  .search .search__section .__headline {
    margin: 0 auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-bottom: none;
    padding-bottom: 120px;
    padding-top: 120px; }
    @media (max-width: 900px) {
      .search .search__section .__headline {
        margin: 48px 0; } }
  .search .search__section-pick article {
    height: 100%; }
  .search .search__section-pick .pick-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .search .search__section .editorial-photo {
    height: 210px;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px; }
  .search .search__section .editorial-title h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-top: 0; }
  .search .search__section .editorial-subline p {
    font-size: 14px;
    font-family: "Lora", serif;
    line-height: 1.5;
    margin: 0;
    padding-top: 12px; }

.search .elsewhere-card .editorial-excerpt {
  font-size: 12px;
  margin: 0;
  padding-top: 6px; }

.search .nav-links {
  display: flex;
  justify-content: center; }
  .search .nav-links .nav-previous a {
    border-radius: 1px;
    margin-left: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    text-decoration: none;
    color: #111;
    background-color: #fff;
    border: 1px solid #111;
    transition: all .2s ease-in; }
  .search .nav-links .nav-previous a:hover {
    background-color: #111;
    color: #fff; }
  .search .nav-links .nav-next a {
    border-radius: 1px;
    margin-left: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    text-decoration: none;
    color: #111;
    background-color: #fff;
    border: 1px solid #111;
    transition: all .2s ease-in; }
  .search .nav-links .nav-next a:hover {
    background-color: #111;
    color: #fff; }

.pricing {
  padding: 0 0 0 0;
  background-color: #f5f5f5; }

.price-banner {
  background-color: #c49a6c;
  display: flex;
  justify-content: center; }
  .price-banner a {
    text-decoration: none; }
  .price-banner p {
    color: black;
    margin: 16px 0;
    border-bottom: 1px white solid; }
    .price-banner p span {
      color: white; }
  @media (max-width: 900px) {
    .price-banner {
      padding: 0 6px; }
      .price-banner p {
        font-size: 14px; }
      .price-banner span {
        font-size: 14px; } }

.price-banner:hover {
  background-color: black;
  transition: .2s ease; }
  .price-banner:hover p {
    color: #c49a6c;
    transition: .2s ease; }

.vans900 {
  width: 100%;
  height: 100%; }

.pricing-content {
  max-width: 1200px;
  margin: 0 auto; }
  .pricing-content p {
    margin: 8px 0; }
  .pricing-content h1 {
    text-align: center;
    margin: 0; }
  .pricing-content .pricing-title-container {
    padding: 0px 0 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .pricing-content .pricing-title-container img {
      width: 86px;
      min-height: 100%;
      margin-right: 32px; }
    .pricing-content .pricing-title-container h1 {
      text-align: center; }
    .pricing-content .pricing-title-container p {
      text-align: center;
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; }
    .pricing-content .pricing-title-container .already-member {
      padding: 24px 0 0 0; }
      .pricing-content .pricing-title-container .already-member p, .pricing-content .pricing-title-container .already-member a {
        font-size: 16px; }
      .pricing-content .pricing-title-container .already-member a {
        font-family: "Noto Sans JP", sans-serif;
        color: black;
        text-decoration: none;
        border-bottom: 1px solid #9a9a9a; }
    .pricing-content .pricing-title-container .trouble-email {
      padding-top: 0; }
      .pricing-content .pricing-title-container .trouble-email p {
        margin-top: 0; }
  .pricing-content .card-container {
    display: flex;
    justify-content: center;
    padding: 48px 0;
    max-width: 900px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc; }
    @media (max-width: 900px) {
      .pricing-content .card-container {
        padding: 48px 8px;
        flex-direction: column;
        align-items: center; } }
    .pricing-content .card-container .price-card:nth-of-type(2) .fake-button {
      background-color: #c49a6c; }
    .pricing-content .card-container .price-card:hover {
      background-color: #111;
      color: #fff;
      cursor: pointer;
      transition: 0.2s ease; }
      .pricing-content .card-container .price-card:hover h3,
      .pricing-content .card-container .price-card:hover p {
        color: white; }
      .pricing-content .card-container .price-card:hover h4 {
        color: #c49a6c;
        transition: 0.5s ease; }
      .pricing-content .card-container .price-card:hover .fake-button {
        border: 1px solid white;
        color: white; }
    .pricing-content .card-container .price-card {
      margin: 0 24px;
      min-height: 100%;
      max-height: 245px;
      width: 245px;
      border: 1px solid #dcdcdc;
      padding: 12px 18px;
      background-color: white; }
      @media (max-width: 900px) {
        .pricing-content .card-container .price-card {
          margin: 8px 0;
          width: 70%;
          max-width: 300px;
          max-height: 250px; } }
      .pricing-content .card-container .price-card .member-button {
        text-decoration: none;
        color: black;
        transition: 0.2s ease;
        width: 225px;
        height: 175px; }
      .pricing-content .card-container .price-card h3 {
        margin: 8px 0;
        font-size: 20px; }
      .pricing-content .card-container .price-card h4 {
        margin: 0 0 8px 0;
        color: #dcdcdc; }
      .pricing-content .card-container .price-card p {
        text-align: center;
        font-size: 10px;
        font-weight: 200; }
      .pricing-content .card-container .price-card .fake-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        color: #111;
        border: 1px solid #111;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
        transition: 0.2s ease;
        font-weight: 600;
        margin: 12px 0 0 0; }
  .pricing-content .bene-details {
    text-align: center;
    font-size: 14px;
    margin: 24px 0 0 0;
    padding-bottom: 24px; }
  .pricing-content .benefits-container {
    display: flex;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 0;
    border-bottom: 1px solid #dcdcdc; }
    .pricing-content .benefits-container section {
      margin: 0 35px;
      max-width: 275px; }
      .pricing-content .benefits-container section h3 {
        margin-bottom: 48px;
        text-align: center;
        font-size: 20px; }
      .pricing-content .benefits-container section .benefit {
        display: flex;
        flex-direction: row;
        margin: 24px 0; }
        .pricing-content .benefits-container section .benefit p {
          margin: 0 0 0 8px;
          max-width: 245px;
          font-size: 14px; }
          .pricing-content .benefits-container section .benefit p span {
            font-style: italic; }
        .pricing-content .benefits-container section .benefit svg {
          max-width: 14px;
          width: 100%; }
      .pricing-content .benefits-container section .east-benefit p span {
        color: #c49a6c;
        font-style: initial; }
    @media (max-width: 900px) {
      .pricing-content .benefits-container {
        flex-direction: column;
        align-items: center; }
        .pricing-content .benefits-container section {
          margin-bottom: 24px;
          max-width: 320px;
          margin-left: 0px;
          margin-right: 0px;
          width: 100%; }
          .pricing-content .benefits-container section h3 {
            margin-bottom: 24px; } }

.bene-details:after {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  padding-top: 48px;
  border-bottom: 1px solid #dcdcdc; }

.wax-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 0; }
  .wax-container .fuwax-img {
    max-height: 450px;
    height: 100%;
    width: auto;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .wax-container .fuwax-img {
        max-width: 90%;
        height: auto;
        margin: auto; } }

.pricing-content {
  padding-top: 32px; }

.title-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.2s ease; }
  .title-container .editorial-title {
    max-width: 600px;
    padding: 24px 12px 24px 24px;
    margin: 0;
    color: white;
    transition: 0.2s ease;
    font-size: 42px; }
    .title-container .editorial-title:hover {
      transform: scale(1.01); }
    @media (max-width: 900px) {
      .title-container .editorial-title {
        max-width: 50%;
        font-size: 28px;
        padding: 12px 12px 12px 24px; } }

.hero a {
  text-decoration: none;
  color: #111; }

.hero .editorial-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  max-width: 100%; }
  .hero .editorial-photo.large {
    height: 500px; }
  .hero .editorial-photo.small {
    height: 210px; }
  @media (max-width: 900px) {
    .hero .editorial-photo.large, .hero .editorial-photo.small {
      height: 400px; } }

.hero .watch-now {
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  color: white;
  padding: 24px 24px 24px 12px;
  transition: 0.2s ease;
  margin: 0; }
  @media (max-width: 900px) {
    .hero .watch-now {
      font-size: 18px;
      padding: 12px 24px 12px 12px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .hero .watch-now:hover {
    transform: scale(1.01); }
  .hero .watch-now span {
    vertical-align: middle; }
  .hero .watch-now svg {
    height: 36px;
    fill: white; }
    @media (max-width: 900px) {
      .hero .watch-now svg {
        height: 24px; } }

.hero .editorial-title {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6px;
  margin-top: 6px; }
  .hero .editorial-title.small {
    font-size: 20px;
    line-height: 1.5; }
  .hero .editorial-title.medium {
    font-size: 20px;
    line-height: 1.5; }
  .hero .editorial-title.large {
    font-size: 42px;
    line-height: 1.3; }

.hero .editorial-subline {
  font-family: "Lora", serif;
  margin: 0; }
  .hero .editorial-subline.small {
    font-size: 14px;
    line-height: 1.5; }
  .hero .editorial-subline.large {
    font-size: 18px;
    line-height: 1.5; }

.cinema .featured-cinema {
  background-color: #f5f5f5;
  padding: 64px 0;
  margin-bottom: 48px; }
  .cinema .featured-cinema a {
    text-decoration: none; }
  @media (max-width: 900px) {
    .cinema .featured-cinema {
      padding: 32px 0px;
      padding-right: 16px; } }

.cinema .featured-cinema__container {
  max-width: 1200px;
  padding: 0px 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 120px; }
  @media (max-width: 900px) {
    .cinema .featured-cinema__container {
      overflow-y: scroll;
      display: flex;
      grid-column-gap: initial; } }

.cinema .feature {
  transition: 0.2s ease; }
  @media (max-width: 900px) {
    .cinema .feature {
      margin-right: 16px;
      min-width: 350px; } }
  .cinema .feature:hover {
    transform: scale(1.01); }
  .cinema .feature .editorial-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 12px;
    height: 210px;
    width: auto; }
  .cinema .feature .title-container {
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center; }
  .cinema .feature .editorial-title {
    font-size: 20px; }
  .cinema .feature svg {
    fill: white;
    height: 48px;
    width: auto; }

.bottom-container {
  padding-top: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  .bottom-container .headline-container {
    padding: 0 12px; }
  .bottom-container .content-container {
    padding: 0 12px; }
  .bottom-container a {
    text-decoration: none;
    color: black; }

.premium-cinema a {
  text-decoration: none;
  color: initial; }

.premium-cinema .hero .watch-now {
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  padding: 8px 32px;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  border: 2px solid white;
  max-width: 200px;
  margin-top: 24px; }
  @media (max-width: 700px) {
    .premium-cinema .hero .watch-now {
      display: none;
      font-size: 12px;
      padding: 6px 24px;
      margin-top: 0; } }
  .premium-cinema .hero .watch-now--mobile {
    text-transform: uppercase;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    padding: 8px 32px;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    border: 2px solid white;
    margin-top: 24px;
    display: none; }
    @media (max-width: 700px) {
      .premium-cinema .hero .watch-now--mobile {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 8px 32px; } }
    @media (max-width: 600px) {
      .premium-cinema .hero .watch-now--mobile {
        max-width: 100%; } }

.premium-cinema .hero span {
  display: flex;
  align-items: center; }
  .premium-cinema .hero span img {
    height: 20px;
    padding-right: 4px; }

.premium-cinema .opacity-wrap {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 600px; }
  @media (max-width: 600px) {
    .premium-cinema .opacity-wrap {
      min-height: 320px;
      padding: 32px 0px; } }

.premium-cinema .editorial-photo {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  max-width: 100%; }
  @media (max-width: 600px) {
    .premium-cinema .editorial-photo {
      min-height: 320px; } }

.premium-cinema .hero-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.2s ease;
  min-height: 600px; }
  @media (max-width: 600px) {
    .premium-cinema .hero-content {
      min-height: 320px; } }
  .premium-cinema .hero-content:hover {
    transform: scale(1.01); }
  .premium-cinema .hero-content .hero-content-top {
    margin-top: 0;
    padding-top: 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 55%;
    grid-column-gap: 24px;
    padding: 8px 8px 0 8px;
    max-width: 600px; }
    @media screen and (max-width: 700px) {
      .premium-cinema .hero-content .hero-content-top {
        display: flex; } }
    .premium-cinema .hero-content .hero-content-top .hero-poster {
      height: 350px;
      width: auto;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%; }
      @media screen and (max-width: 700px) {
        .premium-cinema .hero-content .hero-content-top .hero-poster {
          height: 230px;
          max-width: 150px;
          min-width: 150px; } }
    .premium-cinema .hero-content .hero-content-top .hero-title-section {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .premium-cinema .hero-content .hero-content-top .hero-title-section .editorial-title {
        margin: 0;
        color: white;
        font-size: 38px;
        line-height: 1.3; }
        @media screen and (max-width: 700px) {
          .premium-cinema .hero-content .hero-content-top .hero-title-section .editorial-title {
            font-size: 28px;
            margin-top: 12px;
            padding-left: 8px; } }
  .premium-cinema .hero-content .hero-content-bottom {
    max-width: 600px; }
    @media screen and (max-width: 900px) {
      .premium-cinema .hero-content .hero-content-bottom {
        padding: 0 8px; } }
    .premium-cinema .hero-content .hero-content-bottom .description {
      color: white;
      font-family: "Lora", serif;
      margin-top: 32px;
      line-height: 1.5;
      padding: 0 8px; }
      @media screen and (max-width: 900px) {
        .premium-cinema .hero-content .hero-content-bottom .description {
          margin-top: 12px;
          margin-bottom: 12px; } }

.premium-cinema .cinema-featured {
  background-color: white;
  padding: 48px 0px; }
  .premium-cinema .cinema-featured h3 {
    color: #231e20; }
    @media (max-width: 1250px) {
      .premium-cinema .cinema-featured h3 {
        padding: 0 0 0 18px; } }
  .premium-cinema .cinema-featured--container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .premium-cinema .cinema-featured .cinema-featured--wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    align-self: flex-start;
    grid-column-gap: 32px;
    grid-row-gap: 32px; }
    @media (max-width: 1250px) {
      .premium-cinema .cinema-featured .cinema-featured--wrap {
        display: flex;
        overflow-y: scroll;
        align-items: flex-start;
        padding: 0px 16px; } }
  .premium-cinema .cinema-featured .cinema-featured--block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    transition: 0.2s ease; }
    .premium-cinema .cinema-featured .cinema-featured--block:hover {
      transform: scale(1.01); }
    .premium-cinema .cinema-featured .cinema-featured--block h4 {
      color: #231e20;
      margin-bottom: 12px;
      font-size: 16px;
      text-align: center; }
      @media (max-width: 900px) {
        .premium-cinema .cinema-featured .cinema-featured--block h4 {
          display: none; } }
    .premium-cinema .cinema-featured .cinema-featured--block p {
      font-family: "Lora", serif;
      text-align: center;
      color: #4e4e4e;
      margin-top: 4px;
      font-size: 14px;
      line-height: 1.5; }
      @media (max-width: 900px) {
        .premium-cinema .cinema-featured .cinema-featured--block p {
          display: none; } }
    .premium-cinema .cinema-featured .cinema-featured--block .cover {
      height: 400px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    @media (max-width: 1250px) {
      .premium-cinema .cinema-featured .cinema-featured--block {
        min-width: 270px;
        margin: 0 6px; }
        .premium-cinema .cinema-featured .cinema-featured--block:last-child {
          padding-right: 16px; } }

.edit-of-year a {
  text-decoration: none;
  color: initial; }

.edit-of-year .hero .editorial-photo {
  min-height: 650px; }
  @media (max-width: 600px) {
    .edit-of-year .hero .editorial-photo {
      min-height: 320px; } }

.edit-of-year .edit-title-info {
  max-width: 550px;
  margin: 0 auto;
  padding: 72px 12px; }
  .edit-of-year .edit-title-info .edit-title {
    font-size: 28px;
    margin: 0;
    padding: 0 0 36px 0; }
  .edit-of-year .edit-title-info .edit-info p {
    margin: 0;
    font-size: 18px; }
    .edit-of-year .edit-title-info .edit-info p a {
      border-bottom: 1px solid #9a9a9a; }

.edit-of-year .contender-container {
  padding: 0 16px 48px 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

.edit-of-year .contender-featured-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  align-self: flex-start;
  grid-column-gap: 48px;
  grid-row-gap: 48px; }
  @media screen and (max-width: 900px) {
    .edit-of-year .contender-featured-wrap {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 24px;
      grid-row-gap: 24px; }
      .edit-of-year .contender-featured-wrap .__article-card--vertical-container {
        margin: 0 auto;
        min-width: 320px; } }
  @media screen and (max-width: 700px) {
    .edit-of-year .contender-featured-wrap {
      grid-template-columns: 1fr; } }

.edit-of-year .__article-card--vertical-container {
  max-width: 320px; }

.edit-of-year .__article-card--vertical {
  max-width: 320px; }

.edit-of-year .contender__img {
  max-width: 100%;
  height: auto;
  width: auto;
  min-height: 210px;
  background-position: center;
  background-size: cover;
  margin-bottom: 12px; }

.edit-of-year .play__button-container {
  min-height: 154px;
  height: 100%; }

.edit-of-year .single__overlay {
  min-height: 210px; }

.edit-of-year .featured-contender {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  transition: 0.2s ease; }

.edit-of-year .contender__title-container {
  text-align: left; }
  .edit-of-year .contender__title-container h2 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.5; }
  .edit-of-year .contender__title-container .contender__excerpt {
    padding-top: 12px;
    font-family: "Lora", serif;
    margin: 0;
    font-size: 14px;
    line-height: 1.5; }

.stab-high {
  background-color: #f5f5f5;
  padding-bottom: 48px; }
  .stab-high .editorial-photo {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media (max-width: 900px) {
      .stab-high .editorial-photo iframe {
        min-height: 200px;
        width: 100% !important;
        height: auto !important; } }
  .stab-high a {
    text-decoration: none;
    color: initial; }
  .stab-high .hero .editorial-photo {
    min-height: 600px; }
    @media (max-width: 900px) {
      .stab-high .hero .editorial-photo {
        min-height: 225px; } }
  .stab-high .film-contiainer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 315px;
    width: 560px;
    padding: 84px 0; }
    @media (max-width: 900px) {
      .stab-high .film-contiainer {
        padding: 24px;
        height: 250px;
        align-items: center; } }
    .stab-high .film-contiainer .film {
      max-width: 1000px;
      min-height: 600px;
      margin: auto auto; }
      @media (max-width: 900px) {
        .stab-high .film-contiainer .film {
          min-height: 300px; } }
  .stab-high .content-section {
    display: flex;
    flex-direction: column;
    padding-top: 48px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1000px) {
      .stab-high .content-section {
        padding: 48px 8px 0 8px;
        display: block; } }
  .stab-high .section-wrap {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 24px 24px 24px; }
    @media (max-width: 900px) {
      .stab-high .section-wrap {
        padding: 48px 8px 0 8px;
        display: block;
        margin: 0 auto; } }
  .stab-high .scoring-blocked-container {
    padding: 0 0 24px 0; }
  .stab-high .scoring-blocked {
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    padding: 24px; }
    .stab-high .scoring-blocked .comment-title {
      padding: 0 0 12px 0; }
      .stab-high .scoring-blocked .comment-title h2 {
        display: block;
        font-style: normal;
        margin-bottom: 8px;
        margin-top: 0; }
      .stab-high .scoring-blocked .comment-title p {
        color: #9a9a9a;
        margin: 0;
        font-family: "Lora", serif; }
    .stab-high .scoring-blocked .comment-redirect .member {
      margin: 12px 0;
      font-family: "Lora", serif;
      font-size: 18px; }
    .stab-high .scoring-blocked .comment-redirect a {
      font-family: "Noto Sans JP", sans-serif;
      border-bottom: 1px solid #dcdcdc; }
  .stab-high .scoring-container {
    padding: 0 0 48px 0; }
    .stab-high .scoring-container .expand-button-container {
      padding: 0 0 12px 0;
      width: 100%;
      margin: 0 auto; }
      @media (max-width: 900px) {
        .stab-high .scoring-container .expand-button-container {
          display: none; } }
    .stab-high .scoring-container .expand-iframe {
      font-size: 18px;
      background-color: black;
      color: white;
      width: 100%;
      margin: 0 auto;
      border-radius: 5px;
      padding: 12px 0;
      display: flex;
      justify-content: center;
      border: none; }
    .stab-high .scoring-container .iframe {
      width: 100%;
      height: 100%;
      min-height: 400px;
      border: none;
      transition: all .4s ease; }
      @media (max-width: 900px) {
        .stab-high .scoring-container .iframe {
          min-height: 450px; } }
    .stab-high .scoring-container .open {
      min-height: 750px; }
    @media (max-width: 900px) {
      .stab-high .scoring-container .section-wrap {
        padding: 0 12px 12px 12px;
        margin: 0; } }
  @media (max-width: 900px) {
    .stab-high .section-wrap {
      padding: 0 12px 12px 12px; } }
  .stab-high .contender-container {
    padding: 48px 16px 48px 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px; }
    @media (max-width: 900px) {
      .stab-high .contender-container {
        padding: 24px 12px; } }
  .stab-high .contender-featured-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    align-self: flex-start;
    grid-column-gap: 48px;
    grid-row-gap: 48px; }
    @media screen and (max-width: 900px) {
      .stab-high .contender-featured-wrap {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px; }
        .stab-high .contender-featured-wrap .__article-card--vertical-container {
          margin: 0 auto;
          min-width: 320px; } }
    @media screen and (max-width: 700px) {
      .stab-high .contender-featured-wrap {
        grid-template-columns: 1fr; } }
  .stab-high .__article-card--vertical-container {
    max-width: 320px; }
  .stab-high .__article-card--vertical {
    max-width: 320px; }
  .stab-high .contender__img {
    max-width: 100%;
    height: auto;
    width: auto;
    min-height: 210px;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px; }
  .stab-high .play__button-container {
    min-height: 154px;
    height: 100%; }
  .stab-high .single__overlay {
    min-height: 210px; }
  .stab-high .featured-contender {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    transition: 0.2s ease; }
  .stab-high .contender__title-container {
    text-align: left; }
    .stab-high .contender__title-container h2 {
      margin-top: 0;
      margin-bottom: 4px;
      font-size: 20px;
      line-height: 1.5; }
    .stab-high .contender__title-container .contender__excerpt {
      padding-top: 12px;
      font-family: "Lora", serif;
      margin: 0;
      font-size: 14px;
      line-height: 1.5; }

.stab-high .surf100 .vid-contiainer {
  margin: 0;
  padding: 24px 0 48px 0; }

.stab-high .surf100 .content-section {
  padding-top: 24px; }

.stab-high .surf100 .date-banner {
  background-color: black;
  padding: 12px;
  border-radius: 5px;
  width: fit-content; }

.stab-high .surf100 .expand-button-container {
  max-width: 898px; }

.stab-high .surf100 .announcement {
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: white; }

.stab-high .surf100 .scoring-wrap {
  max-width: 850px;
  margin: 0 auto; }

.sponsor-page .edit-title-info {
  max-width: 775px;
  padding: 0;
  margin: 0 auto;
  padding: 48px 0px; }
  @media screen and (max-width: 700px) {
    .sponsor-page .edit-title-info {
      padding-bottom: 12px; } }
  .sponsor-page .edit-title-info .edit-title {
    padding-bottom: 0; }
  .sponsor-page .edit-title-info .edit-info p {
    margin-bottom: 24px;
    margin-top: 24px;
    line-height: 1.7; }

.sponsor-page .sponsor-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 8px 48px 8px; }

.sponsor-page .editorial-photo {
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 700px) {
  .sponsor-page .__headline {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 700px) {
  .sponsor-page .contender-featured-wrap .__article-card--vertical-container {
    max-width: 375px;
    width: 100%; } }

.coopers-sponsor .hero .editorial-photo {
  min-height: 500px; }
  @media screen and (max-width: 700px) {
    .coopers-sponsor .hero .editorial-photo {
      min-height: 400px; } }




/* .homepage .full-frames {
  padding: 48px 0px;
  background-color: #252525; 
}*/
.homepage .full-frames .editorial-photo {
    margin-bottom: 12px; 
}
.homepage .full-frames h2 {
	color: #ffffff;
    margin-top: 0px; 
}
.homepage .full-frames a {
    flex-direction: column;
    justify-content: space-between;
    height: 100%; 
	color: #ffffff;
}
.homepage .full-frames__container {
    max-width: 1200px;
    padding: 0px 16px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 120px; 
	color: #ffffff;
}
.homepage .full-frames__wrap {
	 
}
.homepage .full-frames__wrap.first{
	max-width: 1200px;
}
.homepage .full-frames__wrap.first .__article-card--horizontal--thumbnail{
	max-height: 100%;
	height: 500px;
	width:800px;
	object-fit: cover;
	margin-right: 8px;
}
.homepage .full-frames__wrap.second{
	max-width: 1200px;
    display: grid;
    grid-template-columns: 380px 380px 380px;
    grid-column-gap: 40px; 
}
.homepage .full-frames .cinema-duration{
	color:#000000
}
.homepage .full-frames .__article-card--horizontal.small{
	grid-template-columns: 120px 250px;
    grid-column-gap: 10px;
    margin-bottom: 24px;
}
.homepage .full-frames .__article-card--horizontal.small .editorial-subline{
	font-size: 12px;
}
.homepage .full-frames .__article-card--horizontal.small .editorial-title{
	font-size: 13px;
}
.banner-content-full-frames{
    max-width: 100%;
    display: block;
    margin: auto;
}
.media-container.full-frames{
	height:unset;
}
@media screen and (max-width: 1220px) {
	.full-frames__container{
		max-width:100vw;
	}
	.homepage .full-frames__wrap.first .__article-card--horizontal--thumbnail{
		object-fit: cover;			
		max-width: 95%;
		margin-right: 8px;
	}
	.homepage .full-frames__wrap.first .__article-card--horizontal{
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-column-gap: 32px;
		margin-bottom: 48px;
	}
	.homepage .full-frames a{
		max-height:600px;
	}
	.homepage .full-frames__container {
		max-width: 100vw;
		padding: 0px 16px;
		margin-left: auto;
		margin-right: auto;		
		color: #ffffff;
	}
	.homepage .full-frames__wrap.second{
		max-width:100vw;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10px; 
	}
	.homepage .full-frames .__article-card--horizontal.small{
		grid-template-columns: 1fr 2fr;
		grid-column-gap: 10px;
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 1024px) {
	.efull-frames__container{
		max-width:100vw;
	}
	.homepage .full-frames__wrap.first .__article-card--horizontal--thumbnail{
		object-fit: cover;		
		max-height:300px;
		max-width:60vw;
		margin-right: 8px;
	}
	.homepage .full-frames a{
		width:90vw;
		max-height:600px;
	}
	.homepage .full-frames__container {
		max-width: 100vw;
		padding: 0px 16px;
		margin-left: auto;
		margin-right: auto;		
		color: #ffffff;
	}
	.homepage .full-frames__wrap.second{
		max-width:100vw;
		display: block;
	}
	.homepage .full-frames .__article-card--horizontal.small{
		grid-template-columns: 40% 60%;
		grid-column-gap: 10px;
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 717px) {
	.full-frames__container{
		max-width:100vw;
	}
	.homepage .full-frames__wrap.first .__article-card--horizontal{
		display: block;
		
	}
	.homepage .full-frames__wrap.first .__article-card--horizontal--thumbnail{
		object-fit: cover;		
		max-height:300px;
		margin-right: 3px;
		max-width:100%;
	}
	.homepage .full-frames a{
		width:95vw;
		max-height:600px;
	}
	.homepage .full-frames__container {
		max-width: 100vw;
		padding: 0px 16px;
		margin-left: auto;
		margin-right: auto;		
		color: #ffffff;
	}
	.homepage .full-frames__wrap.second{
		max-width:100vw;
		display: block;
	}
	.homepage .full-frames .__article-card--horizontal.small{
		grid-template-columns: 40% 60%;
		grid-column-gap: 10px;
		margin-bottom: 24px;
	}
}



.single-item{
	max-width: 100%;
	margin: 0 auto;
}

.single-item .img__tag-container{	
	width: 100%;	
}
.single-item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-prev:before, .slick-next:before{
	color: black;
	font-size:30px;
}
.slick-prev{
	left: -35px;
}
.paginator{
  position: relative;
}
.paginator .back{
    margin: 0;
  position: absolute;
  top: 50%;
	right: 5px;
}

.paginator .next{
    margin: 0;
	  position: absolute;
	  top: 50%;
	left: 5px;
}
.premium .single-item .slick-track{
	height: 600px;
}
.premium .single-item .slick-track .slick-slide{
	height: 600px;
}
.landing-container{
	 max-width: 1200px;
    margin: auto;
}
.single-item img {
	object-fit: contain;
}
.premium .slider-grid{
	max-width: 1200px;
    display: grid;
    grid-template-columns: 100px 1000px 100px
}
.slider-grid{
	max-width: 770px;
    display: grid;
    grid-template-columns: 64px 642px 64px
}

@media screen and (max-width: 1024px) {
	.single-item{
		max-width: 100vw;
		max-height: 500px;
	}
	.single-item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.slick-prev, .slick-next{
		display: none;
	}
	.slick-prev, .slick-next{
		display: none;
	}
	.paginator {
		display: none;
	}
	.single-item .img__tag-container{	
		width: 100%;	
	}
	.slick-slide{
		max-height:500px
	}
	.slider-grid{
		max-width: 1200px;
		display: block;
	}
}


.premium-most-recent{
	max-width:1200px!important;
}
.premium-most-recent .content-section{
	max-width:1200px
}
.premium-most-recent .contender-container{
	max-width:1200px
}
.premium-most-recent .__article-card--vertical-container{
	max-width: unset;
}
.mostrecent-area {
  max-width: 700px;
  margin: 0 auto;
  padding: 24px 0 0 0; 
  background-color:#ffffff!important
}
  @media screen and (max-width: 1200px) {
    .mostrecent-area {
      padding: 0px 8px;
      margin: 0 auto; 
	  background-color:#ffffff!important
	  } 
}


@media screen and (max-width: 768px) {
	.redbull-iframe {width:auto;max-height:170px;min-height:0!important;}
	.instagram-media iframe {width:auto;max-height:fit-content;}}

.grecaptcha-badge {display:none;}



