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

  クローズ処理

---------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3vw;
  }
}

a[href="#"].-close {
  pointer-events: none;
  opacity: 0.4;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

dt {
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .only_sp {
    display: none !important;
  }
  a[href*=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
}
.close_wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../../images/close_pc.jpg") center 65%/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.close_inner {
  position: relative;
  text-align: center;
}
.close_title {
  padding-left: 0.1em;
  font-size: min(4vw, 64px);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.close_copy {
  padding-left: 0.2em;
  line-height: 1.2;
  font-size: min(10vw, 160px);
  font-weight: 900;
  letter-spacing: 0.2em;
}
.close_text {
  margin-top: min(5%, 500px);
  padding-left: 0.1em;
  line-height: 2;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.close_text span {
  display: inline-block;
}
.close .bana {
  display: inline-block;
  overflow: hidden;
}
.close .bana img {
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.close .bana:hover img {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 19px 38px, rgba(255, 255, 255, 0.793) 0px 15px 12px;
  transform: scale(1.05);
  filter: brightness(1.05);
}
.close_notes {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.close_notes span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .close_inner {
    margin: 20% 0;
  }
  .close_title {
    font-size: 6vw;
  }
  .close_copy {
    font-size: 14vw;
  }
  .close_notes {
    bottom: 3%;
    padding: 0 10%;
  }
}

/*# sourceMappingURL=style_close.css.map */
