@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.moviesTopHeader {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
}
.moviesTopHeader__heading1 {
  margin-bottom: 4rem;
  text-wrap: unset;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .moviesTopHeader__heading1 {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}
.moviesTopHeader__description {
  padding: 0 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .moviesTopHeader__description {
    padding: 0;
  }
}
.moviesTopHeader__description span {
  color: red;
}
.moviesTopHeader__links {
  margin-bottom: 80px;
}
.moviesTopHeader__links p {
  text-align: right;
  margin-bottom: 0;
}
.moviesTopHeader__links a {
  color: #7BC4C4;
}

.selectAppeal .topAppeal__links {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selectAppeal .topAppeal__links a {
  margin-bottom: 2.5rem;
}
.selectAppeal .topAppeal__links .rental,
.selectAppeal .topAppeal__links .lease {
  padding-left: 0;
  padding-right: 0;
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .selectAppeal .topAppeal__links .rental,
  .selectAppeal .topAppeal__links .lease {
    font-size: 1.6rem;
  }
}
.selectAppeal .topAppeal__links .rental::before,
.selectAppeal .topAppeal__links .lease::before {
  display: none;
}
.selectAppeal .topAppeal__links .rental::after,
.selectAppeal .topAppeal__links .lease::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  right: 2.5rem;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.selectAppeal .topAppeal__links .ousama {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  position: relative;
}
.selectAppeal .topAppeal__links .ousama::before {
  display: none;
}
.selectAppeal .topAppeal__links .ousama::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  right: 2.5rem;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.selectAppeal .topAppeal__links .ousama img {
  width: 200px;
  padding-bottom: 10px;
}

.moviesTopSearchForm {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 5rem;
}
.moviesTopSearchForm__heading h2 {
  margin-bottom: 2rem;
  text-wrap: unset;
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .moviesTopSearchForm__heading h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.moviesTopSearchForm__heading span {
  text-align: center;
  margin-bottom: 4rem;
  display: block;
}
@media screen and (max-width: 640px) {
  .moviesTopSearchForm__heading span {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
.moviesTopSearchForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.moviesTopSearchForm input[type=text] {
  width: 100%;
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
  border: 1px solid;
  font-size: 2rem;
  margin-right: 2rem;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.moviesTopSearchForm input[type=text]:focus {
  outline: none;
}
.moviesTopSearchForm button {
  width: 100px;
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
  font-size: 2rem;
  background-color: #7BC4C4;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.moviesTopSearchForm button:hover {
  color: #fff;
}

.moviesTopMakerSearch {
  background-color: #F2F2F2;
  padding: 50px 0 100px;
}
@media screen and (max-width: 640px) {
  .moviesTopMakerSearch {
    padding: 30px 0 50px;
  }
}
.moviesTopMakerSearch__heading h2 {
  margin-bottom: 2rem;
  text-wrap: unset;
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .moviesTopMakerSearch__heading h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.moviesTopMakerSearch__heading span {
  text-align: center;
  margin-bottom: 5rem;
  display: block;
}
@media screen and (max-width: 640px) {
  .moviesTopMakerSearch__heading span {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
.moviesTopMakerSearch ul {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .moviesTopMakerSearch ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
}
.moviesTopMakerSearch ul a {
  display: block;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #7BC4C4;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
  min-height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .moviesTopMakerSearch ul a {
    font-size: 1.3rem;
  }
}
.moviesTopMakerSearch ul a span {
  display: block;
  font-size: 1.4rem;
}

.moviesTopList {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8rem 2rem 4rem;
}
@media screen and (max-width: 640px) {
  .moviesTopList {
    padding: 50px 2rem 40px;
  }
}
.moviesTopList__heading h2 {
  margin-bottom: 2rem;
  text-wrap: unset;
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .moviesTopList__heading h2 {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}
.moviesTopList__heading span {
  text-align: center;
  margin-bottom: 4rem;
  display: block;
}
.moviesTopList .moviesTopListContent {
  background-color: #FFFFF2;
  border: 2px solid #333;
  border-radius: 99px;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent {
    margin-bottom: 2rem;
    border: 1px solid #333;
  }
}
.moviesTopList .moviesTopListContent:last-child {
  margin-bottom: 0;
}
.moviesTopList .moviesTopListContent.open {
  border-radius: 20px;
  padding: 2rem 2.5rem;
}
.moviesTopList .moviesTopListContent.open .moviesTopListContent__heading {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent.open {
    border-radius: 10px;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.moviesTopList .moviesTopListContent__heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 2rem 2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent__heading {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
.moviesTopList .moviesTopListContent__body {
  height: 0;
  overflow: clip;
  position: relative;
  -webkit-transition: 0 ease-out;
  transition: 0 ease-out;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent__body {
    font-size: 1.4rem;
  }
}
.moviesTopList .moviesTopListContent__body.open {
  height: auto;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid;
  margin-bottom: 6rem;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent__body.open {
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom: 3rem;
    border-width: 1px;
  }
}
.moviesTopList .moviesTopListContent ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent ul li {
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent ul li span {
    display: block;
    font-size: 1.3rem;
  }
}
.moviesTopList .moviesTopListContent ul li:nth-child(2n) {
  background-color: #FFF;
}
.moviesTopList .moviesTopListContent ul li a {
  background-color: #000;
  color: #fff;
  padding: 0.2rem 0.6rem;
  text-decoration: none;
  border-radius: 2px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent ul li a {
    width: 140px;
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.moviesTopList .moviesTopListContent ul li .pctext {
  display: block;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent ul li .pctext {
    display: none;
  }
}
.moviesTopList .moviesTopListContent ul li .sptext {
  display: none;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent ul li .sptext {
    display: block;
  }
}
.moviesTopList .moviesTopListContent__btn {
  position: absolute;
  right: 2rem;
  background-color: #333;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-color: #7BC4C4;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent__btn {
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.moviesTopList .moviesTopListContent__btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent__btn::before {
    width: 8px;
    height: 8px;
    top: calc(50% - 1px);
  }
}
.moviesTopList .moviesTopListContent__btn.open {
  top: calc(100% - 4rem);
}
@media screen and (max-width: 640px) {
  .moviesTopList .moviesTopListContent__btn.open {
    top: calc(100% - 2rem);
  }
}
.moviesTopList .moviesTopListContent__btn.open::before {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
          transform: translateY(-50%) translateX(-50%) rotate(-135deg);
}

.moviesChildSearch {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .moviesChildSearch h1 {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}

.moviesChildSearchForm {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm {
    padding: 1rem 0 3rem;
  }
}
.moviesChildSearchForm .serachRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 2rem;
  border-bottom: 1px solid #838383;
  padding: 2rem 0;
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm .serachRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
  }
}
.moviesChildSearchForm .serachRow__label {
  width: 260px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm .serachRow__label {
    font-size: 1.6rem;
    width: 100%;
  }
}
.moviesChildSearchForm .serachRow__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.moviesChildSearchForm .serachRow__input.free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moviesChildSearchForm .serachRow__input.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm .serachRow__input.flex {
    overflow-y: scroll;
    max-height: 80px;
  }
}
.moviesChildSearchForm .serachRow__input.products {
  overflow-y: scroll;
  max-height: 80px;
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm .serachRow__input.products {
    max-height: 80px;
  }
}
.moviesChildSearchForm input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.4rem 1.2rem;
  border-radius: 5px;
  border: 1px solid;
  font-size: 1.6rem;
  margin-right: 2rem;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm input[type=text] {
    font-size: 1.4rem;
  }
}
.moviesChildSearchForm input[type=text]:focus {
  outline: none;
}
.moviesChildSearchForm input[type=checkbox] {
  display: none;
}
.moviesChildSearchForm input[type=checkbox]:checked + label {
  background-color: #7BC4C4;
  color: #fff;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.moviesChildSearchForm input[type=checkbox] + label {
  display: block;
  padding: 0.8rem 2rem;
  border-radius: 5px;
  font-size: 1.4rem;
  background-color: #F2F2F2;
  color: #333;
  cursor: pointer;
  text-align: center;
  border-radius: 99px;
  position: relative;
  padding-left: 3rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm input[type=checkbox] + label {
    font-size: 1.3rem;
  }
}
.moviesChildSearchForm input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: 45deg;
  top: calc(50% - 2px);
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moviesChildSearchForm button {
  width: 100px;
  padding: 0.4rem 1.2rem;
  border-radius: 5px;
  font-size: 1.6rem;
  background-color: #7BC4C4;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .moviesChildSearchForm button {
    width: 80px;
    font-size: 1.4rem;
  }
}
.moviesChildSearchForm button:hover {
  color: #fff;
}

@-webkit-keyframes list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.moviesChildList {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  padding: 2rem 0;
  margin-bottom: 5rem;
}
.moviesChildList ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1280px) {
  .moviesChildList ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .moviesChildList ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .moviesChildList ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .moviesChildList ul {
    gap: 1rem;
  }
}
.moviesChildList ul.active {
  -webkit-animation: list 0.5s ease-in-out;
          animation: list 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.moviesChildList li {
  max-width: 240px;
}
.moviesChildList li.hidden {
  display: none;
}
.moviesChildList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.moviesChildList .movieTitle {
  background-color: #F0FFF0;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
  min-height: 5.3em;
}
@media screen and (max-width: 640px) {
  .moviesChildList .movieTitle {
    min-height: unset;
    grid-area: t;
    margin-bottom: 0;
  }
  .moviesChildList .movieTitle span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.moviesChildList .movieTitle::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 2rem);
  background-color: #1BA200;
  position: absolute;
  left: 1rem;
}
.moviesChildList .movieImage {
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .moviesChildList .movieImage {
    grid-area: i;
    margin-bottom: 0;
    padding: 0 0 1rem 1rem;
    background-color: #F0FFF0;
  }
}
.moviesChildList .movieProduct {
  background-color: #F0FFF0;
  display: block;
  padding: 1rem 0rem 2rem 1rem;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .moviesChildList .movieProduct {
    grid-area: p;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.2rem;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
.moviesChildList .movieProduct span {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-size: 1.3rem;
  background-color: #7BC4C4;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .moviesChildList .movieProduct span {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.moviesSingleHeader {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .moviesSingleHeader {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
}
.moviesSingleHeader h1 {
  text-wrap: unset;
}
@media screen and (max-width: 640px) {
  .moviesSingleHeader h1 {
    font-size: 6vw;
    margin-bottom: 0vw;
  }
}

.moviesSingleTable {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.moviesSingleTable table {
  width: 100%;
  border-collapse: collapse;
}
.moviesSingleTable table th,
.moviesSingleTable table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  border: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .moviesSingleTable table th,
  .moviesSingleTable table td {
    font-size: 1.4rem;
  }
}
.moviesSingleTable table th {
  background-color: #7BC4C4;
  color: #fff;
  width: 200px;
}
@media screen and (max-width: 640px) {
  .moviesSingleTable table th {
    width: 140px;
  }
}
.moviesSingleTable table td a {
  color: #7BC4C4;
  font-weight: bold;
}

.moviesSingleCotents {
  margin-bottom: 80px;
  margin: 0 auto 8rem;
  width: 720px;
}
@media screen and (max-width: 640px) {
  .moviesSingleCotents {
    width: 94%;
    margin-bottom: 4rem;
  }
}
.moviesSingleCotents .iframeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviesSingleCotents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moviesSingleCotentsText {
  max-width: 100%;
}

.moviesSingleRelated {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  padding: 2rem 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .moviesSingleRelated {
    padding: 1rem 0;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .moviesSingleRelated h2 {
    width: 94%;
    margin: 0 auto;
  }
}
.moviesSingleRelated__list {
  background-color: #F0FFF0;
  padding: 2rem;
  width: 94%;
  margin: 5rem auto;
}
@media screen and (max-width: 640px) {
  .moviesSingleRelated__list {
    margin: 3rem auto;
    padding: 1rem;
  }
}
.moviesSingleRelated__list h3 {
  border-left: 10px solid #7BC4C4;
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.moviesSingleRelated__list ul {
  padding: 2rem;
}
@media screen and (max-width: 640px) {
  .moviesSingleRelated__list ul {
    padding: 1rem;
  }
}
.moviesSingleRelated__list li {
  background-color: #FFF9E5;
  margin: 0 1rem;
  padding: 2rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.moviesSingleRelated__list img {
  display: block;
  margin-bottom: 0.5rem;
}
.moviesSingleRelated__list a {
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.3;
  display: block;
}
.moviesSingleRelated__list span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moviesSingleRelated .slick5 .slick-list {
  padding: 1rem 0;
}
.moviesSingleRelated .slick5 .slick-next,
.moviesSingleRelated .slick5 .slick-prev {
  z-index: 2;
}
.moviesSingleRelated .slick5 .slick-next.slick-disabled,
.moviesSingleRelated .slick5 .slick-prev.slick-disabled {
  display: none !important;
}
.moviesSingleRelated .slick5 .slick-next {
  background-color: #7BC4C4;
  right: -5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 20px;
  height: 28px;
}
@media screen and (max-width: 640px) {
  .moviesSingleRelated .slick5 .slick-next {
    right: -6px;
    width: 15px;
    height: 21px;
  }
}
.moviesSingleRelated .slick5 .slick-next::before {
  content: "";
}
.moviesSingleRelated .slick5 .slick-prev {
  background-color: #7BC4C4;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  width: 20px;
  height: 28px;
  left: -5px;
}
@media screen and (max-width: 640px) {
  .moviesSingleRelated .slick5 .slick-prev {
    left: -6px;
    width: 15px;
    height: 21px;
  }
}
.moviesSingleRelated .slick5 .slick-prev::before {
  content: "";
}

#notfound {
  display: none;
}
#notfound.active {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin: 4rem 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #notfound.active {
    font-size: 1.5rem;
  }
}