@charset "UTF-8";
/* コンテンツ幅：PC */
/* 最大コンテンツ幅：PC */
/* line 42, ../../scss/_common.scss */
#kv #page-title #kv-phrase {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../../scss/_common.scss */
  #kv #page-title #kv-phrase {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------------- */
/*	キービジュアル
/* -------------------------------------------------------------------------------- */
/* line 13, ../../scss/pages/home.scss */
#page {
  position: relative;
  z-index: 0;
}

/* line 19, ../../scss/pages/home.scss */
#kv {
  padding-top: 400px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  /* line 19, ../../scss/pages/home.scss */
  #kv {
    padding-top: 106.66667%;
  }
}
/* line 33, ../../scss/pages/home.scss */
#kv #page-title #kv-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 960px;
  -webkit-transform: scale(1.6, 1.6);
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -o-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
}
@media only screen and (max-width: 767px) {
  /* line 33, ../../scss/pages/home.scss */
  #kv #page-title #kv-img {
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 0;
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -o-transform: scale(3, 3);
    transform: scale(3, 3);
    -webkit-transform-origin: 60% 65%;
    -moz-transform-origin: 60% 65%;
    -ms-transform-origin: 60% 65%;
    -o-transform-origin: 60% 65%;
    transform-origin: 60% 65%;
  }
}
/* line 59, ../../scss/pages/home.scss */
#kv #page-title #kv-phrase {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}
@media only screen and (max-width: 767px) {
  /* line 77, ../../scss/pages/home.scss */
  #kv #page-title #kv-phrase img {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
