@font-face {
  font-family: "ZenOldMincho";
  src: url("/fonts/ZenOldMincho-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("/fonts/ZenOldMincho-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("/fonts/ZenOldMincho-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.t_mv_inner {
  background-image: url(../img/top/mv.jpg);
  height: 100svh;
  background-position: bottom;
  background-size: cover;
  padding: 2.5rem 5vw;
  display: flex;
}

.t_mv_subCatch {
  font-size: 2.5rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  margin-right: auto;
  margin-top: auto;
  font-family: "ZenOldMincho", serif;
  font-weight: 500;
}

.t_mv_catch {
  font-size: 4rem;
  writing-mode: vertical-rl;
  margin-left: auto;
  font-family: "ZenOldMincho", serif;
  font-weight: 500;
  line-height: 1.25;
}

.t_mv_catch.text-white .u-vertical-initial {
  margin-top: -0.12em;
  margin-bottom: -0.3em;
}

@media (max-width: 768px) {
  .t_mv_inner {
    flex-direction: column-reverse;
  }
  .t_mv_subCatch {
    writing-mode: initial;
    font-size: 1.75rem;
    line-height: 1.25;
    width: 90%;
  }
  .t_mv_catch {
    margin-left: 0;
    font-size: 2.5rem;
    letter-spacing: 0.07em;
  }
  .t_mv_catch.text-white .u-vertical-initial {
    line-height: 1.4;
    margin-top: -0.2em;
  }
}