@charset "UTF-8";
/* ---------------------------------------------
*   html
--------------------------------------------- */
/* ---------------------------------------------
*   body
--------------------------------------------- */
#main img {
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  width: 100%;
}

.pc-item {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-item {
    display: none;
  }
}
.sp-item {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }
}
.font-underline {
  text-decoration: underline;
}

/* ---------------------------------------------
*   マウスオーバー
--------------------------------------------- */
#main a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

#main a img,
#main a {
  opacity: 1;
  transition: 0.3s;
}

#main a:hover img,
#main a:hover {
  opacity: 0.8;
  transition: 0.6s;
  animation-timing-function: ease-in;
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
#main {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #main {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
#main.pattern {
  background-image: url(../img/back-pattern2.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-size: 9vw 9vw;
}

/* ---------------------------------------------
*   <figure> tag
--------------------------------------------- */
figure {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------
*   <iframe> tag
--------------------------------------------- */
#main iframe {
  transition: 0.3s;
}

/* ---------------------------------------------
*   フェードアップ
--------------------------------------------- */
.js-fadein-up {
  opacity: 0;
  transform: translateY(50px);
}

.js-fadein-up.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s, opacity 1s;
}

@media print and (min-width: 768px), screen and (min-width: 768px) {
  .pc-hide {
    display: none !important;
  }
}
@media print and (max-width: 767px), screen and (max-width: 767px) {
  .sp-hide {
    display: none !important;
  }
}
.contents #kv {
  position: relative;
  width: 100vw;
  height: 56.1538461538vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contents #kv {
    height: 84vw;
  }
}
.contents #kv #kv01 {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.contents #kv h1.copy,
.contents #kv .kv-fin {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents #kv .kv-fin {
  z-index: 3;
}
.contents #kv h1.copy {
  z-index: 10;
}

.contents .backimage.add {
  opacity: 1;
  transition: transform 3s, opacity 1s;
}

.contents #kv.inc_height_style {
  height: calc(100vh - 134px);
  background-size: contain;
}
.contents #kv.inc_height_style #kv01 {
  height: 100%;
}
.contents #kv.inc_height_style img {
  height: 100%;
  width: auto;
}

/* ---------------------------------------------
*   KVアニメーション
--------------------------------------------- */
.js-fadein-scl {
  opacity: 0;
  transform: scale(0.95);
}

.js-fadein-scl.add {
  opacity: 1;
  transform: scale(1);
  transition-duration: 3s;
  transition-timing-function: ease-out;
}

.js-fadein-on {
  opacity: 0;
}

.js-fadein-on.add {
  opacity: 1;
  transition-duration: 3s;
}/*# sourceMappingURL=kv-style.css.map */