.head .head_bottom_box .menu_lsit a.plan {
  color: #967a53;
}

#video01 {
  position: relative;
  background-color: #fff;
}
#video01 .video01 {
  overflow: hidden;
}
#video01 .video01 video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#video01 .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_cover_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top 41vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #video01 .cover {
    background-image: url(../images/common/mv_cover_sp.png);
    background-position: center top 138vw;
  }
}
#video01 .sub_txt {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 10px;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #video01 .sub_txt {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #video01 .sub_txt {
    font-size: 2vw;
    bottom: 2em;
  }
}

.bg_plan {
  background-image: url(../images/plan/bg_plan.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg_plan .wrap_sp {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
}
@media screen and (max-width: 1100px) {
  .bg_plan .wrap_sp {
    max-width: none;
    width: 81.8%;
    padding: 13.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .bg_plan .wrap_sp {
    max-width: none;
    width: 100%;
    padding: 13.3vw 0;
  }
}
.bg_plan h2 {
  width: 121px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .bg_plan h2 {
    width: 11vw;
  }
}
@media screen and (max-width: 768px) {
  .bg_plan h2 {
    width: 16.1vw;
  }
}
.bg_plan .catch {
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  line-height: 2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  .bg_plan .catch {
    font-size: 2.7vw;
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .bg_plan .catch {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
.bg_plan .plan_img {
  margin-top: 95px;
}
@media screen and (max-width: 1100px) {
  .bg_plan .plan_img {
    margin-top: 8.6vw;
  }
}
@media screen and (max-width: 768px) {
  .bg_plan .plan_img {
    margin-top: 12.5vw;
  }
}

#video01 .cover {
  transition-property: background-position;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  background-position: center top -25vw;
}
@media screen and (max-width: 768px) {
  #video01 .cover {
    transition-duration: 2s;
    background-position: center top -40vw;
  }
}
#video01 .cover.act {
  background-position: center top 155vw;
}
@media screen and (max-width: 768px) {
  #video01 .cover.act {
    background-position: center top 340vw;
  }
}
#video01 .cover.none {
  display: none;
}
#video01 .sub_txt {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#video01 .sub_txt.act {
  opacity: 1;
}
#video01 .loader {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#video01 .loader.act {
  opacity: 0;
}
#video01 .scroll {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#video01 .scroll.act {
  opacity: 1;
}/*# sourceMappingURL=style_plan.css.map */