@charset "UTF-8";
/* CSS Document */

/*-----------------------------------
Main visual
-----------------------------------*/

.mv-outside {
  height: 30vw;
  background: url("../images/mv-bg-00.png") no-repeat center;
  background-size: contain;
  position: relative;
}

.mv-inside {
  display: flex;
  justify-content: center;
  height: 28vw;
  max-height: 600px;
  padding-top: 250px;
  background: url("../images/mv-bg-btm-03-hinamatsuri.gif") repeat-x 0 bottom;
  background-size: 730px;
}

.mv-wrap {
  height: 40vw;
  background: url(../images/mv-bg-ph2.png) bottom repeat-x;
  background-size: contain;
  margin-top: 50px;
}

@media screen and (max-width: 1440px) {
  .mv-outside {
    height: 35vw;
  }

  .mv-inside {
    height: 34vw;
    padding-top: 0;
  }

  .mv-wrap {
    height: 24vw;
    margin-top: 70px;
    background-size: 130%;
  }
}

@media screen and (max-width: 1200px) {
  .mv-outside {
    height: 38vw;
  }

  .mv-inside {
    height: 36vw;
    padding-top: 0;
  }

  .mv-wrap {
    height: 36vw;
    margin-top: 8vw;
  }
}

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

  .mv-inside {
    height: 36vw;
    background-size: 660px;
  }

  .mv-wrap {
    height: 30vw;
    background-position: top;
    background-size: 150%;
  }
}

/*TBここまで ノートパソコンなどの省サイズモニタ*/

@media screen and (max-width: 767px) {
  .mv-outside {
    height: 350px;
  }

  .mv-inside {
    height: 350px;
    background-size: 600px;
  }

  .mv-wrap {
    height: 280px;
    background-size: 1200px;
    margin-top: 30px;
  }
}

/*SPここまで タブレットなど*/

@media screen and (max-width: 500px) {
  .mv-wrap {
    height: 300px;
    background-size: 1400px;
    margin-top: 30px;
  }
}
