@charset "utf-8";

.mv {
  max-width: 908px;
}

/* 003.html movie */
.movie_play_wrap {
  position: relative;
}
.movie_play_wrap img {
  cursor: pointer;
}
.btn_movie_play {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50% , -50%);
    background-image: url(../images/btn_movie_play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* opacity: 0.75; */
}

@media screen and (max-width: 767px) {
  .btn_movie_play {
    height: 15vw;
    width: 15vw;
  }
}

.label-net {
  padding: 5px 12px;
  background: #0085cd;
  border: none;
}

/* バナー幅 */
.w-65 {
  width: 65% !important;min-width:0 !important
}
img.w-65 {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .w-100-sp {
    width: 100% !important;min-width:0 !important;
  }
  img.w-100-sp {
    height:auto !important;
  }
}

#moreaco {
  height: 0;
}

#moreaco.is-open {
  height: auto;
}

/* list */
.list-note-star>li::before {
	content: "★";
	position: absolute;
	top: 0;
	left: 0;
}