@layer components {
  .media-page {
    padding-bottom: 80px;
    background-color: #fff;
  }
  .media-page .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
  }
  @media (max-width: 640px) {
    .media-page .container {
      padding: 0 20px;
    }
  }
  /* Tabs */
  .media-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 100px 0 80px;
    padding: 0;
    list-style: none;
  }
  @media (max-width: 640px) {
    .media-nav {
      margin: 30px 0 40px;
      gap: 10px;
    }
  }
  .media-nav__item.select .media-nav__button {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  .media-nav__button {
    display: block;
    width: 240px;
    padding: 12px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-family: var(--font-ja, serif);
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  @media (max-width: 640px) {
    .media-nav__button {
      width: 140px;
      padding: 10px 0;
      font-size: 13px;
    }
  }
  .media-nav__button:hover {
    background-color: #f5f5f5;
  }
  /* Contents */
  .media-contents {
    min-height: 400px;
  }
  .media-section {
    display: none;
  }
  .media-section.show {
    display: block;
    animation: fade-in 0.5s ease;
  }
  .media-section__header {
    margin-bottom: 80px;
    text-align: center;
  }
  @media (max-width: 640px) {
    .media-section__header {
      margin-bottom: 40px;
    }
  }
  .media-section__title {
    margin-bottom: 10px;
    font-family: var(--font-ja, serif);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  @media (max-width: 640px) {
    .media-section__title {
      font-size: 20px;
    }
  }
  .media-section__lead {
    color: #666;
    font-size: 14px;
  }
  @media (max-width: 640px) {
    .media-section__lead {
      font-size: 13px;
    }
  }
  /* Media Item */
  .media-item {
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
  }
  .media-item:last-child {
    border-bottom: none;
  }
  @media (max-width: 640px) {
    .media-item {
      margin-bottom: 50px;
      padding-bottom: 40px;
    }
  }
  .media-item__header {
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 4px solid #333;
  }
  @media (max-width: 640px) {
    .media-item__header {
      margin-bottom: 20px;
      padding-left: 12px;
    }
  }
  .media-item__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-block-end: 40px;
  }
  @media (max-width: 640px) {
    .media-item__title {
      font-size: 18px;
    }
  }
  .media-item__title-note {
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .media-item__body {
    display: flex;
    gap: 70px;
    margin-bottom: 30px;
  }
  @media (max-width: 640px) {
    .media-item__body {
      flex-direction: column;
      gap: 20px;
    }
  }
  .media-item__image {
    flex-shrink: 0;
    width: 300px;
  }
  @media (max-width: 640px) {
    .media-item__image {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }
  }
  .media-item__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .media-item__image--lowbeat {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .media-item__image-link {
    display: block;
  }
  .media-item__image-note {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }
  .media-item__info {
    flex-grow: 1;
  }
  .media-item__label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 10px 6px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .media-item__details {
    margin: 0;
  }
  .media-item__credit-label {
    color: #b59f5b;
    font-weight: 700;
  }
  .media-item__row {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  @media (max-width: 640px) {
    .media-item__row {
      margin-bottom: 15px;
    }
  }
  .media-item__row dt {
    display: block;
    margin-bottom: 5px;
    color: #b59f5b;
    font-size: 16px;
    font-weight: 700;
  }
  @media (max-width: 640px) {
    .media-item__row dt {
      width: auto;
      margin-bottom: 4px;
    }
  }
  .media-item__row dd {
    margin: 0;
    color: #333;
    font-size: 16px;
  }
  .media-item__video {
    margin-top: 20px;
  }
  .media-item__video iframe {
    max-width: 100%;
  }
  /* Watch Info */
  .media-watch {
    margin-top: 20px;
    padding: 25px;
    background-color: #f9f9f9;
  }
  @media (max-width: 640px) {
    .media-watch {
      padding: 20px;
    }
  }
  .media-watch__label {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .media-watch__label::before, .media-watch__label::after {
    color: #ccc;
    content: " - ";
  }
  .media-watch__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .media-watch__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
  }
  @media (max-width: 640px) {
    .media-watch__item {
      flex-direction: column-reverse;
      align-items: flex-start;
      /* Image on top? Original was float right image, text left. Let's stack image on top or bottom. */
      text-align: left;
      gap: 15px;
    }
  }
  .media-watch__text {
    flex-grow: 1;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  @media (max-width: 640px) {
    .media-watch__text {
      width: 100%;
      margin-right: 0;
    }
  }
  .media-watch__text p {
    margin: 0;
    font-size: 16px;
  }
  .media-watch__text .media-watch__bulleted-list {
    padding-left: 1.5em;
    list-style: disc;
  }
  .media-watch__text .media-watch__bulleted-list li {
    margin: 0 0 15px;
  }
  .media-watch__image {
    flex-shrink: 0;
    width: 200px;
  }
  @media (max-width: 640px) {
    .media-watch__image {
      width: 220px;
      margin: 0 auto;
    }
  }
  .media-watch__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=media.css.map */