@media screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents .headSection .innerBlock {
    box-sizing: border-box;
    width: 100%;
  }
}
#contents .kv {
  min-width: 1240px;
  margin: 0 auto;
  background: url(/products/surepress/movielist/images/bg-kv.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #contents .kv {
    min-width: 100%;
    background: url(/products/surepress/movielist/images/bg-kv-sp.png) no-repeat center top;
    background-size: cover;
  }
}
#contents .kv > .inner {
  padding: 143px 0;
}
@media screen and (max-width: 767px) {
  #contents .kv > .inner {
    padding: 13.7333333333vw 0;
  }
}
#contents .kv__title {
  width: 373px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents .kv__title {
    width: 49.7333333333%;
  }
}
#contents main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #contents main {
    padding-bottom: 13.3333333333vw;
  }
}
#contents main .toc > .inner {
  padding: 95px 0 30px 0;
}
@media screen and (max-width: 767px) {
  #contents main .toc > .inner {
    padding: 10.2666666667vw 0 4.6666666667vw 0;
  }
}
#contents main .toc__title {
  position: relative;
  padding-left: 20px;
  border-left: 2px solid #333333;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents main .toc__title {
    padding-left: 0;
    border-left: none;
    font-weight: bold;
    text-align: center;
    font-size: 35px;
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #contents main .toc__title::after {
    display: block;
    position: absolute;
    bottom: -4.8vw;
    left: 50%;
    width: 8vw;
    height: 2px;
    background-color: #717171;
    content: "";
    transform: translateX(-50%);
  }
}
#contents main .toc__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contents main .toc__list {
    justify-content: center;
    margin-top: 10.1333333333vw;
  }
}
#contents main .toc__item {
  box-sizing: border-box;
  width: 224px;
  border: 1px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  #contents main .toc__item {
    width: 42.6666666667%;
  }
}
#contents main .toc__item + .toc__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #contents main .toc__item + .toc__item {
    margin-left: 0;
  }
}
#contents main .toc__item:nth-child(5n+6) {
  margin-left: 0;
}
#contents main .toc__item:nth-child(n+6) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #contents main .toc__item:nth-child(n+6) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents main .toc__item:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #contents main .toc__item:nth-child(even) {
    margin-left: 6.6666666667vw;
  }
}
#contents main .toc__item a {
  display: block;
  position: relative;
  padding: 13px 13px 11px 0;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents main .toc__item a {
    padding: 2.8vw 2vw 2.4vw 0;
    font-size: 23px;
    font-size: 3.0666666667vw;
  }
}
#contents main .toc__item a:hover {
  text-decoration: none;
}
#contents main .toc__item a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 15px;
  height: 15px;
  background: url(/common/images/ico_link_01.gif) no-repeat center center;
  background-size: 100%;
  content: "";
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  #contents main .toc__item a::after {
    right: 2vw;
    width: 2vw;
    height: 2vw;
  }
}
#contents main .movieSection {
  margin-top: -80px;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection {
    margin-top: -22.1333333333vw;
    padding-top: 24.8vw;
  }
}
#contents main .movieSection__title {
  background-color: #006db1;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__title {
    width: 92%;
    margin: 0 auto;
  }
}
#contents main .movieSection__title > span {
  display: block;
  width: 1240px;
  margin: 0 auto;
  padding: 11px 0 7px 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__title > span {
    box-sizing: border-box;
    width: 100%;
    padding: 1.3333333333vw 0 0.8vw 4vw;
    font-size: 23px;
    font-size: 3.0666666667vw;
  }
}
#contents main .movieSection__inner {
  padding: 10px 0;
  background-color: #dbe2e7;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__inner {
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;
    padding: 4vw 4vw;
  }
}
#contents main .movieSection .wrap {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection .wrap {
    width: 100%;
  }
}
#contents main .movieSection .wrap .swiper-button-prev, #contents main .movieSection .wrap .swiper-button-next {
  width: 30px;
  height: 48px;
  background: url(/products/surepress/movielist/images/ps-movie-arrow.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection .wrap .swiper-button-prev, #contents main .movieSection .wrap .swiper-button-next {
    display: none;
  }
}
#contents main .movieSection .wrap .swiper-button-prev {
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
}
#contents main .movieSection .wrap .swiper-button-next {
  right: -50px;
}
#contents main .movieSection .wrap .swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__list {
    display: flex;
    flex-direction: column;
  }
}
#contents main .movieSection__item {
  width: 295px;
  padding-bottom: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__item + .movieSection__item {
    margin-top: 2.6666666667vw;
  }
}
#contents main .movieSection__item.new > figure::after {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 39px;
  height: 48px;
  background: url(/products/surepress/movielist/images/icon-movie-new.svg) no-repeat center center;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__item.new > figure::after {
    right: 0.6666666667vw;
    width: 5.2vw;
    height: 6.4vw;
  }
}
#contents main .movieSection__item > figure {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__item > figure {
    width: 46.8253968254%;
  }
}
#contents main .movieSection__detail--title {
  margin: 5px 5px 0 5px;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__detail--title {
    box-sizing: border-box;
    width: 51.5873015873%;
    min-height: auto;
    margin: 1.3333333333vw 0 0 0;
    line-height: 1.2727272727;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#contents main .movieSection__detail--title sup {
  font-size: 0.5em;
}
#contents main .movieSection__detail--title span {
  display: block;
  padding-left: 8px;
  border-left: 3px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__detail--title span {
    padding-right: 1.3333333333vw;
    padding-left: 0.8vw;
    border-left: 0.4vw solid #4d4d4d;
  }
}
#contents main .movieSection__detail--tag {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 5px 0 5px;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__detail--tag {
    margin: 1.0666666667vw 1.3333333333vw 0 1.3333333333vw;
  }
}
#contents main .movieSection__detail--tag > li {
  margin-right: 5px;
  color: #0080ae;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__detail--tag > li {
    margin-right: 0.6666666667vw;
    line-height: 1.1;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
#contents main .movieSection__btn {
  width: 285px;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__btn {
    width: 96.8253968254%;
  }
}
#contents main .movieSection__btn a {
  display: block;
  position: relative;
  padding: 7px 0 5px 0;
  border-radius: 4px;
  background-color: #006db1;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__btn a {
    padding: 2.1333333333vw 0 1.6vw 0;
    border-radius: 0.5333333333vw;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#contents main .movieSection__btn a:hover {
  text-decoration: none;
}
#contents main .movieSection__btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #contents main .movieSection__btn a::after {
    right: 4.2666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.2666666667vw solid #ffffff;
    border-right: 0.2666666667vw solid #ffffff;
  }
}

/* # =================================================================
#	Modal
# ================================================================= */
/* Magnific Popup CSS */
.mfp-bg {
  overflow: hidden;
  position: fixed;
  z-index: 10042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  animation: mfp-bg-fadein 0.3s linear;
}

.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  transition: opacity 0.3s linear 0.3s;
}

.mfp-wrap {
  position: fixed;
  z-index: 10043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}

html:not(.sp) .mfp-wrap {
  overflow-y: scroll !important;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 10045;
  margin: 20px auto;
  opacity: 0;
  text-align: left;
  vertical-align: middle;
  transform: scale(0.9);
  -webkit-backface-visibility: hidden;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
  transform: scale(1);
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  transition: transform 0.3s ease-in 0.3s, opacity 0.3s linear 0.3s;
  transform: scale(0.9);
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  padding: 40px 0;
  cursor: auto;
}

.mfp-inline-holder .mfp-content > div {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}

.mfp-inline-holder .mfp-content .content {
  position: relative;
  padding: 30px 30px 10px;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
  cursor: -moz-zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  overflow: hidden;
  position: absolute;
  z-index: 10044;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
}

.mfp-preloader:before {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-repeat: no-repeat;
  /*background-image: url(../images/preloader.gif);*/
  background-position: 0 0;
  background-size: 60px 60px;
  content: "";
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 0;
  width: 30px;
  height: 30px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  background: none;
  opacity: 0.5;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
}
.mfp-close:focus {
  box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
}

.mfp-ready .mfp-close {
  top: 0;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear;
}

.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  transition: top 0.3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-close, .mfp-ready .mfp-inline-holder .mfp-close {
  top: -40px;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-close, .mfp-ready.mfp-removing .mfp-inline-holder .mfp-close {
  top: 0;
}

html:not(.sp) .mfp-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.mfp-close:before, .mfp-close:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 12px;
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background-color: #ffffff;
  content: "";
}

.mfp-close:before {
  transform: rotate(45deg);
}

.mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 10046;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 0 none;
  border-radius: 50%;
  background-color: #289760;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
  appearance: none;
}

.mfp-arrow:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  content: "";
  transition: opacity 0.2s linear;
}

.mfp-arrow:hover:before {
  opacity: 0.2;
}

.mfp-arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  /*background-image: url(../images/icon_link.png);*/
  background-position: 0 -144px;
  background-size: 480px 240px;
  content: "";
  transition: transform 0.2s linear;
}

.mfp-arrow-left {
  left: -100px;
}

.mfp-arrow-right {
  right: -100px;
}

.mfp-arrow-left:after {
  left: 7px;
  transform: rotate(180deg);
}

html:not(.sp) .mfp-arrow-left:hover:after {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}

.mfp-arrow-right:after {
  right: 7px;
}

html:not(.sp) .mfp-arrow-right:hover:after {
  transform: translate3d(3px, 0, 0);
}

.mfp-ready .mfp-arrow-left {
  left: 20px;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -100px;
  transition: left 0.5s ease-in 0s;
}

.mfp-ready .mfp-arrow-right {
  right: 20px;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -100px;
  transition: right 0.5s ease-in 0s;
}

html:not(.sp) .mfp-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.mfp-iframe-holder .mfp-content {
  max-width: 900px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 0;
}

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  padding: 40px 0;
  line-height: 0;
}

.mfp-figure:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444444;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  content: "";
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 0.75rem;
  line-height: 1.6;
}

.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
}

.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  transition: bottom 0.3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  color: #ffffff;
  text-align: left;
  line-height: 1.6;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.add {
  position: absolute;
  top: 96%;
  color: #ffffff;
  font-size: 12px;
}