@font-face {
  font-family: "A1Gothic";
  src: url("../fonts/AP-OTF-A1GothicStd-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "A1Gothic";
  src: url("../fonts/AP-OTF-A1GothicStd-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

.ful-content-body {
  margin: 0;
  color: #303030;
  background: #fff;
  font-family: A1Gothic, "Noto Sans JP", sans-serif;
}

.ful-content-header {
  position: sticky;
  top: 0;
  display: flex;
  min-height: 82px;
  padding: 14px 4vw;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(0,0,0,.04);
  z-index: 100;
}

.admin-bar .ful-content-header { top: 32px; }

.ful-content-logo img {
  display: block;
  width: 86px;
  height: auto;
}

.ful-content-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.ful-content-nav a {
  color: #303030;
  font: 600 13px/1 Montserrat, sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
}

.ful-content-nav .ful-content-contact {
  padding: 14px 22px;
  border-radius: 999px;
  color: #fff;
  background: #333;
}

.ful-content-menu-button { display: none; }

.ful-content-main {
  width: min(1180px, calc(100% - 48px));
  min-height: 60vh;
  margin: 0 auto;
  padding: 110px 0 140px;
}

.ful-archive-heading {
  margin-bottom: 70px;
}

.ful-archive-heading h1 {
  margin: 0;
  color: #e7817f;
  font: 400 clamp(56px, 8vw, 100px)/.9 Montserrat, sans-serif;
  letter-spacing: .02em;
}

.ful-archive-heading p {
  margin: 16px 0 0;
  color: #e7817f;
}

.ful-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 28px;
}

.ful-archive-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ful-archive-media {
  height: 238px;
  overflow: hidden;
  border-radius: 22px;
  background: #f4f4f4;
}

.ful-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.ful-archive-card a:hover .ful-archive-media img { transform: scale(1.035); }

.ful-archive-card time {
  display: block;
  margin: 18px 0 8px;
  color: #e7817f;
  font-size: 12px;
  letter-spacing: .08em;
}

.ful-archive-card h2 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.5;
}

.ful-archive-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.75;
}

.ful-archive-grid--news {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 36px;
}

.ful-archive-grid--news .ful-archive-card {
  min-width: 0;
}

.ful-archive-grid--news .ful-archive-media {
  height: auto;
  aspect-ratio: 16 / 9;
}

.ful-archive-media--placeholder {
  display: grid;
  border: 1px solid rgba(231, 129, 127, .65);
  box-sizing: border-box;
  place-items: center;
  background: #fff;
  box-shadow: inset 0 0 0 7px #fff, inset 0 0 0 8px rgba(231, 129, 127, .22);
}

.ful-archive-media .ful-archive-placeholder-logo {
  width: min(112px, 28%);
  height: auto;
  object-fit: contain;
}

.ful-archive-card a:hover .ful-archive-media--placeholder img {
  transform: none;
}

.navigation.pagination {
  margin-top: 72px;
  text-align: center;
}

.nav-links .page-numbers {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  margin: 3px;
  place-items: center;
  border-radius: 50%;
  color: #303030;
  text-decoration: none;
}

.nav-links .current {
  color: #fff;
  background: #e7817f;
}

.ful-single {
  width: min(880px, 100%);
  margin: 0 auto;
}

.ful-single-header {
  margin-bottom: 50px;
  text-align: center;
}

.ful-single-label {
  margin: 0 0 20px;
  color: #e7817f;
  font: 500 16px/1 Montserrat, sans-serif;
  letter-spacing: .18em;
}

.ful-single-header h1 {
  margin: 0 0 24px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.5;
}

.ful-single-header time,
.ful-single-terms {
  color: #777;
  font-size: 13px;
}

.ful-single-terms { margin-top: 10px; }
.ful-single-terms a { color: #e7817f; }

.ful-single-hero {
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 28px;
  background: #f4f4f4;
}

.ful-single-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
}

.ful-single-content {
  font-size: 16px;
  line-height: 2;
}

.ful-single-content h2 {
  margin: 64px 0 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e7817f;
  font-size: 26px;
}

.ful-single-content a { color: #d45f62; overflow-wrap: anywhere; }
.ful-single-content img { max-width: 100%; height: auto; }
.ful-single-content iframe { max-width: 100%; }

.ful-single-back {
  display: block;
  width: max-content;
  margin: 72px auto 0;
  padding: 14px 34px;
  border: 1px solid #303030;
  border-radius: 999px;
  color: #303030;
  text-decoration: none;
}

.ful-content-footer {
  padding: 70px 7vw 22px;
  color: #fff;
  background: #444;
}

.ful-content-footer-inner {
  display: flex;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}

.ful-content-footer img {
  width: 78px;
  filter: brightness(0) invert(1);
}

.ful-content-footer p { margin: 18px 0 8px; }
.ful-content-footer address { color: #ddd; font-size: 13px; font-style: normal; line-height: 1.8; }

.ful-content-footer nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 14px 38px;
}

.ful-content-footer nav a { color: #fff; font-size: 12px; text-decoration: none; }
.ful-content-copy { margin: 55px 0 0 !important; color: #ccc; font-size: 11px; text-align: center; }

@media (max-width: 840px) {
  .admin-bar .ful-content-header { top: 46px; }

  .ful-content-menu-button {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 10px;
    border: 0;
    place-content: center;
    gap: 5px;
    background: transparent;
  }

  .ful-content-menu-button > span:not(.screen-reader-text) {
    display: block;
    width: 25px;
    height: 2px;
    background: #303030;
  }

  .ful-content-nav {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: min(320px, 88vw);
    padding: 42px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    box-shadow: 0 18px 35px rgba(0,0,0,.12);
  }

  .ful-content-nav.is-open { display: flex; }

  .ful-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  .ful-content-main { width: calc(100% - 32px); padding: 132px 0 100px; }
  .ful-archive-heading { margin-bottom: 52px; }
  .ful-archive-grid { grid-template-columns: 1fr; }
  .ful-archive-media { height: 220px; }
  .ful-single-header { margin-bottom: 36px; }
  .ful-single-hero { margin-bottom: 42px; border-radius: 18px; }
  .ful-content-footer-inner { gap: 48px; flex-direction: column; }
}
