@charset "UTF-8";
.c-post-section .p-archive__heading.wp-block-heading {
  margin-top: 60px !important;
}

.p-archive__empty {
  margin-bottom: 60px;
}
@media (max-width: 1079.98px) {
  .p-archive__item {
    border-bottom: 1px solid #CBCBCB;
  }
}
.p-archive__row, .p-archive__link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 1.5rem 0;
  text-decoration: none;
  color: inherit;
}
.p-archive__row--s, .p-archive__link--s {
  background-color: #6800a6;
}
.p-archive__date {
  color: #333;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  display: block;
  flex-shrink: 0;
  font-feature-settings: "palt";
  font-size: 1.4rem;
}
.p-archive__title {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  line-height: 1.4;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
.p-archive__row:hover .p-archive__title, .p-archive__row:focus-visible .p-archive__title, .p-archive__link:hover .p-archive__title, .p-archive__link:focus-visible .p-archive__title {
  text-decoration-color: currentColor;
}
@media (max-width: 767.98px) {
  .p-archive__row, .p-archive__link {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .p-archive__date {
    font-size: 1.2rem;
  }
  .p-archive__title {
    line-height: 1.4;
    font-size: 1.3rem;
    width: 100%;
  }
}
.p-archive__more {
  text-align: center;
  margin-top: 40px;
}
.p-archive__more a {
  padding: 15px 20px;
  color: #fff;
}
.p-archive__more--single {
  padding-bottom: 40px;
  padding-top: 20px;
}
.p-archive__more--single a {
  padding: 8px 20px;
  font-weight: bold;
  background: #6800a6;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .p-archive__more a {
    font-size: 1.5rem;
  }
}

.p-archive__information, .p-archive__calendar {
  margin-top: 80px;
}
@media (max-width: 1079.98px) {
  .p-archive__information, .p-archive__calendar {
    margin-top: 40px;
  }
}

.p-archive__tabs.p-archive__tabs--event {
  margin-top: 40px;
  margin-bottom: 20px;
}

.p-archive__result-head {
  margin-top: 60px;
}

.p-archive__more--s {
  margin-top: 20px;
  margin-bottom: 60px;
}

.p-archive__more-link--s {
  background-color: #6800a6;
  padding: 10px 20px !important;
  text-decoration: none;
  display: inline-block;
}

.post-type-archive-concert .p-archive__information {
  margin-top: 0;
}

/*------------------------------------------------------
下層ページ共通
------------------------------------------------------*/
/* MV */
/* --------------------------------------- */
.c-hero {
  position: relative;
  padding-inline: 20px;
  min-height: 200px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .c-hero {
    min-height: 120px;
  }
}
.c-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.c-hero.c-hero--second {
  min-height: 200px;
}
@media (max-width: 767.98px) {
  .c-hero.c-hero--second {
    min-height: 120px;
  }
}
.c-hero picture {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
}
.c-hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero .l-container {
  position: relative;
  z-index: 1;
}
.c-hero .l-container h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.25;
  padding-top: 5px;
}
@media (max-width: 767.98px) {
  .c-hero .l-container h1 {
    font-size: 1.6rem;
  }
}
.c-hero .l-container div {
  font-size: 1.6rem;
  padding: 5px 10px;
  line-height: 1.25;
  display: inline-block;
  background-color: #6800a6;
}
@media (max-width: 767.98px) {
  .c-hero .l-container div {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
}

/* ぱんくずリスト */
/* --------------------------------------- */
.c-breadcrumb {
  background: #f4f4f4;
  padding: 20px 20px;
  border-bottom: 1px solid #e4daef;
}
@media (max-width: 767.98px) {
  .c-breadcrumb {
    padding: 10px 20px;
  }
}
.c-breadcrumb ol {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 8px;
  font-size: 1.4rem;
  color: #333;
}
@media (max-width: 767.98px) {
  .c-breadcrumb ol {
    font-size: 1.2rem;
  }
}
.c-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.c-breadcrumb li::after {
  content: ">";
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .c-breadcrumb li::after {
    font-size: 1.2rem;
  }
}
.c-breadcrumb li:last-child::after {
  display: none;
}
.c-breadcrumb li a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #333;
}
.c-breadcrumb li[aria-current=page] {
  font-weight: 600;
}

/* リード文 */
/* --------------------------------------- */
.c-lead {
  padding: 60px 20px 0px;
}
.c-lead p {
  font-size: 1.8rem;
  line-height: 1.5;
}

/* セクション */
/* --------------------------------------- */
.c-section {
  padding: 80px 20px;
}

@media (max-width: 767.98px) {
  .c-section {
    padding: 60px 20px;
  }
}
.c-page-anchor {
  margin-block: 3rem;
}
.c-page-anchor__list {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .c-page-anchor__list {
    gap: 2rem;
  }
}
.c-page-anchor__item {
  flex: 0 1 auto;
}
.c-page-anchor__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  padding-bottom: 0.75rem;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
@media (max-width: 767.98px) {
  .c-page-anchor__link {
    font-size: 1.4rem;
    min-width: 200px;
    padding: 1rem 2rem;
    gap: 1rem;
  }
}
@media (any-hover: hover) {
  .c-page-anchor__link:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
.c-page-anchor__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #333;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  transform: rotate(135deg);
}
.c-page-anchor__link__label {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.c-page-anchor__link__icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}
.c-page-anchor__link__icon::before, .c-page-anchor__link__icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: center;
}
.c-page-anchor__link__icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.c-page-anchor__link__icon::after {
  transform: translateY(-50%) rotate(-45deg);
}

.c-section-top {
  margin-block: 8rem 0rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-section-top {
    margin-block: 6rem 4rem;
    margin-inline: 20px;
  }
}
.c-section-top--news {
  margin-top: 80px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .c-section-top--news {
    margin-top: 60px;
  }
}
.c-section-top--event {
  margin-top: 80px;
  margin-bottom: 0px;
}
.c-section-top__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  gap: 1.5rem;
  padding: 1.5rem 3rem;
  border: 2px solid #5b1fa6;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .c-section-top__link {
    min-width: 200px;
    gap: 1rem;
    padding: 1rem 1rem;
  }
}
.c-section-top__text {
  font-weight: bold;
  line-height: 1.4;
}
.c-section-top__icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  border: 2px solid #5b1fa6;
}
@media (max-width: 767.98px) {
  .c-section-top__icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
  }
}
.c-section-top__icon::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto 50%;
  width: 35%;
  height: 2px;
  background-color: #5b1fa6;
  transform: translate(-50%, -50%);
}
.c-section-top__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 30%;
  height: 30%;
  border-top: 2px solid #5b1fa6;
  border-right: 2px solid #5b1fa6;
  transform: translate(-50%, -50%) rotate(45deg);
}

.top .p-archive {
  padding-bottom: 0px;
}
.top .p-archive .l-container {
  padding-bottom: 80px;
  border-bottom: 1px dashed #CBCBCB;
}
.top .p-archive + .p-events {
  padding-bottom: 0px;
}
.top .p-archive + .p-events .l-container {
  padding-bottom: 80px;
  border-bottom: 1px dashed #CBCBCB;
}

.p-archive__tabs {
  margin-bottom: 40px;
}

.p-news-single__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
.p-news-single__meta {
  margin-bottom: 30px;
}

.c-heading-block {
  margin-block: 10rem 4rem;
}
.c-heading-block:first-of-type {
  margin-block: 0 4rem;
}
.c-heading-block__title {
  margin-block: 0 2rem;
}
.c-heading-block__lead {
  margin: 0;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  color: #333;
  font-family: Noto Serif JP, serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-heading-block {
    margin-block: 6rem 2rem;
  }
  .c-heading-block__lead {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.wp-block-heading:first-child {
  margin-top: 0;
}

.editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6,
.c-post-section h2,
.c-post-section h3,
.c-post-section h4,
.c-post-section h5,
.c-post-section h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
}
.editor-styles-wrapper h1.wp-block-heading,
.c-post-section h1.wp-block-heading {
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  margin-block: 0;
}
.editor-styles-wrapper h2.wp-block-heading,
.c-post-section h2.wp-block-heading {
  font-family: Noto Serif JP, serif;
  font-size: clamp(2.6rem, 2.8vw, 3.6rem);
  margin-block: 100px 20px !important;
  color: #6800a6;
  font-weight: bold;
  font-feature-settings: "palt";
  position: relative;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper h2.wp-block-heading,
  .c-post-section h2.wp-block-heading {
    margin-block: 60px 20px !important;
  }
}
.editor-styles-wrapper h3.wp-block-heading,
.c-post-section h3.wp-block-heading {
  font-size: clamp(2rem, 2vw, 2.6rem);
  margin-block: 60px 40px !important;
  border-bottom: 1px solid #6800a6;
  padding-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper h3.wp-block-heading,
  .c-post-section h3.wp-block-heading {
    margin-block: 40px 20px !important;
  }
}
.editor-styles-wrapper h4.wp-block-heading,
.c-post-section h4.wp-block-heading {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  margin-block: 40px 20px !important;
  padding-left: 10px;
  border-left: 4px solid #6800a6;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper h4.wp-block-heading,
  .c-post-section h4.wp-block-heading {
    margin-block: 40px 20px !important;
  }
}
.editor-styles-wrapper h5.wp-block-heading,
.c-post-section h5.wp-block-heading {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  margin-block: 30px 20px !important;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper h5.wp-block-heading,
  .c-post-section h5.wp-block-heading {
    margin-block: 20px 10px !important;
  }
}
.editor-styles-wrapper .wp-block-heading:first-child,
.c-post-section .wp-block-heading:first-child {
  margin-top: 0 !important;
}

html[lang=en] .c-heading-block__lead {
  font-family: "Noto Serif", serif;
}
html[lang=en] .editor-styles-wrapper h2.wp-block-heading,
html[lang=en] .c-post-section h2.wp-block-heading {
  font-family: "Noto Serif", serif;
}

html[lang=zh-Hans] .c-heading-block__lead {
  font-family: "Noto Serif SC", serif;
}
html[lang=zh-Hans] .editor-styles-wrapper h2.wp-block-heading,
html[lang=zh-Hans] .c-post-section h2.wp-block-heading {
  font-family: "Noto Serif SC", serif;
}

.editor-styles-wrapper ul:not([class]),
.editor-styles-wrapper ol:not([class]),
.editor-styles-wrapper ul.wp-block-list,
.editor-styles-wrapper ul[class=""],
.editor-styles-wrapper ol[class=""],
.editor-styles-wrapper ol.wp-block-list,
.c-post-section ul:not([class]),
.c-post-section ol:not([class]),
.c-post-section ul.wp-block-list,
.c-post-section ul[class=""],
.c-post-section ol[class=""],
.c-post-section ol.wp-block-list {
  margin: 20px 0;
  margin-left: 20px;
  line-height: 2;
  padding: 0;
}
.editor-styles-wrapper :where(ol:not([class])),
.editor-styles-wrapper :where(ol[class=""]),
.editor-styles-wrapper :where(ol.wp-block-list),
.c-post-section :where(ol:not([class])),
.c-post-section :where(ol[class=""]),
.c-post-section :where(ol.wp-block-list) {
  list-style: decimal;
}
.editor-styles-wrapper :where(ul:not([class])) li,
.editor-styles-wrapper :where(ul[class=""]) li,
.editor-styles-wrapper :where(ul.wp-block-list) li,
.c-post-section :where(ul:not([class])) li,
.c-post-section :where(ul[class=""]) li,
.c-post-section :where(ul.wp-block-list) li {
  list-style: disc;
}
.editor-styles-wrapper :where(ul:not([class])) li::marker,
.editor-styles-wrapper :where(ul[class=""]) li::marker,
.editor-styles-wrapper :where(ul.wp-block-list) li::marker,
.editor-styles-wrapper :where(ol:not([class])) li::marker,
.editor-styles-wrapper :where(ol[class=""]) li::marker,
.editor-styles-wrapper :where(ol.wp-block-list) li::marker,
.c-post-section :where(ul:not([class])) li::marker,
.c-post-section :where(ul[class=""]) li::marker,
.c-post-section :where(ul.wp-block-list) li::marker,
.c-post-section :where(ol:not([class])) li::marker,
.c-post-section :where(ol[class=""]) li::marker,
.c-post-section :where(ol.wp-block-list) li::marker {
  color: #6800a6;
  font-weight: bold;
}
.editor-styles-wrapper :where(ul:not([class])) li,
.editor-styles-wrapper :where(ul[class=""]) li,
.editor-styles-wrapper :where(ul.wp-block-list) li,
.editor-styles-wrapper :where(ol:not([class])) li,
.editor-styles-wrapper :where(ol[class=""]) li,
.editor-styles-wrapper :where(ol.wp-block-list) li,
.c-post-section :where(ul:not([class])) li,
.c-post-section :where(ul[class=""]) li,
.c-post-section :where(ul.wp-block-list) li,
.c-post-section :where(ol:not([class])) li,
.c-post-section :where(ol[class=""]) li,
.c-post-section :where(ol.wp-block-list) li {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper :where(ul:not([class])) li,
  .editor-styles-wrapper :where(ul[class=""]) li,
  .editor-styles-wrapper :where(ul.wp-block-list) li,
  .editor-styles-wrapper :where(ol:not([class])) li,
  .editor-styles-wrapper :where(ol[class=""]) li,
  .editor-styles-wrapper :where(ol.wp-block-list) li,
  .c-post-section :where(ul:not([class])) li,
  .c-post-section :where(ul[class=""]) li,
  .c-post-section :where(ul.wp-block-list) li,
  .c-post-section :where(ol:not([class])) li,
  .c-post-section :where(ol[class=""]) li,
  .c-post-section :where(ol.wp-block-list) li {
    font-size: 1.4rem;
  }
}
.editor-styles-wrapper :where(a)[target=_blank]::after,
.c-post-section :where(a)[target=_blank]::after {
  content: "" !important;
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  background-color: transparent;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-gaibu.svg") no-repeat center/contain;
}
.editor-styles-wrapper :where(a):is([href$=".pdf"], [href*=".pdf#"])::after,
.c-post-section :where(a):is([href$=".pdf"], [href*=".pdf#"])::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-pdf.svg") no-repeat center/contain;
  background-color: transparent;
}
.editor-styles-wrapper :where(a):is([href$=".xlsx"], [href$=".xls"])::after,
.c-post-section :where(a):is([href$=".xlsx"], [href$=".xls"])::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-excel.svg") no-repeat center/contain;
  background-color: transparent;
}
.editor-styles-wrapper :where(a):has(img)::after,
.c-post-section :where(a):has(img)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}
.editor-styles-wrapper img,
.c-post-section img {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
.editor-styles-wrapper .wp-block-image img,
.c-post-section .wp-block-image img {
  margin: 0 auto;
  width: 100%;
}
.editor-styles-wrapper .wp-block-image + .wp-block-image,
.c-post-section .wp-block-image + .wp-block-image {
  margin-top: 20px;
}
.editor-styles-wrapper blockquote,
.c-post-section blockquote {
  margin: 20px 0;
  padding: 10px 20px;
  border-left: 4px solid #6800a6;
  background-color: #f4f4f4;
  font-style: italic;
}
.editor-styles-wrapper .c-table,
.c-post-section .c-table {
  overflow-x: auto;
}
.editor-styles-wrapper :where(table),
.c-post-section :where(table) {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper :where(table),
  .c-post-section :where(table) {
    font-size: 1.2rem !important;
    padding: 10px;
  }
  .editor-styles-wrapper :where(table) ul li, .editor-styles-wrapper :where(table) ol li, .editor-styles-wrapper :where(table) p,
  .c-post-section :where(table) ul li,
  .c-post-section :where(table) ol li,
  .c-post-section :where(table) p {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 539.98px) {
  .editor-styles-wrapper :where(table),
  .c-post-section :where(table) {
    width: 400px;
  }
}
.editor-styles-wrapper :where(table) th,
.editor-styles-wrapper :where(table) td,
.c-post-section :where(table) th,
.c-post-section :where(table) td {
  padding: 15px;
  border: 1px solid #CBCBCB;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper :where(table) th,
  .editor-styles-wrapper :where(table) td,
  .c-post-section :where(table) th,
  .c-post-section :where(table) td {
    padding: 15px 10px;
    line-height: 1.5;
  }
}
.editor-styles-wrapper :where(table) th,
.c-post-section :where(table) th {
  background-color: #6800a6;
  color: #fff;
  font-weight: bold;
}
.editor-styles-wrapper :where(table) td li,
.c-post-section :where(table) td li {
  line-height: 1.4;
}
.editor-styles-wrapper table .gray-h,
.c-post-section table .gray-h {
  background-color: #f4f4f4 !important;
  color: #333 !important;
}
.editor-styles-wrapper table .black-h,
.c-post-section table .black-h {
  background-color: #333 !important;
  color: #fff !important;
}
.editor-styles-wrapper table .c-row-gray,
.c-post-section table .c-row-gray {
  background-color: #f4f4f4;
}
.editor-styles-wrapper code,
.c-post-section code {
  background-color: #f4f4f4;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 0.85em;
}
.editor-styles-wrapper .wp-block-media-text,
.c-post-section .wp-block-media-text {
  margin-block: 40px;
}
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.c-post-section .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__media,
.c-post-section .wp-block-media-text > .wp-block-media-text__media {
  align-self: flex-start !important;
}
.editor-styles-wrapper .c-link-block,
.c-post-section .c-link-block {
  margin-block: 40px;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper .c-link-block,
  .c-post-section .c-link-block {
    margin-block: 20px;
  }
}
.editor-styles-wrapper .c-media,
.c-post-section .c-media {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-block: 60px;
  text-decoration: none;
}
.editor-styles-wrapper .c-media__body,
.c-post-section .c-media__body {
  flex: 1 1 0;
}
.editor-styles-wrapper .c-media__title,
.c-post-section .c-media__title {
  margin-block: 0 15px;
}
.editor-styles-wrapper .c-media__text,
.c-post-section .c-media__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  margin-block: 0;
  color: #333;
}
p + .editor-styles-wrapper .c-media__text,
p + .c-post-section .c-media__text {
  margin-top: 10px;
}
.editor-styles-wrapper .c-media__image,
.c-post-section .c-media__image {
  flex: 0 0 36%;
  max-width: 36%;
  margin: 0;
}
.editor-styles-wrapper .c-media__image img,
.c-post-section .c-media__image img {
  display: block;
  width: 100%;
  height: auto;
}
.editor-styles-wrapper .c-media--reverse,
.c-post-section .c-media--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .editor-styles-wrapper .c-media,
  .c-post-section .c-media {
    gap: 32px;
  }
  .editor-styles-wrapper .c-media__image,
  .c-post-section .c-media__image {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .editor-styles-wrapper .c-media,
  .c-post-section .c-media {
    flex-direction: column;
    margin-block: 40px;
  }
  .editor-styles-wrapper .c-media__image,
  .c-post-section .c-media__image {
    flex-basis: auto;
    max-width: none;
    margin-top: 24px;
  }
}
.editor-styles-wrapper .wp-block-columns,
.c-post-section .wp-block-columns {
  margin-block: 80px;
}
.editor-styles-wrapper .wp-block-columns figure + h5,
.c-post-section .wp-block-columns figure + h5 {
  margin-block: 15px 5px !important;
}
.editor-styles-wrapper .wp-block-columns figure + h5 + p,
.c-post-section .wp-block-columns figure + h5 + p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper .wp-block-columns.sp-reverse,
  .c-post-section .wp-block-columns.sp-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper .wp-block-columns,
  .c-post-section .wp-block-columns {
    margin-block: 60px;
  }
  .editor-styles-wrapper .wp-block-columns figcaption,
  .c-post-section .wp-block-columns figcaption {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper .wp-block-columns.sp-column,
  .c-post-section .wp-block-columns.sp-column {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child):has(.wp-block-column:last-child figure.wp-block-image),
  .c-post-section .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child):has(.wp-block-column:last-child figure.wp-block-image) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child):has(.wp-block-column:first-child figure.wp-block-image):has(.wp-block-column:last-child figure.wp-block-image),
  .c-post-section .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child):has(.wp-block-column:first-child figure.wp-block-image):has(.wp-block-column:last-child figure.wp-block-image) {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .editor-styles-wrapper .wp-block-columns > .wp-block-column,
  .c-post-section .wp-block-columns > .wp-block-column {
    /* inline の flex-basis:33.33% を無効化して被りを防ぐ */
    flex-basis: auto !important;
    width: 100%;
  }
  .editor-styles-wrapper,
  .c-post-section {
    /* 念のため：画像の下に余白を作っておく */
  }
  .editor-styles-wrapper .wp-block-column figure.wp-block-image,
  .c-post-section .wp-block-column figure.wp-block-image {
    margin-bottom: 16px;
  }
  .editor-styles-wrapper .wp-block-image figcaption,
  .c-post-section .wp-block-image figcaption {
    font-size: 1.4rem;
  }
}
.editor-styles-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper,
.c-post-section .wp-block-embed.is-type-video .wp-block-embed__wrapper,
.c-post-section .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.editor-styles-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper::before,
.editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper::before,
.c-post-section .wp-block-embed.is-type-video .wp-block-embed__wrapper::before,
.c-post-section .wp-block-embed-youtube .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.editor-styles-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.c-post-section .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.c-post-section .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.wp-block-button__link {
  background-color: #6800a6;
  display: inline-block;
}
.wp-block-button a[target=_blank]::after,
.wp-block-button a[target=_blank]::after {
  background-image: url(/wordpress/wp-content/themes/musashino-music/assets/img/common/i-gaibu-w.svg);
}

@media (max-width: 767.98px) {
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}
:where(.editor-styles-wrapper, .c-post-section) sup {
  color: #6800a6;
}
:where(.editor-styles-wrapper, .c-post-section) p {
  margin-top: 1.6rem;
  margin-block: 2rem;
  line-height: 2;
}
@media (max-width: 767.98px) {
  :where(.editor-styles-wrapper, .c-post-section) p {
    font-size: 1.4rem;
  }
}
:where(.editor-styles-wrapper, .c-post-section) p:first-child {
  margin-top: 0;
}
:where(.editor-styles-wrapper, .c-post-section) p:last-child {
  margin-bottom: 0;
}
:where(.editor-styles-wrapper, .c-post-section) a:not([class]),
:where(.editor-styles-wrapper, .c-post-section) a[class=""] {
  color: #6800a6;
  text-decoration: underline;
  word-break: break-all;
}
:where(.editor-styles-wrapper, .c-post-section) a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: inherit;
}

.c-link-buttons {
  margin: 40px 0;
  padding: 0 !important;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none !important;
}
@media (max-width: 640px) {
  .c-link-buttons {
    grid-template-columns: 1fr;
  }
}
.c-link-buttons__item {
  margin: 0;
  border: 1px solid #CBCBCB;
  line-height: 1.4;
}
.c-link-buttons__item a {
  padding: 10px 20px;
  min-height: 90px;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
  background: #fff;
  text-decoration: none;
  color: #333;
}
@media (max-width: 767.98px) {
  .c-link-buttons__item a {
    font-size: clamp(1.4rem, 1.4vw, 1.8rem);
    min-height: 80px;
    padding: 5px 15px 5px 10px;
  }
}
.c-link-buttons__item a::after {
  content: "→";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #6800a6;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-link-buttons__item a::after {
    width: 22px;
    height: 22px;
  }
}
@media (any-hover: hover) {
  .c-link-buttons__item a:hover {
    opacity: 0.8;
    transition: all 0.3s;
    color: #6800a6;
  }
}

.c-link-button__label {
  flex: 1 1 auto;
}

.c-link-buttons--gaibu .c-link-buttons__item :where(a)::after {
  content: "" !important;
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  background-color: transparent;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-gaibu.svg") no-repeat center/contain;
}

.c-link-buttons .c-link-buttons__item :where(a[href$=".pdf"], a[href*=".pdf#"])::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-pdf.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-link-buttons .c-link-buttons__item :where(a):is([href$=".xlsx"], [href$=".xls"])::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-excel.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-link-buttons .c-link-buttons__item :where(a):has(img)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

.c-link-buttons--center ul {
  grid-template-columns: 1fr;
  justify-items: center;
}
.c-link-buttons--center .c-link-buttons__item {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 640px) {
  .c-link-buttons--center .c-link-buttons__item {
    max-width: 100%;
  }
}

.c-link-media {
  position: relative;
  display: flex;
  align-items: stretch;
  text-decoration: none;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #CBCBCB;
}
@media (max-width: 767.98px) {
  .c-link-media {
    min-height: inherit;
    max-height: inherit;
  }
}
.c-link-media__thumb {
  position: relative;
  flex: 0 0 50%;
  background-color: #e0e0e0;
}
.c-link-media__thumb img {
  width: 100%;
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-link-media__body {
  flex: 1 1 auto;
  padding: 16px 48px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  line-height: 1.5;
  color: #333;
  position: relative;
  margin: 0;
}
@media (max-width: 767.98px) {
  .c-link-media__body {
    gap: 4px;
    padding: 15px 37px 15px 10px;
  }
}
.c-link-media__body::after {
  content: "→";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #6800a6;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .c-link-media__body::after {
    width: 22px;
    height: 22px;
    right: 14px;
  }
}
.c-link-media__title {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.98px) {
  .c-link-media__title {
    font-size: 1.4rem;
  }
}
.c-link-media__text {
  margin: 0;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
}
@media (max-width: 767.98px) {
  .c-link-media__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .c-link-media {
    flex-direction: column;
  }
  .c-link-media__thumb {
    flex-basis: auto;
  }
}

.c-post-section .c-link-media[target=_blank]::after {
  content: none !important;
}

.c-post-section .c-link-media:is([href$=".pdf"], [href*=".pdf#"])::after {
  content: none !important;
}

.c-post-section .c-link-media:is([target=_blank], [href$=".pdf"], [href*=".pdf#"])::after {
  content: none !important;
}

.c-post-section .c-link-media[href$=".xlsx"]::after,
.c-post-section .c-link-media[href$=".xls"]::after,
.c-post-section .c-link-media[target=_blank][href$=".xlsx"]::after,
.c-post-section .c-link-media[target=_blank][href$=".xls"]::after {
  content: none !important;
}

.c-link-media[target=_blank] .c-link-media__body::after {
  content: "" !important;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-gaibu.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-link-media:is([href$=".pdf"], [href*=".pdf#"]) .c-link-media__body::after {
  content: "" !important;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-pdf.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-link-media[target=_blank]:is([href$=".pdf"], [href*=".pdf#"]) .c-link-media__body::after {
  content: "" !important;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-pdf.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-link-media[href$=".xlsx"] .c-link-media__body::after,
.c-link-media[href$=".xls"] .c-link-media__body::after,
.c-link-media[target=_blank][href$=".xlsx"] .c-link-media__body::after,
.c-link-media[target=_blank][href$=".xls"] .c-link-media__body::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-excel.svg") no-repeat center/contain;
  background-color: transparent;
}
@media (max-width: 539.98px) {
  .c-link-media[href$=".xlsx"] .c-link-media__body::after,
  .c-link-media[href$=".xls"] .c-link-media__body::after,
  .c-link-media[target=_blank][href$=".xlsx"] .c-link-media__body::after,
  .c-link-media[target=_blank][href$=".xls"] .c-link-media__body::after {
    width: 20px;
    height: 20px;
  }
}

.c-link-media__wide img {
  aspect-ratio: 3/1.5;
}

.c-link-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}
.c-link-cards--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.c-link-cards--small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 960px) {
  .c-link-cards--wide, .c-link-cards--small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .c-link-cards--wide, .c-link-cards--small {
    grid-template-columns: 1fr;
  }
}
.c-link-cards__item {
  margin: 0;
}

.c-link-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
  color: #333;
  border: 1px solid #CBCBCB;
}
.c-link-card__media {
  position: relative;
  padding-top: 56.25%;
  background-color: #e0e0e0;
}
.c-link-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .c-link-card__media {
    padding-top: 0;
    aspect-ratio: 3/1;
  }
}
.c-link-card__body {
  padding: 12px 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .c-link-card__body {
    gap: 4px;
    padding: 15px 15px 15px 10px;
  }
}
.c-link-card__body::after {
  content: "→";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #6800a6;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-link-card__body::after {
    width: 22px;
    height: 22px;
  }
}
.c-link-card__title {
  flex: 1 1 auto;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  font-weight: bold;
}
.c-link-card--small {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.c-link-card--small .c-link-card__media {
  padding-top: 75%;
}
.c-link-card--small .c-link-card__body {
  padding: 8px 12px 10px;
}
.c-link-card--small .c-link-card__title {
  flex: 1 1 auto;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

a[target=_blank]:is([href$=".pdf"], [href*=".pdf#"]) .c-link-card__body::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-pdf.svg") no-repeat center/contain;
  background-color: transparent;
}

a[href$=".xlsx"] .c-link-card__body::after,
a[href$=".xls"] .c-link-card__body::after,
a[target=_blank][href$=".xlsx"] .c-link-card__body::after,
a[target=_blank][href$=".xls"] .c-link-card__body::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-excel.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-post-section .c-link-cards__item a[target=_blank]::after {
  content: none !important;
}

.c-link-media-list {
  position: relative;
}

.c-link-media-list__items {
  display: grid;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .c-link-media-list__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .c-link-media-list__items {
    grid-template-columns: 1fr;
  }
}

.c-link-media-list__item {
  margin: 0;
}

.c-link-media-list__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #CBCBCB;
  height: 100%;
}
@media (any-hover: hover) {
  .c-link-media-list__link:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}

.c-link-media-list__thumb {
  position: relative;
  margin: 0;
  padding-top: 56.25%;
  background-color: #e0e0e0;
  overflow: hidden;
}
.c-link-media-list__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .c-link-media-list__thumb {
    padding-top: 0;
    aspect-ratio: 3/1;
  }
  .c-link-media-list__thumb img {
    position: relative;
  }
  .c-link-media-list__thumb {
    position: relative;
  }
}

.c-link-media-list__thumb--wide .c-link-media-list__thumb {
  aspect-ratio: 3/1.5;
}

.c-link-media-list__body {
  position: relative;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.c-link-media-list__body::after {
  content: "→";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #6800a6;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.2;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .c-link-media-list__body::after {
    width: 22px;
    height: 22px;
  }
}

.c-link-media-list__title {
  margin: 0;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  font-weight: 600;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.4;
}

.c-link-media-list__link[target=_blank] .c-link-media-list__body::after {
  content: "" !important;
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  background-color: transparent;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-gaibu.svg") no-repeat center/contain;
}

/*  画像リンクのときは外部リンクアイコンを消す */
.c-link-media-list__link[target=_blank]:has(img) .c-link-media-list__body::after {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

.c-link-media-list__link:is([href$=".pdf"], [href*=".pdf#"]) .c-link-media-list__body::after,
.c-link-media-list__link:is([target=_blank], [href$=".pdf"], [href*=".pdf#"]) .c-link-media-list__body::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-pdf.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-link-media-list__link:is([href$=".pdf"], [href*=".pdf#"]):has(img) .c-link-media-list__body::after,
.c-link-media-list__link:is([target=_blank], [href$=".pdf"], [href*=".pdf#"]):has(img) .c-link-media-list__body::after {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

.c-link-media-list__link[href$=".xlsx"] .c-link-media-list__body::after,
.c-link-media-list__link[href$=".xls"] .c-link-media-list__body::after,
.c-link-media-list__link[target=_blank][href$=".xlsx"] .c-link-media-list__body::after,
.c-link-media-list__link[target=_blank][href$=".xls"] .c-link-media-list__body::after {
  content: "" !important;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  margin-bottom: -5px;
  background: url("/wordpress/wp-content/themes/musashino-music/assets/img/common/i-excel.svg") no-repeat center/contain;
  background-color: transparent;
}

.c-link-media-list__link[href$=".xlsx"]:has(img) .c-link-media-list__body::after,
.c-link-media-list__link[href$=".xls"]:has(img) .c-link-media-list__body::after,
.c-link-media-list__link[target=_blank][href$=".xlsx"]:has(img) .c-link-media-list__body::after,
.c-link-media-list__link[target=_blank][href$=".xls"]:has(img) .c-link-media-list__body::after {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

.c-post-section a[target=_blank].c-link-media-list__link::after {
  content: none !important;
}

.c-accordion {
  border-top: 1px solid #CBCBCB;
  margin-block: 6rem;
}

.c-accordion__item {
  border-bottom: 1px solid #CBCBCB;
  background-color: #faf7ff;
}
.c-accordion__item[open] .c-accordion__trigger {
  background-color: #6800a6;
  color: #fff;
}

.c-accordion__trigger {
  width: 100%;
  padding: 25px 60px 25px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  border: 0;
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  position: relative;
  list-style: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 767.98px) {
  .c-accordion__trigger {
    padding: 20px 40px 20px 20px;
  }
}
.c-accordion__trigger::-webkit-details-marker {
  display: none;
}
.c-accordion__trigger::marker {
  display: none;
}
@media (any-hover: hover) {
  .c-accordion__trigger:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
  }
}
.c-accordion__trigger::before, .c-accordion__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 20px;
  height: 1px;
  background-color: #6800a6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .c-accordion__trigger::before, .c-accordion__trigger::after {
    right: 10px;
  }
}
.c-accordion__trigger::before {
  transform: rotate(90deg);
}
.c-accordion__item[open] .c-accordion__trigger::before {
  transform: rotate(180deg);
  background-color: #fff;
}

.c-accordion__item[open] .c-accordion__trigger::after {
  opacity: 0;
}

.c-accordion__title {
  flex: 1 1 auto;
  font-size: 2rem;
  color: #6800a6;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .c-accordion__title {
    font-size: 1.6rem;
  }
}

.c-accordion__panel {
  display: none;
  padding: 0 20px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}
.c-accordion__panel p {
  margin: 0;
}
.c-accordion__panel p + p {
  margin-top: 0.8em;
}

.c-accordion__item[open] .c-accordion__panel {
  display: block;
  padding: 60px 80px;
}
@media (max-width: 767.98px) {
  .c-accordion__item[open] .c-accordion__panel {
    padding: 40px 20px;
  }
}

.c-accordion__item[open] .c-accordion__title {
  color: #fff;
}

.c-profile__inner {
  padding: 80px 60px;
  border: 1px solid #6800a6;
  position: relative;
}
@media (max-width: 767.98px) {
  .c-profile__inner {
    padding: 60px 20px;
  }
}
.c-profile__head {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #6800a6;
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .c-profile__head {
    font-size: 1.8rem;
    padding: 5px 10px 7px 10px;
  }
}

.c-callout__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .c-callout__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.c-callout__content {
  flex: 1 1 auto;
  min-width: 0;
}

.c-callout__content {
  flex: 1 1 auto;
  min-width: 0;
}

.c-callout__text {
  margin: 0 0 0.8rem;
  line-height: 1.8;
}

.c-callout__meta {
  margin: 0;
  line-height: 1.6;
  word-break: break-all;
}

.c-callout__media {
  flex: 0 0 auto;
  margin: 0;
  display: grid;
  place-items: center;
}

.c-callout__mediaImg {
  width: 150px;
  height: 150px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .c-callout__mediaImg {
    width: 64px;
    height: 64px;
  }
}

.c-slider {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.c-slider .slick-dots {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.c-slider .slick-dots li {
  margin: 0;
}

.c-slider__track .slick-list {
  overflow: hidden;
}

.c-slider__slide {
  margin: 0;
}

.c-slider__img {
  display: block;
  width: 100%;
  height: auto;
}

.c-slider__figcaption {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.c-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 26px;
  height: 26px;
  border: 0;
  font-size: 0;
  border-radius: 999px;
  background-color: #6800a6;
  color: #fff;
  cursor: pointer;
}
.c-slider__arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.c-slider__arrow--prev {
  left: 10px;
}
.c-slider__arrow--prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  transform: rotate(-135deg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.c-slider__arrow--next {
  right: 10px;
}
.c-slider__arrow--next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  transform: rotate(45deg);
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}

.slick-dots li.slick-active button:before {
  color: #6800a6;
}

.c-s-contact-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .c-s-contact-boxes {
    gap: 15px;
  }
}

.c-s-contact-box + .c-s-contact-box {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .c-s-contact-box + .c-s-contact-box {
    margin-top: 15px;
  }
}

.c-s-contact-box {
  background-color: #faf7ff;
  padding: 30px;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .c-s-contact-box {
    padding: 20px;
    margin-top: 60px;
  }
}
.c-s-contact-box__title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .c-s-contact-box__title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.c-s-contact-box__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-s-contact-box__office {
  font-size: 1.6rem;
  color: #000;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .c-s-contact-box__office {
    font-size: 1.4rem;
  }
}
.c-s-contact-box__tel {
  font-size: 1.6rem;
  color: #000;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .c-s-contact-box__tel {
    font-size: 1.4rem;
  }
}
.c-s-contact-box__button {
  display: inline-block;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .c-s-contact-box__button {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
.c-s-contact-box__button:hover {
  background-color: #555;
}
.c-s-contact-box__button::after {
  content: " →";
  margin-left: 4px;
}

.c-historyTimeline__body {
  position: relative;
  padding-left: 2.8rem;
}
.c-historyTimeline__body::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 2px;
  background: var(--history-border);
}
.c-historyTimeline__body figure {
  max-width: 200px;
  width: 100%;
}

.c-historyTimeline__events {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.4rem;
}

.c-historyTimeline__event {
  position: relative;
  line-height: 1.8;
}

.c-historyTimeline__item .c-historyTimeline__body::before {
  top: 0.6rem;
  bottom: 0.6rem;
}
.c-historyTimeline__item::first-of-type {
  padding-top: 0;
}

.c-historyTimeline__item:first-of-type {
  padding-top: 0;
}

.c-historyTimeline__figure {
  margin-left: 0;
  padding-left: 0;
}

.c-historyTimeline__date {
  color: #969696;
  font-weight: 700;
}

.c-historyTimeline__text {
  margin: 0;
  line-height: 1.8;
}

.c-historyTimeline {
  --history-col-gap: 2.4rem;
  --history-axis-color: #dedede;
  --history-dot-color: #4f74c8;
  --history-dot-size: 18px;
  position: relative;
}
.c-historyTimeline::before {
  content: "";
  position: absolute;
  left: calc(100px + var(--history-col-gap) * 0.5);
  top: 4px;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  background: #cecece;
}

.c-historyTimeline__item {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: var(--history-col-gap);
       column-gap: var(--history-col-gap);
  align-items: start;
  position: relative;
  padding-block: 2.4rem;
  border-bottom: 1px solid var(--history-border);
}

.c-historyTimeline__year {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  color: #6800a6;
}
@media (max-width: 767.98px) {
  .c-historyTimeline__year {
    font-size: 1.8rem;
  }
}
.c-historyTimeline__year::after {
  content: "";
  position: absolute;
  left: calc(100% + var(--history-col-gap) * 0.5);
  top: 0.55em;
  transform: translate(-50%, -50%);
  width: var(--history-dot-size);
  height: var(--history-dot-size);
  border-radius: 999px;
  background: #6800a6;
}

.c-historyEra + .c-historyEra {
  margin-top: 40px;
}

#history-era-2 .c-historyTimeline::before, #history-era-3 .c-historyTimeline::before {
  top: -15px !important;
}

.c-history.schedule #history-era-1 .c-historyTimeline::before {
  background: #d479d9;
}

.c-history.schedule #history-era-2 .c-historyTimeline::before {
  background: #a19eff;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.p-sitemap {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .p-sitemap {
    padding: 40px 0;
  }
}
.p-sitemap .p-sitemap__child-row a, .p-sitemap__child-row .p-sitemap a, .p-sitemap .p-sitemap__table .p-sitemap__parent-cell a, .p-sitemap__table .p-sitemap__parent-cell .p-sitemap a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6800a6;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: text-decoration-color 0.2s;
}
.p-sitemap .p-sitemap__child-row a::before, .p-sitemap__child-row .p-sitemap a::before, .p-sitemap .p-sitemap__table .p-sitemap__parent-cell a::before, .p-sitemap__table .p-sitemap__parent-cell .p-sitemap a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #6800a6;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  transform: rotate(45deg);
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-sitemap .p-sitemap__child-row a:hover, .p-sitemap__child-row .p-sitemap a:hover, .p-sitemap .p-sitemap__table .p-sitemap__parent-cell a:hover, .p-sitemap__table .p-sitemap__parent-cell .p-sitemap a:hover, .p-sitemap .p-sitemap__child-row a:focus-visible, .p-sitemap__child-row .p-sitemap a:focus-visible, .p-sitemap .p-sitemap__table .p-sitemap__parent-cell a:focus-visible, .p-sitemap__table .p-sitemap__parent-cell .p-sitemap a:focus-visible {
    text-decoration-color: currentColor;
  }
}
.p-sitemap__table .p-sitemap__parent-cell {
  width: 35%;
  vertical-align: middle;
}
.p-sitemap__table .p-sitemap__children-cell {
  vertical-align: top;
  padding: 0;
}
.p-sitemap__table th {
  text-align: left;
}
.p-sitemap__table th a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: text-decoration-color 0.2s;
}
.p-sitemap__table th a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  transform: rotate(45deg);
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-sitemap__table th a:hover, .p-sitemap__table th a:focus-visible {
    text-decoration-color: currentColor;
  }
}
.p-sitemap__table .p-sitemap__parent-cell a {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .p-sitemap__table .p-sitemap__parent-cell a {
    font-size: 1.4rem;
  }
}
.p-sitemap__child-row {
  padding: 12px 15px;
  border-bottom: 1px solid #CBCBCB;
}
.p-sitemap__child-row:last-child {
  border-bottom: none;
}
.p-sitemap__child-row a {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .p-sitemap__child-row a {
    font-size: 1.3rem;
  }
}

.c-event-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.78);
  white-space: nowrap;
}
.c-event-status--event-before {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--before {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--during {
  border-color: #a800a7;
  color: #fff;
  background-color: #a800a7;
}
.c-event-status--today {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--multi-day {
  border-color: #a800a7;
  color: #a800a7;
  background-color: #fff;
}
.c-event-status--after {
  background: #fff;
  color: #505050;
  border-color: #505050;
}
.c-event-status--event-after {
  background: #eeeeee;
  opacity: 0.9;
}
.c-event-status--ended {
  background: #eeeeee;
}

.c-event-single .c-event-status {
  padding: 8px 12px;
  font-size: 1.4rem;
  border-radius: 200px;
}
@media (max-width: 767.98px) {
  .c-event-single .c-event-status {
    font-size: 1.2rem;
  }
}

.c-event-table .c-event-status {
  min-width: 5em;
  padding: 6px 7px;
  font-size: 1.2rem;
  border-radius: 100px;
}
.c-event-table .c-event-status--ended {
  opacity: 0.72;
}

.c-event-single__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.c-event-single__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 12px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  border-radius: 0;
  border: 1px solid #6800a6;
  color: #6800a6;
  background-color: #fff;
}
.c-event-single__title {
  margin: 0 0 10px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.35;
}
@media (max-width: 1079.98px) {
  .c-event-single__title {
    font-size: 2rem;
  }
}
.c-event-single__lead {
  margin-block: 20px 20px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.78);
}
@media (max-width: 1079.98px) {
  .c-event-single__lead {
    font-size: 1.4rem;
  }
}
.c-event-single__meta {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: #fff;
}
.c-event-single__meta:not(:has(.c-event-single__figure)) {
  grid-template-columns: 1fr;
}
@media (max-width: 1079.98px) {
  .c-event-single__meta {
    grid-template-columns: 1fr 280px;
    gap: 18px;
    padding: 18px;
  }
}
@media (max-width: 767.98px) {
  .c-event-single__meta {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
.c-event-single__meta-body {
  min-width: 0;
}
.c-event-single__meta-list {
  margin: 0;
}
.c-event-single__event-dates {
  display: flex;
  flex-direction: column;
}
.c-event-single__event-date-item {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-event-single__event-date-item + .c-event-single__event-date-item {
  margin-top: 0px;
}
.c-event-single__apply-range {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-event-single__apply-range-item + .c-event-single__apply-range-item {
  margin-top: 4px;
}
.c-event-single__apply-range-event {
  font-weight: 600;
}
.c-event-single__apply-range-period {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-event-single__meta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.c-event-single__meta-row:first-child {
  border-top: none;
  padding-top: 0;
}
.c-event-single__meta-row:last-child {
  padding-bottom: 0;
}
.c-event-single__meta-row dt {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-event-single__meta-row dd {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  min-width: 0;
}
.c-event-single__meta-row dd a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-event-single__meta-row dd a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .c-event-single__meta-row {
    grid-template-columns: 9.5em 1fr;
    gap: 10px;
  }
  .c-event-single__meta-row dt {
    font-size: 1.4rem;
  }
  .c-event-single__meta-row dd {
    font-size: 1.4rem;
  }
}
.c-event-single__thumb {
  min-width: 0;
}
@media (min-width: 768px) {
  .c-event-single__thumb {
    align-self: start;
  }
}
.c-event-single__figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}
.c-event-single__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-single__content {
  margin-top: 80px;
}
.c-event-single__content > *:first-child {
  margin-top: 0;
}
.c-event-single__content > *:last-child {
  margin-bottom: 0;
}
.c-post-section__lead {
  line-height: 1.5;
}

.c-event-table {
  margin-top: 16px;
}
.c-event-table__table {
  width: 100%;
  background: #fff;
}
.c-event-table__table th,
.c-event-table__table td {
  padding: 10px 12px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.c-event-table__table thead th {
  padding: 15px 12px;
  background: #6800a6;
  color: #fff;
  font-weight: 600;
  border-bottom: none;
  font-size: 1.5rem;
}
.c-event-table__table a {
  text-decoration: none;
}
@media (hover: hover) {
  .c-event-table__table a:hover {
    text-decoration: none;
  }
}
.c-event-table__table a[target=_blank]::after {
  width: 16px !important;
  height: 16px !important;
  margin-bottom: -2px !important;
}
.c-event-table__scroll {
  overflow-x: auto;
}
.c-event-table__th--status {
  white-space: nowrap;
}
.c-event-table__th--date {
  width: 20%;
}
.c-event-table__th--title {
  white-space: nowrap;
}
.c-event-table__th--apply {
  white-space: nowrap;
}
.c-event-table__th--place {
  white-space: nowrap;
}
.c-event-table__th--price {
  white-space: nowrap;
}
.c-event-table__th--detail {
  white-space: nowrap;
}
.c-event-table__td--status {
  white-space: nowrap;
  text-align: center;
}
.c-event-table__td--date {
  font-weight: bold;
}
.c-event-table__td--title a {
  text-decoration: underline;
}
.c-event-table__td--apply {
  white-space: nowrap;
}
.c-event-table__td--detail {
  white-space: nowrap;
}
.c-event-table__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 4px;
}
@media (hover: hover) {
  .c-event-table__apply:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767.98px) {
  .c-event-table__table {
    width: 800px !important;
  }
  .c-event-table__table td, .c-event-table__table th {
    font-size: 13px !important;
  }
}

.c-exam-event-cat-links {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .c-exam-event-cat-links {
    margin-top: 60px;
  }
}
.c-exam-event-cat-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}
@media (max-width: 1079.98px) {
  .c-exam-event-cat-links__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
  }
}
@media (max-width: 539.98px) {
  .c-exam-event-cat-links__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c-exam-event-cat-links__item {
  text-decoration: none;
  color: inherit;
}
.c-exam-event-cat-links__item > a {
  text-decoration: none;
  color: #333;
}
.c-exam-event-cat-links__link > figure {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(0, 0, 0, 0.04);
}
.c-exam-event-cat-links__link > figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-exam-event-cat-links__link > h3 {
  font-weight: 600;
  line-height: 1.5;
  margin-block: 10px 5px;
}
@media (max-width: 767.98px) {
  .c-exam-event-cat-links__link > h3 {
    font-size: 1.4rem;
    margin-block: 7px 5px;
  }
}
.c-exam-event-cat-links__link > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .c-exam-event-cat-links__link > p {
    font-size: 1.2rem;
  }
}
.c-exam-event-cat-links__link__item span:empty {
  display: none;
}

/*------------------------------------------------------
広報誌アーカイブ
------------------------------------------------------*/
.p-magazine-archive {
  padding: 60px 20px 80px;
}
@media (max-width: 767.98px) {
  .p-magazine-archive {
    padding: 40px 20px 60px;
  }
}

.p-head--magazine {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-head--magazine {
    margin-bottom: 40px;
  }
}

.p-title--magazine .p-title__en {
  display: block;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #808080;
  padding: 20px 40px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .p-title--magazine .p-title__en {
    font-size: 2rem;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
.p-title--magazine .p-title__ja {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .p-title--magazine .p-title__ja {
    font-size: 1.4rem;
  }
}

.p-magazine__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 24px;
  list-style: none;
  margin-top: 80px;
  padding: 0;
}
@media (max-width: 1079.98px) {
  .p-magazine__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px;
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .p-magazine__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 10px;
    font-size: 1.2rem;
    margin-top: 40px;
  }
}
.p-magazine__item {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-magazine .is-no-link:hover {
    opacity: 1;
  }
}
.p-magazine__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  height: 100%;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-magazine__card:hover {
    opacity: 0.8;
  }
}
.p-magazine__card--no-link {
  cursor: default;
  opacity: 0.7;
}
.p-magazine__media {
  position: relative;
  width: 100%;
  background-color: #e0e0e0;
  overflow: hidden;
}
.p-magazine__img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-magazine__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
}
.p-magazine__placeholder-text {
  font-size: 1.4rem;
  color: #999;
  font-weight: 500;
}
.p-magazine__body {
  padding: 12px 0 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-magazine__body {
    padding: 5px 0 0;
  }
}
.p-magazine__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.p-magazine__date {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .p-magazine__date {
    font-size: 1.2rem;
  }
}
.p-magazine__vol {
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .p-magazine__vol {
    font-size: 1.1rem;
  }
}
.p-magazine__status {
  margin-top: 8px;
}
.p-magazine__status-text {
  display: inline-block;
  padding: 4px 12px;
  font-size: 1.2rem;
  color: #999;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .p-magazine__status-text {
    font-size: 1rem;
    padding: 3px 10px;
  }
}
.p-magazine__empty {
  text-align: center;
  padding: 60px 20px;
  font-size: 2.4rem;
  color: #333;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .p-magazine__empty {
    font-size: 2rem;
  }
}

.p-teacher-single__header {
  margin-bottom: 32px;
}
.p-teacher-single__header-inner {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 24px;
  align-items: start;
}
@media (max-width: 768px) {
  .p-teacher-single__header-inner {
    grid-template-columns: 1fr;
  }
}
.p-teacher-single__meta > * + * {
  margin-top: 10px;
}
.p-teacher-single__post {
  margin-block: 1rem;
}
.p-teacher-single__kv {
  margin: 0;
}
.p-teacher-single__kv > .p-teacher-single__kv-row + .p-teacher-single__kv-row {
  margin-top: 6px;
}
.p-teacher-single__kv-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: baseline;
}
.p-teacher-single__kv-label {
  font-size: 1.4rem;
  line-height: 1.6;
  white-space: nowrap;
  font-weight: bold;
  flex-shrink: 0;
}
.p-teacher-single__kv-value {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-teacher-single__categories {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5px;
}
.p-teacher-single__categories > li {
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #6800a6;
  color: #6800a6;
  padding: 0.5rem 1rem;
}
.p-teacher-single__name {
  font-size: 2.8rem;
  margin-top: 3rem !important;
}
@media (max-width: 767.98px) {
  .p-teacher-single__name {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) and (max-width: 539.98px) {
  .p-teacher-single__name {
    margin-top: 1.6rem !important;
  }
}
.p-teacher-single__post, .p-teacher-single__rank, .p-teacher-single__subject {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-teacher-single__school {
  display: none;
}
@media (max-width: 767.98px) {
  .p-teacher-single__image img {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 539.98px) {
  .p-teacher-single__image img {
    max-width: 60%;
  }
}
.p-teacher-single__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-teacher-single__content {
  display: grid;
  gap: 16px;
}
.p-teacher-single__block {
  padding: 2rem 1.6rem;
  background: #faf7ff;
}
@media (max-width: 767.98px) {
  .p-teacher-single__block {
    padding: 1.6rem 1.2rem;
  }
}
.p-teacher-single__block-title {
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-teacher-single__block-title + .p-teacher-single__block-body,
.p-teacher-single__block-title + .p-teacher-single__links {
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .p-teacher-single__block-title {
    font-size: 1.6rem;
  }
}
.p-teacher-single__block-body {
  font-size: 1.5rem;
  line-height: 1.9;
}
.p-teacher-single__block-body p {
  margin: 0;
}
.p-teacher-single__block-body p + p {
  margin-top: 10px;
}
.p-teacher-single__block-body ul,
.p-teacher-single__block-body ol {
  margin: 10px 0 0;
  padding-left: 1.2em;
}
.p-teacher-single__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
.p-teacher-single__links-link {
  display: inline-block;
  text-decoration: underline;
  word-break: break-word;
}
.p-teacher-single__links-link:hover, .p-teacher-single__links-link:focus {
  text-decoration: none;
}

.p-teacher-archive__head {
  margin-bottom: 16px;
}
.p-teacher-archive__title {
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.p-teacher-archive__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #6800a6;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  position: relative;
}
.p-teacher-archive__toggle::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 3px 0 0;
  vertical-align: middle;
  transform: rotate(135deg);
  transition: transform 0.25s ease;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  margin-top: -4px;
}
.p-teacher-archive__toggle[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 2px;
}
.p-teacher-archive__toggle:hover {
  opacity: 0.8;
}
.p-teacher-archive__toggle:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.p-teacher-archive__sub-group {
  margin-bottom: 24px;
}
.p-teacher-archive__sub-group h5 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.p-teacher-archive__search-panel {
  margin: 0 0 24px;
  padding: 24px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fafafa;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .p-teacher-archive__search-panel {
    padding: 24px 16px;
  }
}
.p-teacher-archive__search + .p-teacher-archive__search {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}
.p-teacher-archive__search-row {
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .p-teacher-archive__search-row {
    grid-template-columns: 1fr;
  }
}
.p-teacher-archive__search-label {
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 16px;
  display: block;
}
.p-teacher-archive__fieldset .p-teacher-archive__search-label {
  margin-bottom: 16px;
}
.p-teacher-archive__search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .p-teacher-archive__search-input-wrapper {
    align-items: stretch;
  }
  .p-teacher-archive__search-input-wrapper .p-teacher-archive__search-submit {
    min-width: 80px;
  }
}
.p-teacher-archive__search-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  min-height: 40px;
}
.p-teacher-archive__search-input:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.p-teacher-archive__fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.p-teacher-archive__fieldset legend {
  margin-bottom: 16px;
}
.p-teacher-archive__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.p-teacher-archive__radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.p-teacher-archive__radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-teacher-archive__radio-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.p-teacher-archive__radio:hover .p-teacher-archive__radio-text {
  background: #f7f7f7;
  border-color: #bdbdbd;
}
.p-teacher-archive__radio input[type=radio]:checked + .p-teacher-archive__radio-text {
  background: #111;
  border-color: #111;
  color: #fff;
}
.p-teacher-archive__radio input[type=radio]:focus-visible + .p-teacher-archive__radio-text {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.p-teacher-archive__search-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.p-teacher-archive__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 40px;
  min-width: 100px;
  padding: 10px 14px;
  border: 0;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.p-teacher-archive__search-submit:hover {
  opacity: 0.85;
}
.p-teacher-archive__search-submit:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.p-teacher-archive__search-reset {
  font-size: 0.95rem;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-teacher-archive__search-reset:hover {
  opacity: 0.8;
}
.p-teacher-archive__search-reset:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.p-teacher-archive__search-results {
  margin: 0 0 28px;
}
.p-teacher-archive__result-count {
  margin: 0 0 12px;
  font-weight: 600;
}
.p-teacher-archive__card-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1079.98px) {
  .p-teacher-archive__card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .p-teacher-archive__card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.p-teacher-archive__card {
  margin: 0;
  height: 100%;
  display: flex;
}
.p-teacher-archive__card-link {
  display: grid;
  grid-template-rows: 220px 1fr;
  gap: 10px;
  flex: 1;
  min-height: 0;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}
@media (max-width: 767.98px) {
  .p-teacher-archive__card-link {
    padding: 6px;
    grid-template-rows: 160px 1fr;
  }
}
.p-teacher-archive__card-link:hover {
  transform: translateY(-1px);
  border-color: #cfcfcf;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.p-teacher-archive__card-link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.p-teacher-archive__card-link.is-disabled {
  cursor: default;
}
.p-teacher-archive__card-link.is-disabled:hover {
  transform: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
}
.p-teacher-archive__card-thumb {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
  min-height: 0;
  height: 100%;
}
.p-teacher-archive__card-img {
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center;
     object-position: center;
}
.p-teacher-archive__card-name {
  display: block;
  font-weight: 600;
  line-height: 1.4;
}
.p-teacher-archive__browse {
  padding-top: 60px;
  padding-top: 40px;
}
.p-teacher-archive__browse-title {
  margin: 0 0 16px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.p-teacher-archive__group + .p-teacher-archive__group {
  margin-top: 60px;
}
.p-teacher-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.p-teacher-archive__item {
  margin: 0;
}
.p-teacher-archive__item span {
  font-size: 0.85em;
}
@media (max-width: 767.98px) {
  .p-teacher-archive__item span {
    font-size: 1.2rem;
  }
}
.p-teacher-archive__name-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .p-teacher-archive__name-link {
    font-size: 1.4rem;
  }
}
.p-teacher-archive__name-link:hover {
  opacity: 0.8;
}
.p-teacher-archive__name-link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.p-teacher-archive__name-text {
  display: inline-block;
  font-size: 1.6rem !important;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .p-teacher-archive__name-text {
    font-size: 1.4rem !important;
  }
}

.p-achievement-table__new {
  color: #9e0000;
}

@media (max-width: 767.98px) {
  .p-achievement-table-wrap {
    overflow-x: auto;
  }
}
.p-achievement-table-wrap table {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 60px;
}
@media (max-width: 539.98px) {
  .p-achievement-table-wrap table {
    width: 500px;
  }
}
.p-achievement-table-wrap table th, .p-achievement-table-wrap table td {
  padding: 10px 8px;
  font-feature-settings: "palt";
}
@media (max-width: 767.98px) {
  .p-achievement-table-wrap table th, .p-achievement-table-wrap table td {
    padding: 10px 5px;
  }
}
.p-achievement-table-wrap table th.p-achievement-table__th--cat {
  white-space: nowrap;
}
.p-achievement-table-wrap table th.p-achievement-table__th--link {
  width: 100px;
}
.p-achievement-table-wrap table td {
  font-size: 1.3rem;
  line-height: 1.3;
}
.p-achievement-table-wrap table td.p-achievement-table__td--cat {
  white-space: nowrap;
}
.p-achievement-table-wrap table td.p-achievement-table__td--link a {
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .p-achievement-table-wrap table td {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

/* =========================================================
 * 実績：区分/年次/パート「探す」ボタン（共通）
 * ========================================================= */
.p-achievement-archive__box .c-post-section h3.wp-block-heading {
  margin-block: 40px 20px !important;
}

/* セクション間の余白 */
.p-achievement-browse {
  margin-top: 48px;
}
.p-achievement-browse__title {
  margin: 0 0 12px;
  padding: 6px 12px;
  background: #666;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.p-achievement-browse__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}
.p-achievement-browse__btn {
  display: block;
  padding: 10px 12px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #6800a6;
  background: #fff;
  color: #6800a6;
  text-align: center;
  border-radius: 200px;
  text-decoration: none;
}
.p-achievement-browse__btn:hover, .p-achievement-browse__btn:focus-visible {
  opacity: 0.8;
}
.p-achievement-browse__btn.is-active {
  border-color: #6800a6;
  background: #6800a6;
  color: #fff;
}
@media (max-width: 767.98px) {
  .p-achievement-browse {
    margin-top: 12px;
  }
}
.p-achievement-browse {
  /* SP：2列 */
}
@media (max-width: 1079.98px) {
  .p-achievement-browse .p-achievement-browse {
    margin-top: 24px;
  }
  .p-achievement-browse .p-achievement-browse__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .p-achievement-browse .p-achievement-browse__btn {
    font-size: 13px;
    padding: 10px;
  }
}

/*------------------------------------------------------
ページネーション
------------------------------------------------------*/
.page-numbers, .c-js-pager__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  margin-block: 40px;
}
.page-numbers a, .page-numbers span, .page-numbers button, .c-js-pager__list a, .c-js-pager__list span, .c-js-pager__list button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 40px;
  height: 40px;
  color: #6800a6;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid #6800a6;
}
@media (max-width: 767.98px) {
  .page-numbers a, .page-numbers span, .page-numbers button, .c-js-pager__list a, .c-js-pager__list span, .c-js-pager__list button {
    width: 34px;
    height: 34px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers a:hover, .page-numbers button:hover, .c-js-pager__list a:hover, .c-js-pager__list button:hover {
    background: #6800a6;
    color: #fff;
  }
}
.page-numbers .current, .c-js-pager__list .current {
  background: #6800a6;
  color: #fff;
}
.page-numbers .dots, .c-js-pager__list .dots {
  border: none;
  background: none;
  color: #6800a6;
  font-weight: bold;
  width: auto;
}
.page-numbers .prev, .page-numbers .next, .c-js-pager__list .prev, .c-js-pager__list .next {
  font-size: 0;
  position: relative;
}
.page-numbers .prev::before, .c-js-pager__list .prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #6800a6;
  border-width: 1px 1px 0 0;
  vertical-align: middle;
  transform: rotate(-135deg);
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers .prev:hover::before, .c-js-pager__list .prev:hover::before {
    border-color: #fff;
  }
}
.page-numbers .next::before, .c-js-pager__list .next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #6800a6;
  border-width: 1px 1px 0 0;
  vertical-align: middle;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers .next:hover::before, .c-js-pager__list .next:hover::before {
    border-color: #fff;
  }
}

.c-gcal-embed iframe {
  width: 100%;
}

@media (max-width: 767.98px) {
  /* Googleカレンダー：横スクロールで崩れ防止 */
  .c-gcal-embed {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .c-gcal-embed iframe {
    display: block;
    width: 700px; /* 中身が潰れない基準幅 */
    max-width: none; /* 重要：縮めない */
    border: 0;
  }
}
.c-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.c-tabs__btn {
  display: inline-block;
  padding: 6px 14px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  transition: all 0.2s;
  font-size: 1.4rem;
  line-height: 1.5;
  cursor: pointer;
  font-family: inherit;
}
.c-tabs__btn[type=button], .c-tabs__btn:not([href]) {
  border: 1px solid #CBCBCB;
}
.c-tabs__btn:hover, .c-tabs__btn:focus-visible {
  background-color: #f4f4f4;
  border-color: #6800a6;
  color: #6800a6;
}
.c-tabs__btn.is-active {
  background-color: #6800a6;
  border-color: #6800a6;
  color: #fff;
}
.c-tabs__btn.is-active:hover, .c-tabs__btn.is-active:focus-visible {
  background-color: #a800a7;
  border-color: #a800a7;
}
@media (max-width: 767.98px) {
  .c-tabs {
    gap: 6px;
  }
  .c-tabs__btn {
    padding: 6px 16px;
    font-size: 1.3rem;
  }
}

.c-post-section {
  /* カレンダー本体を100%に */
}
.c-post-section .calendar--fullcalendar,
.c-post-section .js-musashino-fullcalendar,
.c-post-section .fc {
  width: 100% !important;
  max-width: 100% !important;
}
.c-post-section .fc .fc-button-primary {
  background-color: #6800a6;
}
.c-post-section .fc .fc-daygrid-event .fc-event-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal !important;
}
.c-post-section .fc .fc-header-toolbar {
  margin-top: 1.5em;
}
.c-post-section .fc .fc-h-event {
  border: none !important;
}
@media (max-width: 767.98px) {
  .c-post-section .fc .fc-toolbar-title {
    font-size: 1.8rem;
  }
}
.c-post-section .fc .fc-col-header-cell {
  background-color: transparent !important;
}
.c-post-section .fc .fc-col-header-cell a {
  text-decoration: none;
  cursor: default;
}
.c-post-section .fc .fc-daygrid-day-number {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.c-post-section .fc .fc-daygrid-day-top {
  font-size: 0.9em;
}
.c-post-section .fc .fc-scrollgrid-sync-inner {
  font-size: 0.85em;
}
.c-post-section .fc .fc-h-event .fc-event-title-container {
  font-size: 0.85em;
}
.c-post-section .fc .fc-h-event .fc-event-main {
  padding: 2px;
}
.c-post-section .fc .fc-button {
  padding: 4px 10px;
}
.c-post-section .fc table {
  margin: 0;
  padding: 0;
}
.c-post-section .fc td, .c-post-section .fc th {
  padding: 0;
}

.calendar {
  max-width: 720px;
  margin: 24px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  /* FullCalendar 用ラッパー */
}
.calendar--fullcalendar {
  min-height: 400px;
}
.calendar--fullcalendar .fc .fc-toolbar-title {
  font-size: 1.125rem;
}
.calendar--fullcalendar .fc .fc-button {
  font-size: 0.875rem;
}
.calendar--fullcalendar .fc {
  /* 既存テーマの日曜・土曜色に近づける */
}
.calendar--fullcalendar .fc .fc-day-sun .fc-daygrid-day-number {
  color: #c00;
}
.calendar--fullcalendar .fc .fc-day-sat .fc-daygrid-day-number {
  color: #06c;
}
.calendar__head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
}
.calendar__head span {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.calendar__head a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 700;
}
.calendar__head a i {
  font-style: normal;
}
.calendar__head a:hover {
  text-decoration: underline;
}
.calendar__head .prevlink {
  justify-content: flex-start;
}
.calendar__head .nextlink {
  justify-content: flex-end;
}
.calendar__dow, .calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
.calendar__dow {
  border-bottom: 1px solid #eee;
}
.calendar__dow li {
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  background: #fafafa;
  border-right: 1px solid #eee;
}
.calendar__dow li:nth-child(7n) {
  border-right: 0;
}
.calendar__grid li {
  min-height: 88px;
  padding: 10px 10px 8px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}
.calendar__grid li:nth-child(7n) {
  border-right: 0;
}
.calendar__grid .blank {
  background: #fcfcfc;
}
.calendar__grid .day .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}
.calendar__grid .day p {
  margin: 10px 0 0;
  min-height: 24px;
}
.calendar__grid .day a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #ddd;
}
.calendar__grid .day a:hover {
  text-decoration: underline;
}
.calendar__grid {
  /* 日曜（r0）と土曜（r6）の見た目 */
}
.calendar__grid .r0 .date {
  color: #c00;
}
.calendar__grid .r6 .date {
  color: #06c;
}
@media (max-width: 640px) {
  .calendar__head {
    padding: 10px 12px;
  }
  .calendar__grid li {
    min-height: 74px;
    padding: 8px 8px 6px;
  }
}

/* カレンダー凡例（カテゴリーの色分け） */
.p-archive__calendar-legend {
  margin-bottom: 1rem;
}

.p-archive__calendar-legend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-archive__calendar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.p-archive__calendar-legend-swatch {
  display: inline-block;
  width: 2rem;
  height: 1rem;
  border-radius: 4px;
  flex-shrink: 0;
}

.p-archive__calendar-legend-label {
  font-size: 1.4rem;
}/*# sourceMappingURL=page.css.map */