@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
.head {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.head .page_title {
  display: none;
}

.head .logo_img {
  display: none;
}

@media screen and (max-width: 768px) {
  .head {
    background: transparent;
  }
  .head .page_title {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .head .page_title h1 {
    font-family: "texas-hero", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
    font-size: 9vw;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }
  .head .page_title h1 .jp {
    font-size: 3.2vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-weight: 500;
    padding-left: 2.6vw;
    display: inline-block;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }
  .head .page_title h1 .font {
    color: #fff;
    font-family: "emily-austin", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  }
  .head .logo_img {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 2.1vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.5vw;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .scl {
    width: 100%;
  }
  .appear {
    background: -webkit-gradient(linear, left top, left bottom, from(#55504b), to(rgba(85, 80, 75, 0)));
    background: linear-gradient(to bottom, #55504b, rgba(85, 80, 75, 0));
  }
  .appear .page_title {
    opacity: 1;
  }
  .appear .logo_img {
    opacity: 1;
  }
}
/*# sourceMappingURL=head.css.map */