.films-and-videos
{
  background-color: #e6e6e0;
}

.films-and-videos .wrap
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.films-and-videos .wrap .text-area
{
  width: 45%;
}

.films-and-videos .wrap .img-area
{
  width: 50%;
}

.films-and-videos .wrap .img-area img
{
  display: block;
  width: 100%;
}

.top-part
{
  padding-top: 2rem;
  background-color: #f0f0f0;
}

.top-part .part-item
{
  margin-top: 1rem;
  margin-bottom: 6rem;
}

.top-part .part-item .iframe-wrap
{
  width: 960px;
  height: 540px;
  background-color: black;
}

.top-part iframe
{
  display: block;
  width: 100%!important;
  height: 100%!important;
}

.top-part .part-item h5
{
  font-family: NF-Copse-Regular;
}

.top-part .illustration-wrap
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
}

.top-part .illustration-wrap img
{
  width: 32%;
}

.top-part .text-wrap
{
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-part .text-wrap .left-part
{
  width: 60%;
}

.top-part .text-wrap .right-part
{
  width: 36%;
}

.top-part .text-wrap .award
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.top-part .text-wrap .award img
{
  width: 18%;
  margin-right: 5%;
}

.middle-part
{
  background-color: #e6e6e0;
}

.middle-part .part-item
{
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.middle-part .part-item .text-wrap
{
  width: 45%;
  padding-top: 1rem;
}

.middle-part .part-item .iframe-wrap
{
  width: 52%;
  height: 20rem;
}

.middle-part .part-item iframe
{
  width: 100%!important;
  height: 100%!important;
}

.middle-part .part-item h5
{
  font-family: NF-Copse-Regular;
}

.bottom-part
{
  background-color: #e6e6e0;
}

.bottom-part .wrap
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.bottom-part .part-item
{
  width: 32%;
}

.bottom-part .part-item .iframe-wrap
{
  width: 100%;
  height: 14rem;
}

.bottom-part .part-item iframe
{
  width: 100%!important;
  height: 100%!important;
}

.bottom-part .part-item h5
{
  font-family: NF-Copse-Regular;
  line-height: 24px;
  margin-top: -20px;
}

#viewIllustrationCard
{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

#viewIllustrationCard .card-body
{
  width: 50%;
  height: 80%;
  padding: 1rem 1rem 0;
  background-color: white;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
}

#viewIllustrationCard .card-body .card-text
{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#viewIllustrationCard .carousel
{
  width: 100%;
  height: 80%;
}

#viewIllustrationCard .carousel .carousel-inner,
#viewIllustrationCard .carousel .carousel-inner .carousel-item
{
  width: 100%;
  height: 100%;
}

#viewIllustrationCard .carousel .carousel-inner .carousel-item .carousel-item-inner
{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
}

#viewIllustrationCard .carousel .carousel-control-prev-icon,
#viewIllustrationCard .carousel .carousel-control-next-icon
{
  display: block;
  border-radius: 50%;
  background-color: black;
  border: 1px solid black;
  box-shadow: 0 0 0 10px black;
}

#viewIllustrationCard .carousel .carousel-item img,
#viewIllustrationCard .carousel .carousel-item video
{
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#viewIllustrationCard .btn-close
{
  display: block;
  margin: 0 auto;
}

#viewIllustrationCard .btn-close:hover
{
  color: white;
}
