* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body.mg-watch-page {
  margin: 0;
  background: #f6f7f5;
  color: #202222;
  font-family:
    Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #e84235;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  background: white;
  padding: 12px;
  z-index: 20;
}
.watch-header {
  height: 80px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #141515;
  color: #fff;
  border-bottom: 1px solid #363737;
}
.watch-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
.watch-brand strong {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  border-left: 4px solid #ed493c;
  padding-left: 10px;
}
.watch-brand span {
  font-size: 10px;
  color: #babdbb;
}
.watch-edition {
  font-size: 10px;
  color: #b6bab8;
}
.header-link {
  font-size: 12px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.header-link span {
  font-size: 23px;
}
.watch-hero {
  position: relative;
  background: #131515;
  color: #fff;
  min-height: 490px;
  overflow: hidden;
}
.watch-hero__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.watch-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #131515 2%,
      rgba(19, 21, 21, 0.94) 22%,
      rgba(19, 21, 21, 0.47) 47%,
      rgba(19, 21, 21, 0) 70%
    ),
    linear-gradient(0deg, rgba(19, 21, 21, 0.75), transparent 35%);
  pointer-events: none;
}
.watch-hero__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1360px;
  margin: auto;
  padding: 48px 0 50px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  color: #737876;
}
.watch-hero .eyebrow {
  color: #d3d7d3;
  display: flex;
  align-items: center;
  gap: 8px;
}
.watch-hero .eyebrow span {
  width: 6px;
  height: 6px;
  background: #eb493d;
}
.watch-hero h1 {
  font-size: 78px;
  line-height: 0.97;
  font-weight: 900;
  margin: 24px 0 22px;
}
.watch-hero h1 span {
  font-size: 66px;
}
.watch-hero h1 i {
  color: #ef493a;
  font-style: normal;
}
.watch-hero__lead {
  font-size: 19px;
  font-weight: 700;
}
.watch-hero__sub {
  color: #c3c8c5;
  margin-top: 8px;
  font-size: 12px;
}
.watch-start {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  background: #e63e32;
  color: #fff;
  padding: 13px 20px;
  margin-top: 27px;
  font-weight: 700;
  border-radius: 2px;
  transition: background 0.2s;
}
.watch-start:hover {
  background: #c22c24;
}
.watch-start span {
  font-size: 22px;
  line-height: 1;
}
.watch-hero__caption {
  position: absolute;
  right: 5%;
  bottom: 28px;
  z-index: 1;
  display: grid;
  text-align: right;
  font-size: 11px;
  text-shadow: 0 1px 3px #000;
}
.watch-hero__caption span {
  font-size: 9px;
  color: #d0d4d0;
}
.watch-hero__caption b {
  font-size: 16px;
  margin: 4px 0;
}
.watch-summary {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 50px;
  padding: 27px 0 29px;
  border-bottom: 1px solid #d8dbd7;
  align-items: center;
}
.watch-summary__count > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  line-height: 1.1;
  margin-top: 5px;
}
.watch-summary__count strong {
  font-size: 48px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.watch-summary__count div > span {
  font-size: 22px;
  color: #7b817d;
}
.watch-summary__count small {
  font-size: 11px;
  margin-left: 6px;
}
.watch-summary__progress > div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.watch-summary__progress progress {
  width: 100%;
  height: 5px;
  display: block;
  margin: 12px 0 9px;
  border: 0;
  background: #e0e3de;
  accent-color: #de4035;
}
.watch-summary__progress progress::-webkit-progress-bar {
  background: #e0e3de;
}
.watch-summary__progress progress::-webkit-progress-value {
  background: #de4035;
  transition: width 0.25s;
}
.watch-summary__progress small {
  font-size: 10px;
  color: #747b75;
}
.watch-summary__next {
  border-left: 1px solid #d8dbd7;
  padding: 4px 40px 4px 30px;
  position: relative;
  display: grid;
  gap: 8px;
}
.watch-summary__next strong {
  font-size: 13px;
  overflow-wrap: anywhere;
}
.next-arrow {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 24px;
}
.watch-library {
  width: 90%;
  max-width: 1360px;
  margin: 54px auto 64px;
}
.library-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 27px;
}
.library-heading h2 {
  font-size: 29px;
  font-weight: 800;
  margin-top: 4px;
}
.library-heading h2 > span {
  color: #e03d33;
  margin-left: 4px;
}
.watch-search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bfc5bf;
  gap: 10px;
  width: 230px;
}
.watch-search > span {
  font-size: 28px;
  color: #555e57;
}
.watch-search input {
  border: 0;
  outline-offset: 1px;
  background: transparent;
  width: 100%;
  min-width: 0;
  padding: 10px 0;
  font-size: 12px;
}
.watch-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #ccd2cb;
}
.watch-filters {
  display: flex;
  gap: 25px;
}
.watch-filters button {
  padding: 14px 0;
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #68706a;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
}
.watch-filters button[aria-pressed="true"] {
  color: #202722;
  border-bottom-color: #df3e32;
}
.watch-filters small {
  font-size: 10px;
  margin-left: 5px;
  color: #7b827b;
}
.phase-select select {
  border: 0;
  background: transparent;
  font-size: 12px;
  max-width: 140px;
  color: #4a514b;
  padding: 10px;
}
.library-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #747d75;
  margin-top: 15px;
}
.mgwc-vc-phase {
  margin-top: 32px;
}
.phase-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 16px;
}
.phase-heading > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.phase-number {
  font-size: 42px;
  line-height: 1;
  color: #b8c0b8;
  font-weight: 800;
}
.phase-heading h3 {
  font-size: 18px;
  line-height: 1.2;
}
.phase-heading p {
  font-size: 10px;
  color: #737c73;
  margin-top: 4px;
}
.phase-count {
  font-size: 11px;
  color: #687367;
  font-variant-numeric: tabular-nums;
}
.mgwc-vc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 22px;
}
.mgwc-vc-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.movie-select {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.movie-select input {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.movie-art {
  display: block;
  aspect-ratio: 16/10;
  background: #1d2421;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  outline: 2px solid transparent;
  outline-offset: 3px;
  transition: outline-color 0.2s;
}
.movie-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.movie-select:hover .movie-art img {
  transform: scale(1.025);
}
.movie-select input:focus-visible + .movie-art {
  outline-color: #e64233;
}
.movie-check {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #ffffffb3;
  background: #1117;
  color: transparent;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}
.movie-stamp {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 8px;
  background: #cdefcc;
  color: #163c26;
  font-size: 9px;
  font-weight: 800;
  border-radius: 2px;
}
.is-checked .movie-art {
  outline-color: #4b865d;
}
.is-checked .movie-check {
  background: #bceac3;
  border-color: #bceac3;
  color: #21412b;
}
.is-checked .movie-stamp {
  display: block;
}
.movie-meta {
  display: flex;
  justify-content: space-between;
  color: #788174;
  font-size: 10px;
  margin-top: 14px;
}
.movie-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  margin: 6px 0 12px;
  overflow-wrap: anywhere;
}
.movie-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #d9dfd6;
  font-size: 10px;
  color: #737c73;
  gap: 8px;
}
.movie-bottom a {
  color: #343f35;
  padding: 3px 0;
}
.movie-bottom a span {
  margin-left: 5px;
}
.is-checked [data-card-status] {
  color: #28633c;
  font-weight: 700;
}
.mgwc-vc-phase + .mgwc-vc-phase {
  border-top: 1px solid #d9dfd6;
  padding-top: 34px;
  margin-top: 44px;
}
.movie-art__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 900;
  font-size: 23px;
  text-align: center;
}
.watch-next {
  background: #171c19;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 330px;
}
.watch-next__image {
  min-height: 330px;
  overflow: hidden;
}
.watch-next__image img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: cover;
}
.watch-next__copy {
  padding: 38px 10%;
}
.watch-next .eyebrow {
  color: #9dac9d;
}
.watch-next h2 {
  font-size: 24px;
  margin: 13px 0;
}
.watch-next h3 {
  font-size: 19px;
  overflow-wrap: anywhere;
}
.watch-next__copy > p:not(.eyebrow) {
  font-size: 12px;
  color: #b6c0b7;
  margin-top: 8px;
}
.watch-next .watch-start {
  margin-top: 22px;
  font-size: 12px;
}
.watch-next__copy > small {
  display: block;
  color: #a8b5a8;
  font-size: 10px;
  margin-top: 13px;
}
.watch-data {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 90%;
  max-width: 1360px;
  margin: 28px auto;
  color: #788175;
  font-size: 11px;
}
.watch-data button {
  border: 0;
  background: transparent;
  color: #67725f;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.watch-footer {
  background: #e8ece6;
  padding: 38px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.watch-footer > a {
  font-size: 20px;
  font-weight: 900;
}
.watch-footer p {
  font-size: 11px;
  color: #566151;
  grid-column: 1;
}
.watch-footer small {
  font-size: 10px;
  color: #737e6d;
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  text-align: right;
}
.watch-empty {
  padding: 65px 20px;
  text-align: center;
}
.watch-empty h3 {
  font-size: 20px;
}
.watch-empty p {
  margin: 10px;
  color: #6e786a;
}
.watch-empty button {
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid #b6c0b1;
  background: white;
  border-radius: 3px;
}
.filter-note {
  font-size: 11px;
  color: #687360;
  margin-top: 14px;
}
dialog {
  border: 0;
  border-radius: 6px;
  max-width: 460px;
  width: calc(100% - 40px);
  padding: 28px;
  background: #fff;
  color: #202722;
}
dialog::backdrop {
  background: #101710aa;
}
dialog h2 {
  font-size: 20px;
}
dialog p {
  margin: 16px 0 24px;
}
dialog form > div {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
dialog button {
  padding: 10px 16px;
  background: #eef0ec;
  border: 0;
  border-radius: 3px;
}
dialog .confirm-reset {
  background: #d6382d;
  color: white;
}
@media (min-width: 1600px) {
  .watch-hero__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .watch-hero {
    min-height: 530px;
  }
}
@media (max-width: 1000px) {
  .watch-brand span {
    display: none;
  }
  .watch-hero h1 {
    font-size: 68px;
  }
  .watch-hero h1 span {
    font-size: 55px;
  }
  .watch-summary {
    gap: 25px;
  }
  .watch-summary__count small {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .watch-filters {
    gap: 16px;
  }
  .mgwc-vc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .watch-hero__image {
    width: 85%;
  }
  .watch-summary__next {
    padding-left: 20px;
  }
}
@media (max-width: 680px) {
  .watch-header {
    height: 62px;
    padding: 0 5%;
  }
  .watch-brand strong {
    font-size: 16px;
  }
  .watch-edition {
    display: none;
  }
  .header-link {
    font-size: 11px;
    gap: 12px;
  }
  .watch-hero {
    min-height: 470px;
  }
  .watch-hero__image {
    width: 100%;
    height: 57%;
    object-position: center top;
  }
  .watch-hero:after {
    background: linear-gradient(
      0deg,
      #131515 8%,
      #131515 37%,
      rgba(19, 21, 21, 0.2) 75%,
      transparent
    );
  }
  .watch-hero__inner {
    padding: 158px 0 30px;
  }
  .watch-hero .eyebrow {
    font-size: 8px;
  }
  .watch-hero h1 {
    font-size: 49px;
    line-height: 0.98;
    margin: 17px 0;
  }
  .watch-hero h1 span {
    font-size: 43px;
  }
  .watch-hero__lead {
    font-size: 14px;
  }
  .watch-hero__sub {
    font-size: 10px;
  }
  .watch-start {
    margin-top: 21px;
    padding: 11px 16px;
    font-size: 12px;
    gap: 32px;
  }
  .watch-hero__caption {
    top: 15px;
    bottom: auto;
    right: 5%;
    font-size: 8px;
  }
  .watch-hero__caption b {
    font-size: 11px;
  }
  .watch-hero__caption span {
    font-size: 7px;
  }
  .watch-summary {
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
    padding: 24px 0;
  }
  .watch-summary__count strong {
    font-size: 39px;
  }
  .watch-summary__count div > span {
    font-size: 17px;
  }
  .watch-summary__count small {
    font-size: 9px;
  }
  .watch-summary__progress > div {
    font-size: 10px;
  }
  .watch-summary__progress small {
    font-size: 9px;
  }
  .watch-summary__next {
    display: none;
  }
  .watch-library {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .library-heading {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .library-heading h2 {
    font-size: 25px;
  }
  .watch-search {
    width: 100%;
  }
  .watch-toolbar {
    display: block;
    border: 0;
  }
  .watch-filters {
    overflow-x: auto;
    gap: 21px;
    max-width: 100%;
    border-bottom: 1px solid #ccd2cb;
    scrollbar-width: thin;
  }
  .watch-filters button {
    font-size: 11px;
    flex-shrink: 0;
    padding: 12px 0;
  }
  .phase-select {
    display: block;
    border-bottom: 1px solid #d7dcd4;
    margin-top: 8px;
  }
  .phase-select select {
    width: 100%;
    max-width: none;
    padding: 9px 0;
  }
  .library-meta {
    margin-top: 11px;
  }
  .mgwc-vc-phase {
    margin-top: 24px;
  }
  .phase-number {
    font-size: 34px;
  }
  .phase-heading {
    margin-bottom: 17px;
  }
  .phase-heading h3 {
    font-size: 17px;
  }
  .phase-heading p {
    font-size: 9px;
  }
  .phase-heading > div {
    gap: 10px;
  }
  .phase-count {
    font-size: 9px;
  }
  .mgwc-vc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 15px;
  }
  .movie-title {
    font-size: 12px;
    margin: 5px 0 10px;
  }
  .movie-meta {
    font-size: 9px;
    margin-top: 10px;
  }
  .movie-check {
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
  }
  .movie-bottom {
    font-size: 9px;
  }
  .movie-stamp {
    font-size: 8px;
    left: 7px;
    bottom: 7px;
  }
  .watch-next {
    grid-template-columns: 1fr;
  }
  .watch-next__image {
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .watch-next__image img {
    height: 100%;
  }
  .watch-next__copy {
    padding: 27px 6% 32px;
  }
  .watch-next h2 {
    font-size: 23px;
  }
  .watch-next h3 {
    font-size: 17px;
  }
  .watch-footer {
    display: block;
    padding: 28px 5%;
  }
  .watch-footer small {
    display: block;
    text-align: left;
    margin-top: 18px;
  }
  .watch-data {
    font-size: 9px;
    align-items: center;
  }
  .watch-data button {
    font-size: 10px;
  }
  .eyebrow {
    font-size: 9px;
  }
}

.relevance-legend {
  margin: 15px 0 0;
  color: #657065;
  font-size: 11px;
  line-height: 1.8;
}
.movie-relevance {
  display: block;
  margin: -5px 0 10px;
  color: #c84538;
  font-size: 13px;
  letter-spacing: 1px;
}
.movie-relevance small,
.drama-priority span {
  margin-left: 5px;
  color: #747d75;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
}
.drama-priority {
  letter-spacing: 1px;
}
.watch-next {
  margin-top: 70px;
}
@media (max-width: 680px) {
  .relevance-legend {
    margin-top: 12px;
    font-size: 9px;
  }
  .movie-relevance {
    font-size: 11px;
  }
  .movie-relevance small {
    display: block;
    margin-left: 0;
  }
  .watch-next {
    margin-top: 45px;
  }
}
.movie-art {
  aspect-ratio: 16/9;
  background: #101513;
}
.movie-art img {
  object-fit: contain;
}
.watch-hero__image {
  object-position: center 40%;
}
.watch-hero {
  min-height: 430px;
}
.watch-hero__inner {
  padding-top: 35px;
  padding-bottom: 35px;
}
.watch-library {
  margin-top: 38px;
}
.watch-hero h1 {
  margin-top: 20px;
  margin-bottom: 19px;
}
.watch-next:has([data-next-link][hidden]) .watch-next__copy > small {
  display: none;
}
@media (min-width: 1600px) {
  .watch-hero {
    min-height: 460px;
  }
  .watch-hero__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 680px) {
  .watch-hero {
    min-height: 440px;
  }
  .watch-hero__inner {
    padding-top: 152px;
    padding-bottom: 26px;
  }
  .watch-hero__image {
    height: 60%;
    object-position: center top;
  }
  .watch-library {
    margin-top: 30px;
  }
  .watch-hero h1 {
    margin: 15px 0;
  }
  .watch-hero__caption {
    text-shadow: 0 1px 5px #000;
    background: #10151388;
    padding: 5px 8px;
    border-radius: 2px;
  }
  .movie-art__fallback {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
.watch-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.watch-start--secondary {
  background: #fff;
  color: #171c19;
}
.watch-start--secondary:hover {
  background: #e8ece6;
}
.watch-kind-nav {
  width: 90%;
  max-width: 1360px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #d4d9d3;
}
.watch-kind-nav a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 15px 20px;
  font-weight: 800;
}
.watch-kind-nav a + a {
  border-left: 1px solid #d4d9d3;
}
.watch-kind-nav span {
  color: #e03d33;
  font-size: 10px;
}
.watch-kind-nav small {
  margin-left: auto;
  color: #747d75;
  font-size: 10px;
  font-weight: 400;
}
.drama-library {
  width: 90%;
  max-width: 1360px;
  margin: 54px auto 70px;
  padding-top: 8px;
}
.drama-library .library-heading h2 > span {
  color: #e03d33;
}
.drama-lead {
  font-size: 11px;
  color: #677168;
  margin-top: 8px;
}
.drama-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
  background: #171c19;
  color: #fff;
  padding: 20px 24px;
  margin-bottom: 24px;
  border-radius: 3px;
}
.drama-summary > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.drama-summary strong {
  font-size: 35px;
}
.drama-summary > div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 20px;
  font-size: 11px;
}
.drama-summary progress {
  grid-column: 1/3;
  width: 100%;
  height: 5px;
  accent-color: #e84235;
}
.drama-summary button {
  border: 1px solid #59625c;
  background: transparent;
  color: #dfe5df;
  padding: 8px 12px;
  font-size: 10px;
}
.drama-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.drama-card {
  border: 1px solid #d6dcd5;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.drama-card[open] {
  grid-column: 1/-1;
}
.drama-card summary {
  list-style: none;
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  cursor: pointer;
}
.drama-card summary::-webkit-details-marker {
  display: none;
}
.drama-card__year {
  font-size: 10px;
  color: #7a837a;
}
.drama-card__title {
  display: grid;
  min-width: 0;
}
.drama-card__title strong {
  font-size: 14px;
}
.drama-card__title small {
  font-size: 9px;
  color: #7a837a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.drama-card__progress {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 10px;
  color: #687168;
}
.drama-card__progress span {
  font-size: 20px;
  transition: transform 0.2s;
}
.drama-card[open] .drama-card__progress span {
  transform: rotate(45deg);
}
.drama-card.is-complete summary {
  box-shadow: inset 4px 0 #4b865d;
}
.drama-card.is-complete .drama-card__progress b {
  color: #28633c;
}
.drama-card__body {
  border-top: 1px solid #dce1db;
  padding: 18px 20px 24px;
  background: #f7f8f6;
}
.series-check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 18px;
  cursor: pointer;
}
.series-check input {
  width: 17px;
  height: 17px;
  accent-color: #337047;
}
.drama-season + .drama-season {
  margin-top: 23px;
}
.drama-season h3 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
}
.drama-season h3 span {
  font-size: 9px;
  color: #788078;
  font-weight: 400;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.episode-check {
  cursor: pointer;
}
.episode-check input {
  position: absolute;
  opacity: 0;
}
.episode-check span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px;
  border: 1px solid #cfd6ce;
  background: #fff;
  font-size: 10px;
  border-radius: 2px;
}
.episode-check i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid #b9c1b9;
  border-radius: 50%;
  color: transparent;
  font-style: normal;
}
.episode-check input:focus-visible + span {
  outline: 3px solid #e84235;
  outline-offset: 2px;
}
.episode-check.is-checked span {
  border-color: #82a98d;
  background: #edf7ef;
  color: #245b34;
}
.episode-check.is-checked i {
  background: #bceac3;
  border-color: #bceac3;
  color: #21412b;
}
@media (max-width: 680px) {
  .watch-kind-nav {
    margin-top: 16px;
  }
  .watch-kind-nav a {
    padding: 12px 10px;
    gap: 7px;
    font-size: 12px;
  }
  .watch-kind-nav small {
    font-size: 8px;
  }
  .drama-library {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .drama-summary {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 16px;
  }
  .drama-summary button {
    grid-column: 1/3;
  }
  .drama-grid {
    grid-template-columns: 1fr;
  }
  .drama-card[open] {
    grid-column: auto;
  }
  .drama-card summary {
    grid-template-columns: 42px 1fr auto;
    padding: 15px 12px;
    gap: 8px;
  }
  .drama-card__progress {
    gap: 8px;
  }
  .drama-card__progress b {
    font-size: 9px;
  }
  .episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .watch-hero__actions .watch-start {
    gap: 18px;
  }
  .drama-card__body {
    padding: 16px 12px 20px;
  }
}
.drama-card summary {
  grid-template-columns: 112px minmax(0, 1fr) auto;
}
.drama-cover {
  width: 112px;
  height: 63px;
  object-fit: cover;
  border-radius: 2px;
  background: #172019;
}
.drama-priority {
  display: block;
  font-style: normal;
  font-size: 10px;
  color: #a7352e;
  margin-top: 6px;
}
.drama-priority-note {
  font-size: 11px;
  line-height: 1.9;
  color: #657065;
  margin: 0 0 22px;
}
.drama-priority-note a,
.drama-source {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.drama-reason {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 18px;
}
.drama-reason b {
  display: block;
  color: #a7352e;
  font-size: 10px;
  margin-bottom: 4px;
}
.drama-source {
  display: inline-block;
  font-size: 10px;
  margin-top: 20px;
  color: #687168;
}
.episode-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.episode-check .episode-content {
  display: block;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.episode-content > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.episode-check .episode-caption {
  display: flex;
  padding: 11px;
  gap: 9px;
  border: 0;
  background: transparent;
  align-items: flex-start;
}
.episode-caption > span {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.episode-caption small {
  display: block;
  color: #727b72;
  font-size: 9px;
}
.episode-caption b {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}
.episode-caption i {
  flex-shrink: 0;
  margin-top: 3px;
}
.episode-check input:focus-visible + .episode-content {
  outline: 3px solid #e84235;
  outline-offset: 2px;
}
.drama-card summary:focus-visible {
  outline: 3px solid #e84235;
  outline-offset: -3px;
}
@media (max-width: 680px) {
  .drama-card summary {
    grid-template-columns: 76px minmax(0, 1fr) auto;
  }
  .drama-cover {
    width: 76px;
    height: 54px;
  }
  .drama-card__title strong {
    font-size: 12px;
  }
  .drama-card__title small {
    font-size: 8px;
  }
  .drama-priority {
    font-size: 8px;
  }
  .episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .episode-caption b {
    font-size: 11px;
  }
  .episode-check .episode-caption {
    padding: 8px;
    gap: 6px;
  }
}
