@charset "UTF-8";
:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/
/*

*/
/*
  Hタグ
    $type: 2(H2サイズ)
*/
/*
  共通ボタン 大
  default: skyblue2
*/
/*
  共通ボタン 小
  default: skyblue2
*/
/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/
/*
  角丸border付きレイアウト
*/
/*
  グレーの文字の補足系
*/
.p-jpsubtitle {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 940px) {
  .p-jpsubtitle {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-jpsubtitle .p-jpsubtitle__kv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 32px;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__kv {
    gap: 20px;
    padding-top: 20px;
  }
  .p-jpsubtitle .p-jpsubtitle__kv .p-jpsubtitle__text {
    width: calc(64% - 20px);
  }
  .p-jpsubtitle .p-jpsubtitle__kv .p-jpsubtitle__img {
    width: 36%;
  }
}
.p-jpsubtitle .p-jpsubtitle__kv .p-jpsubtitle__text {
  order: 1;
}
.p-jpsubtitle .p-jpsubtitle__kv .p-jpsubtitle__img {
  order: 2;
}
.p-jpsubtitle .p-jpsubtitle__kv .p-jpsubtitle__img img {
  width: 100%;
  vertical-align: top;
}
.p-jpsubtitle .c-heading__line h3 {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4736842105;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .c-heading__line h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-jpsubtitle .c-heading__line .c-list li {
  font-weight: 500;
  color: var(--color-dark);
}
.p-jpsubtitle .p-jpsubtitle__section {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__section {
    margin-top: 64px;
  }
}
.p-jpsubtitle .p-jpsubtitle__movies {
  display: block;
  width: 100%;
}
.p-jpsubtitle .p-jpsubtitle__movie {
  display: grid;
  align-items: start;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-template-columns: 25.6vw 1fr;
  grid-template-areas: "movieImg movieBody" "movieCopyright movieCopyright" "movieTheater movieTheater";
  border-width: 2px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #ca4684 0%, #ca475c 27.2%, #d59533 45.1%, #dfd238 62.3%, #93b447 81.2%, #0099ce 100%);
  border-image-slice: 1;
  margin-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__movie {
    grid-template-columns: 192px 1fr;
    grid-template-areas: "movieMedia movieContent";
    margin-top: 32px;
    padding-bottom: 32px;
  }
}
.p-jpsubtitle .p-jpsubtitle__movie:first-of-type {
  margin-top: 0;
}
.p-jpsubtitle .p-jpsubtitle__movie:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.p-jpsubtitle .p-jpsubtitle__movieCopyright {
  margin-top: 4px;
  font-size: 1rem;
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieMedia {
  display: contents;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieMedia {
    display: flex;
    flex-direction: column;
    grid-area: movieMedia;
    min-width: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
  }
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieImg {
  grid-area: movieImg;
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieContent {
  display: contents;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieContent {
    display: flex;
    flex-direction: column;
    gap: 18px;
    grid-area: movieContent;
    min-width: 0;
  }
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieBody {
  grid-area: movieBody;
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieCopyright {
  grid-area: movieCopyright;
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__movieTheater {
  grid-area: movieTheater;
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__moviePlayng {
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__moviePlayng {
    margin-bottom: 16px;
  }
}
body.--black .p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__moviePlayng {
  color: var(--color-dark);
}
body.--black .p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__moviePlayng p {
  border: 1px solid #fff;
}
.p-jpsubtitle .p-jpsubtitle__movie .p-jpsubtitle__moviePlayng p {
  font-weight: 500;
  border: 1px solid #B2B2B2;
  padding: 4px;
  font-size: 1rem;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
}
.p-jpsubtitle .p-jpsubtitle__movieImg {
  max-width: 192px;
}
@media screen and (max-width: 768px) {
  .p-jpsubtitle .p-jpsubtitle__movieImg {
    max-width: none;
    width: 25.6vw;
  }
}
.p-jpsubtitle .p-jpsubtitle__movieImg figure {
  font-size: 0;
  aspect-ratio: 5/7;
  outline: 1px solid #e6e9f1;
}
.p-jpsubtitle .p-jpsubtitle__movieImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-jpsubtitle .p-jpsubtitle__movieBody .c-chip span {
  margin-top: 0;
  margin-left: 8px;
}
.p-jpsubtitle .p-jpsubtitle__movieTheater {
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__movieTheater {
    margin-top: 0;
  }
}
.p-jpsubtitle .p-jpsubtitle__movieTheater ul li + li {
  margin-top: 12px;
}
.p-jpsubtitle .p-jpsubtitle__movieTheater .p-jpsubtitle__theaterArea {
  margin-bottom: 4px;
}
.p-jpsubtitle .p-jpsubtitle__movieTheater .p-jpsubtitle__theaterDetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 16px;
}
.p-jpsubtitle .p-jpsubtitle__movieTheater .p-jpsubtitle__theaterDetails.--column .p-jpsubtitle__theaterDetail {
  width: 100%;
}
.p-jpsubtitle .p-jpsubtitle__movieTheater .p-jpsubtitle__theaterDetail {
  width: calc(50% - 8px);
}
.p-jpsubtitle .p-jpsubtitle__movieBtn {
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
  max-width: 295px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__movieBtn {
    row-gap: 8px;
  }
}
.p-jpsubtitle .p-jpsubtitle__infoMore {
  position: relative;
}
.p-jpsubtitle .p-jpsubtitle__infoMore .p-jpsubtitle__theaterDetail:nth-child(1), .p-jpsubtitle .p-jpsubtitle__infoMore .p-jpsubtitle__theaterDetail:nth-child(2) {
  display: block;
}
.p-jpsubtitle .p-jpsubtitle__infoMore .p-jpsubtitle__theaterDetail p {
  font-weight: 500;
  line-height: 1.2;
  word-break: break-all;
}
.p-jpsubtitle .p-jpsubtitle__infoMore .p-jpsubtitle__theaterDetail p span {
  display: inline-block;
  font-weight: 400;
  padding-left: 1em;
}
.p-jpsubtitle .p-jpsubtitle__infoMore .p-jpsubtitle__theaterDetail p + p {
  margin-top: 8px;
}
.p-jpsubtitle .p-jpsubtitle__infoMore.--show li,
.p-jpsubtitle .p-jpsubtitle__infoMore.--show .p-jpsubtitle__theaterDetail {
  display: block;
  opacity: 1;
}
.p-jpsubtitle .p-jpsubtitle__infoMore.--show + .p-jpsubtitle__infoMore--more {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.p-jpsubtitle .p-jpsubtitle__infoMore--more {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__infoMore--more {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #fff 100%);
    margin-top: 16px;
  }
}
.p-jpsubtitle .p-jpsubtitle__infoMore--more span {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: var(--color-rightgray);
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__infoMore--more span {
    background-position: right bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, var(--color-rightgray), var(--color-rightgray));
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }
  .p-jpsubtitle .p-jpsubtitle__infoMore--more span:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.p-jpsubtitle .p-jpsubtitle__infoMore--more::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23666666" d="M14.8585 11.5318L9.51833 6.19171C9.39482 6.0681 9.22994 6 9.05414 6C8.87833 6 8.71346 6.0681 8.58995 6.19171L8.19668 6.58487C7.94078 6.84107 7.94078 7.25745 8.19668 7.51326L12.6809 11.9975L8.19171 16.4867C8.06819 16.6104 8 16.7751 8 16.9508C8 17.1267 8.06819 17.2915 8.19171 17.4152L8.58497 17.8083C8.70858 17.9319 8.87336 18 9.04916 18C9.22497 18 9.38984 17.9319 9.51335 17.8083L14.8585 12.4634C14.9823 12.3394 15.0503 12.1738 15.0499 11.9978C15.0503 11.8211 14.9823 11.6557 14.8585 11.5318Z" /></svg>') center center/contain no-repeat;
  display: inline-block;
  transform: rotate(90deg);
}
.p-jpsubtitle .p-jpsubtitle__btnWrapper {
  max-width: 100%;
  width: 335px;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__btnWrapper {
    width: 442px;
    margin: 48px auto 0;
  }
}
.p-jpsubtitle .p-jpsubtitle__other {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    margin-top: 32px;
  }
}
.p-jpsubtitle .p-jpsubtitle__other a {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px 0px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-image: none !important;
  color: var(--color-dark);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle .p-jpsubtitle__other a {
    padding: 0px 4px 14px 2px;
  }
}
.p-jpsubtitle .p-jpsubtitle__other a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--color-gray2);
  background-image: linear-gradient(90deg, var(--color-dark), var(--color-dark));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0% 2px;
  transition: background-size 0.4s ease;
}
.p-jpsubtitle .p-jpsubtitle__other a:hover::before {
  background-size: 100% 2px;
  background-position: left bottom;
}
.p-jpsubtitle .p-jpsubtitle__other a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%231a1a1a" d="M14.8585 11.5318L9.51833 6.19171C9.39482 6.0681 9.22994 6 9.05414 6C8.87833 6 8.71346 6.0681 8.58995 6.19171L8.19668 6.58487C7.94078 6.84107 7.94078 7.25745 8.19668 7.51326L12.6809 11.9975L8.19171 16.4867C8.06819 16.6104 8 16.7751 8 16.9508C8 17.1267 8.06819 17.2915 8.19171 17.4152L8.58497 17.8083C8.70858 17.9319 8.87336 18 9.04916 18C9.22497 18 9.38984 17.9319 9.51335 17.8083L14.8585 12.4634C14.9823 12.3394 15.0503 12.1738 15.0499 11.9978C15.0503 11.8211 14.9823 11.6557 14.8585 11.5318Z" /></svg>') center center/contain no-repeat;
}

.c-movie__buy {
  flex-wrap: wrap;
}
.c-movie__buy:nth-child(2) a {
  display: none !important;
}

.p-jpsubtitle__movieTheater {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-jpsubtitle__movieTheater {
    margin-top: 24px !important;
  }
}

.c-movie__movie {
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #ca4684 0%, #ca475c 27.2%, #d59533 45.1%, #dfd238 62.3%, #93b447 81.2%, #0099ce 100%);
  border-image-slice: 1;
}
.c-movie__movie:first-of-type {
  margin-top: 0;
}
.c-movie__movie:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
/*# sourceMappingURL=../../sourcemaps/assets_2025/css/jpsubtitle.css.map */