html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
.lpbox {
  font-size: 28px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lpbox .w-md-auto {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .lpbox {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .lpbox {
    overflow-x: hidden;
  }
}
.lpbox img {
  /* max-width: 100%; */
  height: auto;
}
@media screen and (max-width: 767px) {
  .lpbox img {
    width: 100%;
  }
}
.lpbox .fv-video {
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .lpbox .fv-video .main-video {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .lpbox .fv-video .main-video {
    margin-bottom: -5px;
    width: 100%;
  }
}
.lpbox .img-position1 {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 1;
}
.lpbox .img-fv4 {
  border-radius: 296px;
  padding: 5px;
  background: #fff;
}
.lpbox .box-center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lpbox .video-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: -80px;
}
@media screen and (max-width: 767px) {
  .lpbox .video-img {
    width: 100%;
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .lpbox .video1 {
    width: 100%;
  }
}
.lpbox .video2-position {
  position: absolute;
  left: 60px;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 767px) {
  .lpbox .video2-position {
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lpbox .video2-position .video2 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lpbox .video2-position .video2 {
    width: 150px;
  }
}
.lpbox .video3-position {
  position: absolute;
  right: 60px;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 767px) {
  .lpbox .video3-position {
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lpbox .video3-position .video3 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lpbox .video3-position .video3 {
    width: 150px;
  }
}
.lpbox .video4-position {
  position: absolute;
  right: 40px;
  z-index: 1;
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  .lpbox .video4-position {
    right: 25px;
    bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .lpbox .video4-position .video4 {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .lpbox .video4-position .video4 {
    width: 120px;
  }
}
.lpbox .video5-position {
  position: absolute;
  right: 30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .lpbox .video5-position {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .lpbox .video5-position .video5 {
    width: 300px;
    border-radius: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lpbox .video5-position .video5 {
    width: 150px;
    border-radius: 150px;
  }
}
.lpbox .cf-inner {
  min-width: unset;
}
.lpbox .id-component__inner {
  margin-top: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lpbox .id-component__inner {
    margin-top: 30px;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lpbox .id-component__head {
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-weight: 500;
  border-top: #595757 1px solid;
  border-bottom: #595757 1px solid;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpbox .id-component__head {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}
.lpbox .id-component__head:before, .lpbox .id-component__head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #595757;
}
.lpbox .id-component__head:before {
  width: 30px;
  height: 1px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .lpbox .id-component__head:before {
    width: 20px;
    right: 20px;
  }
}
.lpbox .id-component__head:after {
  width: 1px;
  height: 30px;
  right: 44px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .lpbox .id-component__head:after {
    height: 20px;
    right: 29px;
  }
}
.lpbox .id-component__head-change {
  display: none !important;
}
.lpbox .id-component__head.toggle-active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.lpbox .id-component__box {
  display: none;
  padding: 30px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .lpbox .id-component__box {
    padding: 20px;
    font-size: 13px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .lpbox .img-cut {
    margin-bottom: -1050px;
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .lpbox .img-cut {
    margin-bottom: -141%;
    position: relative;
    z-index: -1;
  }
}

.swiper-bg-img {
  background: url(../images/content12_02bg.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position-x: center;
}
@media screen and (min-width: 768px) {
  .swiper-bg-img {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-bg-img {
    padding-bottom: 110px;
  }
}
.swiper-bg-img .review-movie-swiper {
  width: 100%;
  overflow: visible;
}
.swiper-bg-img .review-movie-swiper video {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto !important;
}
@media screen and (min-width: 768px) {
  .swiper-bg-img .review-movie-swiper video {
    width: 420px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-bg-img .review-movie-swiper video {
    width: 210px;
    border-radius: 25px;
  }
}
.swiper-bg-img .review-movie-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 (min-width: 768px) {
  .swiper-bg-img .review-movie-swiper .swiper-slide {
    width: 420px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-bg-img .review-movie-swiper .swiper-slide {
    width: 210px;
  }
}
.swiper-bg-img .review-movie-swiper .swiper-button-prev:after,
.swiper-bg-img .review-movie-swiper .swiper-rtl .swiper-button-next:after,
.swiper-bg-img .review-movie-swiper .swiper-button-next:after,
.swiper-bg-img .review-movie-swiper .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-bg-img .review-movie-swiper .swiper-button-prev,
.swiper-bg-img .review-movie-swiper .swiper-button-next {
  position: absolute;
  top: 45%;
  width: 27px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-bg-img .review-movie-swiper .swiper-button-prev,
  .swiper-bg-img .review-movie-swiper .swiper-button-next {
    width: 13px;
    height: 25px;
    background-size: contain !important;
  }
}
.swiper-bg-img .review-movie-swiper .swiper-button-prev {
  left: 100px;
  right: auto;
  background: url(../images/point1-arrow-prev.png) no-repeat;
}
.swiper-bg-img .review-movie-swiper .swiper-button-next {
  right: 100px;
  left: auto;
  background: url(../images/point1-arrow-next.png) no-repeat;
}
.swiper-bg-img .review-movie-swiper .swiper-pagination {
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-bg-img .review-movie-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
}
.swiper-bg-img .review-movie-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d21942;
  opacity: 1;
}