#cm {
  text-align: center;
  position: relative;
  background-color: #edeefa;
}
#cm .main-visual {
  width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
  line-height: 0;
  position: relative;
}
#cm .main-visual iframe {
  width: 100%;
  height: 100%;
}
#cm .l-container__inner {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#cm .movie-sound {
  position: absolute;
  z-index: 30;
  bottom: 20px;
  left: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-image: url("../images/ico_audio_on.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cm .movie-sound.on {
  background-image: url("../images/ico_audio_off.svg");
}

.vezel-review {
  position: relative;
}
.vezel-review sup {
  font-size: 10px;
}
.vezel-review .l-container {
  position: relative;
}
.vezel-review .l-container .l-container__inner {
  position: relative;
}
.vezel-review a {
  transition: 0.3s;
}
@media (hover: hover) {
  .vezel-review a:hover {
    opacity: 0.7;
  }
}
.vezel-review .button-area--single {
  justify-content: center;
  margin-top: 94.9px;
}
@media screen and (max-width: 768px) {
  .vezel-review .button-area--single {
    margin-top: 58.8px;
  }
}
.vezel-review .button-area--single a {
  width: 315px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.vezel-review .button-area {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vezel-review .button-area {
    flex-direction: column;
    gap: 20px;
  }
}
.vezel-review .button-area a {
  width: 240px;
  padding: 17px 0;
  font-size: 14px;
  font-family: var(--font-bold);
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .vezel-review .button-area a {
    width: 100%;
    padding: 13px 0;
  }
}
.vezel-review .movie-block a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.vezel-review .movie-block .img {
  width: 100%;
  border-radius: 10px;
}
.vezel-review .movie-block .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .vezel-review .movie-block .icon {
    width: 50px;
  }
}
.vezel-review .movie-block .button-area {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .vezel-review .movie-block .button-area {
    flex-direction: column;
    gap: 20px;
  }
}
.vezel-review .movie-block .button-area a {
  width: 240px;
  padding: 17px 0;
  font-size: 14px;
  font-family: var(--font-bold);
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .vezel-review .movie-block .button-area a {
    width: 100%;
    padding: 13px 0;
  }
}
.vezel-review .movie-block .button-area a:hover {
  background-color: #f0f0f0;
  opacity: 1;
}
.vezel-review .movie-block .center {
  justify-content: center;
}
.vezel-review .movie-item {
  margin-top: 48.7px;
}
@media screen and (max-width: 768px) {
  .vezel-review .movie-item {
    margin-top: 28.5px;
  }
}
.vezel-review .movie-item__title {
  font-family: var(--font-bold);
}
@media screen and (max-width: 768px) {
  .vezel-review .movie-item__title {
    font-size: 14px;
  }
}
.vezel-review .movie-item p.red {
  color: #fff;
}
.vezel-review .movie-item p.bgred {
  background-color: #fff;
}
.vezel-review .movie-item__time {
  color: #000;
  display: inline-block;
  padding: 3px 6px;
  margin-top: 9px;
  font-size: 12px;
  font-family: var(--font-bold);
  line-height: 1;
}
.vezel-review .c-slider .swiper-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .vezel-review .c-slider .swiper-wrapper {
    gap: initial;
  }
}
.vezel-review .c-slider .swiper-wrapper .swiper-slide {
  max-width: 310px;
  padding: 0;
}
.vezel-review .c-slider.movie-slider {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vezel-review .c-slider.movie-slider {
    margin-right: -30px;
  }
}
.vezel-review .c-slider.movie-slider .swiper-slide {
  max-width: 480px;
  width: 100%;
}
.vezel-review .c-slider.movie-slider .swiper-slide .movie-item {
  margin-top: 39.2px;
}
@media screen and (max-width: 768px) {
  .vezel-review .c-slider.movie-slider .swiper-slide .movie-item {
    margin-top: 23.6px;
  }
}
.vezel-review .c-slider.movie-slider .swiper-slide .movie-item .xs {
  display: none;
}
@media screen and (max-width: 465px) {
  .vezel-review .c-slider.movie-slider .swiper-slide .movie-item .xs {
    display: block;
  }
}
.vezel-review .c-slider.movie-slider .swiper-controls {
  margin-right: 30px;
  --swiper-pagination-bullet-inactive-color: #B2B2B2;
  --swiper-navigation-color: #CC0100;
  --swiper-theme-color: #CC0100;
  --swiper-pagination-bullet-inactive-opacity: 1 ;
}
.vezel-review .section {
  /*
  * movie
  */
}
.vezel-review .section-bgblack {
  background-color: #000;
  overflow: hidden;
}
.vezel-review .section-bgblack .l-container__inner {
  width: 100%;
  max-width: 100%;
  padding-top: 166.6px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-bgblack .l-container__inner {
    padding-top: 71px;
  }
}
.vezel-review .section-bgblack .l-container__inner img {
  width: 100%;
}
.vezel-review .section-bgblack .heading {
  text-align: center;
}
.vezel-review .section-bgblack .heading-sub {
  max-width: 600px;
  margin: 0 auto;
}
.vezel-review .section-bgblack .heading-head {
  max-width: 600px;
  margin: 50.4px auto auto;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-bgblack .heading-head {
    margin-top: 26.6px;
  }
}
.vezel-review .section-bgblack .heading-logo {
  max-width: 360px;
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-bgblack .heading-logo {
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: 200px;
  }
}
.vezel-review .section-bgblack .movie.second {
  margin-top: 56.4px;
}
.vezel-review .section-bgblack .movie-block {
  max-width: 720px;
  margin: 0 auto;
}
.vezel-review .section-bgblack .movie-block .icon {
  width: 74px;
  height: 74px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-bgblack .movie-block .icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .vezel-review .section-bgblack .movie-slider .movie {
    margin-top: 56.4px;
  }
}
@media screen and (min-width: 769px) {
  .vezel-review .section-bgblack .movie-slider .movie {
    max-width: 980px;
    display: flex;
    margin: 94.3px auto;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .vezel-review .section-bgblack .movie-slider .movie .movie-block {
    max-width: 480px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .vezel-review .section-bgblack .movie-slider .movie .movie-item {
    width: 100%;
    margin: auto;
  }
}
.vezel-review .section-bgblack .button-area--single {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-bgblack .button-area--single {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.vezel-review .section {
  /*
  * urbantype-top
  */
}
.vezel-review .section-urbantype-top {
  text-align: center;
  background-color: #76797C;
  color: #fff;
}
.vezel-review .section-urbantype-top .l-container__inner {
  padding: 191px 20px 94.6px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-urbantype-top .l-container__inner {
    padding: 100px 30px 47px;
  }
}
.vezel-review .section-urbantype-top .l-container__inner img {
  width: 100%;
}
.vezel-review .section-urbantype-top .l-container__inner .heading-sub {
  padding-top: 55.5px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-urbantype-top .l-container__inner .heading-sub {
    padding-top: 36.5px;
    text-align: left;
  }
}
.vezel-review .section-urbantype-top .l-container__inner .heading-sub p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-urbantype-top .l-container__inner .heading-sub p {
    font-size: 16px;
    line-height: 30px;
  }
}
.vezel-review .section-urbantype-top .l-container__inner .heading-sub .heading-sub-main {
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-urbantype-top .l-container__inner .heading-sub .heading-sub-main {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.vezel-review .section {
  /*
  * urbantype
  */
}
.vezel-review .section-urbantype {
  background-color: #76797C;
  background-image: url(/ZR-V/review/images/img_3type_zrv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1440/269;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-urbantype {
    background-image: url(/ZR-V/review/images/img_3type_zrv_sp.png);
    aspect-ratio: 375/478;
  }
}
.vezel-review .section-urbantype img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 10vw;
  max-width: 980px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.vezel-review .section {
  /*
  * movie
  */
}
.vezel-review .section-movie {
  text-align: center;
  background-color: #76797C;
  color: #fff;
}
.vezel-review .section-movie h3 {
  font-size: 28px;
  font-family: var(--font-bold);
}
.vezel-review .section-movie .l-container__inner {
  padding-top: 90px;
  padding-bottom: 97.1px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-movie .l-container__inner {
    padding-top: 50px;
    padding-bottom: 51.8px;
  }
}
.vezel-review .section-movie .l-container__inner img.icon {
  width: 50px;
  height: 50px;
}
.vezel-review .section-movie .l-container__inner .movie-area {
  padding-top: 67.3px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-movie .l-container__inner .movie-area {
    padding-top: 57.2px;
  }
}
.vezel-review .section-movie .l-container__inner .movie-area .movie-item {
  margin-top: 18.6px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-movie .l-container__inner .movie-area .movie-item {
    margin-top: 17.4px;
  }
}
.vezel-review .section-movie .l-container__inner .movie-area .movie-item__time {
  background-color: #fff;
  color: #000;
  margin-top: 18.3px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-movie .l-container__inner .movie-area .movie-item__time {
    margin-top: 10px;
  }
}
.vezel-review .section-movie .l-container__inner .movie-area .button-area {
  margin-top: 28.1px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-movie .l-container__inner .movie-area .button-area {
    margin-top: 17.4px;
  }
}
.vezel-review .section-movie .l-container__inner .movie-area .button-area a {
  width: 100%;
}
.vezel-review .section-more {
  text-align: center;
}
.vezel-review .section-more .l-container__inner {
  padding-top: 156.8px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-more .l-container__inner {
    padding-top: 73.8px;
  }
}
.vezel-review .section-more .l-container__inner img.icon {
  width: 50px;
  height: 50px;
}
.vezel-review .section-more .l-container__inner .c-slider {
  padding-top: 73.9px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-more .l-container__inner .c-slider {
    padding-top: 49.7px;
  }
}
.vezel-review .section-more .l-container__inner .c-slider .movie-item {
  margin-top: 20.3px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-more .l-container__inner .c-slider .movie-item {
    margin-top: 17.4;
  }
}
.vezel-review .section-more .l-container__inner .c-slider .movie-item__time {
  background-color: #000;
  color: #fff;
}
.vezel-review .section-more .l-container__inner .c-slider .button-area + .button-area {
  margin-top: 18px;
}
.vezel-review .section-more .l-container__inner .c-slider .button-area {
  justify-content: center;
  margin-top: 36.4px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-more .l-container__inner .c-slider .button-area {
    margin-top: 17.4px;
  }
}
.vezel-review .section-more .l-container__inner .c-slider .button-area.double a {
  padding-top: 10px;
  padding-bottom: 7px;
}
.vezel-review .section-more .l-container__inner .c-slider .button-area a {
  width: 100%;
}
.vezel-review .section-more .l-container__inner h4 {
  font-size: 28px;
  text-align: center;
  font-family: var(--font-bold);
}
.vezel-review .section {
  /*
  * foot
  */
}
.vezel-review .section-foot {
  background-color: #DEDEDE;
}
.vezel-review .section-foot .l-container__inner {
  padding-top: 137.2px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-foot .l-container__inner {
    padding-top: 102px;
    padding-bottom: 52px;
  }
}
.vezel-review .section-foot img.icon {
  width: 50px;
  height: 50px;
}
.vezel-review .section-foot h4 {
  font-size: 28px;
  text-align: center;
  font-family: var(--font-bold);
}
@media screen and (max-width: 768px) {
  .vezel-review .section-foot h4 {
    font-size: 24px;
  }
}
.vezel-review .section-foot .main-img {
  width: 100%;
  margin-top: 39.8px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-foot .main-img {
    margin-top: 15px;
  }
}
.vezel-review .section-foot .button-area a {
  width: 300px;
  padding: 14px 0;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-foot .button-area a {
    width: 100%;
  }
}
@media (hover: hover) {
  .vezel-review .section-foot .button-area a:hover {
    color: #000;
    background-color: #f0f0f0;
    border: 1px solid #000;
    opacity: 1;
  }
}
.vezel-review .section-foot .c-list {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-foot .c-list {
    margin-top: 55px;
  }
}
.vezel-review .section-pr {
  margin: 80px auto 60px;
}
@media screen and (max-width: 768px) {
  .vezel-review .section-pr {
    margin: 60px auto 55px;
  }
  .vezel-review .section-pr img {
    width: 100%;
  }
}
.vezel-review .section_survey {
  margin: 95px auto 0;
}
@media screen and (max-width: 768px) {
  .vezel-review .section_survey {
    margin: 65px auto 0;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */