.header-bg {
  --animation-duration: .3s;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: color-mix(in srgb, #000 60%, transparent);
}
@media screen and (max-width: 960px) {
  .header-bg {
    background-color: #141414;
  }
}
.header-bg .header {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 95%;
  max-width: 1200px;
  height: var(--header-height);
  anchor-name: --nav-anchor;
}
@media screen and (max-width: 960px) {
  .header-bg .header {
    width: 90%;
  }
}
.header-bg .header .logo {
  margin-block: 15px;
  width: 20%;
  max-width: 200px;
}
@media screen and (max-width: 960px) {
  .header-bg .header .logo {
    height: 76%;
    margin: 0;
  }
}
.header-bg .header .logo .logo-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .header-bg .header .logo .logo-img {
    height: 100%;
    width: auto;
  }
}
.header-bg .header .heder-ham {
  display: none;
  position: relative;
  margin-left: auto;
  flex-direction: column;
  width: 30px;
  height: 15px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  transition: all var(--animation-duration);
  --ham-line-height: 2px;
}
@media screen and (max-width: 960px) {
  .header-bg .header .heder-ham {
    display: flex;
  }
}
.header-bg .header .heder-ham span {
  position: absolute;
  width: 100%;
  height: var(--ham-line-height);
  border-radius: calc(var(--ham-line-height) / 2);
  background-color: var(--white);
}
.header-bg .header .heder-ham span:nth-of-type(1) {
  top: 0;
}
.header-bg .header .heder-ham span:nth-of-type(2) {
  top: calc(50% - var(--ham-line-height) / 2);
}
.header-bg .header .heder-ham span:nth-of-type(3) {
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .header-bg .header .header-nav {
    position: unset;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 80%;
    max-width: 944px;
    max-height: 80dvh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 960px) {
  .header-bg .header .header-nav {
    opacity: 0;
    position: fixed;
    position-anchor: --nav-anchor;
    position-area: block-end;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    max-height: none;
    padding: 2vh 0 5vh;
    background-color: color-mix(in srgb, #242424 80%, transparent);
    gap: 15px;
    transition: opacity var(--animation-duration) ease, display var(--animation-duration) allow-discrete, overlay var(--animation-duration) allow-discrete;
  }
  .header-bg .header .header-nav:popover-open {
    opacity: 1;
  }
  @starting-style {
    .header-bg .header .header-nav:popover-open {
      opacity: 0;
    }
  }
}
.header-bg .header .header-nav .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  min-height: 0;
  height: 2.5rem;
  border: 2px solid transparent;
  border-radius: 2px;
  background-clip: padding-box, padding-box, border-box;
  background-origin: border-box;
  text-decoration: none;
  --inversion: to top;
  background-image: linear-gradient(var(--inversion), transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(#D5B556, #D5B556), linear-gradient(to top, #6B4610, #F3EACA);
}
.header-bg .header .header-nav .btn-link:hover {
  --inversion: to bottom;
}
@media screen and (max-width: 960px) {
  .header-bg .header .header-nav .btn-link {
    flex-shrink: 0;
    display: block;
    width: 90%;
    height: unset;
    aspect-ratio: unset;
    border: none;
    border-radius: unset;
    background-image: none;
    margin-inline: auto;
    border-bottom: 2px solid color-mix(in srgb, var(--white) 70%, transparent);
  }
}
.header-bg .header .header-nav .btn-link .btn-link-text {
  color: var(--white);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .header-bg .header .header-nav .btn-link .btn-link-text {
    font-weight: 500;
    font-size: 1.7rem;
    padding: 10px 2px;
  }
}
.header-bg:has(#header-nav:popover-open) .heder-ham {
  transform: rotate(180deg);
}
.header-bg:has(#header-nav:popover-open) .heder-ham span:nth-of-type(1), .header-bg:has(#header-nav:popover-open) .heder-ham span:nth-of-type(3) {
  top: calc(50% - var(--ham-line-height) / 2);
}
.header-bg:has(#header-nav:popover-open) .heder-ham span:nth-of-type(1) {
  transform: rotate(45deg);
}
.header-bg:has(#header-nav:popover-open) .heder-ham span:nth-of-type(2) {
  opacity: 0;
}
.header-bg:has(#header-nav:popover-open) .heder-ham span:nth-of-type(3) {
  transform: rotate(-45deg);
}

:root {
  --white: #fff;
  --header-height: 117px;
}
@media screen and (max-width: 960px) {
  :root {
    --header-height: 53px;
  }
}

html:has(#header-nav:popover-open) {
  overflow: clip;
}
html .resize-hold {
  transition: none !important;
}
html body {
  color: var(--white);
  background: #000 url(../images/bg.jpg) no-repeat fixed center top/cover;
  width: 100%;
  min-height: 100dvh;
  font: 1rem "Noto Sans Japanese", sans-serif;
}
html body.body-top {
  background-image: url(../images/bg_top.jpg);
  background-position: top left;
}
html body .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
html body .main-content .img-content {
  display: flex;
  flex-direction: column;
  margin-block: 30px 30px;
}
@media screen and (max-width: 768px) {
  html body .main-content .img-content {
    margin-block: 10px 15px;
  }
}
html body .main-content .img-content .d-b {
  width: 100%;
  max-width: 800px;
  height: auto;
}
@media screen and (max-width: 960px) {
  html body .main-content .img-content .d-b {
    max-width: none;
    padding-inline: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  html body .main-content .img-content .d-b {
    padding-inline: 5px;
  }
}
html body .main-content .page-body {
  margin: 10px auto 60px;
}
html body .main-content .page-body .ttl-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 600;
  margin: 40px;
}
@media screen and (max-width: 960px) {
  html body .main-content .page-body .ttl-page {
    font-size: 1.5rem;
  }
}
html body .main-content .page-body .ttl-page::before, html body .main-content .page-body .ttl-page::after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--white);
  border-radius: 2px;
}/*# sourceMappingURL=style.css.map */