.sliced {
  position: relative;
  height: 960px;
  overflow: hidden;
  margin-bottom: 25px;
}
.sliced img {
  z-index: 0;
  opacity: 0;
}
.sliced p {
  float: left;
  width: 80px;
  height: 80px;
  background: url("../img/main02.jpg") no-repeat;
  position: relative;
  z-index: 2;
  opacity: 0;
}
nav {
  padding: 40px 0 30px;
}

.bnr_area {
  background: url(/sp/img/arrowLine.png) center top no-repeat;
  padding: 40px 0 35px;
}

/* modal_movie */

.modal_movie .thumb {
  position: relative;
  width: 620px;
  height: 310px;
  margin: 0 auto 5px;
  cursor: pointer;
}

.modal_movie .thumb:hover {
  -webkit-animation: hover_flash 0.1s linear 2;
  -moz-animation: hover_flash 0.1s linear 2;
  -o-animation: hover_flash 0.1s linear 2;
  animation: hover_flash 0.1s linear 2;
}

.modal_movie .thumb:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 310px;
  margin: 0 auto;
  cursor: pointer;
  background: url(/sp/assets/img/frame_movie.png) no-repeat;
}

.floatcontents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  display: none;
  opacity: 0;
}

.floatcontents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floatcontents .close {
  position: absolute;
  width: 107px;
  height: 22px;
  top: 30px;
  right: 10px;
  background: url(/alicization/assets/img/common/btn_back02.png);
}


.floatcontents .close:hover {
  -webkit-animation: hover_flash 0.1s linear 2;
  -moz-animation: hover_flash 0.1s linear 2;
  -o-animation: hover_flash 0.1s linear 2;
  animation: hover_flash 0.1s linear 2;
  background-position: bottom;
}

.floatcontents .player {
  position: relative;
}

@media only screen and (max-width: 750px) {
/*   .floatcontents .close {
    width: 30px;
  } */
  .floatcontents .player {
    width: 100%;
    height: 40%;
    margin: 50% 0;
  }
  #floatMovie .player {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: -28.125% auto 0;
    padding-top: 56.25%;
  }
  #floatMovie .player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}