#contents .mainSection .section.value .movie2 .movieList2 .movieItem2 {
    margin-top: 75px;
}

#contents .mainSection .section.value .movie2 {
  padding-top: 95px;
  width: 960px;
  margin: 0 auto;
  position: static;
  top: auto;
  left: auto
}

@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 {
    width: auto;
    padding-top: 45px
  }
}
#contents .mainSection .section.value .movie2 > h2 {
  margin-bottom: 37px;
  padding-top: 10px;
  padding-bottom: 19px;
  border-bottom: 2px solid #9097a4;
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #000000
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 > h2 {
    color: #000000;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    padding-top: 0;
    border-bottom: 1px solid #9097a4;
    margin-right: 17px;
    margin-left: 17px;
    padding-bottom: 7px;
    margin-bottom: 15px
  }
}
#contents .mainSection .section.value .movie2 > p {
  color: #000000;
  font-size: 19px;
  letter-spacing: .8px
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 > p {
    color: #1d2f47;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 1.8;
    margin: 18px auto 43px
  }
}
#contents .mainSection .section.value .movie2 > p.description-lead {
  text-align: left
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 > p.description-lead {
    text-align: center;
    color: #000000;
    margin-top: 0
  }
}
#contents .mainSection .section.value .movie2 .movieList2 {
  overflow: hidden
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 .movieList2 {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 .movieList2 .movieItem2 {
    margin-right: 0;
    margin-top: 0;
    float: none
  }
  #contents .mainSection .section.value .movie2 .movieList2 .movieItem2:not(:first-child) {
    margin-top: 33px
  }
}
#contents .mainSection .section.value .movie2 .movieList2 .movieItem2:nth-child(2n) {
  margin-right: 0
}
#contents .mainSection .section.value .movie2 .movieList2 .movieItem2 h3 {
  color: #212e45;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 .movieList2 .movieItem2 h3 {
    color: #1d2f46;
    font-size: 11px;
    letter-spacing: .4px;
    margin-bottom: 6px;
    text-align: left
  }
}
#contents .mainSection .section.value .movie2 .movieList2 .movieItem2 .movieThumb2 {
  display: inline-block;
  position: relative;
  transition: .3s opacity
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 .movieList2 .movieItem2 .movieThumb2 {
    display: none
  }
}
#contents .mainSection .section.value .movie2 .movieList2 .movieItem2 .movieThumb2:hover {
  opacity: .6
}
#contents .mainSection .section.value .movie2 .movieList2 .movieItem2 .movieThumb2::after {
  background: url("/products/paperlab/images/movie/icon_play_movie_thumb.png") center no-repeat;
  background-size: contain;
  content: '';
  height: 53px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 53px
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 .movieList2 .movieItem2 .video2 {
    margin-bottom: 30px;
    padding-top: 56.25%;
    position: relative;
    width: 100%
  }
  #contents .mainSection .section.value .movie2 .movieList2 .movieItem2 .video2 iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
}
#contents .mainSection .section.value .movie2 > .note {
  color: #000000;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.value .movie2 > .note {
    display: none;
    margin-top: 0
  }
}
#contents .mainSection .banner-area__sp {
  padding-left: 16px;
  padding-right: 16px
}
#contents .mainSection .trademark {
  margin-top: 80px
}
@media screen and (max-width: 767px) {
  #contents .mainSection .trademark {
    margin-top: 60px;
    padding: 0 4% 0 4%
  }
}
@media screen and (max-width: 767px) {
  #contents .mainSection .trademark .detailSection {
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  #contents .mainSection .section.sdgsbanner {
    margin-top: 0
  }
}
#contents .modalVideo2 {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}
#contents .modalVideo2 > .modalVideoInner2 {
  background-color: #fff;
  box-sizing: border-box;
  left: 50%;
  padding: 50px 135px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 960px
}
#contents .modalVideo2 > .modalVideoInner2 .modalClose2 {
  background: url("/products/paperlab/images/icon_modal_close.png") center no-repeat;
  background-size: contain;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 43px
}
#contents .modalVideo2 > .modalVideoInner2 .modalVideoTitle2 {
  font-size: 27px;
  margin-bottom: 52px;
  text-align: center
}
#contents .modalVideo2 > .modalVideoInner2 .modalPlayerWrapper2 {
  position: relative
}
#contents .modalVideo2 > .modalVideoInner2 .modalPlayerWrapper2 .modalArrow {
  background: center no-repeat;
  background-size: contain;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px
}
#contents .modalVideo2 > .modalVideoInner2 .modalPlayerWrapper2 .modalArrow.modalArrow--prev {
  background-image: url("/products/paperlab/images/icon_modal_prev.png");
  left: -72px
}
#contents .modalVideo2 > .modalVideoInner2 .modalPlayerWrapper2 .modalArrow.modalArrow--next {
  background-image: url("/products/paperlab/images/icon_modal_next.png");
  right: -72px
}
#contents .modalVideo2 > .modalVideoInner2 .modalPlayer2 {
  border: 1px solid #1d2e47;
  padding-top: 56.25%;
  position: relative;
  width: 100%
}
#contents .modalVideo2 > .modalVideoInner2 .modalPlayer2 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
#contents .modalVideo2 > .modalVideoInner2 .modalNote {
  font-size: 12px;
  margin-top: 15px
}