/*動画ここから*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*動画ここまで*/






.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

.box_style01 {
    background-color: #f5f5f5;
    color: #000;
    padding: 0.5em 0;
}

.product-list__unit img:hover{ opacity: .6;}
.caption_style01{ 
  background-color: #fff;
  color: #000;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  font-size: 1.8em;
  padding: 0 0.5em;
  position: absolute; top: 10%; left: 0%;
  text-shadow: 3px 3px 3px #fff;
  z-index: 100;
}

.banner-list__unit{
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.banner-list__unit img{
  width: 100%;
  transition-duration: 0.5s;
}
.banner-list__unit:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}