.top-videos {
  padding: 90px 0 0;
}
.top-videos .video-block {
  position: relative;
  height: 450px;
  top: 0;
  overflow: hidden;
}
.top-videos .video-block .imgHolder-top.imgHolder01 {
  left: 0;
  background-image: url("../img_new/mv01.jpg");
  background-position: center center;
  background-size: cover;
}
.top-videos .video-block .imgHolder-top.imgHolder02 {
  left: 0;
  background-image: url("../img_new/mv02.jpg");
  background-position: center center;
  background-size: cover;
  margin-bottom: 0
}
.top-videos .imgHolder-list .imgHolder-top:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 3;
}
.top-videos .video-block .imgHolder-top {
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 450px;
  width: 50%;
}
.top-videos .imgHolder-list {
  font-size: 0;
}
.top-videos .imgHolder-list .img-para {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}
.top-videos .imgHolder-list .imgHolder-top {
  display: inline-block;
  vertical-align: top;
}
.top-videos .video-block .imgHolder-top .simpleParallax {
  height: 100%;
}

.top-videos .wcm01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 0;
  max-width: 100%;
  padding: 0;
}
.top-videos .col {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.top-videos .info {
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmn-title1 {
  text-align: center;
  letter-spacing: 0.06em;
}

.cmn-title1 .en {
  font-family: "Prata",serif;
  font-weight: 500;
  color: #BF1E2E;
  font-size: 18px;
}
.top-videos .cmn-title1 h2 {
  font-size: 25px;
  letter-spacing: 0.04em;
}
.top-videos .cmn-title1 p {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.top-videos .cmn-title1 .en {
  font-weight: 500;
  color: #fff;
}
.top-videos a {
  transition: all 0.3s;
}
.top-videos a:hover {
  opacity: 0.7;
}
.top-videos .btn-play {
  margin-top: 25px;
}
.top-videos .btn-play img {
  width: 64px;
}

@media only screen and (max-width: 767px) {
  .top-videos {
    padding: 50px 0 0;
  }
  .top-videos .video-block {
    height: auto;
  }
  .top-videos .video-block:after {
    display: none
  }
  .top-videos .video-block .imgHolder-top {
    background-attachment: scroll;
    position: relative;
    text-indent: -99999px;
    height: 280px;
    width: 100%;
  }
  .top-videos .video-block .imgHolder-top.imgHolder01 {
    background-image: url("../img_new/mv01_sp.jpg");
  }
  .top-videos .video-block .imgHolder-top.imgHolder02 {
    background-image: url("../img_new/mv02_sp.jpg");
  }
  .top-videos .imgHolder-list .img-para {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
  }
  .top-videos .imgHolder-list .imgHolder-top {
    display: block;
    margin-bottom: 15px;
  }
  
  .top-videos .video-block .imgHolder-top .simpleParallax {
    height: 100%;
  }

  .top-videos .wcm01 {
    padding: 0;
  }
  .top-videos .col {
    width: 100%;
    display: block;
    height: 49%;
    margin-bottom: 20px;
  }
  .cmn-title1 .en {
    font-size: 18px;
  }
  .top-videos .cmn-title1 h2 {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
  .top-videos .cmn-title1 p {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .top-videos .cmn-title1 .en {
    font-weight: 500;
    color: #fff;
  }
  .top-videos a {
    transition: all 0.3s;
  }
  .top-videos a:hover {
    opacity: 0.7;
  }
  .top-videos .btn-play {
    margin-top: 25px;
  }
  .top-videos .btn-play img {
    width: 64px;
  }
}

/* POPUP */

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.75);
  z-index: 999999;
}
.popup-inner {
  max-width: 1000px;
  width: 90%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  line-height: 0;
  z-index: 990;
}
.popup-inner video {
  width: 100%;
}
.popup-close {
  text-decoration: none;
  width: 32px;
  height: 32px;
  padding-top: 2px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0,0,0,0.8);
  font-family: Arial, Sans-Serif;
  font-size: 24px;
  text-align: center;
  line-height: 100%;
  color: #fff !important;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #000;
  text-decoration: none;
}

/* SLIDER */

.main-slider {
  position: relative;
  z-index: 0;
}
.top-room__items__col1 {
  z-index: 2;
}
.slick-dots {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.main-slider-2 .slick-dots, .main-slider-4 .slick-dots {
  right: auto;
  left: 30px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.slick-dots li.slick-active button {
  background: #C42D2D;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .slick-dots, .main-slider-2 .slick-dots, .main-slider-4 .slick-dots {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    bottom: 35px;
  }
  .slick-dots li {
    margin-right: 10px
  }
}

/* FOOTER */
#footer .footer__logo {
  max-width: 1035px;
  margin:  0 auto;
  font-size: 0;
}
#footer .footer__logo .img-logo {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}
#footer .footer__logo .img-logo img {
  max-width: 370px;
}
#footer .footer__logo .fb-page {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #footer .footer__logo {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px
  }
  #footer .footer__logo .img-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
  }
  #footer .footer__logo .img-logo img {
    max-width: 278px;
  }
  #footer .footer__logo .fb-page {
    display: block;
    width: 100%;
    text-align: center
  }
}

/* CONCEPT */

.top-concept {
  height: 530px;
  background-image: url("../img_new/concept_bg_01.jpg");
}
@media only screen and (max-width: 767px) {
  .top-concept {
    height: 230px;
    background-image: url("../img_new/concept_bg_01_sp.jpg");
    padding-top: 30px
  }
}