@charset "UTF-8";
/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

iframe,
svg,
img {
  height: fit-content;
  vertical-align: middle;
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  appearance: revert;
  -webkit-appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

:root {
  --font-round: "秀英にじみ丸ゴシック B", "Zen Maru Gothic", sans-serif;
  --font-body: "新ゴ R", "Noto Sans JP", sans-serif;
  --font-body-bold: "新ゴ B", "Noto Sans JP", sans-serif;
  --font-mincho: "リュウミン R-KL", "Zen Old Mincho", serif;
  --font-mincho-bold: "リュウミン B-KL", "Zen Old Mincho", serif;
  --color-primary: #1ca8cc;
  --color-secondary: #3d8fd1;
  --color-cta: #2bb5b0;
  --color-base: #ffffff;
  --color-bg: #f6f3ea;
  --color-bg-alt: #efefe6;
  --color-dark: #1a1a1a;
  --color-orange: #f2a33c;
  --color-pink: #ef7f9b;
  --color-green: #5fa84e;
  --color-red: #e4506b;
  --color-navy: #4a6fb8;
  --color-text: #333333;
  --color-text-sub: #707070;
  --color-text-inverse: #ffffff;
  --color-border: #bebebe;
  --color-border-light: #e0dcd0;
  --color-border-dash: #d8d4c8;
  --color-border-dark: #3a3a3a;
  --color-tint: #eaf7fa;
  --color-placeholder: #dcd8cc;
  --color-facebook: #1877f2;
  --color-instagram: #e4506b;
  --color-youtube: #e4506b;
  --inner-base: 65rem;
  --gutter: 5rem;
  --header-height: 4.75rem;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-pill: 999px;
  --shadow-menu: 0 6px 24px rgb(51 51 51 / 18%);
  --duration-fast: 0.2s;
  --duration-base: 0.3s;
}

@media screen and (max-width: 767.98px) {
  :root {
    --gutter: 2.5rem;
  }
}
html {
  overscroll-behavior-y: none;
  font-size: clamp(14px, 1.1111111111vw, 18px);
  scroll-padding-top: calc(var(--header-height) + 1.25rem);
}
@media screen and (max-width: 1024.98px) {
  html {
    font-size: max(10.9714285714px, 1.4285714286vw);
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: min(4vw, 17px);
  }
}

body {
  background: var(--color-base);
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.8;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-body);
  font-style: normal;
}

.wrapper {
  background: var(--color-base);
}

.inner {
  position: relative;
  width: min(var(--inner-base), 100% - var(--gutter));
  margin-inline: auto;
}

img {
  max-width: 100%;
  height: auto;
}

img[style*="--w"] {
  width: 100%;
  max-width: calc(var(--w) / 16 * 1rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

b,
strong {
  font-family: var(--font-body-bold);
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
}

a,
button,
summary,
input,
select,
textarea {
  transition: background-color var(--duration-base), border-color var(--duration-base), color var(--duration-base), opacity var(--duration-base), box-shadow var(--duration-base);
}

:focus-visible {
  outline: 2px solid rgb(from var(--color-primary) r g b/60%);
  outline-offset: 2px;
}

.icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-size: 1em;
  font-family: "Material Symbols Rounded";
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  line-height: 1;
  white-space: nowrap;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

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

@media screen and (max-width: 767.98px) {
  .hidden-sp {
    display: none;
  }
}

.visible-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .visible-sp {
    display: revert;
  }
}

::placeholder {
  color: var(--color-border);
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
}

input[type=radio],
input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--color-primary);
  appearance: auto;
}

.form {
  display: grid;
  align-items: center;
  gap: 1.75rem 1.5rem;
  grid-template-columns: 12.5rem 1fr;
}
@media screen and (max-width: 767.98px) {
  .form {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .form label {
    margin-top: 0.75rem;
  }
  .form label:has(+ .form_field textarea) {
    padding-top: 0;
  }
}
.form label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.form label:has(+ .form_field textarea) {
  align-self: start;
  padding-top: 0.75rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  width: 100%;
  padding: 0 0.875rem;
  background: var(--color-base);
  border: 1px solid #c9d4db;
  border-radius: 0.125rem;
  font-size: 1rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select {
  height: 3rem;
}
.form textarea {
  height: 10rem;
  padding: 0.75rem 0.875rem;
  line-height: 1.8;
  resize: vertical;
}

.form_field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
}

.form .error {
  color: var(--color-red);
  font-size: 0.875rem;
  line-height: 1.6;
}

.form_addr {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form_zip {
  display: block;
  position: relative;
  width: 12.5rem;
}
@media screen and (max-width: 767.98px) {
  .form_zip {
    width: 10rem;
  }
}
.form_zip::before {
  content: "〒";
  position: absolute;
  top: 50%;
  left: 0.875rem;
  font-size: 1rem;
  pointer-events: none;
  transform: translateY(-50%);
}
.form_zip input[type=text] {
  padding-left: 2.125rem;
}

.form_any {
  padding: 0.125rem 0.5rem;
  background: var(--color-border);
  border-radius: 0.25rem;
  color: var(--color-text-inverse);
  font-family: var(--font-body-bold);
  font-size: 0.75rem;
  font-weight: 700;
}

.form_submit .form_btn.-back {
  background: var(--color-border);
}

.form_done {
  margin: 0;
  padding: 3rem 0;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

.form_submit {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.form_btn {
  width: min(21.25rem, 100%);
  padding: 1rem 0;
  background: var(--color-cta);
  border: 0;
  border-radius: 0.125rem;
  color: var(--color-text-inverse);
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  font-family: var(--font-round);
  font-style: normal;
}
@media screen and (max-width: 767.98px) {
  .form_btn {
    width: 100%;
  }
}
.form_btn:hover {
  background: var(--color-primary);
}

/* 見出し */
.page_ttl {
  max-width: 100%;
  margin: 0;
  color: var(--color-secondary);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-wrap: balance;
  word-break: auto-phrase;
  font-family: var(--font-round);
  font-style: normal;
}
@media screen and (max-width: 767.98px) {
  .page_ttl {
    font-size: 1.5rem;
  }
}

.sec_ttl {
  margin: 0;
  color: var(--color-secondary);
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--font-round);
  font-style: normal;
}
@media screen and (max-width: 767.98px) {
  .sec_ttl {
    font-size: 1.3125rem;
  }
}

.sub_ttl {
  margin: 0;
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-round);
  font-style: normal;
}

.center_ttl {
  margin: 0;
  color: var(--color-secondary);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: var(--font-round);
  font-style: normal;
}
.center_ttl.-wide {
  letter-spacing: 0.2em;
}
.center_ttl.-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
.center_ttl.-line::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--color-cta);
}

.bar_ttl {
  margin: 0;
  padding: 0.5rem;
  background: var(--color-primary);
  border-radius: var(--radius-pill);
  color: var(--color-text-inverse);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: var(--font-round);
  font-style: normal;
}
.bar_ttl.-cta {
  background: var(--color-cta);
}
.bar_ttl.-secondary {
  background: var(--color-secondary);
}

.lead_ttl {
  margin: 0;
  color: var(--color-secondary);
  font-size: 1.75rem;
  font-family: var(--font-mincho);
  font-style: normal;
  font-weight: 700;
}

.caption {
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
}
.caption.-note {
  padding-left: 1em;
  text-indent: -1em;
}

/* ページビジュアル */
.visual {
  background: var(--color-placeholder);
}
.visual img {
  display: block;
  width: 100%;
  max-height: 39.0625rem;
  object-fit: cover;
}

/* リード文 */
.lead {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  font-family: var(--font-mincho);
  font-style: normal;
  font-weight: 700;
}

/* 項目と値の一覧 */
.dl {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  border-top: 1px solid var(--color-border-dash);
  font-size: 1rem;
}
.dl dt,
.dl dd {
  margin: 0;
  padding: 0.875rem 0.5rem;
  border-bottom: 1px solid var(--color-border-dash);
  line-height: 1.8;
}
.dl dt {
  padding-right: 1.5rem;
  font-family: var(--font-body-bold);
  font-weight: 700;
}
.dl.-wide {
  grid-template-columns: 16.25rem 1fr;
  font-size: 0.875rem;
}
.dl.-wide dt {
  font-weight: 400;
}
.dl.-narrow {
  grid-template-columns: 6.25rem 1fr;
}
.dl.-sm {
  font-size: 0.875rem;
}
.dl.-sm dt, .dl.-sm dd {
  padding: 0.625rem 0.25rem;
  line-height: 1.9;
}
.dl.-price {
  grid-template-columns: 1fr 7.5rem;
}
.dl.-price dt {
  padding-right: 0;
  font-weight: 400;
}
.dl.-price dd {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .dl {
    grid-template-columns: 1fr;
  }
  .dl dt {
    padding: 0.75rem 0 0;
    border-bottom: 0;
  }
  .dl dd {
    padding: 0.25rem 0 0.75rem;
  }
  .dl.-wide, .dl.-narrow {
    grid-template-columns: 1fr;
  }
  .dl.-price {
    grid-template-columns: 1fr auto;
  }
  .dl.-price dt {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-border-dash);
  }
  .dl.-price dd {
    padding: 0.75rem 0;
  }
}

/* ボタン・リンク */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.875rem 2.75rem;
  background: var(--color-cta);
  border: 2px solid transparent;
  border-radius: var(--radius);
  color: var(--color-text-inverse);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  font-family: var(--font-round);
  font-style: normal;
}
.btn.-pill {
  border-radius: var(--radius-pill);
}
.btn.-sm {
  padding: 0.625rem 1.75rem;
  font-size: 0.875rem;
}
.btn.-secondary {
  background: var(--color-secondary);
}
.btn.-outline {
  background: var(--color-base);
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.btn:hover {
  background: var(--color-primary);
  opacity: 1;
}
.btn.-outline:hover {
  background: var(--color-primary);
  color: var(--color-text-inverse);
}
.btn .icon {
  font-size: 1rem;
}

.more_link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-primary);
  font-size: 0.875rem;
}
.more_link .icon {
  font-size: 1rem;
}

.detail_back {
  display: flex;
  justify-content: center;
  margin: 0.75rem 0 0;
}

/* セクション見出しの行（中央の見出し＋右端の一覧リンク） */
.sec_hd {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.5rem;
}
.sec_hd .more_link {
  position: absolute;
  right: 0;
  bottom: 0.125rem;
}
@media screen and (max-width: 767.98px) {
  .sec_hd {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
  .sec_hd .more_link {
    position: static;
  }
}

/* 記事カード（一覧の1行） */
.postcard_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.postcard {
  border: 1px solid var(--color-border-dash);
}
.postcard a {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1rem;
}
.postcard a:hover {
  background: var(--color-bg);
  opacity: 1;
}
.postcard.-lg .postcard_img {
  width: 21.25rem;
}
@media screen and (max-width: 767.98px) {
  .postcard a {
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem;
  }
  .postcard.-lg .postcard_img {
    width: 100%;
  }
}

.postcard_img {
  flex-shrink: 0;
  width: 13.75rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.postcard_img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .postcard_img {
    width: 100%;
  }
}

.postcard_cnt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.postcard_meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
}

.postcard_ttl {
  margin: 0;
  color: var(--color-secondary);
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: var(--font-round);
  font-style: normal;
}

.postcard_schedule {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}

.postcard_text {
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
  line-height: 1.8;
}

/* 注釈の箇条書き */
.notelist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.9;
}
.notelist li {
  display: flex;
  gap: 0.625rem;
}
.notelist li::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: 0.65em;
  background: var(--color-primary);
  border-radius: 50%;
}
.notelist.-sm {
  gap: 0.375rem;
}
.notelist.-lg {
  gap: 0.5rem;
  font-size: 0.875rem;
}

.pdflink {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
}
.pdflink .icon {
  color: var(--color-red);
  font-size: 1.125rem;
}
.pdflink small {
  color: var(--color-text-sub);
  font-size: 0.875rem;
}

.txtlink {
  color: var(--color-primary);
  text-decoration: underline;
}
.txtlink.-plain {
  text-decoration: none;
}

/* バッジ */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  background: var(--color-primary);
  border-radius: var(--radius-pill);
  color: var(--color-text-inverse);
  font-family: var(--font-body-bold);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.badge.-red {
  background: var(--color-red);
}
.badge.-pink {
  background: var(--color-pink);
}
.badge.-green {
  background: var(--color-green);
}
.badge.-orange {
  background: var(--color-orange);
}
.badge.-navy {
  background: var(--color-navy);
}
.badge.-cta {
  background: var(--color-cta);
}
.badge.-secondary {
  background: var(--color-secondary);
}

/* パンくず */
.pnkz_wrap {
  padding-top: 1.25rem;
}

.pnkz {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-text-sub);
  font-size: 0.75rem;
}
.pnkz li + li::before {
  content: "›";
  margin-right: 0.5rem;
  color: var(--color-border);
}
.pnkz [aria-current=page] {
  color: var(--color-text);
}

/* ページ内タブ */
.tab_wrap {
  display: flex;
  justify-content: center;
  padding: 1.5rem calc(var(--gutter) / 2);
}

.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab a {
  display: block;
  padding: 0.5rem 1.25rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-text-sub);
  font-size: 0.875rem;
}
.tab .-current a {
  background: var(--color-cta);
  color: var(--color-text-inverse);
  font-family: var(--font-body-bold);
  font-weight: 700;
  border-color: var(--color-cta);
}
@media screen and (max-width: 767.98px) {
  .tab {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .tab li {
    display: flex;
  }
  .tab a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    line-height: 1.4;
    text-align: center;
    word-break: auto-phrase;
  }
}

/* カテゴリーのサイドカード（一覧と詳細で共用） */
.posts_side {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1rem;
  position: sticky;
  top: calc(var(--header-height) + 1.25rem);
  width: 13.75rem;
  padding: 1.5rem 1.25rem;
  background: var(--color-bg);
  border-radius: 0.5rem;
}

.posts_side_ttl {
  margin: 0;
  color: var(--color-secondary);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-family: var(--font-round);
  font-style: normal;
}

.posts_cat {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border-dash);
}
.posts_cat a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.75rem 0.25rem;
  border-bottom: 1px solid var(--color-border-dash);
  font-size: 0.875rem;
}
.posts_cat a:hover {
  opacity: 1;
  color: var(--color-primary);
}
.posts_cat .-current > a {
  color: var(--color-primary);
  font-family: var(--font-body-bold);
  font-weight: 700;
}
.posts_cat .icon {
  color: var(--color-border);
  font-size: 1.125rem;
}
.posts_cat .posts_cat {
  border-top: 0;
}
.posts_cat .posts_cat a {
  padding-left: 1rem;
  font-size: 0.8125rem;
}

.posts_empty {
  margin: 0;
  padding: 4rem 0;
  color: var(--color-text-sub);
  text-align: center;
}

/* CMS に画像が登録されていないときの代替。ehonkan_image() が出す */
.noimg {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 3/2;
  background: var(--color-bg-alt);
}
.noimg::before {
  content: "";
  width: 24%;
  max-width: 4rem;
  aspect-ratio: 36.64/38.5;
  background: var(--color-border-dash);
  mask: url("/assets/img/common/mark-mono.svg") no-repeat center/contain;
}

/* ページャー */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager a,
.pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--color-border-light);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
.pager a:hover {
  border-color: var(--color-cta);
  opacity: 1;
  color: var(--color-cta);
}
.pager .-current span {
  background: var(--color-cta);
  color: var(--color-text-inverse);
  font-family: var(--font-body-bold);
  font-weight: 700;
  border-color: var(--color-cta);
}
.pager .-disabled span {
  color: var(--color-border);
}
.pager .dots {
  border: 0;
}
.pager .icon {
  width: auto;
  height: auto;
  border: 0;
  font-size: 1.125rem;
}

/* おしらせボックス（緊急時のみ表示） */
.notice {
  width: min(51.25rem, 100%);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}

.notice_body {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.25rem 1.75rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.9;
}
.notice_body p {
  margin: 0;
}

.notice_hd {
  margin: 0;
  padding: 0.375rem;
  background: var(--color-dark);
  color: var(--color-text-inverse);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: var(--font-round);
  font-style: normal;
}

.notice_ttl {
  margin: 0;
  font-family: var(--font-body-bold);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

/* 横に流れる帯（Splide の自動スクロール） */
.looper {
  padding: 1.75rem 0;
  background: var(--color-bg);
}

.looper_item {
  width: 16.25rem;
}
.looper_item a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.looper_img {
  display: block;
  width: 16.25rem;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--color-placeholder);
}
.looper_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.looper_date {
  margin: 0;
  color: var(--color-text-sub);
  font-size: 0.875rem;
}

.looper_ttl {
  margin: 0;
  font-family: var(--font-body-bold);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

/* テーブル */
.tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.tbl tr > * {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid var(--color-border-dash);
  text-align: left;
  vertical-align: top;
}
.tbl th {
  width: 8.75rem;
  color: var(--color-text-sub);
  font-family: var(--font-body-bold);
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .tbl {
    font-size: 0.875rem;
  }
  .tbl tr > * {
    padding: 0.625rem 0.25rem;
  }
  .tbl th {
    width: 6rem;
  }
}

/* 画像を含むリンクのホバー */
.postcard_img img,
.looper_img img,
.issues_img img {
  transition: transform var(--duration-base) ease;
}

a:hover .postcard_img img,
a:hover .looper_img img,
a.issues_img:hover img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  a:hover .postcard_img img,
  a:hover .looper_img img,
  a.issues_img:hover img {
    transform: none;
  }
}
.main > .inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem 0 5rem;
}

/* ヘッダー */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-base);
}
@media screen and (max-width: 1024.98px) {
  .header {
    border-bottom: 1px solid var(--color-border-light);
  }
}

.header_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1rem 1.125rem 1.75rem;
}
@media screen and (max-width: 1024.98px) {
  .header_body {
    padding: 0.875rem 0.5rem 0.875rem 1.25rem;
  }
}

.header_burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: none;
  border: 0;
  color: var(--color-primary);
  cursor: pointer;
}
@media screen and (max-width: 1024.98px) {
  .header_burger {
    display: flex;
  }
}

.header_burger_bar {
  display: block;
  width: 1.625rem;
  height: 2px;
  background: currentcolor;
  transition: transform var(--duration-base) ease, opacity var(--duration-fast) ease;
}

body.-nav-open .header_burger_bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

body.-nav-open .header_burger_bar:nth-child(2) {
  opacity: 0;
}

body.-nav-open .header_burger_bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header_logo {
  flex-shrink: 0;
  margin: 0;
  line-height: 1;
}
.header_logo img {
  display: block;
  width: auto;
  height: 2.375rem;
}

.header_side {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 1024.98px) {
  .header_side {
    display: none;
  }
}

.header_util {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.header_list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.header_item {
  position: relative;
}
.header_item > a,
.header_item > .header_trigger {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.header_item > a:hover,
.header_item > .header_trigger:hover, .header_item:has(:focus-visible) > .header_trigger {
  opacity: 1;
  color: var(--color-primary);
}

.header_trigger .icon {
  font-size: 1rem;
}

.header_menu {
  position: absolute;
  top: calc(100% + 0.875rem);
  left: 0;
  z-index: 2;
  min-width: 13.125rem;
  padding: 0.5rem;
  background: var(--color-base);
  border-radius: 0.625rem;
  box-shadow: var(--shadow-menu);
  opacity: 0;
  transition: opacity var(--duration-fast) ease, transform var(--duration-fast) ease, visibility var(--duration-fast);
  transform: translateY(-0.375rem);
  visibility: hidden;
}
.header_menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 0.875rem;
}

.header_item:hover > .header_menu,
.header_item:has(:focus-visible) > .header_menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header_menu_list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_menu_list a {
  display: block;
  padding: 0.5625rem 0.875rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.header_menu_list a:hover {
  background: var(--color-tint);
  opacity: 1;
  color: var(--color-primary);
}

.header_contact {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1.125rem;
  background: var(--color-cta);
  border-radius: var(--radius-pill);
  color: var(--color-text-inverse);
  font-family: var(--font-body-bold);
  font-size: 0.875rem;
  font-weight: 700;
}
.header_contact .icon {
  font-size: 1rem;
}
.header_contact:hover {
  background: var(--color-primary);
  opacity: 1;
}

@media screen and (min-width: 1025px) and (max-width: 1359.98px) {
  .header_body {
    padding: 1rem 1.5rem;
  }
  .header_logo img {
    height: 2.125rem;
  }
  .header_side {
    gap: 1rem;
  }
  .header_list {
    gap: 1.25rem;
    font-size: 0.8125rem;
  }
  .header_contact {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1239.98px) {
  .header_body {
    padding: 1rem 1.25rem;
  }
  .header_logo img {
    height: 2rem;
  }
  .header_side {
    gap: 0.875rem;
  }
  .header_list {
    gap: 1rem;
  }
  .header_util {
    gap: 0.875rem;
  }
  .header_util .sns a {
    width: 1.75rem;
    height: 1.75rem;
  }
  .header_util .sns svg {
    width: 0.875rem;
    height: 0.875rem;
  }
  .header_contact {
    padding: 0.4375rem 0.875rem;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1119.98px) {
  .header_body {
    padding: 0.875rem 1rem;
  }
  .header_logo img {
    height: 1.875rem;
  }
  .header_side {
    gap: 0.75rem;
  }
  .header_list {
    gap: 0.75rem;
    font-size: 0.75rem;
  }
  .header_util {
    gap: 0.625rem;
  }
  .header_util .sns a {
    width: 1.625rem;
    height: 1.625rem;
  }
  .header_contact {
    gap: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
}
/* ドロワー（タブレット以下） */
.drawer {
  display: none;
}
@media screen and (max-width: 1024.98px) {
  .drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--header-height);
    right: 0;
    z-index: 90;
    width: 100%;
    height: calc(100svh - var(--header-height));
    overflow-y: auto;
    background: var(--color-bg);
    box-shadow: var(--shadow-menu);
    transition: transform var(--duration-base) ease, visibility var(--duration-base);
    transform: translateX(100%);
    visibility: hidden;
  }
}

@media screen and (max-width: 1024.98px) {
  body.-nav-open .drawer {
    transform: translateX(0);
    visibility: visible;
  }
}

.drawer_list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid var(--color-border-light);
  font-family: var(--font-body-bold);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.drawer_link::-webkit-details-marker {
  display: none;
}
.drawer_link::marker {
  content: "";
}

.drawer_acc[open] .drawer_link {
  color: var(--color-primary);
}

.drawer_mark {
  flex-shrink: 0;
  color: var(--color-border);
  font-size: 1.25rem;
}

.drawer_mark.-open,
.drawer_acc[open] .drawer_mark {
  display: none;
}

.drawer_acc[open] .drawer_mark.-open {
  display: inline-flex;
  color: var(--color-primary);
}

.drawer_acc:not([open]) .drawer_sub {
  display: none;
}

.drawer_sub {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--color-base);
  font-size: 0.875rem;
}
.drawer_sub a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.25rem 0.75rem 2rem;
  border-bottom: 1px solid var(--color-border-light);
}

.drawer_util {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  padding: 1.25rem;
}
.drawer_util .btn {
  width: 100%;
}

/* フッター */
.footer {
  background: var(--color-dark);
  color: var(--color-text-inverse);
}

.footer_body {
  padding: 3.5rem 0 1.5rem;
}
.footer_body .inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer_nav {
  display: grid;
  align-items: start;
  gap: 2rem 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767.98px) {
  .footer_nav {
    display: none;
  }
}

.footer_col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer_col.-flat {
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  font-family: var(--font-body-bold);
  font-size: 0.875rem;
  font-weight: 700;
  list-style: none;
}

.footer_ttl {
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-border-dark);
  font-family: var(--font-body-bold);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.footer_list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #bebebe;
  font-size: 0.875rem;
}
.footer_list li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.footer_list li::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  border-top: 1px solid currentcolor;
  translate: 0 -0.25rem;
}

.footer_foot {
  padding: 2rem 0;
  border-top: 1px solid var(--color-border-dark);
}
.footer_foot .inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .footer_foot .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.footer_logo {
  flex-shrink: 0;
  margin: 0;
  line-height: 1;
}
.footer_logo img {
  display: block;
  width: auto;
  height: 2.125rem;
}

.footer_text {
  flex: 1;
  margin: 0;
  color: #bebebe;
  font-size: 0.75rem;
  line-height: 1.9;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .footer_text {
    text-align: left;
  }
}

/* SNS */
.sns {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: var(--color-text-inverse);
}
.sns svg {
  width: 1.25rem;
  height: 1.25rem;
}

.sns_item.-facebook a {
  background: var(--color-facebook);
}
.sns_item.-instagram a {
  background: var(--color-instagram);
}
.sns_item.-youtube a {
  background: var(--color-youtube);
}

.footer .sns {
  gap: 0.5rem;
}
.footer .sns a {
  width: 2.5rem;
  height: 2.5rem;
  background: none;
}
.footer .sns svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* ページトップ */
.pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 80;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: var(--color-primary);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow-menu);
  opacity: 0;
  color: var(--color-text-inverse);
  cursor: pointer;
  transition: opacity var(--duration-base) ease, transform var(--duration-base) ease, visibility var(--duration-base);
  transform: translateY(0.5rem);
  visibility: hidden;
}
.pagetop .icon {
  font-size: 1.5rem;
}
.pagetop:hover {
  background: var(--color-secondary);
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .pagetop {
    right: 1rem;
    bottom: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

.pagetop.-show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.wp_body {
  font-size: 1rem;
  line-height: 2;
}
.wp_body > *:first-child {
  margin-top: 0;
}
.wp_body > *:last-child {
  margin-bottom: 0;
}
.wp_body p {
  margin: 1em 0;
}
.wp_body .wp_ttl {
  margin: 3rem 0 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid var(--color-cta);
  color: var(--color-secondary);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--font-round);
  font-style: normal;
}
.wp_body .wp_subttl {
  margin: 2rem 0 0.5rem;
  padding-left: 0.75rem;
  border-left: 3px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: var(--font-round);
  font-style: normal;
}
.wp_body .wp_credit {
  color: var(--color-text-sub);
  font-size: 0.875rem;
  line-height: 1.7;
}
.wp_body .wp_ttl + .wp_credit,
.wp_body .wp_subttl + .wp_credit {
  margin-top: -0.25rem;
}
.wp_body ul,
.wp_body ol {
  margin: 1em 0;
  padding-left: 1.5rem;
}
.wp_body ul {
  list-style: disc;
}
.wp_body ol {
  list-style: decimal;
}
.wp_body strong {
  font-family: var(--font-body-bold);
  font-weight: 700;
}
.wp_body a {
  color: var(--color-primary);
  text-decoration: underline;
}
.wp_body a:hover {
  text-decoration: none;
}
.wp_body img {
  max-width: 100%;
  height: auto;
}
.wp_body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp_body .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}
.wp_body .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
.wp_body .wp-caption {
  max-width: 100%;
}
.wp_body .wp-caption-text {
  margin: 0.5rem 0 0;
  color: var(--color-text-sub);
  font-size: 0.8125rem;
  line-height: 1.7;
}
/*# sourceMappingURL=app.css.map */
