.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-color: #FFF370;
}
.bg-image img {
  max-width: 100%;
}
.bg-image h1 {
  margin: 0;
}

.post {
  border: none;
}

.header {
  margin-top: 100vh;
  line-height: 2;
  font-feature-settings: "palt";
  font-family: "Shuei KakuGo Gin M JIS2004", sans-serif;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
  width: 93.75%;
  max-width: 900px;
}

.header__lead {
  background-color: #ffffff;
  padding: 2rem 1rem;
  font-size: 1rem;
  letter-spacing: 1px;
}
.header__lead > div {
  width: fit-content;
  margin: 0 auto;
}

.header__logo {
  padding-bottom: 800px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__lead,
.sabo-about {
  width: 100%;
}

.sabo-about {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 1rem 0 0 0;
}
.sabo-about h4 {
  padding: 0;
}
.sabo-about-title {
  position: relative;
  margin: 0 auto;
  width: 360px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.sabo-about-title-tri {
  position: absolute;
  left: 8%;
  top: 46%;
  width: 11px;
  height: 12px;
  transition: transform 0.25s ease-in-out 0.1s;
}
button.show .sabo-about-title-tri {
  transform: rotate(90deg);
}
.sabo-about button {
  background: none;
  border: none;
  transition: opacity 0.25s ease;
}
.sabo-about-body__close {
  margin: 2rem auto 3rem auto; 
}
@media (hover: hover) {
  .sabo-about button:hover {
    opacity: 0.7;
  }
}

.sabo-about-body {
  font-size: 1rem;
  background-color: #FFF370;
  padding: 3rem 1rem 1rem 1rem;
  margin-top: -4rem;
}
.sabo-about-body__inner {
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
}
.sabo-about-body h5 {
  font-size: 1.125rem;
  font-family: "Shuei KakuGo Gin B JIS2004", sans-serif;
}
.sabo-about-body ul a {
  color: #8C4000;
}
.sabo-about-body ul {
  margin: 2.25rem auto 3.25rem auto;
}
.sabo-about-body li + li {
  margin-top: 0.75rem;
}
.sabo-darling {
  font-size: 1rem;
  line-height: 1.875;
  width: fit-content;
  max-width: 100%;
  margin: 2.625rem auto;
  padding: 2.5rem 1.25rem 1.625rem 1.25rem;
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: #FFED2D;
}
.sabo-darling br {
  display: none;
}
.sabo-darling p {
  margin: 0;
}
.sabo-darling .sabo-darling__body {
  font-family: "Kakumin Regular", sans-serif;
}
.sabo-darling .sabo-darling__caption {
  font-size: 0.75rem;
  margin-top: 1rem;
  text-align: right;
}
.sabo-body-rule {
  width: 550px;
  max-width: 100%;
  margin: 2rem auto;
  padding: 2.25rem 1.25rem;
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: #FFED2D;
}
.sabo-body-rule img {
  max-width: 100%;
}
.sabo-about-body__close {
  text-align: center;
}

.navi {
  background: none;
  background-color: #ffffff;
  width: 93.75%;
  max-width: 900px;
}
.footer {
  margin-top: 0;
  padding-top: 1.25rem;
  background-color: #ffffff;
}
.post {
  width: 93.75%;
  max-width: 900px;
}

@media only screen and (min-width: 601px) {
  .sabo-about {
    width: 100%;
  }
  .sabo-darling {
    font-size: 1rem;
    margin: 2.625rem auto;
    padding: 2.5rem 3.75rem 1.625rem 3.75rem;
  }
  .sabo-darling br {
    display: inherit;
  }
  .sabo-body-rule {
    margin: 2.625rem auto;
    padding: 3.75rem 5rem;
  }  
}

.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}
