/* PAGE TOP
/////////////////////////////////////////////*/
.main-visual {
  height: auto;
}

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.movie .movie__ttl {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -305px;
  height: 250px;
  width: 610px;
  pointer-events: none;
}

.movie .movie__ttl .logo1 {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}

.movie .movie__ttl .logo2 {
  visibility: hidden;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

.movie .movie__ttl img {
  display: block;
}

.movie #video {
  position: fixed;
  z-index: 1;
  top: 60px;
  width: 100%;
}

.movie .movie__play {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 72px;
  right: 0;
  margin: auto;
  padding: 0;
  height: 47px;
  width: 47px;
  cursor: pointer;
}

.movie .movie__play img {
  width: 100%;
  height: auto;
}

.movie .movie__volume {
  position: absolute;
  z-index: 10;
  left: 70px;
  bottom: 20px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: url(../img/ico_on.png) center center no-repeat;
}

.movie .movie__volume.mute {
  background-image: url(../img/ico_off.png)
}

.movie .movie__arrow {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 11px;
  margin: auto;
  padding: 0;
  width: 25px;
  height: 25px;
}

.movie .movie__arrow img {
  width: 100%;
  height: auto;
}

.panel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}

.panel a {
  display: block;
  position: relative;
  height: 400px;
}

.panel .panel__img {
  transition: all 2s ease;
}

.panel .panel__img img {
  width: 100%;
}

.panel .panel__ttl {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.panel .panel__ttl p {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 100%;
}

.panel .panel__ttl p span {
  display: table-cell;
  vertical-align: middle;
}

.panel .panel__ttl p img {
  width: auto !important;
}

.panel a:hover .panel__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bt-cnts {
  position: relative;
}

.bt-cnts ul {
  overflow: hidden;
  margin: 0 -2px;
}

.bt-cnts ul li {
  float: left;
  position: relative;
  width: 33.33333%;
  padding: 0 2px;
  margin-bottom: 4px;
  box-sizing: border-box;
}

.bt-cnts ul a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.33333%;
}

.bt-cnts ul figure {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 2s ease;
}

.bt-cnts ul figure img {
  width: 100%;
}

.bt-cnts ul div {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.bt-cnts ul div p {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 100%;
}

.bt-cnts ul div p span {
  display: table-cell;
  vertical-align: middle;
}

.bt-cnts ul div p img {
  width: auto !important;
}

.bt-cnts ul a:hover figure {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .main-visual {
    padding: 0;
  }

  .main-visual .main-visual__bg {
    position: absolute;
    top: 0 !important;
  }

  .movie {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 56.25% !important;


  }

  .movie #mainBg, .movie #video {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .movie .movie__ttl {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50.83333%;
    height: 0;
    padding-top: 20.83333%;
  }

  .movie .movie__ttl .logo1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .movie .movie__ttl .logo2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .panel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33.33333%;
  }

  .panel a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


}


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

  .main-visual .main-visual__bg {
    top: 0 !important;
    left: 0 !important;
    max-width: 100%;
    width: 100%;
  }

  .movie .movie__volume {
    left: 16px;
    bottom: 13px;
    height: 30px;
    width: 30px;
  }

  .movie .movie__play {
    left: 0;
    bottom: 8%;
    right: 0;
    margin: auto;
    padding: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }

  .movie .movie__arrow {
    display: none;
  }

  .panel .panel__ttl p img {
    height: 25px;
  }

  .bt-cnts ul li {
    width: 50%;
  }

  .bt-cnts ul li p span {
    height: 10px;
  }

  .bt-cnts ul li p img {
    height: 10px;
  }

}