.video_wrapper {
    position: relative;
}
.video_wrapper:not(.js_active)::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.video_wrapper:not(.js_active)::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(./loading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.video_wrapper{
    background-color: #000;
}

.video_wrapper > video {
    width: 100%;
}

#modelhouse .gallery-modelhouse.hide_arrow .slick-arrow{
	display:none;
}

#home .list-link-news__newlabel {
  white-space: normal;
  line-height: 1.5;
}
#home .list-link-news__newlabel span {
  position: relative;
  padding-right: 48px;
  background: url(../img/index/icon_new.jpg) right top no-repeat;
  background-size: contain;
}
.section-visual__visual.section-visual__visual .sp {
  display: none;
}

@media screen and (max-width:600px) {
  
  #home .list-link-news__newlabel span {
    padding-right: 35px;
  }
  .section-visual__visual.section-visual__visual .pc {
    display: none;
  }
  .section-visual__visual.section-visual__visual .sp {
    display: block;
  }
  
}

.mt75 {
  margin-top: 75px;
}

@media screen and (max-width:600px) {

  .sp_mt20 {
    margin-top: 20px;
  }

}

.mw_wp_form h3 {
        font-size: 3em;
}