@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.p-keyvisual {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-keyvisual__inner {
  max-width: 1080px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__inner {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
}
.p-keyvisual__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  width: calc(50% - 5px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .p-keyvisual__content {
    width: 100%;
  }
}
.p-keyvisual__box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #222;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex-grow: 1;
}
.p-keyvisual__box:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
}
* + .p-keyvisual__box {
  margin-top: 1.8867924528%;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__box {
    padding: 15px;
    order: 1;
    margin-bottom: 1.8867924528%;
  }
}
.p-keyvisual__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__title {
    font-size: 18px;
  }
}
.p-keyvisual__text {
  position: relative;
  z-index: 2;
}
.p-keyvisual__large {
  width: calc(50% - 5px);
  padding-top: 61.6666666667%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ext-affiliate .p-keyvisual__large {
  padding-top: 49.537037037%;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__large {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .ext-affiliate .p-keyvisual__large {
    padding-top: 100%;
  }
}
.p-keyvisual__date {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #787878;
  line-height: 1;
  margin-top: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__date {
    font-size: 14px;
  }
}
.p-keyvisual__name {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__name {
    font-size: 20px;
  }
}
.p-keyvisual__name strong {
  display: block;
  color: #E35D54;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__name strong {
    display: inline-block;
    margin-right: 23px;
  }
}
.p-keyvisual__price {
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.p-keyvisual__price strong {
  font-size: 24px;
  margin: 0 10px 0 0;
  color: #E35D54;
}
.p-keyvisual__label {
  line-height: 1;
  position: relative;
  z-index: 2;
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-keyvisual__label a,
.p-keyvisual__label span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5em 7px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  background: #f0f0f0;
  color: #222;
  margin-top: 6px;
  margin-right: 6px;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__label a,
  .p-keyvisual__label span {
    font-size: 13px;
  }
}
@media screen and (min-width: 821px) {
  .p-keyvisual__label a,
  .p-keyvisual__label span {
    padding: 0.5em 10px;
    margin-top: 6px;
    margin-right: 10px;
  }
}
.p-keyvisual__label a {
  text-decoration: underline;
}
.p-keyvisual__label a:after {
  content: "?";
  color: #ffffff;
  background-color: #3C3C3C;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: 3px;
  vertical-align: text-top;
}
.p-keyvisual__label span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.p-keyvisual__label span img {
  max-width: 14px;
  max-height: 14px;
  position: absolute;
  left: 12px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 821px) {
  .p-keyvisual__label span img {
    left: 17px;
  }
}
.p-keyvisual.ext-harf .p-keyvisual__large {
  padding-top: 30%;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__small {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 120px;
  }
  * + .p-keyvisual__small {
    margin-top: 1.8867924528%;
  }
  .p-keyvisual__small div {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-keyvisual__small div + div {
    margin-left: 1.8867924528%;
  }
}
@media screen and (max-width: 820px) {
  .p-keyvisual__small {
    width: calc(50% - 5px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    margin-left: 10px;
  }
  .p-keyvisual__small div {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-keyvisual__small div + div {
    margin-top: 10px;
  }
}

.p-keyvisual {
  border-radius: 7px;
  overflow: hidden;
}
.p-keyvisual__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-keyvisual a.ext-channel {
  color: #E35D54;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.p-keyvisual a.ext-channel::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/svg/icn-youtube_r.svg) no-repeat center center/contain;
  display: block;
  margin-right: 0.5em;
}

@media screen and (max-width: 820px) {
  .p-movieIndex {
    margin-top: 30px;
  }
}
.p-movieIndex__list {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .p-movieIndex__list {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 821px) {
  .p-movieIndex__list.ext-first li:first-child {
    width: 66%;
  }
  .p-movieIndex__list.ext-first li:nth-child(3n) {
    margin-left: 0;
  }
  .p-movieIndex__list.ext-first li:nth-child(n+3) {
    margin-top: 3em;
  }
}
@media screen and (max-width: 820px) {
  .p-movieIndex__list.ext-first li:first-child {
    width: 100%;
    margin-left: 0;
  }
  .p-movieIndex__list.ext-first li:nth-child(2n) {
    margin-left: 0;
  }
  .p-movieIndex__list.ext-first li:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media screen and (min-width: 821px) {
  .p-movieIndex__list:not(.ext-first) li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-movieIndex__list:not(.ext-first) li:nth-child(n+4) {
    margin-top: 3em;
  }
}
@media screen and (max-width: 820px) {
  .p-movieIndex__list:not(.ext-first) li {
    width: 100%;
    margin-left: 0;
  }
  .p-movieIndex__list:not(.ext-first) li:nth-child(n+1) {
    margin-top: 1em;
  }
}
.p-movieIndex__list li {
  width: 32%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .p-movieIndex__list li {
    width: 48%;
    margin-left: 4%;
  }
}
.p-movieIndex__list li.ext-new strong span, .p-movieIndex__list li.ext-rank1 strong span, .p-movieIndex__list li.ext-rank2 strong span, .p-movieIndex__list li.ext-rank3 strong span, .p-movieIndex__list li.ext-rank4 strong span, .p-movieIndex__list li.ext-rank5 strong span {
  white-space: nowrap;
}
.p-movieIndex__list li.ext-new strong span::after, .p-movieIndex__list li.ext-rank1 strong span::before, .p-movieIndex__list li.ext-rank2 strong span::before, .p-movieIndex__list li.ext-rank3 strong span::before, .p-movieIndex__list li.ext-rank4 strong span::before, .p-movieIndex__list li.ext-rank5 strong span::before {
  background: #E35D54;
  color: #ffffff;
  font-size: 12px;
  padding: 0.1em 0.5em;
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.5em;
  vertical-align: text-bottom;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .p-movieIndex__list li.ext-new strong span::after, .p-movieIndex__list li.ext-rank1 strong span::before, .p-movieIndex__list li.ext-rank2 strong span::before, .p-movieIndex__list li.ext-rank3 strong span::before, .p-movieIndex__list li.ext-rank4 strong span::before, .p-movieIndex__list li.ext-rank5 strong span::before {
    font-size: 10px;
  }
}
.p-movieIndex__list li.ext-new strong span::after {
  content: attr(data-text);
}
.p-movieIndex__list li.ext-rank1 strong span::before, .p-movieIndex__list li.ext-rank2 strong span::before, .p-movieIndex__list li.ext-rank3 strong span::before, .p-movieIndex__list li.ext-rank4 strong span::before, .p-movieIndex__list li.ext-rank5 strong span::before {
  background: #ddd;
  color: #ffffff;
  content: attr(data-rank);
}
.p-movieIndex__list li.ext-rank1 strong span::before {
  background: #F5D100;
}
.p-movieIndex__list li.ext-rank2 strong span::before {
  background: #848788;
}
.p-movieIndex__list li.ext-rank3 strong span::before {
  background: #9F7A46;
}
.p-movieIndex__list li.ext-rank4 strong span::before {
  color: #222;
  background: #efefef;
}
.p-movieIndex__list li.ext-rank5 strong span::before {
  color: #222;
  background: #efefef;
}
@media screen and (min-width: 821px) {
  .p-movieIndex__list li + li {
    margin-left: 2%;
  }
}
.p-movieIndex__list li a {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.p-movieIndex__list li a + a {
  margin-top: 0.3em;
}
@media screen and (max-width: 820px) {
  .p-movieIndex__list li a {
    padding: 7px;
  }
}
@media screen and (min-width: 821px) {
  .p-movieIndex__list li a:hover {
    opacity: 0.7;
  }
}
.p-movieIndex__list li a > strong {
  margin-top: 0.5em;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .p-movieIndex__list li a > strong {
    font-size: 12px;
  }
}
.p-movieIndex__list li a > span {
  margin-top: 0.25em;
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.p-movieIndex__list li img {
  border-radius: 7px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-moviePost {
  border-radius: 32px;
  padding: 32px 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-moviePost {
    margin-top: 30px;
    padding-top: 16px;
    border-radius: 16px;
  }
}
.p-moviePost__player {
  width: 100%;
  margin-top: 1em;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
}
.p-moviePost__player iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.p-moviePost__stats {
  margin-top: 0.5em;
  color: #aaa;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .p-moviePost__stats {
    font-size: 12px;
  }
}
.p-moviePost__stats strong {
  font-weight: 500;
}
.p-moviePost__stats span + span {
  margin-left: 1em;
}
.p-moviePost__stats a {
  color: #E35D54;
  text-decoration: underline;
  margin-left: 2em;
  display: flex;
  align-items: center;
}
.p-moviePost__stats a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/svg/icn-youtube_r.svg) no-repeat center center/contain;
  display: block;
  margin-right: 0.5em;
}
.p-moviePost__detail {
  width: 100%;
}
.p-moviePost__subtitle {
  font-size: 12px;
  background: #ededed;
  padding: 0.2em 1em;
  border-radius: 1000vmax;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.p-moviePost__subtitle::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/svg/icn-arrow_b.svg) no-repeat center center/contain;
  transform: rotate(180deg);
  margin-left: 0.5em;
}
.p-moviePost__title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .p-moviePost__title {
    font-size: 16px;
  }
}
.p-moviePost__description {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .p-moviePost__description {
    font-size: 12px;
  }
}
.p-moviePost__description a {
  text-decoration: underline;
  color: #E35D54;
}
.p-moviePost__notice {
  margin-top: 2em;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #E35D54;
  padding: 0.5em 1em;
}
@media screen and (max-width: 820px) {
  .p-moviePost__notice {
    font-size: 12px;
  }
}
.p-moviePost__notice a {
  text-decoration: underline;
  color: #E35D54;
}
.p-moviePost__back {
  margin-top: 3em;
  text-align: center;
  width: 100%;
}