@charset "UTF-8";
/* topics-heading */
.topics-heading {
  position: relative;
  display: flex;
  max-height: 650px;
}

.interview .topics-heading {
  background-color: #3f99c6;
}

.pickup .topics-heading {
  background-color: var(--base-color-black);
}

.topics-heading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: "";
  z-index: 0;
}

.interview .topics-heading::before {
  background: url(/assets/images/topics/bg_interview.svg) center center / cover no-repeat;
}

.pickup .topics-heading::before {
  background: url(/assets/images/topics/bg_pickup.svg) center center / cover no-repeat;
}

.topics-heading .topics-heading-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 139px 72px 227px;
}

.topics-heading .topics-heading-text .topics-heading-labels {
  display: flex;
  column-gap: 12px;
}

.topics-heading .topics-heading-text .topics-heading-label {
  position: relative;
  width: fit-content;
  margin: 0;
  font-size: 0.9375em;
  font-weight: 600;
  border-radius: 20px;
}

.topics-heading .topics-heading-text .label-interview {
  padding: 4px 16px 4px 39px;
  color: var(--main-color-black);
  background-color: #fff;
}

.topics-heading .topics-heading-text .label-interview::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url(/assets/images/topics/icon_interview_heading.png) center center / cover no-repeat;
  content: "";
}

.topics-heading .topics-heading-text .label-pickup {
  padding: 2px 14px 3px 14px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  background-color: #8cc63f;
}

.topics-heading .topics-heading-text .cat-genre {
  padding: 4px 14.5px 3px;
  color: #fff;
  font-size: 0.8125em;
  font-weight: 700;
  background-color: #35373c;
}

.topics-heading .topics-heading-text .topics-heading-subtitle {
  margin: 30px 0 0;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
}

.topics-heading .topics-heading-text .topics-heading-title {
  margin: 13px 0 0;
  font-weight: 600;
  color: #fff;
}

.interview .topics-heading .topics-heading-text .topics-heading-title {
  font-size: 3em;
}

.pickup .topics-heading .topics-heading-text .topics-heading-title {
  font-size: 2.625em;
}

.topics-heading .topics-heading-text .topics-heading-copy {
  position: absolute;
  width: calc(100% - 144px);
  left: 72px;
  bottom: 100px;
  margin: 0;
  font-size: 0.6875em;
  color: #fff;
}

.topics-heading .topics-heading-image {
  position: relative;
  width: 48%;
  padding-bottom: 88px;
}

.topics-heading .topics-heading-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.interview .topics-heading .topics-heading-image img {
  background-color: #3a8db6;
}

.pickup .topics-heading .topics-heading-image img {
  background-color: #000;
}

@media screen and (max-width: 1280px) {
  .topics-heading .topics-heading-text {
    padding: 139px 36px 227px;
  }

  .topics-heading .topics-heading-text .topics-heading-copy {
    left: 36px;
  }
}

@media screen and (max-width: 768px) {
  .topics-heading {
    flex-direction: column;
    max-height: none;
  }

  .topics-heading::before {
    top: 76px;
    bottom: auto;
    height: 284px;
  }

  .topics-heading::after {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
  }

  .interview .topics-heading::after {
    background-color: #3a8db6;
  }

  .pickup .topics-heading::after {
    background-color: #000;
  }

  .topics-heading .topics-heading-text {
    padding: 28px 20px 55px;
  }

  .topics-heading .topics-heading-text .topics-heading-label {
    font-size: 0.6875em;
  }

  .topics-heading .topics-heading-text .label-interview {
    padding: 4px 11px 4px 30px;
  }

  .topics-heading .topics-heading-text .label-interview::before {
    left: 10px;
    width: 14px;
    height: 14px;
  }

  .topics-heading .topics-heading-text .label-pickup {
    padding: 3px 13px;
  }

  .topics-heading .topics-heading-text .cat-genre {
    padding: 3px 12px;
  }

  .topics-heading .topics-heading-text .topics-heading-subtitle {
    margin: 19px 0 0;
    font-size: 0.8125em;
  }

  .topics-heading .topics-heading-text .topics-heading-title {
    margin: 5px 0 0;
  }

  .interview .topics-heading .topics-heading-text .topics-heading-title {
    font-size: 1.75em;
  }

  .pickup .topics-heading .topics-heading-text .topics-heading-title {
    font-size: 1.5em;
  }

  .topics-heading .topics-heading-text .topics-heading-copy {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 14px;
    font-size: 0.5625em;
  }

  .topics-heading .topics-heading-image {
    width: 100%;
    height: 100%;
    max-height: 350px;
    aspect-ratio: 375 / 220;
    padding-bottom: 0;
  }

  .topics-heading .topics-heading-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* topics-main */
.topics-main {
  position: relative;
  display: flex;
  column-gap: 70px;
  margin: -88px 0 0;
  padding: 87px 72px 165px;
  border-radius: 72px 0 0 0;
  background-color: var(--base-color-black);
}

.topics-main .topics-aside {
  position: sticky;
  top: 50px;
  left: 0;
  width: 186px;
  height: 44px;
}

.topics-main .topics-aside .sns-share {
  width: 186px;
}

.topics-main .topics-aside .share-list {
  padding-top: 0;
}

.topics-main .topics-content {
  flex: 1;
}

.topics-main .topics-content h2 {
  font-size: 1.75em;
  font-weight: 600;
  color: #fff;
}

.topics-main .topics-content h3 {
  position: relative;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}

.interview .topics-main .topics-content h3 {
  margin: 76px 0 0;
  padding: 18px 29px;
  background-color: rgb(255, 255, 255, 0.1);
  border-radius: 0 8px 0 0;
}

.pickup .topics-main .topics-content h3 {
  margin: 48px 0 0;
  padding: 0 0 0 27px;
}

.pickup .topics-main .topics-content figure + h3 {
  margin: 75px 0 0;
}

.topics-main .topics-content h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
}

.interview .topics-main .topics-content h3::before {
  background: #3f99c6;
}

.pickup .topics-main .topics-content h3::before {
  background: #8cc63f;
}

.topics-main .topics-content > p {
  margin: 20px 0 0;
  line-height: 1.75;
  color: rgb(255, 255, 255, 0.9);
}

.topics-main .topics-content > h2 + p {
  margin: 24px 0 0;
}

.interview .topics-main .topics-content > h3 + p {
  margin: 40px 0 0;
}

.pickup .topics-main .topics-content > h3 + p {
  margin: 25px 0 0;
}

.topics-main .topics-content > p + p {
  margin: 20px 0 0;
}

.topics-main .topics-content > p b {
  font-weight: 600;
}

.topics-main .topics-content > a,
.topics-main .topics-content p > a {
  color: rgb(45, 158, 192, 0.9);
}

.topics-main .topics-content figure {
  overflow: hidden;
}

.topics-main .topics-content > * + figure {
  margin: 20px 0 0;
}

.topics-main .topics-content > p + figure {
  margin: 44px 0 0;
}

.topics-main .topics-content figure + figure {
  margin: 32px 0 0;
}

.topics-main .topics-content figure img {
  width: 100%;
  height: auto;
}

.topics-main .topics-content figure figcaption {
  margin: 12px 0 0;
  font-size: 0.6875em;
  color: #fff;
}

.topics-main .topics-content .topics-copy {
  margin: 36px 0 0;
  font-size: 0.875em;
  line-height: 1.75;
  color: rgb(255, 255, 255, 0.9);
}

@media screen and (max-width: 1280px) {
  .topics-main {
    padding: 87px 36px 165px;
  }
}

@media screen and (max-width: 768px) {
  .topics-main {
    flex-direction: column;
    row-gap: 28px;
    margin: 0;
    padding: 52px 20px 139px;
    border-radius: 40px 0 0 0;
  }

  .topics-main .topics-aside {
    position: relative;
    top: 0;
    width: 100%;
  }

  .topics-main .topics-aside .sns-share {
    width: 100%;
    border-radius: 8px;
  }

  .topics-main .topics-content h2 {
    font-size: 1.125em;
  }

  .topics-main .topics-content h3 {
    padding: 14px 24px;
    font-size: 1.0625em;
  }

  .interview .topics-main .topics-content h3 {
    margin: 56px 0 0;
  }

  .pickup .topics-main .topics-content h3 {
    margin: 28px 0 0;
    padding: 0 0 0 14px;
  }

  .pickup .topics-main .topics-content figure + h3 {
    margin: 37px 0 0;
  }

  .topics-main .topics-content > p {
    font-size: 0.9375em;
  }

  .topics-main .topics-content > h2 + p {
    margin: 14px 0 0;
  }

  .interview .topics-main .topics-content > h3 + p {
    margin: 30px 0 0;
  }

  .pickup .topics-main .topics-content > h3 + p {
    margin: 16px 0 0;
  }

  .topics-main .topics-content > p + figure {
    margin: 36px 0 0;
  }

  .topics-main .topics-content figure + figure {
    margin: 24px 0 0;
  }

  .topics-main .topics-content figure figcaption {
    margin: 10px 0 0;
    font-size: 0.5625em;
  }

  .topics-main .topics-content .topics-copy {
    margin: 24px 0 0;
    font-size: 0.75em;
  }

  .topics-main .topics-content .topics-bottom-block {
    margin: 28px 0 0;
  }
}

/* profile-block */
.profile-block {
  position: relative;
  margin: 48px 0 0;
  padding: 48px 0 0;
}

.profile-block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(/assets/images/topics/border_dots.svg) left center / auto 1px repeat-x;
  content: "";
}

.profile-block .profile-label {
  width: fit-content;
  margin: 0;
  padding: 2px 13px 3px;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 19px;
  color: #fff;
  font-family: "Lato", sans-serif;
  background-color: #3f99c6;
}

.profile-block .profile-item {
  margin: 22px 0 0;
}

.profile-block .profile-item + .profile-item {
  margin: 25px 0 0;
}

.profile-block .profile-item .profile-name {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}

.profile-block .profile-item .profile-desc {
  margin: 10px 0 0;
  line-height: 1.75;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .profile-block {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }

  .profile-block .profile-label {
    padding: 2px 13px 3px;
    font-size: 0.75em;
  }

  .profile-block .profile-item {
    margin: 20px 0 0;
  }

  .profile-block .profile-item + .profile-item {
    margin: 28px 0 0;
  }

  .profile-block .profile-item .profile-name {
    font-size: 0.9375em;
  }

  .profile-block .profile-item .profile-desc {
    margin: 12px 0 0;
    font-size: 0.9375em;
  }
}

/* program-block */
.program-block {
  margin: 52px 0 0;
  padding: 34px 32px 34px 46px;
  background-color: rgb(255, 255, 255, 0.1);
  border-radius: 12px;
}

.program-block + .program-block {
  margin: 32px 0 0;
}

.program-block .program-block-heading {
  display: flex;
  align-items: flex-start;
  column-gap: 48px;
}

.program-block .program-block-heading .program-title {
  position: relative;
  margin: 0;
  flex: 1;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}

.program-block .program-block-heading .program-title::before {
  position: absolute;
  top: 0;
  left: -46px;
  width: 3px;
  height: 100%;
  content: "";
}

.interview .program-block .program-block-heading .program-title::before {
  background-color: #3f99c6;
}

.pickup .program-block .program-block-heading .program-title::before {
  background-color: #8cc63f;
}

.program-block .program-block-heading .program-btn {
  width: 138px;
  font-size: 0.875em;
  border-radius: 6px;
}

.program-block .program-block-heading .program-btn span {
  padding-left: 19px;
}

.program-block .program-block-heading .program-btn.favorite-btn span::before {
  left: -10px;
}

.program-block .program-date {
  margin: 20px 0 0;
  font-size: 1.125em;
  font-weight: 600;
  color: #fff;
}

.program-block .program-plan {
  margin: 8px 0 0;
  color: #fff;
}

.program-block .program-info {
  position: relative;
  margin: 24px 0 0;
  padding: 24px 0 0;
}

.program-block .program-info::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(/assets/images/topics/border_dots.svg) left center / auto 1px repeat-x;
  content: "";
}

.program-block .program-info .program-info-title {
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
  color: #fff;
}

.program-block .program-info .program-info-desc {
  margin: 12px 0 0;
  line-height: 1.75;
  color: rgb(255, 255, 255, 0.9);
}

.program-block .program-copy {
  margin: 16px 0 0;
  font-size: 0.6875em;
  color: rgb(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {
  .program-block {
    margin: 42px 0 0;
    padding: 28px 24px;
    border-radius: 8px;
  }

  .program-block + .program-block {
    margin: 28px 0 0;
  }

  .program-block .program-block-heading {
    flex-direction: column;
    row-gap: 14px;
  }

  .program-block .program-block-heading .program-title {
    font-size: 1.125em;
  }

  .program-block .program-block-heading .program-title::before {
    left: -24px;
  }

  .program-block .program-block-heading .program-btn {
    padding: 7px 10px 6px;
    width: 123px;
    font-size: 0.8125em;
  }

  .program-block .program-block-heading .program-btn.favorite-btn span::before {
    left: -8px;
    top: calc(50% - 1px);
  }

  .program-block .program-date {
    margin: 22px 0 0;
    font-size: 0.875em;
  }

  .program-block .program-plan {
    margin: 12px 0 0;
    font-size: 0.8125em;
  }

  .program-block .program-info {
    margin: 16px 0 0;
    padding: 16px 0 0;
  }

  .program-block .program-info .program-info-title {
    font-size: 0.75em;
  }

  .program-block .program-info .program-info-desc {
    margin: 12px 0 0;
    line-height: 1.75;
    font-size: 0.8125em;
    color: rgb(255, 255, 255, 0.9);
  }

  .program-block .program-copy {
    margin: 4px 0 0;
    font-size: 0.6875em;
  }
}

/* movie-block */
.movie-block {
  margin: 32px 0 0;
  padding: 34px 48px;
  border-radius: 12px;
}

.interview .movie-block {
  background-color: #3f99c6;
}

.pickup .movie-block {
  background-color: #8cc63f;
}

.movie-block .movie-block-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}

.movie-block iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 704 / 394;
}

@media screen and (max-width: 768px) {
  .movie-block {
    margin: 24px 0 0;
    padding: 28px 24px;
    border-radius: 8px;
  }

  .program-block + .program-block + .movie-block {
    margin: 36px 0 0;
  }

  .movie-block .movie-block-title {
    font-size: 1.125em;
  }

  .movie-block iframe {
    aspect-ratio: 287 / 161;
  }
}

/* .bottom-recommend */
.interview .topics-main + .bottom-recommend,
.pickup .topics-main + .bottom-recommend {
  position: relative;
  margin: -69px 0 0;
}

/* #scroll-progress-bar */
@media screen and (max-width: 768px) {
  #scroll-progress-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: var(--main-color-white);
    z-index: 1;
  }

  .scroll-progress-fill {
    height: 100%;
    width: 0;
    background-color: #8cc63f;
    transition: width 0.3s ease-out;
  }
}
