/* catch */
.mv_inner_catch .mv_headline {
  font-size: 54px;
}
.mv_inner_catch .mv_subheading {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.mv_inner_catch .mv_subheading-link {
  margin-top: 20px;
  font-size: 18px;
}
.mv_inner_catch .mv_subheading_text {
  display: block;
}
.mv_inner_catch .mv_headLink {
  color: #fff;
}
.mv_inner_catch .mv_headLink:hover {fro
  color: #0033cc;
  text-shadow: none;
}
.mv_headLink_text {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.mv_inner_catch .mv_headLink:hover .mv_headLink_text {
  border-bottom: 1px solid #0033cc;
}
.mv_headLink:after {
  content: "\f00e";
  display: inline-block;
  font-family: "NKFont";
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-left: 6px;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
  .mv_inner_catch .mv_headline {
    font-size: 28px;
  }
  .mv_inner_catch .mv_subheading {
    font-size: 14px;
  }
  .mv_inner_catch .mv_subheading_text {
    display: inline;
  }
  .mv_headLink {
    font-size: 14px;
  }
  .mv_headLink:after {
    font-size: 1.1rem;
  }
}

.front-slider {
    height: 400px;
    opacity: 0;
    overflow: hidden;
    width: 100%;
}

.front-slider__item img {
    max-width: none;
    width: 100%;
}

.front-slider .slick-dots {
    bottom: 10px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    z-index: 1;
}

.front-slider .slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.front-slider .slick-dots li button {
    -webkit-appearance: none;
    background: #fff;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 8px;
}

.front-slider .slick-dots li button:focus {
    outline: none;
}

.front-slider .slick-dots li.slick-active button {
    background: #007aff;
}

.front-slider__item__dummy {
    background: #cccccc;
    display: block;
    padding: 66.6666667% 0 0;
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .front-slider__item__dummy {
        padding-top: 37.5%;
    }
}
