body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-family: "Shuei MaruGo L", sans-serif;
  background: #FF1900;
}

a, a:link, a:visited {
  color: #FF5000;
}

.post-share li a {
  background-color: #FF5000;
}

a.btn {
  background-color: #FF5000;
  color: #FFFFFF;
}

.footer-contact__mail a,
.footer-contact__home a {
  background-color: transparent;
}

.post-header__title a ,
.post-header__title a:link,
.post-header__title a:visited {
  color: #000000;
}

@media (hover: hover) {
  a:hover,
  .ua-desktop a:hover {
    color: #FF5000;
  }
  .header__lead a:hover,
  .ua-desktop .header__lead a:hover {
    text-decoration: underline;
  }
}

.header__logo {
  display: none;
}

.header__lead,
#contents,
.footer {
  max-width: 800px;
  margin-inline: auto;
  background: #FFFFFF;
  width: 92%;
}

.header__lead {
  padding: 30px 24px;
}

.header-kv {
  width: 100%;
  height: 100dvh;
  background-image: url(/textlive/css/250410shiju/header-bg.jpg);
  background-size: cover;
  background-position: 46% 50%;
  display: flex;
  flex-direction: column;
  padding-top: max(12px, 2vw);
  gap: clamp(24px, 4.5vw, 52px);
  position: relative;
  overflow: hidden;
}
.header h1 img.sub-title {
  width: 14%;
  min-width: 125px;
  max-width: 160px;
  margin-inline: auto;
  opacity: 0;
  animation: fade-in 400ms ease 1300ms forwards;
}
.header h1 picture.main-title img {
  width: 55%;
  min-width: 340px;
  max-width: 620px;
  margin-inline: auto;
  opacity: 0;
  animation: fade-in 1000ms ease 1500ms forwards;
}

.header h1 img.shiju {
  position: absolute;
  width: 40vw;
  min-width: 320px;
  max-width: 420px;
  /* right: min(-320px, -40vw); */
  right: -100vw;
  bottom: 0;
  animation: drift-s 1000ms cubic-bezier(0.05, 1, 0.68, 1) 1000ms forwards;
}
@media (min-width: 600px) {
  .header__lead {
    padding: 60px 24px;
  }
  .header h1 img.shiju {
    animation: drift-m 1200ms cubic-bezier(0.05, 1, 0.68, 1) 1000ms forwards;
  }
  .header-kv {
    background-position: center;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drift-s {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-160vw);
  }
}
@keyframes drift-m {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-180vw);
  }
}


.footer {
  padding-top: 20px;
}

.navi {
  margin: 0;
}

#yodogawa_header p {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
  font-family: "Shuei MaruGo B", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

