@charset "UTL-8";
/* ~core.min.css overwrite */
.splide__slide img {
    vertical-align: bottom;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pm .content_top {
  color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 63, 136, 1) 70%, rgba(0, 33, 78, 1));
}

.pm .content_top_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 32px;
  background-image: linear-gradient(90deg, rgba(0, 100, 255, 1) 70%, rgba(0, 96, 200, 1));
}

.pm .content_head {
  padding: 32px 32px 16px;
  background-image: linear-gradient(90deg, rgba(0, 63, 136, 1) 50%, rgba(0, 96, 200, 1));
}

.pm .content_title {
  color: #fff;
  margin-bottom: 20px;
}

.pm .content_info {
  margin-bottom: 0;
}

.pm .content_info .date {
  position: relative;
  font-size: 1.0625rem;
  color: #fff;
  padding-left: 22px;
}

.pm .content_info .date::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: url(/assets/paramount/images/ico-update.svg) no-repeat center center / contain;
}

.pm .content_img img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pm .content_img figcaption {
  font-size: 0.75rem;
  text-align: right;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  margin: 8px 32px;
}

.pm .content_top_bottom {
  padding: 0 32px 40px;
}

.pm .content_lead {
  font-size: 1.0625rem;
  line-height: 210%;
}

.pm .content_toc {
  margin-top: 40px;
  padding: 32px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.pm .content_toc_title {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 210%;
  width: fit-content;
  margin: auto;
  border-bottom: 2px solid #fff;
}

.pm .content_toc_list {
  margin-top: 16px;
}

.pm .content_toc_list li a {
  position: relative;
  font-size: 1.0625rem;
  color: #fff;
  padding-right: 20px;
  background: url(/assets/paramount/images/arrow-toc.svg) no-repeat top 14px right / 13px auto;
}

.pm .content_toc_list > li {
  margin-top: 8px;
}

.pm .content_toc_list > li > span {
  display: block;
  padding: 8px 0 4px;
  border-bottom: 1px solid rgba(221, 226, 255, 0.3);
}
@media (width < 769px) {
  .pm .content_toc_list li a {
    padding-right: 28px;
    background: url(/assets/paramount/images/arrow-toc.svg) no-repeat top 14px right 8px / 13px auto;
  }
  .pm .content_toc_list > li > span {
    padding: 8px 0 4px 8px;
  }
}

.pm .content_toc_list > li:last-of-type > span {
  border-bottom: none;
}

.pm .content_toc_list > li > span > a {
  font-weight: 700;
  line-height: 210%;
}

.pm .content_toc_list ul {
  margin-top: 16px;
}

.pm .content_toc_list ul > li {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
}

.pm .content_toc_list ul > li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.pm .content_toc_list ul > li > a {
  display: block;
  line-height: 140%;
}

.pm .icon-stream {
  position: relative;
  padding-left: 24px;
}

.pm .icon-stream::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background: url(/assets/paramount/images/play-btn.svg) no-repeat center center / contain;
}

.pm .content_top_movie {
  margin-top: 40px;
  padding: 32px 60px;
  background-color: #333;
}

.pm .content_top_movie_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}

.pm .content_top_movie .movie,
.pm .content_top_movie .pm_movie {
  margin-top: 24px;
}

.pm .content_top_movie .movie > * {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.pm .content_top_movie .pm_movie .pm-video-row {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.pm .content_top_movie .video-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pm .content_top_movie .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pm .content_top_movie .video-info,
.pm .content_top_movie .time {
  text-align: right;
}
.pm .content_top_movie .video-info span,
.pm .content_top_movie .time span {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 160%;
  color: #fff;
  margin: 8px 0 0 auto;
  padding: 0 16px;
  background-color: #111;
  border-radius: 4px;
}

.pm .content_body {
  margin-bottom: 30px;
}
.pm .content_body a {
  text-decoration: underline;
}

.pm .content_body h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 40px;
  padding-left: 40px;
  padding-bottom: 17px;
}

.pm .content_body h2::before,
.pm .content_body h2::after {
  position: absolute;
  content: '';
}

.pm .content_body h2::before {
  top: 11px;
  left: 0;
  width: 24px;
  height: 12px;
  background-color: #0064FF;
}

.pm .content_body h2::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(204, 204, 204, 1), rgba(0, 100, 255, 1) 50%, rgba(204, 204, 204, 1));
}

.pm .content_body section {
  position: relative;
  margin-top: 24px;
  padding: 40px 60px;
}

.pm .content_body section > *:last-child {
  margin-bottom: 0;
}

.pm .content_body section.bg-blue::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 600px;
  background-image: linear-gradient(180deg, rgba(0, 63, 136, 1), rgba(255, 255, 255, 1) 80%);
  z-index: -1;
}

.pm .content_container {
  padding: 40px 60px 16px;
}

.pm .content_top_bottom h3,
.pm .content_body section h3 {
  margin-bottom: 32px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}

.pm .content_body .content_img {
  margin-top: 32px;
}

.pm .content_body .content_img figcaption {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 8px;
}

.pm .content_table {
  width: 100%;
}

.pm .content_table tr:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}

.pm .content_table th,
.pm .content_table td {
  font-size: 1.0625rem;
  text-align: left;
  padding: 8px 16px;
}

.pm .content_table th {
  font-weight: 700;
  width: 32.4%;
  background-color: #E7E9EC;
  box-sizing: border-box;
}

.pm .content_table td {
  background-color: #F8F8F9;
}

.pm .content_list {
  padding: 0 !important;
}

.pm .content_list li {
  position: relative;
  font-size: 1.0625rem;
  line-height: 210%;
  padding-left: 1.5em;
}

.pm .content_list li::before {
  position: absolute;
  content: '';
  top: 16px;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}

.movie-info {
  padding: 0 60px 28px;
  background-color: #F7F7F7;
}

.movie-info_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  padding-top: 40px;
}

.movie-info_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.movie-info_items {
  display: flex;
  width: 100%;
  position: relative;
}

.movie-info_items a {
/*  display: flex;
  width: 100%; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.movie-info_items .body {
  flex: 1;
  display: flex;
  gap: 20px;
  padding: 20px;
/*  background-image: linear-gradient(90deg, rgba(0, 63, 136, 1) 50%, rgba(0, 96, 200, 1)); */
  background-image: linear-gradient(90deg, rgba(0, 63, 136, 1) 50%, rgba(8, 90, 192, 1));
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* 003f88 - 0060cb */

.movie-info_items .img {
  width: 35.3%;
}

.movie-info_items .img img {
  width: 100%;
}

.movie-info_items .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.movie-info_items .title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
/* height: 50px; */
  padding-bottom: 12px;
}

.movie-info_items .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.movie-info_items .icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.movie-info_items .icon img {
  width: 32px;
}

.movie-info_items .p-date,
.movie-info_items .p-channel,
.movie-info_items .icon p {
  font-size: 1.0625rem;
  color: #DDE2FF;
}
.movie-info_items .p-date + .icon{
  padding: 0.3em 0;
  margin-top: 0;
}
.movie-info_items .p-date {
  margin-top: auto;
  padding: 0.3em 0;
}
.movie-info_items .p-channel {
  padding-top: 0.3em;
}
.movie-info_items .p-channel br {
  display: none;
}

.movie-info_items .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.movie-info_items .tags li {
  font-size: 0.75rem;
  line-height: 160%;
  color: #DDE2FF;
  padding: 1px 12px;
  border-radius: 20px;
  border: 1px solid #DDE2FF;
}

.movie-info_items .arrow {
  width: 60px;
  background: #0060C8 url(/assets/paramount/images/arrow-w.svg) no-repeat center center / 15px auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.movie-info_items.nolink .arrow {
  background-image: none;
}

.movie-info_notes {
  font-size: 0.875rem;
  text-align: right;
  line-height: 140%;
/*  margin-top: 24px; */
}

/* ===== movie-info > 10 bloadcast_small - Start ===== */
.movie-info .broadcast_info {
  margin: 24px 0 0;
  padding: 20px;
  width: calc(100% - 40px);
  background-image: linear-gradient(90deg, rgba(0, 63, 136, 1) 50%, rgba(0, 96, 200, 1));
  border: none;
}
.movie-info .broadcast_info .card {
  border-bottom: 1px solid #fff;
}
.movie-info .broadcast_info .card:nth-last-child(-n+2)  {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.movie-info .broadcast_info .card .onair, 
.movie-info .broadcast_info .card .channel,
.movie-info .broadcast_info .memo {
    color:#DDE2FF;
}
.movie-info .broadcast_info .card .title,
.movie-info .broadcast_info .card .title a {
    color:#fff;
}
.movie-info .content_broad_info .p-category .p-genre_tag, 
.movie-info .content_prod_info .p-category .p-genre_tag, 
.movie-info .broadcast_info .card .p-category .p-genre_tag,
.movie-info .content_broad_info .p-category .stream, 
.movie-info .content_prod_info .p-category .stream, 
.movie-info .broadcast_info .card .p-category .stream {
    font-size: 0.75rem;
    line-height: 160%;
    color: #DDE2FF;
    padding: 1px 12px;
    border-radius: 20px;
    border: 1px solid #DDE2FF;
    background-color: transparent;
}
@media (width < 769px) {
  .movie-info .broadcast_info {
    margin: 24px 0 0;
    width: calc(100% - 40px);
  }
  .movie-info .broadcast_info .card,
  .movie-info .broadcast_info .card:nth-last-child(-n+2) {
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .movie-info .broadcast_info .card:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .movie-info .broadcast_info .card .onair, 
  .movie-info .broadcast_info .card .channel, 
  .movie-info .broadcast_info .card .title {
    font-size: 1rem;
    height: auto;
  }
}
/* ===== movie-info > 10 bloadcast_small - End ===== */


.pm-about {
  padding: 40px 0;
}

.pm-about_body {
  position: relative;
  max-width: 780px;
  margin: auto;
  padding: 20px 40px;
  background-color: #0064FF;
  border-radius: 20px;
  box-sizing: border-box;
}

.pm-about_head {
  cursor: pointer;
}

.pm-about_head .img {
  max-width: 400px;
  margin: auto;
}

.pm-about_head .btn {
  position: absolute;
  top: 32px;
  right: 28px;
  width: 32px;
  height: 32px;
}

.pm-about_head .btn::before,
.pm-about_head .btn::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.pm-about_head .btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .3s;
}

.pm-about_head .btn.is-open::after {
  transform: translate(-50%, -50%) rotate(0);
}

.pm-about_content {
  display: none;
  padding: 30px 0 20px;
}

.pm-about_lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.pm-about_movie {
  margin-top: 40px;
}

.pm-about_movie > * {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.pm-about_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  font-size: 1.0625rem;
  text-align: center;
  color: #fff;
}

.pm-about_text .notes {
  font-size: 0.75rem;
  text-align: center;
}

.content_banner,
.content_banner .bnr_block.gray {
  margin-bottom: 40px;
}

.pm-guide {
  margin-bottom: 40px;
  padding: 40px 30px;
  border-radius: 20px;
  background-image: linear-gradient(0deg, rgba(0, 63, 136, 1) 50%, rgba(0, 96, 200, 1));
}

.pm-guide_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.pm-guide_slider {
  margin-bottom: 32px;
  padding-top: 30px;
}

.pm-guide_slider .splide__slide {
  background-color: #0060C8;
}
.pm-guide_slider .splide__slide .img {
  width: 100%;
  aspect-ratio: 1200 / 675;
  display: flex;
  align-items: center;
  background-color: #333;
}
.pm-guide_slider .splide__slide .body {
  padding: 16px 16px 24px;
}
.pm-guide_slider .splide__slide .title {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pm-guide_slider .splide__arrows {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  gap: 8px;
}

.pm-guide_slider .splide__arrow {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #fff url(/assets/paramount/images/arrow-b.svg) no-repeat center center / 10px auto;
}
.pm-guide_slider .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
}
.pm-guide_slider .splide__arrow svg {
  display: none;
}

@media (width < 769px) {
  .pm .content_top_title {
    font-size: 1rem;
    padding: 8px 16px;
  }

  .pm .content_top_movie .video-info span,
  .pm .content_top_movie .time span {
    font-size: 1rem;
  }

  .pm .content_head {
    padding: 24px 4.5vw;
  }

  .pm .content_title {
    width: 100%;
    margin: 0;
  }

  .pm .content_info .content_info_left {
    width: 100%;
    margin-top: 16px;
  }

  .pm .content_info .category {
    margin-right: 16px;
  }

  .pm .content_info .date {
    font-size: 1rem;
    padding-left: 18px;
  }

  .pm .content_info .content_info_right {
    width: 100%;
  }

  .page_post .l-main .content_sns:last-of-type,
  .page_gallery .l-main .content_sns:last-of-type {
    margin-top: 8px;
  }

  .pm .content_top_bottom {
    padding: 12px 2.25vw 40px;
  }

  .pm .content_lead {
    font-size: 1rem;
    padding: 0 2.25vw;
  }

  .pm .content_toc {
    padding: 32px 2.25vw;
  }

  .pm .content_top_movie {
    margin-top: 0;
    padding: 32px 4.5vw;
  }

  .pm .content_top_movie_title {
    font-size: 1.125rem;
  }

  .pm .content_body h2 {
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 16px;
    width: 100%;
  }

  .pm .content_body h2::before {
    top: 9px;
    width: 16px;
  }

  .pm .content_body section {
    padding: 40px 4.5vw 0;
  }

  .pm .content_body section.bg-blue::before {
    height: 390px;
  }
  .pm .content_top_bottom h3,
  .pm .content_body section h3 {
    font-size: 1.125rem;
    margin: 0 0 32px;
    width: 100%;
    display:block
  }
  .pm .content_top_bottom h3 {
    padding: 0 2.25vw;
    width: calc(100% - 4.5vw);
  }
  .l-main .content_body p {
    font-size: 1rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pm .content_container {
    padding: 10px 4.5vw;
  }

  .pm .content_table th,
  .pm .content_table td {
    font-size: 1rem;
    padding: 8px;
  }

  .pm .content_table th {
    width: 44%;
  }

  .movie-info {
    padding: 0 4.5vw 40px;
  }

  .movie-info_title {
    font-size: 1.25rem;
  }

  .movie-info_items .body {
    flex-direction: column;
    gap: 16px;
  }

  .movie-info_items .img {
    width: 100%;
  }

  .movie-info_items .title {
    font-size: 1rem;
    height: auto;
  }

  .movie-info_items .title span {
    display: block;
  }

  .movie-info_items .icon {
    margin-top: 16px;
  }

  .movie-info_items .icon img {
    width: 40px;
  }

  .movie-info_items .tags {
    margin-top: 14px;
  }

  .movie-info_items .arrow {
    width: 40px;
  }

  .movie-info_notes {
    font-size: 0.75rem;
  }

  .pm-about {
    margin-bottom: 40px;
    padding: 0 4.5vw 42px;
    background-color: #F7F7F7;
  }

  .pm-about_body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pm-about_head {
    padding-left: 10px;
    padding-right: 60px;
  }

  .pm-about_head .btn {
    top: 22px;
    right: 24px;
    width: 27px;
  }

  .pm-about_head .btn::before,
  .pm-about_head .btn::after {
    height: 5px;
    border-radius: 2px;
  }

  .pm-about_lead {
    font-size: 1rem;
  }

  .pm-about_movie {
    margin-top: 30px;
  }

  .pm-about_text {
    font-size: 1rem;
    text-align: left;
    margin-top: 30px;
  }

  .pm-guide {
    margin-bottom: 40px;
    padding: 32px 0 40px;
    border-radius: 0;
  }

  .pm-guide_title {
    font-size: 1.25rem;
    text-align: left;
    padding: 0 90px 0 16px;
  }

  .pm-guide_slider {
    padding-top: 24px;
  }

  .pm-guide_slider .splide__arrows {
    top: -30px;
    right: 12px;
  }
}


/**
 * splide.js
 * at one item
 */
.splide:not( .is-overflow ) .splide__list:has(> li:only-child) {
  justify-content: center;
  transform: none !important; 
}

