@charset "utf-8";

:root {
  --zenmincho: "Zen Old Mincho", serif;
  --notosans: "Noto Sans JP", sans-serif;
  --default: 0.4s ease;
}

body {
  font-family: var(--notosans);
  color: #1d1d1d;
  background: rgba(229, 223, 178, 0.22);
}

body.is-open {
  position: relative;
  overflow: hidden;
}

body.is-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 172, 172, 0.77);
  z-index: 1000;
}

.menu-open {
  overflow: hidden;
}

.w1728 {
  width: min(90%, 1728px);
  margin: 0 auto;
}

.w1536 {
  width: min(80%, 1536px);
  margin: 0 auto;
}

.w1344 {
  width: min(70%, 1344px);
  margin: 0 auto;
}

.w1152 {
  max-width: 1152px;
  width: 90%;
  margin: 0 auto;
}

.w960 {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}
.has-bg {
  background: url(/system_panel/uploads/images/20260614022351707841.jpg) no-repeat top/cover;
}
.morebtn {
  max-width: 309px;
  width: 100%;
  border-bottom: 1px solid #1d1d1d;
}

.morebtn a {
  display: flex;
  align-items: center;
  padding-right: 6px;
  padding-bottom: 3px;
  justify-content: space-between;
}

.morebtn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #1d1d1d;
  border-right: 0;
  transition: var(--default);
}

.morebtn:hover a::after {
  transform: translateX(4px);
}

.morebtn a .link-text {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  color: #1d1d1d;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-6 {
  animation-delay: 0.6s;
}

a.default {
  transition: var(--default);
}

a.default:hover {
  opacity: 50%;
}

.desc p {
  font-family: var(--notosans);
  font-weight: 400;
}
@media (max-width: 1023px) {
  .has-bg {
    background: url(/system_panel/uploads/images/20260618020902764360.jpg) no-repeat top/cover;
  }
}
@media (max-width: 767px) {
  .desc p {
    font-feature-settings: "palt";
  }
}

.gjs-dashed .back-top {
  transform: translateY(0);
}
