@charset "utf-8";

.list-attribute .icon-label + .icon-label {
  margin-left: 5px;
}
.thumb-list {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.thumb-list .list-link {
  padding: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-list:not(.full) .list-link {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}
.thumb-list .list-image {
  position: relative;
  overflow: hidden;
}
.thumb-list .list-image:has(> img:only-child) {
  line-height: 0;
}
.thumb-list .list-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}
.thumb-list .list-text {
  position: relative;
  overflow: hidden;
}
.thumb-list .list-title {
  min-height: 38px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.5rem;
}
.thumb-list.-movie-icon .list-title {
  position: relative;
  padding-bottom: 29px;
}
.thumb-list.-movie-icon .list-title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 26px;
  aspect-ratio: 26 / 19;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/denshiban/common/icon-movie.svg');
}
.thumb-list .list-attribute {
  align-items: center;
}
.thumb-list .list-attribute .attribute-date {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #7e7d7d;
}
.thumb-list.full .list-image {
  width: 100%;
  margin-bottom: 10px;
}
.thumb-list.full .list-title {
  font-size: 1.6rem;
}
.pagination {
  margin-bottom: 40px;
  position: relative;
}
.pagination a {
  width: 35px;
  height: 35px;
  display: block;
}
.pagination .pagination-link {
  margin: 0 6px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid var(--color-primary);
  line-height: 35px;
  text-align: center;
  color: var(--color-primary);
}
.pagination .pagination-link.active {
  background: var(--color-primary);
  color: #fff;
}
.pagination .pagination-arrow {
  position: relative;
}
.pagination .pagination-arrow::after {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: inline-block;
  border: 2px solid var(--color-primary);
  border-top: none;
  border-left: none;
}
.pagination .pagination-arrow.prev {
  margin-right: auto;
}
.pagination .pagination-arrow.next {
  margin-left: auto;
}
.pagination .pagination-arrow.prev::after {
  transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
}
.pagination .pagination-arrow.next::after {
  transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
}
.pagination span {
  width: 35px;
  height: 35px;
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 1.6rem;
  color: var(--color-primary);
}
.common-leaks a {
  display: block;
}
.common-leaks a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.common-podcast {
  --base-viewport-width: 390;
  border: 1px solid var(--color-primary);
}
.common-podcast_logo {
  background-color: var(--color-primary);
  padding: calc(4 / var(--base-viewport-width) * 100vw) calc(12 / var(--base-viewport-width) * 100vw);
}
.common-podcast_logo-img {
  width: 100%;
}
.common-podcast_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(6 / var(--base-viewport-width) * 100vw);
  background-color: #fff;
  padding: calc(6 / var(--base-viewport-width) * 100vw);
}
.common-podcast_link {
  display: grid;
  place-items: center;
  border: 1px solid #d9d9d9;
  padding-block: calc(5 / var(--base-viewport-width) * 100vw);
}
.common-podcast_img {
  width: auto;
  height: calc(23 / var(--base-viewport-width) * 100vw);
}
.top-headliner {
  margin-top: 20px;
  margin-bottom: 30px;
  background: transparent;
}
.top-headliner .top-headliner-column {
  position: relative;
}
.top-headliner .headliner-image {
  position: relative;
  overflow: hidden;
}
.top-headliner .headliner-image::before {
  content: '';
  display: block;
  padding-top: 62.5%;
}
.top-headliner .headliner-image img {
  width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-headliner .headliner-text {
  bottom: -50px;
  left: 0;
  right: 0;
  background: #fff;
}
.top-headliner .headliner-text-inner {
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.top-headliner .icon-label {
  margin-bottom: 6px;
}
.top-headliner .headliner-title {
  min-height: 50px;
  align-items: center;
  line-height: 1.4;
  font-size: 1.6rem;
}
.top-list-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}
.top-list-title .j {
  display: inline-block;
  font-size: 2rem;
}
.top-list-title .e {
  color: var(--color-primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.top-list-title.recommend {
  margin-left: 10px;
}
.top-btn-more {
  text-align: center;
  margin-top: 21px;
}
.top-btn-more_link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 0 24px 4px 0;
}
.top-btn-more_link::before {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  background-color: #000;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.top-btn-more.series {
  margin: 10px 0 0;
}
a.more-btn-up {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 26px;
  font-weight: 700;
  font-size: 1.4rem;
  transition: 0.3s;
}
a.more-btn-up::after {
  content: '';
  background-image: url(/common/images/denshiban/common/more_arrow.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: -26px;
}
.top-notice {
  background: #fafafa;
  margin-block: 15px;
  padding: 20px 0 24px;
}
.top-notice_inner {
  padding: 0 15px;
}
.top-notice_title-text {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
}
.top-notice_list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.top-notice_item {
  display: flex;
}
.top-notice_time {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-right: 1em;
}
.top-notice_link {
  flex: 3;
  color: #007fcc;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
}
.recommend-box {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.top-pickup {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}
.series-box {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.series-box .caroucel-series {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
}
.series-box .series-slide {
  min-width: 230px;
  margin-right: 10px;
  position: relative;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.series-box .pickup-slide {
  min-width: 230px;
  position: relative;
  padding: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}
.series-box .series-slide .series-image {
  margin-bottom: 7px;
  position: relative;
  overflow: hidden;
}
.series-box .series-slide .series-image img {
  min-height: 145px;
}
.series-box .series-slide .series-textarea:not(.pickup-textarea) {
  padding-bottom: 20px;
}
.series-box .series-slide .pickup-textarea {
  padding: 0 10px 10px 10px;
}
.series-box .series-slide h2 {
  padding-bottom: 7px;
  font-size: 1.5rem;
  line-height: 1.5;
  white-space: normal;
}
.series-box .series-slide p:not(.icon-label, .limited-free) {
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: normal;
  color: #7e7d7d;
}
.series-box .series-slide .pickup-textarea .list-attribute,
.series-box .series-slide .series-textarea .list-attribute,
.series-box.programs-box .series-slide .list-attribute {
  margin-bottom: 7px;
  align-items: center;
  line-height: 20px;
}
.series-box .series-slide .pickup-textarea .list-attribute .attribute-date,
.series-box .series-slide .series-textarea .list-attribute .attribute-date {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #7e7d7d;
}
.series-box .caroucel-series {
  min-height: 280px;
}
.series-box .thumb-list .list-image {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.series-box .thumb-list .list-text {
  padding-top: 7px;
  white-space: normal;
}
.series-box .thumb-list .list-link {
  padding: 0;
  display: inline-block;
  box-shadow: none;
}
.series-list-linker {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2379ca;
  border-bottom: 1px dashed #2379ca;
}

/* ---- Category ---- */
.category-wrapper {
  background: transparent;
}
.category-title {
  margin: 10px 0 15px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.category-note {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
}
.category-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto 30px;
}
.category-nav_link {
  background-color: #fff;
  min-width: 84px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.3em 1em;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-align: center;
  margin: -1px 0 0 -1px;
}
.category-nav_link[data-current='true'] {
  color: #fff;
  background-color: var(--color-primary);
}
.category-nav[data-page='default'] .category-nav_link {
  min-width: 75px;
}
.category-body {
  margin-bottom: 40px;
}

/* ---- Search ---- */
.search-wrapper {
  background: transparent;
}
.search-title {
  margin: 10px 0 30px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.search-body {
  margin-bottom: 40px;
}
.search-body .search-noresult {
  text-align: center;
}

/* ---- Feature ---- */
.feature-wrapper {
  background: transparent;
}
.feature-main-visual {
  margin-bottom: 30px;
}
.feature-title {
  margin: 10px 0 10px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.feature-description {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
.feature-body {
  margin-bottom: 40px;
}

/* ---- limited free ---- */
.limited-free {
  position: absolute;
  padding: 0.4em 0.85em;
  color: #fff;
  line-height: 1;
  font-size: 1.2rem;
  border-radius: 9999px;
  background-color: #d533e3;
  top: 0;
  left: -4px;
  z-index: 1;
}
:is(.top-block:not(.-main), .top-column-block) .limited-free {
  transform: translateY(-50%);
}
.top-block.-main .limited-free {
  left: 0;
}

/* ---- Series ---- */
.series-wrapper {
  background: transparent;
}
.series-title {
  margin: 10px 0 10px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.series-schedule-text {
  font-size: 1.6rem;
  text-align: center;
  margin-block: 10px;
}
.series-description {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
.series-body {
  margin-bottom: 40px;
}

/* ---- Program ---- */
.top .program {
  padding: 30px 1rem;
  width: 100%;
  background: #e2dcd0;
  margin-bottom: 40px;
}
.program .top-list-title {
  padding: 0;
}
.program .top-list-title span.j {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: left;
}
.program .top-list-title .e {
  width: 140px;
  margin-bottom: 10px;
}
.program .top-list-title img {
  width: 100%;
  height: auto;
}
.program .series-box .series-slide {
  background: unset;
}

/* ---- favorite ---- */
.favorite-wrapper {
  background: transparent;
}
.favorite-title {
  margin: 50px 0 30px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.favorite-delete {
  color: #eb0400;
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.favorite-delete:before {
  content: '';
  background-image: url(/common/images/denshiban/favorite/fav-delete.png);
  width: 18px;
  height: 16px;
  top: 2px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 17px 15px;
  background-position: left top;
}
.favorite-delete:after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  border: dashed 1px #eb0400;
  margin: 5px auto 0;
}
.favorite [type='checkbox'] {
  display: none;
}
.favorite-check-box input + .favorite-check:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url('/common/images/denshiban/favorite/check-f-pc.png');
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  width: 28px;
  height: 28px;
}
.favorite-check-box input:checked + .favorite-check:before {
  background-image: url('/common/images/denshiban/favorite/check-t-pc.png');
  background-size: 28px 28px;
}
.favorite-wrapper {
  background: transparent;
  font-weight: 700;
  line-height: 1.3;
}
.favorite-title {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.favorite-delete {
  width: 200px;
  color: #eb0400;
  font-size: 1.4rem;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
}
.favorite-delete:before {
  content: '';
  background-image: url(/common/images/denshiban/favorite/fav-delete.png);
  width: 18px;
  height: 16px;
  top: 2px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 17px 15px;
  background-position: left top;
}
.favorite-delete:after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  border-bottom: dashed 1px #eb0400;
  margin: 4px auto 0;
}
.favorite [type='checkbox'] {
  display: none;
}
.favorite-check-box input + .favorite-check:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 5px 0 0;
  background-image: none, url('/common/images/denshiban/favorite/check-f-pc.png');
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  width: 28px;
  height: 28px;
}
.favorite-check-box input:checked + .favorite-check:before {
  background-image: url('/common/images/denshiban/favorite/check-t-pc.png');
  background-size: 28px 28px;
}
.favorite-body {
  margin-bottom: 50px;
}
#favorite-delete-btn:hover,
#favorite-articles-container .favorite-check-box {
  cursor: pointer;
}
#favorite-articles-container li a {
  display: flex;
}
#favorite-articles-container li a:hover {
  opacity: 0.7;
}
#favorite-articles-container ul {
  width: 100%;
  margin: 1rem auto;
}
#favorite-articles-container ul li {
  position: relative;
  padding: 5px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}
#favorite-articles-container ul li.no-favorite {
  margin-bottom: 70px;
}
#favorite-articles-container ul li .lf {
  width: 170px;
}
#favorite-articles-container ul li .lf img {
  min-width: 170px;
  height: auto;
}
#favorite-articles-container ul li .rt {
  position: relative;
  flex: 1;
  margin-left: 10px;
}
#favorite-articles-container ul li .rt .title {
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
#favorite-articles-container ul li.-movie-icon .rt .title {
  position: relative;
  display: block;
  padding-bottom: 29px;
}
#favorite-articles-container ul li.-movie-icon .rt .title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 26px;
  aspect-ratio: 26 / 19;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/denshiban/common/icon-movie.svg');
}
#favorite-articles-container ul li .rt .list-attribute {
  display: flex;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #7e7d7d;
  font-weight: 500;
}
#favorite-articles-container ul li .btn {
  position: absolute;
  top: -13px;
  left: -8px;
}
.favorite-logout-box {
  text-align: center;
}
.favorite-logout-box a {
  color: #2379ca;
  border-bottom: 1px dashed #2379ca;
  font-weight: 700;
}
.favorite-logout-box .piano-login-link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2379ca;
  padding-bottom: 2px;
  border-bottom: 1px dashed #2379ca;
  margin: 30px auto 0;
  display: inline-block;
}

/* ---- 共通バナー ---- */
.common-banners {
  display: grid;
  gap: 18px;
  margin-block: 18px 30px;
}
.common-banner_link {
  display: block;
  line-height: 0;
}
.common-banner_img {
  width: 100%;
}

/* ---- トップページ ブロック（横並び） ---- */
.top-block {
  padding-right: 15px;
  padding-left: 15px;
}
.top-block.-main {
  padding: 0;
}
.top-block.-latest {
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-block.-original {
  padding-top: 23px;
  padding-bottom: 40px;
}
.top-block.-recommend {
  padding-top: 40px;
  padding-bottom: 20px;
}
.top-block.-program {
  padding-top: 23px;
  padding-bottom: 20px;
}
.top-block.-series {
  padding-top: 23px;
  padding-bottom: 20px;
}
.top-block.-editors {
  padding-top: 23px;
  padding-bottom: 20px;
}
.top-block.-category {
  padding-top: 23px;
  padding-bottom: 20px;
}
.top-block_section {
  margin: -12px -15px 0 -5px;
}
.top-block.-main .top-block_section {
  margin: 0;
}
.top-block_list {
  display: flex;
  overflow-x: auto;
  padding-top: 12px;
}
.top-block.-main .top-block_list {
  padding-top: 0;
}
.top-block.-category .top-block_list[aria-hidden='false'] {
  animation: fadeIn 0.5s ease-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-block_list::before {
  content: '';
  flex-shrink: 0;
  width: 5px;
}
.top-block.-main .top-block_list::before {
  display: none;
}
.top-block_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 16px auto 20px;
}
.top-block_tab {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none !important;
  min-width: 92px;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.3em 1em;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-align: center;
  margin: -1px 0 0 -1px;
}
.top-block_tab[aria-selected='true'] {
  color: #fff;
  background: var(--color-primary);
}
.top-block_item {
  position: relative;
  flex-shrink: 0;
  width: 55.3%;
}
.top-block.-main .top-block_item {
  width: 100%;
}
.top-block_item.-leaks {
  width: 33%;
}
.top-block_item + .top-block_item {
  margin-left: 8px;
}
.top-block.-main .top-block_item + .top-block_item {
  margin-left: 0;
}
.top-block_link {
  display: block;
}
.top-block_item.-more .top-block_link {
  display: grid;
  place-items: center;
  height: 100%;
  font-weight: 700;
  border-radius: 10px;
  background-color: #ddd;
}
.top-block_figure {
  line-height: 0;
}
.top-block_img {
  width: 100%;
  aspect-ratio: 308 / 192;
  object-fit: contain;
}
.top-block_texts {
  padding: 9px 0;
}
.top-block.-main .top-block_texts {
  padding: 14px;
}
.top-block_title {
  font-size: 1.5rem;
  line-height: 1.45;
}
.top-block.-main .top-block_title {
  font-size: 2rem;
  line-height: 1.4;
}
.top-block.-program .top-block_title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-block_item.-movie-icon .top-block_title {
  position: relative;
  padding-bottom: 29px;
}
.top-block_item.-movie-icon .top-block_title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 26px;
  aspect-ratio: 26 / 19;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/denshiban/common/icon-movie.svg');
}
.top-block_type {
  margin-top: 10px;
}
.top-block_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-block_info > * {
  margin-right: 6px;
  margin-top: 6px;
}
.top-block_time {
  font-size: 1.2rem;
  padding: 4px 0;
}
.top-block_series-more {
  text-align: right;
  margin-top: -5px;
  padding-bottom: 9px;
}
.top-block_series-link {
  color: #007fcc;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
}

/* ---- トップページ ブロック（縦並び） ---- */
.top-column-block {
  padding-block: 15px 20px;
}
.top-column-block_inner {
  padding-inline: 15px;
}
.top-column-block_list {
  display: grid;
  gap: 14px;
}
.top-column-block_item {
  position: relative;
}
.top-column-block_link {
  display: grid;
  gap: 10px;
  grid-template-columns: 104px 1fr;
}
.top-column-block_figure {
  line-height: 0;
}
.top-column-block_img {
  width: 100%;
  aspect-ratio: 308 / 192;
  object-fit: contain;
}
.top-column-block_title {
  font-size: 1.6rem;
  line-height: 1.4;
}
.top-column-block_item.-movie-icon .top-column-block_title {
  position: relative;
  padding-bottom: 29px;
}
.top-column-block_item.-movie-icon .top-column-block_title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 26px;
  aspect-ratio: 26 / 19;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/denshiban/common/icon-movie.svg');
}
.top-column-block_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
}
.top-column-block_time {
  font-size: 1.2rem;
  padding-block: 4px;
}

/* ---- トップページ バナーエリア ---- */
.top-block.-bnarea {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 17px 0;
  display: block;
}
.top-block.-bnarea .bnarea_bncol {
  width: 100%;
  margin: 0 0 14px;
}
.top-block.-bnarea .bnarea_bncol:last-child {
  margin: 0;
}
.top-block.-bnarea .bnarea_bncol img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- トップページ最新号情報 ---- */
.top-latest-issue_box {
  max-width: 1285px;
  background-color: #fafafa;
  margin: 0 auto;
  padding: 33px 15px 30px;
}
.top-latest-issue_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.top-latest-issue_body {
  margin-top: 23px;
}
.top-latest-issue_figure {
  width: max(36%, 130px);
  line-height: 0;
  margin: 0 auto;
}
.top-latest-issue_figure-link {
  display: block;
}
.top-latest-issue_img {
  width: 100%;
  aspect-ratio: 130 / 183;
  object-fit: contain;
  background-color: #fafafa;
}
.top-latest-issue_note {
  display: block;
  border: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  padding: 0.8em 1em;
}
.top-latest-issue_viewer {
  display: block;
  border: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  padding: 0.8em 1em;
}
.top-latest-issue_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.top-latest-issue_item {
  width: 48.9%;
  margin-bottom: 11px;
}
.top-latest-issue_item:nth-child(n + 3) {
  width: 100%;
  margin: 10px 0 0 0;
}
.top-latest-issue_link {
  display: block;
}
.top-latest-issue_item:nth-child(n + 3) .top-latest-issue_link {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
}
.top-latest-issue_list.-second .top-latest-issue_link {
  grid-template-columns: 35.6% 1fr;
}
.top-latest-issue_item-img {
  width: 100%;
}
.top-latest-issue_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.447;
  margin-top: 7px;
}
.top-latest-issue_item:nth-child(n + 3) .top-latest-issue_text {
  font-size: 1.3rem;
  margin-top: 0;
}
.top-latest-issue_more {
  text-align: center;
  margin-top: 23px;
}
.top-latest-issue_more-link {
  font-size: 1.5rem;
  color: #007fcc;
  text-decoration: underline;
}

/* ---- 発売号一覧 ---- */
.backnumber-body {
  margin: -10px 0 57px;
  padding: 0 14px;
}
.backnumber-body_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.backnumber-body_link {
  display: block;
}
.backnumber-body_figure {
  line-height: 0;
}
.backnumber-body_img {
  width: 100%;
  aspect-ratio: 156/ 220;
  object-fit: contain;
  background-color: #fafafa;
}
.backnumber-body_issue {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.backnumber-body_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.448;
  margin-top: 10px;
}
.backnumber-body_button {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}
.backnumber-body_viewer {
  display: inline-block;
  font-size: min(calc(14 / 390 * 100vw), 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  padding: 0.45em 0.3em;
  border: 1px solid #000;
  width: 100%;
}
.backnumber-body_viewer-note {
  font-size: min(calc(14 / 390 * 100vw), 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 6px;
  padding: 0.45em 0.3em;
}

/* ---- トップ 文春記者トーク メイン ---- */
.top-program-main {
  margin-bottom: 20px;
}
.top-program-main_link {
  display: block;
  border: 1px solid #ddd;
  padding: 14px 19px;
}
.top-program-main_figure {
  line-height: 0;
}
.top-program-main_img {
  width: 100%;
  aspect-ratio: 323 / 202;
  object-fit: contain;
}
.top-program-main_texts {
  padding-top: 10px;
}
.top-program-main_title {
  font-size: 1.6rem;
  line-height: 1.45;
}
.top-program-main_title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-program-main_info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30px;
}
.top-program-main.-movie-icon .top-program-main_info::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 26px;
  aspect-ratio: 26 / 19;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/denshiban/common/icon-movie.svg');
}
.top-program-main_info > * {
  margin-right: 6px;
  margin-top: 6px;
}
.top-program-main_time {
  font-size: 1.2rem;
  padding: 4px 0;
}

/* ---- キャンペーン時カウントダウン ---- */
.countdown {
  --base-viewport-width: 390;
}
.countdown_inner {
  text-align: center;
}
.countdown_text {
  color: #eb0400;
  font-size: 1.8rem;
  font-weight: bold;
}
.countdown_date {
  min-height: 53px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3px -5px 0 -14px;
}
.countdown_date span {
  display: inline-block;
  font-size: min(4.8rem, calc((48 / var(--base-viewport-width)) * 100vw));
  line-height: 1.1;
  vertical-align: bottom;
  margin: 0 3px 0 9px;
}

/* ---- 連載一覧ページへのテキストリンク ---- */
.series-list-link {
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2379ca;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 0.3em;
  margin: 60px auto;
  padding: 0.5em 1em;
}
