@charset "UTF-8";
/** layouts **/
/* default setting */
/* 管理画面投稿本文（News詳細・固定ページ共通） */
/* モーダル表示時の body overflow:hidden でスクロールバーが消え、背面が横にずれるのを防ぐ */
html {
  scrollbar-gutter: stable;
}

body {
  /* フォント */
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.6;
  /* SP style */
  /* PC style */
  /* レイアウト */
  /* 全般 */
}
body h1, body h2, body h3, body h4 {
  margin-bottom: 0;
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  body .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 960px) {
  body .sp {
    display: none !important;
  }
}
body .layout_container {
  padding: 50px 0;
}
@media print, screen and (min-width: 960px) {
  body .layout_container {
    padding: 80px 0;
  }
}
body .layout_container2 {
  padding: 15px 0;
}
@media print, screen and (min-width: 960px) {
  body .layout_container2 {
    padding: 25px 0;
  }
}
body a {
  color: #0F0F0F;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
body a:hover {
  opacity: 0.8;
  color: #f26a7c;
  text-decoration: none;
}
body.uk-offcanvas-container .burger_btn a span {
  background: transparent;
}
body.uk-offcanvas-container .burger_btn a span::before {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
  background-color: #1f2a44;
}
body.uk-offcanvas-container .burger_btn a span::after {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px);
  background-color: #1f2a44;
}

.footer {
  background-color: #ED6D46;
}
.footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.footer .footer_copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .footer .footer_copyright {
    font-size: 16px;
  }
}

/* 主催・後援（footer 直上） */
.miaty-sponsor {
  background: rgb(255, 227, 231);
  padding: 32px 0;
  color: #2f3e63;
}

.miaty-sponsor__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.miaty-sponsor__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
}

.miaty-sponsor__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.miaty-sponsor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.miaty-sponsor__row + .miaty-sponsor__row {
  margin-top: 10px;
}

.miaty-sponsor__headline,
.miaty-sponsor__row--large {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: #333;
}

.miaty-sponsor__headline {
  margin: 0 0 10px;
}

.miaty-sponsor__row--large .miaty-sponsor__text {
  color: #333;
}

.miaty-sponsor__logos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px 12px;
}

.miaty-sponsor__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: 48px;
  padding: 6px 8px;
  background: #fff;
  border-radius: 2px;
}

.miaty-sponsor__logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  line-height: 0;
  text-decoration: none;
}

.miaty-sponsor__logo img {
  display: block;
  width: auto;
  height: 36px;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.miaty-sponsor__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.miaty-sponsor__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  color: #555;
}

@media print, screen and (min-width: 960px) {
  .miaty-sponsor {
    padding: 40px 0;
  }
  .miaty-sponsor__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }
  .miaty-sponsor__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .miaty-sponsor__logos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: none;
    gap: 12px;
  }
  .miaty-sponsor__logo {
    height: 52px;
    padding: 6px 10px;
  }
  .miaty-sponsor__logo img {
    height: 40px;
    max-width: 200px;
  }
}
/* MIATY TOP フッター（footer.php と併用） */
.miaty-footer {
  background: #f26a7c;
  border-top: 1px solid #e3e7ed;
  padding: 81px 0 48px;
  color: #fff;
  /* タブレット〜1200px：ブランド左・ナビ右の横並び維持、ナビのみ折り返し */
  /* SP：従来どおり縦積み */
}
.miaty-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.miaty-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 33px;
}
.miaty-footer__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.miaty-footer__brand-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.miaty-footer__logo {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.miaty-footer__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.35;
  margin: 0;
  color: #fff;
}
.miaty-footer__instagram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.miaty-footer__instagram svg {
  display: block;
  width: 28px;
  height: 28px;
}
.miaty-footer__instagram:hover {
  opacity: 0.85;
}
@media print, screen and (max-width: 959px) {
  .miaty-footer__brand-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    max-width: 100%;
    width: 100%;
  }
  .miaty-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
  }
  .miaty-footer__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .miaty-footer__instagram {
    padding: 4px;
  }
  .miaty-footer__instagram svg {
    width: 24px;
    height: 24px;
  }
}
.miaty-footer__lead {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.miaty-footer__nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.miaty-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
}
.miaty-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.miaty-footer__nav-list a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.miaty-footer__nav-list a:hover {
  color: #fff;
}
.miaty-footer__nav-list a.is-disabled {
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  cursor: not-allowed;
}
.miaty-footer__nav-list a.miaty-footer__link--legal {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
.miaty-footer__copy {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 641px) {
  .miaty-footer__top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .miaty-footer__nav-col {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .miaty-footer__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1199px) {
  .miaty-footer__nav {
    gap: 28px;
  }
  .miaty-footer__nav-list {
    gap: 10px;
  }
  .miaty-footer__nav-list a {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .miaty-footer__top {
    gap: 48px;
  }
  .miaty-footer__nav {
    gap: 40px;
  }
  .miaty-footer__nav-list {
    gap: 12px;
  }
  .miaty-footer__nav-list a {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 640px) {
  .miaty-footer--en .miaty-footer__title {
    font-size: 15px;
  }
  .miaty-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
  .miaty-footer__nav-col {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .miaty-footer__nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
  }
  .miaty-footer__nav-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    gap: 12px;
  }
  .miaty-footer__nav-list a {
    font-size: 16px;
  }
}

/* header */
.miaty-header-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}
.miaty-header-bar__wrap {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.miaty-header-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.miaty-header-bar__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.miaty-header-bar__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 8px 16px;
}
.miaty-header-bar__logo {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.miaty-header-bar__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #1f2a44;
  white-space: nowrap;
}
.miaty-header-bar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.miaty-header-bar__nav a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #2f3e63;
  text-decoration: none;
  padding: 0 10px;
  white-space: nowrap;
}
.miaty-header-bar__nav a:hover {
  color: #f26a7c;
}
.miaty-header-bar__nav a.is-current {
  color: #f26a7c;
}
.miaty-header-bar__nav a.is-disabled {
  color: #b6bfcc;
  pointer-events: none;
  cursor: not-allowed;
}
.miaty-header-bar__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-left: 41px;
  margin-left: 16px;
  border-left: 1px solid #e3e7ed;
  font-size: 15px;
  font-weight: 500;
  color: #2f3e63;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.miaty-header-bar__lang span.is-muted {
  color: #a1a1a1;
}
.miaty-header-bar__lang a.is-muted {
  color: #2f3e63;
  text-decoration: none;
}
.miaty-header-bar__lang a.is-muted:hover {
  color: #f26a7c;
}
.miaty-header-bar__lang span.is-current,
.miaty-header-bar__lang a.is-current {
  color: #f26a7c;
  text-decoration: none;
}
.miaty-header-bar .burger_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.miaty-header-bar .burger_btn a.burger_btn_item_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.miaty-header-bar .burger_btn a.burger_btn_item_color span {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #1f2a44;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.miaty-header-bar .burger_btn a.burger_btn_item_color span::before, .miaty-header-bar .burger_btn a.burger_btn_item_color span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1f2a44;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}
.miaty-header-bar .burger_btn a.burger_btn_item_color span::before {
  top: -8px;
}
.miaty-header-bar .burger_btn a.burger_btn_item_color span::after {
  top: 8px;
}

/* バーガー内メニュー（1200px未満＝タブレット相当以下。UIkit @l と同期） */
.miaty-offcanvas-nav.uk-offcanvas .uk-offcanvas-bar {
  width: min(320px, 88vw);
  background: #fff;
  color: #2f3e63;
  -webkit-box-shadow: -4px 0 24px rgba(31, 42, 68, 0.08);
  box-shadow: -4px 0 24px rgba(31, 42, 68, 0.08);
  padding: 56px 0 32px;
}
.miaty-offcanvas-nav.uk-offcanvas .uk-offcanvas-close {
  color: #1f2a44;
}
.miaty-offcanvas-nav.uk-offcanvas .uk-offcanvas-close:hover {
  color: #f26a7c;
}
.miaty-offcanvas-nav.uk-offcanvas .burger_contents_list {
  padding: 0 8px 0 0;
}
.miaty-offcanvas-nav.uk-offcanvas .burger_contents_item {
  border-bottom: 1px solid #e5eaf1;
}
.miaty-offcanvas-nav.uk-offcanvas .burger_contents_item:last-child {
  border-bottom: 0;
}
.miaty-offcanvas-nav.uk-offcanvas .burger_contents_item a {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #2f3e63;
  text-decoration: none;
  padding: 16px 24px;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.miaty-offcanvas-nav.uk-offcanvas .burger_contents_item a:hover {
  color: #f26a7c;
}
.miaty-offcanvas-nav.uk-offcanvas .burger_contents_item a.is-current {
  color: #f26a7c;
}
.miaty-offcanvas-nav.uk-offcanvas .burger_contents_item a.is-disabled {
  color: #b6bfcc;
  pointer-events: none;
  cursor: not-allowed;
}
.miaty-offcanvas-nav.uk-offcanvas .miaty-offcanvas-nav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 24px 24px 0;
  padding-top: 24px;
  border-top: 1px solid #e5eaf1;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2f3e63;
}
.miaty-offcanvas-nav.uk-offcanvas .miaty-offcanvas-nav__lang span.is-muted {
  color: #a1a1a1;
}
.miaty-offcanvas-nav.uk-offcanvas .miaty-offcanvas-nav__lang a.is-muted {
  color: #2f3e63;
  text-decoration: none;
}
.miaty-offcanvas-nav.uk-offcanvas .miaty-offcanvas-nav__lang a.is-muted:hover {
  color: #f26a7c;
}
.miaty-offcanvas-nav.uk-offcanvas .miaty-offcanvas-nav__lang span.is-current,
.miaty-offcanvas-nav.uk-offcanvas .miaty-offcanvas-nav__lang a.is-current {
  color: #f26a7c;
  text-decoration: none;
}

/* 1200px〜：ナビ折り返し防止（uk-visible@l と同期） */
@media print, screen and (min-width: 1200px) and (max-width: 1319px) {
  .miaty-header-bar__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0 16px;
  }
  .miaty-header-bar__heading {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
  }
  .miaty-header-bar__brand {
    gap: 10px;
    padding: 8px 4px 8px 0;
    min-width: 0;
  }
  .miaty-header-bar__title {
    font-size: 16px;
    letter-spacing: -0.04em;
  }
  .miaty-header-bar__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 0;
  }
  .miaty-header-bar__nav a {
    padding: 0 8px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .miaty-header-bar__lang {
    padding-left: 16px;
    margin-left: 4px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .miaty-header-bar__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 640px) {
  .miaty-header-bar__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    min-height: auto;
  }
  .miaty-header-bar__brand {
    padding: 8px 8px 8px 0;
  }
  .miaty-header-bar__title {
    white-space: normal;
    font-size: clamp(16px, 4.2vw, 20px);
  }
}
/* 448px〜375pxでヘッダーが2段落ちしないよう調整 */
@media (max-width: 448px) {
  .miaty-header-bar__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 12px;
  }
  .miaty-header-bar__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
  .miaty-header-bar__brand {
    min-width: 0;
    gap: 8px;
    padding: 6px 4px 6px 0;
  }
  .miaty-header-bar__logo {
    width: 42px;
    height: 42px;
  }
  .miaty-header-bar__title {
    font-size: clamp(12px, 3.8vw, 15px);
    line-height: 1.35;
  }
}
/** blocks **/
.breadcrumbs_contents {
  background: #fff;
}
.breadcrumbs_contents .breadcrumbs_contents_inner {
  padding: 12px 24px;
}
.breadcrumbs_contents p {
  margin: 0;
}
.breadcrumbs_contents a {
  color: #a6a6a6;
  font-size: 12px;
}
.breadcrumbs_contents span {
  color: #a6a6a6;
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .breadcrumbs_contents .breadcrumbs_contents_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .breadcrumbs_contents a:hover {
    text-decoration: underline;
  }
}

.miaty-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.miaty-cookie-consent[hidden] {
  display: none !important;
}
.miaty-cookie-consent.is-visible {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.miaty-cookie-consent__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid #f26a7c;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(31, 42, 68, 0.12);
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-cookie-consent__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.miaty-cookie-consent__title {
  margin: 0 0 8px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #2f3e63;
}

.miaty-cookie-consent__desc {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}
.miaty-cookie-consent__desc a {
  color: #f26a7c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.miaty-cookie-consent__desc a:hover {
  opacity: 0.8;
}

.miaty-cookie-consent__actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}

.miaty-cookie-consent__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 14px;
  border: 1px solid #f26a7c;
  border-radius: 6px;
  background: #f26a7c;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.miaty-cookie-consent__btn:hover {
  background: #fff;
  color: #f26a7c;
  opacity: 0.8;
}
.miaty-cookie-consent__btn--decline {
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #fff;
  color: #888;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.miaty-cookie-consent__btn--decline:hover {
  background: #f5f5f5;
  color: #666;
  border-color: #bbb;
  opacity: 0.8;
}

@media print, screen and (max-width: 640px) {
  .miaty-cookie-consent {
    padding: 12px;
  }
  .miaty-cookie-consent__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 16px;
    gap: 12px;
  }
  .miaty-cookie-consent__actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.miaty-mobile-compe-sticky {
  display: block;
  position: fixed;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  left: auto;
  z-index: 1090;
  width: auto;
  max-width: min(300px, 100vw - 24px);
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(calc(100% + 16px));
  transform: translateX(calc(100% + 16px));
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.miaty-mobile-compe-sticky.is-visible {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.miaty-mobile-compe-sticky.is-dismissed {
  display: none !important;
}

.miaty-mobile-compe-sticky__close {
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(47, 62, 99, 0.45);
  cursor: pointer;
  opacity: 0.85;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.miaty-mobile-compe-sticky__close:hover, .miaty-mobile-compe-sticky__close:focus-visible {
  color: rgba(47, 62, 99, 0.7);
  opacity: 1;
  outline: none;
}

.miaty-mobile-compe-sticky__close-icon {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}
.miaty-mobile-compe-sticky__close-icon::before, .miaty-mobile-compe-sticky__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1px;
  margin-left: -5px;
  margin-top: -0.5px;
  background: currentColor;
  border-radius: 1px;
}
.miaty-mobile-compe-sticky__close-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.miaty-mobile-compe-sticky__close-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CVボックス（miaty-cv__box）と同系 */
.miaty-mobile-compe-sticky__box {
  border-radius: 12px;
  border: 1px solid #f26a7c;
  background: rgb(255, 227, 231);
  -webkit-box-shadow: 0 4px 16px rgba(31, 42, 68, 0.18);
  box-shadow: 0 4px 16px rgba(31, 42, 68, 0.18);
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-mobile-compe-sticky__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
}

.miaty-mobile-compe-sticky__text {
  min-width: 0;
  text-align: left;
}

.miaty-mobile-compe-sticky__title {
  margin: 0 0 4px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #2f3e63;
}

.miaty-mobile-compe-sticky__desc {
  margin: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #2f3e63;
}

.miaty-mobile-compe-sticky__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.miaty-mobile-compe-sticky__cta .miaty-btn--outline {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* PC：横並び・やや大きめ */
@media print, screen and (min-width: 1200px) {
  .miaty-mobile-compe-sticky {
    right: 24px;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    max-width: min(480px, 100vw - 48px);
  }
  .miaty-mobile-compe-sticky__box {
    padding: 16px 20px;
  }
  .miaty-mobile-compe-sticky__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .miaty-mobile-compe-sticky__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .miaty-mobile-compe-sticky__title {
    font-size: 14px;
    white-space: nowrap;
  }
  .miaty-mobile-compe-sticky__desc {
    font-size: 11px;
    white-space: nowrap;
  }
  .miaty-mobile-compe-sticky__cta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .miaty-mobile-compe-sticky__cta .miaty-btn--outline {
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  }
  /* 英語版：PCでもSP同様の縦積み（長文で横並びが重なるため） */
  .miaty-mobile-compe-sticky--en {
    max-width: min(320px, 100vw - 48px);
  }
  .miaty-mobile-compe-sticky--en .miaty-mobile-compe-sticky__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
  }
  .miaty-mobile-compe-sticky--en .miaty-mobile-compe-sticky__title,
  .miaty-mobile-compe-sticky--en .miaty-mobile-compe-sticky__desc {
    white-space: normal;
  }
  .miaty-mobile-compe-sticky--en .miaty-mobile-compe-sticky__cta {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .miaty-mobile-compe-sticky--en .miaty-mobile-compe-sticky__cta .miaty-btn--outline {
    width: 100%;
    white-space: normal;
    line-height: 1.35;
  }
}
.button1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #ED6D46;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.45px;
}
.button1:hover {
  color: #FFF;
}
.button1:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media print, screen and (min-width: 960px) {
  .button1 {
    padding: 12px 32px;
  }
}

.button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #2BB7B3;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.45px;
}
.button2:hover {
  color: #FFF;
}
.button2:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media print, screen and (min-width: 960px) {
  .button2 {
    padding: 16px 32px;
    font-size: 16px;
  }
}

.button3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #ED6D46;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.45px;
}
.button3:hover {
  color: #FFF;
}
.button3:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media print, screen and (min-width: 960px) {
  .button3 {
    padding: 16px 32px;
    font-size: 16px;
  }
}

.contact_area .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
.contact_area .contact_list a {
  display: block;
  width: 50px;
  height: auto;
}

.cv_area .cv_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media print, screen and (min-width: 960px) {
  .cv_area .cv_contents {
    gap: 50px;
  }
}
.cv_area .cv_contents_text {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 220% */
}
@media print, screen and (min-width: 960px) {
  .cv_area .cv_contents_text {
    font-size: 20px;
  }
}

.initiatives_area {
  background: #fff;
}
.initiatives_area .initiatives_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 960px) {
  .initiatives_area .initiatives_inner {
    gap: 50px;
  }
}
.initiatives_area .initiatives_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 960px) {
  .initiatives_area .initiatives_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
}
.initiatives_area .initiatives_item {
  border-radius: 20px;
  background: rgba(255, 241, 0, 0.15);
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.initiatives_area .initiatives_item .initiatives_item_title {
  color: #ED6D46;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.initiatives_area .initiatives_item .initiatives_item_img img {
  border-radius: 5px;
}
@media print, screen and (min-width: 960px) {
  .initiatives_area .initiatives_item {
    padding: 30px 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33% - 32px);
    flex: 0 1 calc(33% - 32px);
  }
  .initiatives_area .initiatives_item .initiatives_item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
}
.initiatives_area .container_btn {
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .initiatives_area .container_btn {
    width: 300px;
  }
}

.instagram_area {
  padding-top: 30px;
  /* スライド間の余白を設定（左右に8pxずつ） */
  /* slick-track に余白を打ち消すための調整 */
}
.instagram_area .instagram_contents {
  padding: 60px 0;
}
.instagram_area .responsive-slider .slick-slide {
  margin: 0 8px;
}
.instagram_area .responsive-slider .slick-track {
  margin-left: -8px;
  margin-right: -8px;
}
.instagram_area .instagram_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.instagram_area .instagram_list .slick-prev {
  left: 0;
  color: #4EBEAF;
}
.instagram_area .instagram_list .slick-next {
  color: #4EBEAF;
}
@media print, screen and (min-width: 960px) {
  .instagram_area .instagram_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
  }
}
.instagram_area .instagram_item > div {
  width: 326px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .instagram_area .instagram_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 16px);
    flex: 0 0 calc(20% - 16px);
  }
}
.instagram_area .container_btn {
  width: 300px;
  margin: 0 auto;
}
.other_area {
  background: rgba(255, 241, 0, 0.6);
}
.other_area .other_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 960px) {
  .other_area .other_inner {
    gap: 50px;
  }
}
.other_area .other_contents_column {
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding: 32px 24px;
}
@media print, screen and (min-width: 960px) {
  .other_area .other_contents_column {
    padding: 30px 50px;
    gap: 16px;
  }
}
.other_area .other_contents_row {
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding: 32px 24px;
}
@media print, screen and (min-width: 960px) {
  .other_area .other_contents_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 50px;
    gap: 32px;
  }
  .other_area .other_contents_row .other_contents_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.other_area .other_contents_img {
  margin-top: 16px;
  max-width: 400px;
}
.other_area .container_btn {
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .other_area .container_btn {
    width: 300px;
  }
}
.other_area .other_contents_row2 {
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 24px 32px;
}
@media print, screen and (min-width: 960px) {
  .other_area .other_contents_row2 {
    padding: 0 50px 60px;
  }
}
.other_area .other_contents_year {
  font-size: 18px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #5E16EB;
  margin-top: 32px;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 960px) {
  .other_area .other_contents_year {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 8px;
  }
}
.other_area .other_contents_item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .other_area .other_contents_item2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  .other_area .other_contents_item2 .other_contents_item_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .other_area .other_contents_item2 .other_contents_img {
    margin-top: 0;
  }
}

.pager .screen-reader-text {
  display: none;
}
.pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
  list-style-type: none;
  padding: 0;
}
.pager .page-numbers {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  color: #4EBEAF;
}
.pager .page-numbers:not(:hover) {
  text-decoration: none;
}
.pager .page-numbers.current {
  background-color: #E6E6E6;
  color: #4EBEAF;
  pointer-events: none;
}
.pager .prev, .pager .next {
  border: none;
}
.pager .prev .screen-reader-text, .pager .next .screen-reader-text {
  color: #4EBEAF;
}
.pager2 {
  margin: 0 auto;
}
.pager2 .pager2_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .pager2 .pager2_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30%;
  }
}
.pager2 .pagination_left {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.pager2 .pagination_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
@media print, screen and (min-width: 960px) {
  .pager2 .pagination_left {
    grid-column: 1;
  }
}
.pager2 .pagination_right {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.pager2 .pagination_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
@media print, screen and (min-width: 960px) {
  .pager2 .pagination_right {
    grid-column: 2;
  }
}
.pager2 .pagination_text {
  color: #a6a6a6;
  font-size: 11px;
  padding: 4px 18px;
}
.pager2 .pagination_img {
  width: auto;
  height: 55px;
  border-radius: 5px;
}
.sponsor_area .sponsor_title {
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 960px) {
  .sponsor_area .sponsor_title {
    margin-top: 32px;
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.sponsor_area .sponsor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 8px;
}
@media print, screen and (min-width: 960px) {
  .sponsor_area .sponsor_list {
    gap: 24px;
  }
}
.sponsor_area .sponsor_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
@media print, screen and (min-width: 960px) {
  .sponsor_area .sponsor_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.title_area {
  background-color: #ED6D46;
  padding: 32px 0 !important;
}
.title_area .h1_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title_area .h1_title .title_main {
  font-size: 24px;
  text-align: center;
  margin-bottom: 4px;
  color: #fff;
}
.title_area .h1_title .title_sub {
  font-size: 14px;
  color: #fff;
  font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media print, screen and (min-width: 960px) {
  .title_area .h1_title {
    padding: 40px 0 !important;
  }
  .title_area .h1_title .title_main {
    font-size: 32px;
  }
  .title_area .h1_title .title_sub {
    font-size: 18px;
  }
}

.title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title1 .title_main {
  font-size: 24px;
  text-align: center;
  margin-bottom: 4px;
}
.title1 .title_sub {
  font-size: 14px;
  font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.title1 .title_sub.-color1 {
  color: #4EBEAF;
}
.title1 .title_sub.-color2 {
  color: #5E16EB;
}
.title1 .title_sub.-color3 {
  color: #ED6D46;
}
@media print, screen and (min-width: 960px) {
  .title1 .title_main {
    font-size: 30px;
  }
  .title1 .title_sub {
    font-size: 16px;
  }
}

.title2 {
  font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .title2 {
    font-size: 28px;
  }
}

/** pages **/
.post-type-archive-news .miaty-news-breadcrumbs,
.tax-news_category .miaty-news-breadcrumbs {
  margin-top: 16px;
  margin-bottom: 24px;
  background: #fff;
}
.post-type-archive-news .miaty-news-breadcrumbs .main_container,
.tax-news_category .miaty-news-breadcrumbs .main_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post-type-archive-news .miaty-news-breadcrumbs__list,
.tax-news_category .miaty-news-breadcrumbs__list {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #9aa3b5;
}
.post-type-archive-news .miaty-news-breadcrumbs__list a,
.tax-news_category .miaty-news-breadcrumbs__list a {
  color: #9aa3b5;
  text-decoration: none;
}
.post-type-archive-news .miaty-news-breadcrumbs__list .breadcrumb_last,
.tax-news_category .miaty-news-breadcrumbs__list .breadcrumb_last {
  color: #555;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.post-type-archive-news .miaty-news-archive,
.tax-news_category .miaty-news-archive {
  padding: 80px 0 120px;
  background: #fff;
}
@media print, screen and (max-width: 959px) {
  .post-type-archive-news .miaty-news-archive,
  .tax-news_category .miaty-news-archive {
    padding: 64px 0 88px;
  }
}
.post-type-archive-news .miaty-news-archive__list,
.tax-news_category .miaty-news-archive__list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.post-type-archive-news .miaty-news-archive__lead,
.tax-news_category .miaty-news-archive__lead {
  margin: 16px auto 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #2f3e63;
  text-align: center;
}
.post-type-archive-news .miaty-news-archive__layout,
.tax-news_category .miaty-news-archive__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px;
}
.post-type-archive-news .miaty-news-archive__main,
.tax-news_category .miaty-news-archive__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.post-type-archive-news .miaty-news-archive__row,
.tax-news_category .miaty-news-archive__row {
  border-bottom: 1px solid #e5eaf1;
}
.post-type-archive-news .miaty-news-archive__row:first-child,
.tax-news_category .miaty-news-archive__row:first-child {
  border-top: 1px solid #e5eaf1;
}
.post-type-archive-news .miaty-news-archive__item,
.tax-news_category .miaty-news-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 32px;
  text-decoration: none;
  padding: 24px 0;
}
.post-type-archive-news .miaty-news-archive__item:hover .miaty-news__title,
.tax-news_category .miaty-news-archive__item:hover .miaty-news__title {
  color: #1f2a44;
}
.post-type-archive-news .miaty-news__title,
.tax-news_category .miaty-news__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #f26a7c;
}
.post-type-archive-news .miaty-news-archive__body,
.tax-news_category .miaty-news-archive__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.post-type-archive-news .miaty-news-archive__meta,
.tax-news_category .miaty-news-archive__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-type-archive-news .miaty-news__date,
.tax-news_category .miaty-news__date {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #2f3e63;
  white-space: nowrap;
}
.post-type-archive-news .miaty-news-archive__category,
.tax-news_category .miaty-news-archive__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 9999px;
  background: rgb(255, 227, 231);
  color: #f26a7c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.post-type-archive-news .miaty-news-archive__side,
.tax-news_category .miaty-news-archive__side {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-type-archive-news .miaty-news-archive__side-block + .miaty-news-archive__side-block,
.tax-news_category .miaty-news-archive__side-block + .miaty-news-archive__side-block {
  margin-top: 28px;
}
.post-type-archive-news .miaty-news-archive__side-title,
.tax-news_category .miaty-news-archive__side-title {
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f26a7c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #1f2a44;
}
.post-type-archive-news .miaty-news-archive__side-list,
.tax-news_category .miaty-news-archive__side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-type-archive-news .miaty-news-archive__side-list li,
.tax-news_category .miaty-news-archive__side-list li {
  border-bottom: 1px solid #e5eaf1;
}
.post-type-archive-news .miaty-news-archive__side-list a,
.tax-news_category .miaty-news-archive__side-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: #2f3e63;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.post-type-archive-news .miaty-news-archive__side-list a:hover,
.tax-news_category .miaty-news-archive__side-list a:hover {
  color: #f26a7c;
}
.post-type-archive-news .miaty-news-archive__side-empty,
.tax-news_category .miaty-news-archive__side-empty {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #60708f;
}
.post-type-archive-news .miaty-news-archive__side-count,
.tax-news_category .miaty-news-archive__side-count {
  color: #60708f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-type-archive-news .miaty-news-archive__excerpt,
.tax-news_category .miaty-news-archive__excerpt {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  color: #2f3e63;
}
.post-type-archive-news .miaty-news-archive__empty,
.tax-news_category .miaty-news-archive__empty {
  text-align: center;
  margin: 12px 0 0;
  font-size: 16px;
  color: #2f3e63;
}
.post-type-archive-news .miaty-news-archive__pager,
.tax-news_category .miaty-news-archive__pager {
  margin-top: 36px;
}
.post-type-archive-news .miaty-news-archive__pager .nav-links,
.tax-news_category .miaty-news-archive__pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-type-archive-news .miaty-news-archive__pager .page-numbers,
.tax-news_category .miaty-news-archive__pager .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #c9d1dd;
  background: #fff;
  color: #2f3e63;
  text-decoration: none;
  font-weight: 500;
}
.post-type-archive-news .miaty-news-archive__pager .page-numbers.current,
.tax-news_category .miaty-news-archive__pager .page-numbers.current {
  border-color: #f26a7c;
  background: #f26a7c;
  color: #fff;
}
@media print, screen and (max-width: 959px) {
  .post-type-archive-news .miaty-news-archive__layout,
  .tax-news_category .miaty-news-archive__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .post-type-archive-news .miaty-news-archive__side,
  .tax-news_category .miaty-news-archive__side {
    width: 100%;
  }
  .post-type-archive-news .miaty-news-archive__item,
  .tax-news_category .miaty-news-archive__item {
    padding: 20px 0;
    gap: 12px;
  }
}

/* ----- 404 Not Found ----- */
.miaty-404-page {
  background: #fff;
}
.miaty-404-page .miaty-404 {
  padding: 80px 0 120px;
  background: #fff;
}
@media print, screen and (max-width: 959px) {
  .miaty-404-page .miaty-404 {
    padding: 64px 0 96px;
  }
}
.miaty-404-page .miaty-404__head {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 959px) {
  .miaty-404-page .miaty-404__head {
    margin-bottom: 40px;
  }
}
.miaty-404-page .miaty-404__code {
  margin: 0 0 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(72px, 14vw, 120px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #e5eaf1;
}
.miaty-404-page .miaty-section-head h1 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.3;
  font-weight: 500;
  color: #1f2a44;
}
.miaty-404-page .miaty-section-head__rule {
  width: 96px;
  height: 4px;
  background: #2f3e63;
  margin: 24px auto 0;
}
.miaty-404-page .miaty-404__lead {
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #2f3e63;
}
@media print, screen and (max-width: 959px) {
  .miaty-404-page .miaty-404__lead {
    font-size: 14px;
    text-align: left;
  }
}
.miaty-404-page .miaty-404__nav {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 8px;
}
.miaty-404-page .miaty-404__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.miaty-404-page .miaty-404__nav-list a {
  font-size: 15px;
  font-weight: 500;
  color: #2f3e63;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.2s, opacity 0.2s;
  transition: color 0.2s, opacity 0.2s;
}
.miaty-404-page .miaty-404__nav-list a:hover {
  color: #f26a7c;
  opacity: 0.9;
}
@media print, screen and (max-width: 959px) {
  .miaty-404-page .miaty-404__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}

.comingsoon {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF100), color-stop(25%, rgba(255, 241, 0, 0.15)), color-stop(85%, #FFF100));
  background-image: linear-gradient(90deg, #FFF100, rgba(255, 241, 0, 0.15) 25%, #FFF100 85%);
}
.comingsoon .coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comingsoon p {
  color: #0F0F0F;
  font-family: "Kosugi Maru";
  font-size: 24px;
  line-height: 24px; /* 200% */
}

@media print, screen and (min-width: 960px) {
  .about .lead_area {
    padding: 40px 0;
  }
}
.about .lead_area .lead_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media print, screen and (min-width: 960px) {
  .about .lead_area .lead_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.about .lead_area .lead_text {
  color: #0F0F0F;
  text-align: center;
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .about .lead_area .lead_text {
    font-size: 24px;
    line-height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.about .lead_area .lead_img {
  margin: 0 auto;
}
.about .lead_area .lead_img img {
  border-radius: 5px;
}
.about .movie_area {
  padding: 0 0 50px;
}
@media print, screen and (min-width: 960px) {
  .about .movie_area .movie_contents {
    width: 80%;
    margin: 0 auto;
  }
}

/* ヒーローを main 幅制限から外して全幅に */
body.page-template-page-compe2026-php .main_container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Figma: CompetitionDetailPage — 色はデザイン指定、フォントは MIATY 既存に合わせる */
.miaty-compe2026 {
  color: #2f3e63;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #fff;
}

.miaty-compe2026 a {
  color: inherit;
}

/* オンライン部門の上のみ（division・会場は背景連続のためマージンにしない） */
.miaty-compe2026 > section + section:not(.miaty-compe2026__division):not(.miaty-compe2026__block--onsite) {
  margin-top: 80px;
}

.miaty-compe2026__inner {
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.miaty-compe2026__inner--cta {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ----- Hero（Figma CompetitionDetailHero 623:3595） ----- */
.miaty-compe2026__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(255, 227, 231);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

.miaty-compe2026__hero-inner {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-compe2026__hero-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 5vw, 40px);
  /* Figma: leading 56px / 40px */
  line-height: 1.4;
  letter-spacing: 2.5px;
  color: #f26a7c;
}

.miaty-compe2026__hero-line {
  display: block;
  margin: 0;
}

/* ----- 2つの参加方法（本文は Noto Sans JP、見出しは Zen Kaku でサイト他ページと統一） ----- */
.miaty-compe2026__division {
  background: #f8fbff;
  padding: 80px 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.miaty-compe2026__section-head--center {
  text-align: center;
  margin-bottom: 48px;
}

.miaty-compe2026__h2-zen {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.045em;
  color: #f26a7c;
}

.miaty-compe2026__lead-muted {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #555;
}

.miaty-compe2026__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.miaty-compe2026__card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
  max-width: 442px;
  background: #fff;
  border: 1px solid #d9e9f2;
  border-radius: 10px;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-compe2026__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.miaty-compe2026__card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}
.miaty-compe2026__card-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.miaty-compe2026__card-icon--venue {
  background-color: #f26a7c;
  background-image: url("../images/icons/icon-compe2026-venue2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.miaty-compe2026__card-icon--online {
  background-color: #2f3e63;
  background-image: url("../images/icons/icon-compe2026-online.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.miaty-compe2026__h3-card {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.miaty-compe2026__h3-card--primary {
  color: #f26a7c;
}
.miaty-compe2026__h3-card--navy {
  color: #2f3e63;
}

.miaty-compe2026__bullet-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.miaty-compe2026__bullet-list li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}
.miaty-compe2026__bullet-list li::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  content: "•";
  font-weight: 400;
}
.miaty-compe2026__bullet-list--primary li::before {
  color: #2f3e63;
}
.miaty-compe2026__bullet-list--online li::before {
  color: #f26a7c;
}

.miaty-compe2026__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.miaty-compe2026__btn--primary {
  background: #f26a7c;
  border-color: #f26a7c;
}
.miaty-compe2026__btn--primary:hover {
  opacity: 0.8;
  background: #fff;
  color: #f26a7c;
}
.miaty-compe2026__btn--navy {
  background: #2f3e63;
  border-color: #2f3e63;
}
.miaty-compe2026__btn--navy:hover {
  opacity: 0.8;
  background: #fff;
  color: #2f3e63;
}
.miaty-compe2026__btn--wide {
  max-width: 347px;
  margin-left: auto;
  margin-right: auto;
}

/* 「2つの参加方法」：親の a { color: inherit } よりホバー反転を確実に */
.miaty-compe2026__division .miaty-compe2026__btn.miaty-compe2026__btn--primary {
  color: #fff !important;
}
.miaty-compe2026__division .miaty-compe2026__btn.miaty-compe2026__btn--primary:hover {
  background: #fff !important;
  color: #f26a7c !important;
  border-color: #f26a7c;
}

.miaty-compe2026__division .miaty-compe2026__btn.miaty-compe2026__btn--navy {
  color: #fff !important;
}
.miaty-compe2026__division .miaty-compe2026__btn.miaty-compe2026__btn--navy:hover {
  background: #fff !important;
  color: #2f3e63 !important;
  border-color: #2f3e63;
}

/* ----- 会場 / オンライン 大ブロック ----- */
.miaty-compe2026__block {
  padding: 0 0 80px;
  /* Figma OnlineDivision 623:4073 — 白/グレーの帯切り替え */
}
.miaty-compe2026__block--white {
  background: #fff;
}
.miaty-compe2026__block--gray {
  background: #f4f7fb;
}
.miaty-compe2026__block--onsite {
  padding-top: 0;
  background: #fff;
}
.miaty-compe2026__block--online {
  padding: 0 0 80px;
  background: transparent;
}

.miaty-compe2026__block-head {
  text-align: center;
  margin-bottom: 80px;
}
.miaty-compe2026__block-head--onsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.miaty-compe2026__block-head--online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.miaty-compe2026__block-head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.miaty-compe2026__block-head-row .miaty-compe2026__block-icon-wrap {
  margin-bottom: 0;
}
.miaty-compe2026__block-head-row .miaty-compe2026__h2-block--onsite {
  margin: 0;
  text-align: left;
}
.miaty-compe2026__block-head-row .miaty-compe2026__h2-block--online {
  margin: 0;
  text-align: left;
}

.miaty-compe2026__block-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}
.miaty-compe2026__block-icon-wrap--navy .miaty-compe2026__block-icon {
  background-color: #2f3e63;
  color: #fff;
}

.miaty-compe2026__block-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f26a7c;
  color: #fff;
}
.miaty-compe2026__block-icon svg {
  display: block;
}
.miaty-compe2026__block-icon--venue {
  background-color: #f26a7c;
  background-image: url("../images/icons/icon-compe2026-venue2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}
.miaty-compe2026__block-icon--online {
  background-color: #2f3e63;
  background-image: url("../images/icons/icon-compe2026-online.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}

.miaty-compe2026__h2-block {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.2;
  color: #2f3e63;
  /* Figma: 会場部門見出し（Zen Kaku Gothic New Bold 相当） */
  /* Figma OnlineDivision 623:4074 見出し（Zen Kaku Gothic New） */
}
.miaty-compe2026__h2-block--onsite {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f26a7c;
}
.miaty-compe2026__h2-block--online {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #2f3e63;
}

/* Figma OnsiteDivision 623:3672 — 半透明ピンク + 上辺4pxアクセント */
.miaty-compe2026__onsite-band {
  background: rgba(255, 227, 231, 0.6);
  border-top: 4px solid #f26a7c;
  padding: 80px 0 80px;
}

.miaty-compe2026__onsite-band .miaty-compe2026__block-head {
  margin-bottom: 0;
}

.miaty-compe2026__onsite-band .miaty-compe2026__rule--wide {
  background: #2f3e63;
}

/* Figma OnlineDivision 623:4074 — グレー帯 + 上辺4pxネイビー */
.miaty-compe2026__online-band {
  background: #f4f7fb;
  border-top: 4px solid #2f3e63;
  padding: 80px 0 80px;
}

.miaty-compe2026__online-band .miaty-compe2026__block-head {
  margin-bottom: 0;
}

.miaty-compe2026__onsite-lead {
  padding: 80px 0 0;
  background: #fff;
}

.miaty-compe2026__subhead {
  margin: 0 auto 16px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.5;
  color: #2f3e63;
}
.miaty-compe2026__onsite-band .miaty-compe2026__subhead {
  margin-top: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #555;
}

.miaty-compe2026__subhead--online {
  margin: 24px auto 20px;
  max-width: 640px;
  font-weight: 300;
  color: #555;
}

.miaty-compe2026__rule {
  width: 80px;
  height: 4px;
  background: #f26a7c;
  margin: 0 auto;
}
.miaty-compe2026__rule--left {
  margin: 0 0 24px;
}
.miaty-compe2026__rule--wide {
  width: 128px;
}

.miaty-compe2026__intro {
  margin: 0 auto 48px;
  font-size: clamp(14px, 1.9vw, 16px);
  line-height: 1.75;
  font-weight: 400;
  color: #2f3e63;
}
.miaty-compe2026__onsite-lead .miaty-compe2026__intro {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.625;
  color: #555;
}

/* 会場ブロック内セクション見出し（Zen Kaku Gothic New） */
.miaty-compe2026__block--onsite .miaty-compe2026__h3-bar {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.miaty-compe2026__inner--onsite-schedule {
  padding-top: 80px;
}

.miaty-compe2026__onsite-divisions,
.miaty-compe2026__onsite-awards {
  background: rgba(255, 227, 231, 0.6);
  padding: 80px 0 80px;
}

/* ----- CTA 帯 ----- */
.miaty-compe2026__cta {
  border-radius: 16px;
  border: 1px solid #f26a7c;
  background: rgb(255, 227, 231);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Figma OnlineApplyButton: グレー地 + ネイビー枠 */
}
.miaty-compe2026__cta--online {
  border-color: #2f3e63;
  background: #f4f7fb;
}

.miaty-compe2026__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.miaty-compe2026__cta-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
  min-width: 0;
}

.miaty-compe2026__cta-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #2f3e63;
}

.miaty-compe2026__cta-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #2f3e63;
}

.miaty-compe2026__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 60px;
  padding: 0 48px;
  border-radius: 10px;
  border: 2px solid #f26a7c;
  background: #f26a7c;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.miaty-compe2026__cta-btn:hover {
  opacity: 0.8;
  background: #fff !important;
  color: #f26a7c !important;
  border-color: #f26a7c;
}
.miaty-compe2026__cta--online .miaty-compe2026__cta-btn {
  background: #2f3e63;
  border-color: #2f3e63;
}
.miaty-compe2026__cta--online .miaty-compe2026__cta-btn:hover {
  background: #fff !important;
  color: #2f3e63 !important;
  border-color: #2f3e63;
}

.miaty-compe2026__cta--online .miaty-compe2026__cta-title {
  color: #555;
  font-size: 24px;
}

.miaty-compe2026__cta--online .miaty-compe2026__cta-desc {
  color: #555;
}

/* ----- 開催日程 ----- */
.miaty-compe2026__subsection {
  margin-bottom: 24px;
}
.miaty-compe2026__subsection--spaced {
  margin-top: 80px;
}
.miaty-compe2026__subsection--flush {
  margin-bottom: 80px;
}

.miaty-compe2026__h3-bar {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #f26a7c;
  /* Figma OnlineDivision: セクション見出し（Zen Kaku Gothic New） */
}
.miaty-compe2026__h3-bar--online {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2f3e63;
}

.miaty-compe2026__h4-schedule {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #2f3e63;
  /* 予選・本選小見出し: Figma 24px ピンク */
}
.miaty-compe2026__h4-schedule--navy {
  color: #2f3e63;
  font-size: 24px;
}
.miaty-compe2026__h4-schedule--accent {
  font-size: 24px;
  color: #f26a7c;
}

.miaty-compe2026__p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #2f3e63;
}
.miaty-compe2026__p:last-child {
  margin-bottom: 0;
}

.miaty-compe2026__fine {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.miaty-compe2026__fine--center {
  text-align: center;
}

.miaty-compe2026__note {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #2f3e63;
}

.miaty-compe2026__schedule {
  margin-bottom: 40px;
}
.miaty-compe2026__schedule--spaced {
  margin-top: 48px;
}

.miaty-compe2026__schedule-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 64px;
}

.miaty-compe2026__schedule-pre-shell {
  border-left: 4px solid #f26a7c;
  padding-left: 28px;
}

.miaty-compe2026__schedule-pre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.miaty-compe2026__schedule-final-frame {
  border-left: 4px solid #f26a7c;
  padding-left: 24px;
}

.miaty-compe2026__schedule-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.miaty-compe2026__schedule-award-frame {
  border-left: 4px solid #2f3e63;
  padding-left: 28px;
}

.miaty-compe2026__schedule-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.miaty-compe2026__schedule-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.miaty-compe2026__p--schedule-lead {
  margin: 0;
  color: #555;
  line-height: 1.625;
}

.miaty-compe2026__block--onsite .miaty-compe2026__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
  color: #555;
}

.miaty-compe2026__schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 21px;
  border: 1px solid rgba(255, 227, 231, 0.6);
  border-radius: 10px;
  background: rgba(255, 227, 231, 0.6);
}

.miaty-compe2026__schedule-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  min-width: 0;
}

.miaty-compe2026__schedule-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 12px;
}

.miaty-compe2026__block--onsite .miaty-compe2026__schedule-date {
  font-size: 18px;
  font-weight: 700;
  color: #f26a7c;
}

.miaty-compe2026__block--onsite .miaty-compe2026__schedule-tag {
  font-size: 16px;
  font-weight: 700;
  color: #555;
}

.miaty-compe2026__block--onsite .miaty-compe2026__schedule-place {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}

.miaty-compe2026__schedule-deadline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background: #f26a7c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

/* 本選: schedule-item 構成、外枠・締切は薄ピンク、内箱は primary */
.miaty-compe2026__schedule-item--final {
  background: #f26a7c;
  border-color: rgb(255, 227, 231);
}
.miaty-compe2026__schedule-item--final .miaty-compe2026__schedule-deadline {
  background: rgb(255, 227, 231);
  color: #f26a7c;
}

.miaty-compe2026__schedule-final-box {
  margin: 0;
  border-radius: 10px;
  border: none;
  background: #f26a7c;
}

.miaty-compe2026__schedule-final-date {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.miaty-compe2026__schedule-final-place {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
}

/* 表彰式: Figma primary-100 内箱、本文ネイビー */
.miaty-compe2026__schedule-award-box {
  margin: 0;
  padding: 24px;
  border-radius: 10px;
  border: none;
  background: rgb(255, 227, 231);
}

.miaty-compe2026__schedule-award-date {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #2f3e63;
}

.miaty-compe2026__schedule-award-place {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #2f3e63;
}

.miaty-compe2026__schedule-box {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid #d9e9f2;
  border-radius: 10px;
  background: #fff;
}

/* ----- 参加部門カード ----- */
.miaty-compe2026__division-shell {
  margin-top: 8px;
}

.miaty-compe2026__onsite-divisions .miaty-compe2026__division-shell {
  margin-top: 0;
}

.miaty-compe2026__division-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.miaty-compe2026__division-card {
  padding: 33px;
  border: 1px solid #d9e9f2;
  border-radius: 10px;
  background: #fff;
  /* ユニティ部門: article-block--award-aside と同じレイアウト */
}
.miaty-compe2026__division-card--highlight {
  padding: 0 0 0 28px;
  border: 0;
  border-left: 4px solid #2f3e63;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.miaty-compe2026__division-card-title {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #f26a7c;
}

.miaty-compe2026__division-card--highlight .miaty-compe2026__division-card-title {
  color: #f26a7c;
}

.miaty-compe2026__division-card-body {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #555;
}

.miaty-compe2026__division-card--highlight .miaty-compe2026__division-card-body {
  color: #555;
}

.miaty-compe2026__division-card-note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}

.miaty-compe2026__division-card--highlight .miaty-compe2026__division-card-note {
  color: #555;
}

/* ----- エントリー / 募集 ----- */
.miaty-compe2026__article-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.miaty-compe2026__article-blocks--entry, .miaty-compe2026__article-blocks--recruit {
  gap: 32px;
}
.miaty-compe2026__article-blocks--online {
  gap: 32px;
}

.miaty-compe2026__article-block {
  /* Figma: 左4pxピンク + pl 28（全面枠線なし） */
  /* Figma OnlineDivision: 左ライン ネイビー */
  /* 動画注意: 白箱 + 1px ネイビー枠 */
}
.miaty-compe2026__article-block--tight {
  padding-top: 8px;
}
.miaty-compe2026__article-block--boxed {
  padding: 25px;
  border: 1px solid #d9e9f2;
  border-radius: 10px;
  background: #fff;
}
.miaty-compe2026__article-block--border {
  padding: 28px 32px;
  border: 1px solid #d9e9f2;
  border-radius: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.miaty-compe2026__article-block--accent-left {
  padding: 0 0 0 28px;
  border-left: 4px solid #f26a7c;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.miaty-compe2026__article-block--accent-left .miaty-compe2026__p,
.miaty-compe2026__article-block--accent-left .miaty-compe2026__ol,
.miaty-compe2026__article-block--accent-left .miaty-compe2026__fine {
  color: #555;
}
.miaty-compe2026__article-block--accent-left .miaty-compe2026__ol li {
  color: #555;
}
.miaty-compe2026__article-block--accent-navy {
  padding: 0 0 0 28px;
  border-left: 4px solid #2f3e63;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.miaty-compe2026__article-block--online-video {
  padding: 25px;
  border: 1px solid #2f3e63;
  border-radius: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.miaty-compe2026__article-block--award-aside {
  padding: 0 0 0 28px;
  border-left: 4px solid #2f3e63;
  background: transparent;
}
.miaty-compe2026__article-block--award-aside .miaty-compe2026__p {
  color: #555;
}

.miaty-compe2026__h4-accent {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #f26a7c;
}

.miaty-compe2026__h4-award-aside {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #555;
}

.miaty-compe2026__h4-inline {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #2f3e63;
}

.miaty-compe2026__ol {
  margin: 12px 0 0;
  padding-left: 1.35em;
  font-size: 16px;
  line-height: 1.65;
  color: #2f3e63;
}
.miaty-compe2026__ol li + li {
  margin-top: 8px;
}

.miaty-compe2026__notes-ul {
  margin: 12px 0 0;
  padding: 25px 25px 25px 40px;
  border: 1px solid #d9e9f2;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 1.65;
  color: #2f3e63;
}
.miaty-compe2026__notes-ul li + li {
  margin-top: 12px;
}

.miaty-compe2026__bullet-list-plain {
  margin: 12px 0 0;
  padding-left: 1.25em;
  font-size: 16px;
  line-height: 1.65;
  color: #2f3e63;
}
.miaty-compe2026__bullet-list-plain li + li {
  margin-top: 8px;
}

.miaty-compe2026__pdf-row {
  margin-top: 80px;
  text-align: center;
}

/* ----- 表彰 ----- */
.miaty-compe2026__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.miaty-compe2026__award-card {
  padding: 33px;
  border: 1px solid #d9e9f2;
  border-radius: 10px;
  background: #fff;
}

.miaty-compe2026__award-title {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #f26a7c;
}

.miaty-compe2026__onsite-awards .miaty-compe2026__award-card .miaty-compe2026__p {
  color: #555;
  line-height: 1.625;
}

.miaty-compe2026__award-scope {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: #555;
}

.miaty-compe2026__award-prize-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.miaty-compe2026__award-prize-list li + li {
  margin-top: 8px;
}

.miaty-compe2026__award-prize-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: #333;
}

.miaty-compe2026__award-prize-detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #555;
}

.miaty-compe2026__award-note {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.625;
  color: #60708f;
}

.miaty-compe2026__award-grade-group {
  margin-top: 20px;
}
.miaty-compe2026__award-grade-group:first-of-type {
  margin-top: 0;
}
.miaty-compe2026__award-grade-group + .miaty-compe2026__award-grade-group {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #d9e9f2;
}

.miaty-compe2026__award-grade-label {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #2f3e63;
}

.miaty-compe2026__notes-ul--boxed {
  list-style-type: disc;
}
.miaty-compe2026__notes-ul--boxed li::marker {
  color: #f26a7c;
}

.miaty-compe2026__notes-ul--online {
  list-style-type: disc;
  color: #555;
}
.miaty-compe2026__notes-ul--online li::marker {
  color: #2f3e63;
}

/* ----- オンライン部門 Figma 623:4073 ----- */
.miaty-compe2026__online-surface--white {
  background: #fff;
}

.miaty-compe2026__inner--online-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding-top: 80px;
  padding-bottom: 0;
}

.miaty-compe2026__subsection--online-head.miaty-compe2026__subsection--flush {
  margin-bottom: 0;
}

.miaty-compe2026__online-period-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-left: 4px solid #2f3e63;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-compe2026__online-period-date {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #555;
}

.miaty-compe2026__p--online-muted {
  color: #555;
}

.miaty-compe2026__fine--online {
  color: #555;
}

.miaty-compe2026__online-judging {
  background: #f4f7fb;
}

.miaty-compe2026__online-judging .miaty-compe2026__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.miaty-compe2026__online-judging .miaty-compe2026__h4-inline {
  font-size: 20px;
}

.miaty-compe2026__article-block--accent-navy .miaty-compe2026__h4-inline {
  color: #2f3e63;
}

.miaty-compe2026__online-divisions {
  background: #fff;
}

.miaty-compe2026__online-divisions .miaty-compe2026__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.miaty-compe2026__division-grid--online {
  gap: 32px;
}

.miaty-compe2026__division-card--online {
  border-color: #2f3e63;
  background: #f4f7fb;
}

.miaty-compe2026__division-card--online .miaty-compe2026__division-card-title {
  font-family: "Noto Sans JP", sans-serif;
  color: #2f3e63;
}

.miaty-compe2026__online-guidelines {
  background: #f4f7fb;
}

.miaty-compe2026__online-guidelines .miaty-compe2026__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.miaty-compe2026__online-guidelines .miaty-compe2026__h4-inline {
  font-size: 20px;
}

.miaty-compe2026__ol--online {
  color: #555;
}
.miaty-compe2026__ol--online li {
  color: #555;
}

.miaty-compe2026__h4-online-video {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  color: #555;
}

.miaty-compe2026__bullet-list-plain--online-video {
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
  color: #555;
}
.miaty-compe2026__bullet-list-plain--online-video li {
  position: relative;
  padding-left: 1.1em;
  color: #555;
}
.miaty-compe2026__bullet-list-plain--online-video li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2f3e63;
  font-size: 16px;
  line-height: 1.65;
}
.miaty-compe2026__bullet-list-plain--online-video li + li {
  margin-top: 8px;
}

.miaty-compe2026__pdf-row--online {
  margin-top: 0;
}

.miaty-compe2026__btn--online-pdf {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.miaty-compe2026__inner--online-footer-cta {
  padding-bottom: 0;
}

/* 旧マークアップ用（未使用なら削除可） */
.miaty-compe2026__period-strong {
  margin: 24px 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #2f3e63;
}

/* ----- スマホ：大きいタイポのみ縮小・縦余白 ~40px（本文14–16px級は据え置き） ----- */
@media print, screen and (max-width: 640px) {
  .miaty-compe2026 > section + section:not(.miaty-compe2026__division):not(.miaty-compe2026__block--onsite) {
    margin-top: 40px;
  }
  .miaty-compe2026__hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .miaty-compe2026__hero-title {
    font-size: clamp(20px, 5.2vw, 40px);
    letter-spacing: 1.5px;
  }
  .miaty-compe2026__division {
    padding: 40px 0;
  }
  .miaty-compe2026__inner--cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .miaty-compe2026__block {
    padding: 0 0 40px;
  }
  .miaty-compe2026__block--online {
    padding: 0 0 40px;
  }
  .miaty-compe2026__block-head {
    margin-bottom: 40px;
  }
  .miaty-compe2026__h2-zen {
    font-size: clamp(22px, 5.5vw, 36px);
  }
  .miaty-compe2026__h3-card {
    font-size: 20px;
  }
  .miaty-compe2026__h2-block {
    font-size: clamp(24px, 6vw, 48px);
  }
  .miaty-compe2026__h2-block--onsite, .miaty-compe2026__h2-block--online {
    font-size: clamp(26px, 6.5vw, 48px);
  }
  .miaty-compe2026__onsite-band,
  .miaty-compe2026__online-band {
    padding: 40px 0;
  }
  .miaty-compe2026__onsite-lead {
    padding: 40px 0 0;
  }
  .miaty-compe2026__subhead {
    font-size: 16px;
  }
  .miaty-compe2026__subhead--online {
    font-size: 16px;
    margin: 20px auto 16px;
  }
  .miaty-compe2026__intro {
    margin: 0 auto 40px;
  }
  .miaty-compe2026__block--onsite .miaty-compe2026__h3-bar {
    font-size: 24px;
  }
  .miaty-compe2026__inner--onsite-schedule {
    padding-top: 40px;
  }
  .miaty-compe2026__onsite-divisions,
  .miaty-compe2026__onsite-awards {
    padding: 40px 0;
  }
  .miaty-compe2026__subsection--spaced {
    margin-top: 40px;
  }
  .miaty-compe2026__subsection--flush {
    margin-bottom: 40px;
  }
  .miaty-compe2026__h3-bar {
    font-size: clamp(20px, 5vw, 36px);
  }
  .miaty-compe2026__h3-bar--online {
    font-size: 24px;
  }
  .miaty-compe2026__h4-schedule--navy, .miaty-compe2026__h4-schedule--accent {
    font-size: 20px;
  }
  .miaty-compe2026__block--onsite .miaty-compe2026__schedule-date {
    font-size: 16px;
  }
  .miaty-compe2026__schedule-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .miaty-compe2026__schedule-final-date,
  .miaty-compe2026__schedule-award-date {
    font-size: 18px;
  }
  .miaty-compe2026__schedule-final-place,
  .miaty-compe2026__schedule-award-place {
    font-size: 16px;
  }
  .miaty-compe2026__schedule-stack {
    gap: 32px;
    margin-bottom: 40px;
  }
  .miaty-compe2026__division-card-title {
    font-size: 20px;
  }
  .miaty-compe2026__award-title {
    font-size: 20px;
  }
  .miaty-compe2026__cta {
    padding: 24px;
  }
  .miaty-compe2026__cta-title {
    font-size: 20px;
  }
  .miaty-compe2026__cta--online .miaty-compe2026__cta-title {
    font-size: 20px;
  }
  .miaty-compe2026__cta-btn {
    font-size: 16px;
    min-height: 52px;
    padding: 0 32px;
  }
  .miaty-compe2026__online-period-date {
    font-size: 20px;
  }
  .miaty-compe2026__inner--online-period {
    gap: 32px;
    padding-top: 40px;
  }
  .miaty-compe2026__online-judging .miaty-compe2026__inner,
  .miaty-compe2026__online-divisions .miaty-compe2026__inner,
  .miaty-compe2026__online-guidelines .miaty-compe2026__inner {
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .miaty-compe2026__pdf-row {
    margin-top: 40px;
  }
  .miaty-compe2026__article-blocks {
    gap: 32px;
  }
  .miaty-compe2026__article-blocks--entry, .miaty-compe2026__article-blocks--recruit {
    gap: 28px;
  }
  .miaty-compe2026__article-blocks--online {
    gap: 28px;
  }
  .miaty-compe2026__cards {
    gap: 24px;
  }
  .miaty-compe2026__division-grid {
    gap: 24px;
  }
  .miaty-compe2026__division-grid--online {
    gap: 24px;
  }
  .miaty-compe2026__awards {
    gap: 24px;
  }
  .miaty-compe2026__disclaimer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
/* ----- 免責事項（ページ下部・控えめ） ----- */
.miaty-compe2026__disclaimer {
  padding-top: 56px;
  padding-bottom: 72px;
  border-top: 1px solid #d9e9f2;
  background: #f8fbff;
}

.miaty-compe2026__disclaimer-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #2f3e63;
  letter-spacing: 0.02em;
}

.miaty-compe2026__disclaimer-intro {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.75;
  color: #555;
}
.miaty-compe2026__disclaimer-intro:last-of-type {
  margin-bottom: 0;
}

.miaty-compe2026__disclaimer-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.miaty-compe2026__disclaimer-list li {
  padding-left: 1.15em;
  text-indent: -1.15em;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}
.miaty-compe2026__disclaimer-list li::before {
  content: "・";
}
.miaty-compe2026__disclaimer-list li + li {
  margin-top: 14px;
}

/* デフォルト固定ページ（page.php）：管理画面投稿本文のみ */
.page .layout_container_inner.contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .layout_container_inner.contents > h1 {
  max-width: 860px;
  margin: 0 auto 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.3;
  font-weight: 500;
  color: #1f2a44;
}
.page .layout_container_inner.contents .miaty-page__article {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(227, 231, 237, 0.8);
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media print, screen and (max-width: 640px) {
  .page .layout_container_inner.contents .miaty-page__article {
    padding: 16px;
  }
}
.page .layout_container_inner.contents .miaty-page__content {
  color: #2f3e63;
}
.page .layout_container_inner.contents .miaty-page__content p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.9;
}
.page .layout_container_inner.contents .miaty-page__content h2,
.page .layout_container_inner.contents .miaty-page__content h3,
.page .layout_container_inner.contents .miaty-page__content h4 {
  margin: 1.5em 0 0.7em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #1f2a44;
}
.page .layout_container_inner.contents .miaty-page__content h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  padding-bottom: 10px;
  border-bottom: 2px solid #f26a7c;
}
.page .layout_container_inner.contents .miaty-page__content h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  padding-left: 12px;
  border-left: 4px solid #f26a7c;
}
.page .layout_container_inner.contents .miaty-page__content h4 {
  font-size: clamp(18px, 1.9vw, 22px);
}
.page .layout_container_inner.contents .miaty-page__content a {
  color: #f26a7c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page .layout_container_inner.contents .miaty-page__content a:hover {
  color: #1f2a44;
  opacity: 0.8;
}
.page .layout_container_inner.contents .miaty-page__content ul,
.page .layout_container_inner.contents .miaty-page__content ol {
  margin: 0 0 1.3em;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.9;
}
.page .layout_container_inner.contents .miaty-page__content li + li {
  margin-top: 0.35em;
}
.page .layout_container_inner.contents .miaty-page__content figure {
  margin: 0 0 1.4em;
}
.page .layout_container_inner.contents .miaty-page__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-image img {
  display: block;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #60708f;
  text-align: center;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-quote {
  margin: 0 0 1.4em;
  padding: 18px 20px;
  border-left: 4px solid #f26a7c;
  background: #f4f7fb;
  border-radius: 8px;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #60708f;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-separator {
  border: 0;
  border-top: 1px solid #c9d1dd;
  margin: 2em 0;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-button {
  margin: 0 0 1.4em;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-button__link {
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.page .layout_container_inner.contents .miaty-page__content .wp-block-button.is-style-outline .wp-block-button__link {
  color: #f26a7c;
  border-color: #f26a7c;
}

@media print, screen and (max-width: 959px) {
  .page .layout_container_inner.contents {
    padding-bottom: 64px;
  }
}
/* パスワード保護（固定ページ・投稿） */
.miaty-password-form {
  padding: 80px 0 120px;
  background: #fff;
}
@media print, screen and (max-width: 959px) {
  .miaty-password-form {
    padding: 64px 0 96px;
  }
}
.miaty-password-form .miaty-top__inner {
  max-width: 480px;
  margin: 0 auto;
}
.miaty-password-form .post-password-form {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #2f3e63;
}
.miaty-password-form .post-password-form label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  color: #1f2a44;
}
.miaty-password-form .post-password-form input[type=password] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 12px 16px;
  border: 1px solid #c9d1dd;
  border-radius: 8px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.miaty-password-form .post-password-form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  background: #2f3e63;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.miaty-password-form .post-password-form input[type=submit]:hover {
  opacity: 0.9;
}

.colorfulfesta2025 .mv_area {
  background-color: #fbeaeb;
  padding: 0;
}
.colorfulfesta2025 .mv_area .mv_inner {
  padding: 0;
}
.colorfulfesta2025 .other_area {
  background-color: #fbeaeb;
}
.colorfulfesta2025 .other_area .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

/* ----- 固定ページ：よくある質問（news 詳細・サイト全体のトーンに合わせる） ----- */
.miaty-faq-page {
  background: #fff;
  /* 記事本文の h2 に準じたカテゴリ見出し */
}
.miaty-faq-page .miaty-faq {
  padding: 80px 0 100px;
  background: #fff;
}
@media print, screen and (max-width: 959px) {
  .miaty-faq-page .miaty-faq {
    padding: 64px 0 88px;
  }
}
.miaty-faq-page .miaty-section-head {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 959px) {
  .miaty-faq-page .miaty-section-head {
    margin-bottom: 64px;
  }
}
.miaty-faq-page .miaty-section-head h1 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.3;
  font-weight: 500;
  color: #1f2a44;
}
.miaty-faq-page .miaty-section-head__rule {
  width: 96px;
  height: 4px;
  background: #2f3e63;
  margin: 24px auto 0;
}
.miaty-faq-page .miaty-faq__category {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
}
.miaty-faq-page .miaty-faq__category:first-of-type {
  margin-top: 40px;
}
@media print, screen and (max-width: 959px) {
  .miaty-faq-page .miaty-faq__category {
    margin-top: 72px;
  }
  .miaty-faq-page .miaty-faq__category:first-of-type {
    margin-top: 32px;
  }
}
.miaty-faq-page .miaty-faq__category-title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  color: #1f2a44;
  border-bottom: 2px solid #f26a7c;
}
.miaty-faq-page .miaty-faq__list {
  max-width: 100%;
  margin: 0;
}
.miaty-faq-page .miaty-faq summary {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f26a7c;
  line-height: 1.5;
}
.miaty-faq-page .miaty-faq summary::after {
  color: #2f3e63;
}
.miaty-faq-page .miaty-faq details p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  color: #2f3e63;
}
.miaty-faq-page .miaty-faq details p a {
  color: #f26a7c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.miaty-faq-page .miaty-faq details p a:hover {
  color: #1f2a44;
  opacity: 0.8;
}

/* スマホ：見出し・質問文など大きめの文字のみ縮小（回答は全幅共通14px） */
@media print, screen and (max-width: 640px) {
  .miaty-faq-page .miaty-faq {
    padding: 40px 0 72px;
  }
  .miaty-faq-page .miaty-section-head {
    margin-bottom: 64px;
  }
  .miaty-faq-page .miaty-section-head h1 {
    font-size: clamp(22px, 5.5vw, 42px);
  }
  .miaty-faq-page .miaty-section-head__rule {
    margin: 16px auto 0;
  }
  .miaty-faq-page .miaty-faq__category {
    margin-top: 48px;
  }
  .miaty-faq-page .miaty-faq__category:first-of-type {
    margin-top: 24px;
  }
  .miaty-faq-page .miaty-faq__category-title {
    margin: 0 0 16px;
    padding-bottom: 8px;
    font-size: clamp(20px, 4.8vw, 32px);
  }
  .miaty-faq-page .miaty-faq summary {
    font-size: 16px;
    padding: 20px 20px;
  }
  .miaty-faq-page .miaty-faq details p {
    font-size: 14px;
  }
}
/* ----- 固定ページ：プライバシーポリシー ----- */
.miaty-privacy-page {
  background: #fff;
}
.miaty-privacy-page .miaty-privacy {
  padding: 80px 0 100px;
  background: #fff;
}
@media print, screen and (max-width: 959px) {
  .miaty-privacy-page .miaty-privacy {
    padding: 64px 0 88px;
  }
}
.miaty-privacy-page .miaty-section-head {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 959px) {
  .miaty-privacy-page .miaty-section-head {
    margin-bottom: 40px;
  }
}
.miaty-privacy-page .miaty-section-head h1 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 3.2vw, 42px);
  line-height: 1.3;
  font-weight: 500;
  color: #1f2a44;
}
.miaty-privacy-page .miaty-section-head__rule {
  width: 96px;
  height: 4px;
  background: #2f3e63;
  margin: 24px auto 0;
}
.miaty-privacy-page .miaty-privacy__article {
  color: #2f3e63;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.miaty-privacy-page .miaty-privacy__article p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.9;
}
.miaty-privacy-page .miaty-privacy__article h2,
.miaty-privacy-page .miaty-privacy__article h3,
.miaty-privacy-page .miaty-privacy__article h4 {
  margin: 1.5em 0 0.7em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #1f2a44;
}
.miaty-privacy-page .miaty-privacy__article h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  padding-bottom: 10px;
  border-bottom: 2px solid #f26a7c;
}
.miaty-privacy-page .miaty-privacy__article h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  padding-left: 12px;
  border-left: 4px solid #f26a7c;
}
.miaty-privacy-page .miaty-privacy__article h4 {
  font-size: clamp(18px, 1.9vw, 22px);
}
.miaty-privacy-page .miaty-privacy__article a {
  color: #f26a7c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.miaty-privacy-page .miaty-privacy__article a:hover {
  color: #1f2a44;
  opacity: 0.8;
}
.miaty-privacy-page .miaty-privacy__article ul,
.miaty-privacy-page .miaty-privacy__article ol {
  margin: 0 0 1.3em;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.9;
}
.miaty-privacy-page .miaty-privacy__article li + li {
  margin-top: 0.35em;
}
.miaty-privacy-page .miaty-privacy__article figure {
  margin: 0 0 1.4em;
}
.miaty-privacy-page .miaty-privacy__article img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-image img {
  display: block;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #60708f;
  text-align: center;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-quote {
  margin: 0 0 1.4em;
  padding: 18px 20px;
  border-left: 4px solid #f26a7c;
  background: #f4f7fb;
  border-radius: 8px;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #60708f;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-separator {
  border: 0;
  border-top: 1px solid #c9d1dd;
  margin: 2em 0;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-button {
  margin: 0 0 1.4em;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-button__link {
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.miaty-privacy-page .miaty-privacy__article .wp-block-button.is-style-outline .wp-block-button__link {
  color: #f26a7c;
  border-color: #f26a7c;
}
.miaty-privacy-page .miaty-privacy__intro {
  margin-bottom: 2em;
}
.miaty-privacy-page .miaty-privacy__section {
  margin-top: 2.5em;
}
.miaty-privacy-page .miaty-privacy__section:first-of-type {
  margin-top: 0;
}
.miaty-privacy-page .miaty-privacy__section-title {
  margin: 0 0 1em;
  padding-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 500;
  line-height: 1.4;
  color: #1f2a44;
  border-bottom: 2px solid #f26a7c;
}
.miaty-privacy-page .miaty-privacy__contact {
  margin: 1.2em 0 0;
  padding: 0;
}
.miaty-privacy-page .miaty-privacy__contact div + div {
  margin-top: 0.8em;
}
.miaty-privacy-page .miaty-privacy__contact dt {
  margin: 0 0 0.25em;
  font-size: 14px;
  font-weight: 700;
  color: #1f2a44;
}
.miaty-privacy-page .miaty-privacy__contact dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.miaty-privacy-page .miaty-privacy__contact-note {
  margin-top: 1em;
  font-size: 14px;
  color: #60708f;
}
.miaty-privacy-page .miaty-privacy__enacted {
  margin-top: 2.5em;
  padding-top: 1.5em;
  border-top: 1px solid #c9d1dd;
  font-size: 14px;
  color: #60708f;
  text-align: right;
}

@media print, screen and (max-width: 640px) {
  .miaty-privacy-page .miaty-privacy {
    padding: 40px 0 72px;
  }
  .miaty-privacy-page .miaty-section-head {
    margin-bottom: 32px;
  }
  .miaty-privacy-page .miaty-section-head h1 {
    font-size: clamp(22px, 5.5vw, 42px);
  }
  .miaty-privacy-page .miaty-section-head__rule {
    margin: 16px auto 0;
  }
}
/* MIATY TOP（Figma node 373:1143） */
.miaty-top {
  color: #2f3e63;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.miaty-top a {
  color: inherit;
}

.miaty-top__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* TOPテンプレート：main 内コンテンツを最大1200pxで中央（お問い合わせ含む） */
body.page-template-page-top-php .main_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----- Coming Soon（Figma node 588:1725） ----- */
.miaty-coming-soon {
  padding: 80px 0;
  background: #fff;
}

.miaty-coming-soon .miaty-top__inner {
  min-height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.miaty-coming-soon__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 24px;
  border-radius: 9999px;
  background: rgb(255, 227, 231);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
  color: #f26a7c;
}

.miaty-coming-soon h2 {
  margin: 24px 0 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  color: #1f2a44;
}

.miaty-coming-soon p {
  margin: 24px 0 0;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.625;
  color: #2f3e63;
}

/* ----- Hero 案2（Figma node 421:2 / HeroSection2） ----- */
.miaty-hero2 {
  position: relative;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 72px 24px 80px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 961px) {
  .miaty-hero2 {
    min-height: 728px;
    padding: 96px 24px;
  }
}
.miaty-hero2__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.miaty-hero2__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.miaty-hero2__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 35%;
  object-position: center 35%;
}

.miaty-hero2__veil {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.miaty-hero2__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 640px;
  gap: clamp(40px, 7vh, 88px);
}

.miaty-hero2__heading {
  color: #f26a7c;
}

.miaty-hero2__title {
  margin: 0;
  font-size: clamp(26px, 4.2vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-shadow: 2px 6px 2px rgba(255, 255, 255, 0.25);
  color: #f26a7c;
}

.miaty-hero2__tagline {
  margin: 16px 0 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.4vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.045em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.miaty-hero2__tagline::before, .miaty-hero2__tagline::after {
  content: "―";
}
.miaty-hero2__tagline::before {
  margin-right: 0.4em;
}
.miaty-hero2__tagline::after {
  margin-left: 0.4em;
}

.miaty-hero2__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 81px;
  width: 100%;
  max-width: 549px;
}

.miaty-hero2__schedule {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #f26a7c;
}

.miaty-hero2__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.miaty-hero2 .miaty-btn--navy {
  color: #f26a7c;
}

/* ----- Hero3（Figma node 653:11563） ----- */
.miaty-hero3 {
  position: relative;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 72px 24px 80px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 961px) {
  .miaty-hero3 {
    min-height: 728px;
    padding: 96px 24px;
  }
}
.miaty-hero3__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.miaty-hero3__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.miaty-hero3__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.miaty-hero3__veil {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(21.635%, rgba(255, 227, 231, 0.5)), color-stop(63.942%, rgb(255, 227, 231)), to(rgb(255, 227, 231)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 227, 231, 0.5) 21.635%, rgb(255, 227, 231) 63.942%, rgb(255, 227, 231) 100%);
  z-index: 1;
}

.miaty-hero3__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 549px;
  margin-left: auto;
  padding: 46px 41px;
  gap: 81px;
}

.miaty-hero3__heading {
  color: #f26a7c;
}

.miaty-hero3__title {
  margin: 0;
  font-size: clamp(26px, 4.2vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-shadow: 2px 6px 2px rgba(255, 255, 255, 0.25);
  color: #f26a7c;
}

.miaty-hero3__tagline {
  margin: 16px 0 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.4vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.045em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.miaty-hero3__tagline::before, .miaty-hero3__tagline::after {
  content: "―";
}
.miaty-hero3__tagline::before {
  margin-right: 0.4em;
}
.miaty-hero3__tagline::after {
  margin-left: 0.4em;
}

.miaty-hero3__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 81px;
  width: 100%;
}

.miaty-hero3__schedule {
  margin: 0;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #f26a7c;
}

.miaty-hero3__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* ----- Hero4（Figma node 653:11563 latest） ----- */
.miaty-hero4 {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #fff;
}

.miaty-hero4__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 961px) {
  .miaty-hero4 {
    min-height: 728px;
  }
  .miaty-hero4__bg {
    inset: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: min(100%, 1200px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .miaty-hero4 {
    background-color: rgb(255, 227, 231);
  }
}
.miaty-hero4__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.miaty-hero4__gradient {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
}

.miaty-hero4__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.miaty-hero4__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 549px;
  margin-left: auto;
  padding: 160px 41px 46px;
  gap: 81px;
}

.miaty-hero4__heading {
  color: #f26a7c;
}

.miaty-hero4__title {
  margin: 0;
  font-size: clamp(26px, 4.2vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-shadow: 2px 6px 2px rgba(255, 255, 255, 0.25);
  color: #f26a7c;
}

.miaty-hero4__tagline {
  margin: 16px 0 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.4vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.045em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.miaty-hero4__tagline::before, .miaty-hero4__tagline::after {
  content: "―";
}
.miaty-hero4__tagline::before {
  margin-right: 0.4em;
}
.miaty-hero4__tagline::after {
  margin-left: 0.4em;
}

.miaty-hero4__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 81px;
  width: 100%;
}

.miaty-hero4__schedule {
  margin: 0;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #f26a7c;
}

.miaty-hero4__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* ----- Hero（SP積み上げ共通・画像は全幅） ----- */
.miaty-hero {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  background: #fff;
  min-height: 0;
}

.miaty-hero__bg {
  position: relative;
  width: 100%;
  pointer-events: none;
  z-index: 0;
  background-color: #fff;
}

.miaty-hero__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.miaty-hero__media picture {
  display: block;
  width: 100%;
}

.miaty-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 641px) {
  /* PC: ヒーロー画像を中央固定表示 */
  .miaty-hero__media picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .miaty-hero__media img {
    max-width: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.miaty-hero__gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(255, 227, 231, 0.38);
  z-index: 1;
  pointer-events: none;
}

/* 全幅ピンク（__inner の max-width より外側も塗る） */
.miaty-hero__band {
  width: 100%;
  background: linear-gradient(135deg, #fff6f8 0%, rgb(255, 227, 231) 100%);
}

.miaty-hero__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 48px;
  gap: 32px;
}

.miaty-hero__heading {
  color: #f26a7c;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.miaty-hero__title {
  margin: 0;
  font-size: clamp(26px, 4.2vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-shadow: 2px 6px 2px rgba(255, 255, 255, 0.25);
  color: #f26a7c;
}

.miaty-hero__tagline {
  margin: 16px 0 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.4vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.045em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.miaty-hero__tagline::before, .miaty-hero__tagline::after {
  content: "―";
}
.miaty-hero__tagline::before {
  margin-right: 0.4em;
}
.miaty-hero__tagline::after {
  margin-left: 0.4em;
}

/* ----- CV（ヒーロー直下・白背景） ----- */
.miaty-cv {
  width: 100%;
  background: #fff;
  padding: 48px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-cv--bordered {
  border-bottom: 1px solid #c9d1dd;
}

.miaty-cv--no-border {
  border-bottom: none;
}

.miaty-cv__inner {
  width: 100%;
}

/* CVボックス（compe2026__cta とトンマナ統一・PC/タブレット/スマホ3段階） */
.miaty-cv__box,
.miaty-hero__lower {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #f26a7c;
  background: rgb(255, 227, 231);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-cv__box-inner,
.miaty-hero__cv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.miaty-cv__text,
.miaty-hero__cv-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.miaty-cv__title,
.miaty-hero__cv-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  color: #2f3e63;
}

.miaty-cv__schedule,
.miaty-hero__schedule {
  margin: 0;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #2f3e63;
}

.miaty-cv__cta,
.miaty-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* スマホ（〜640px） */
@media print, screen and (max-width: 640px) {
  .miaty-cv__box,
  .miaty-hero__lower {
    padding: 14px 12px;
  }
  .miaty-cv__box-inner,
  .miaty-hero__cv-inner {
    gap: 10px;
  }
  .miaty-cv__title,
  .miaty-hero__cv-title {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .miaty-cv__schedule,
  .miaty-hero__schedule {
    font-size: 11px;
  }
  .miaty-cv__cta .miaty-btn--outline,
  .miaty-hero__cta .miaty-btn--outline {
    min-width: 0;
    min-height: 40px;
    padding: 0 10px;
    font-size: 11px;
    white-space: nowrap;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  }
}
/* タブレット（641〜959px） */
@media print, screen and (min-width: 641px) and (max-width: 959px) {
  .miaty-cv__box,
  .miaty-hero__lower {
    padding: 20px 16px;
  }
  .miaty-cv__box-inner,
  .miaty-hero__cv-inner {
    gap: 16px;
  }
  .miaty-cv__title,
  .miaty-hero__cv-title {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .miaty-cv__schedule,
  .miaty-hero__schedule {
    font-size: 13px;
  }
  .miaty-cv__cta .miaty-btn--outline,
  .miaty-hero__cta .miaty-btn--outline {
    min-width: 0;
    min-height: 48px;
    padding: 0 16px;
    font-size: 13px;
    white-space: nowrap;
  }
}
/* PC（960px〜） */
@media print, screen and (min-width: 960px) {
  .miaty-cv__box,
  .miaty-hero__lower {
    padding: 33px;
  }
  .miaty-cv__box-inner,
  .miaty-hero__cv-inner {
    gap: 24px;
  }
  .miaty-cv__title,
  .miaty-hero__cv-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.3;
  }
  .miaty-cv__schedule,
  .miaty-hero__schedule {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .miaty-cv__cta .miaty-btn--outline,
  .miaty-hero__cta .miaty-btn--outline {
    min-width: 264px;
    min-height: 68px;
    padding: 0 24px;
    font-size: 16px;
  }
}
/* ----- Hero6（heroと同一：画像最大幅1200px・超過分は左右が白） ----- */
.miaty-hero6 {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  background: #fff;
  min-height: 0;
}

.miaty-hero6__bg {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  z-index: 0;
}

.miaty-hero6__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.miaty-hero6__media img {
  display: block;
  width: 100%;
  height: auto;
}

.miaty-hero6__gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(255, 227, 231, 0.38);
  z-index: 1;
  pointer-events: none;
}

.miaty-hero6__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 48px;
  gap: 48px;
  background-color: rgb(255, 227, 231);
}

.miaty-hero6__heading {
  color: #f26a7c;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.miaty-hero6__title {
  margin: 0;
  font-size: clamp(26px, 4.2vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-shadow: 2px 6px 2px rgba(255, 255, 255, 0.25);
  color: #f26a7c;
}

.miaty-hero6__tagline {
  margin: 16px 0 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.4vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.045em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.miaty-hero6__tagline::before, .miaty-hero6__tagline::after {
  content: "―";
}
.miaty-hero6__tagline::before {
  margin-right: 0.4em;
}
.miaty-hero6__tagline::after {
  margin-left: 0.4em;
}

.miaty-hero6__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.miaty-hero6__schedule {
  margin: 0;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #f26a7c;
}

.miaty-hero6__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* 959px以下：miaty-hero（640px時）と同様の積み上げレイアウト */
@media (max-width: 959px) {
  .miaty-hero4 {
    padding-top: 0;
  }
  .miaty-hero4__bg {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: none;
    height: 240px;
    min-height: 0;
    inset: auto;
  }
  .miaty-hero4__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .miaty-hero4__media img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
  }
  .miaty-hero4__gradient {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 55%;
    background-color: rgba(255, 227, 231, 0.38);
  }
  .miaty-hero4__inner {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 24px 48px;
    gap: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(255, 227, 231);
  }
  .miaty-hero4__lower {
    gap: 48px;
  }
  .miaty-hero4__heading {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.miaty-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.miaty-btn:hover {
  opacity: 0.9;
}

.miaty-btn--navy {
  background: #2f3e63;
  border-color: #2f3e63;
  color: #fff;
  min-width: 182px;
}

.miaty-btn--outline {
  background: #f26a7c;
  border: 2px solid #f26a7c;
  color: #fff;
  min-width: 264px;
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.miaty-btn--outline:hover {
  background: #fff;
  border-color: #f26a7c;
  color: #f26a7c;
  opacity: 0.8;
}

/* カミングスーン（公開時は要素を <a> に戻し、.miaty-btn--coming-soon を外す） */
.miaty-btn--coming-soon {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #e4e5e9 !important;
  border-color: #cdd0d8 !important;
  color: #9b9dad !important;
}

.miaty-btn--coming-soon:hover {
  opacity: 0.8;
}

/* ----- Overview ----- */
.miaty-overview {
  padding: 120px 0 100px;
  background: #fff;
}

.miaty-section-head {
  text-align: center;
  margin-bottom: 80px;
}

.miaty-section-head h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #f26a7c;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.miaty-section-head__rule {
  width: 96px;
  height: 4px;
  background: #2f3e63;
  margin: 24px auto 0;
}

.miaty-about-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 75px;
  max-width: 1136px;
  margin: 0 auto;
}

.miaty-about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.miaty-about-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.miaty-about-row__img {
  width: 100%;
  max-width: 536px;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.miaty-about-row__img img {
  width: 100%;
  height: auto;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.miaty-about-row__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 280px;
  max-width: 536px;
}

.miaty-num-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.miaty-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f26a7c;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.miaty-num-title h3 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  color: #f26a7c;
}

.miaty-about-row__body p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
}

.miaty-overview .miaty-num {
  width: 32px;
  height: 32px;
  font-size: 20px;
}

.miaty-overview .miaty-num-title h3 {
  font-size: 20px;
}

@media print, screen and (max-width: 959px) {
  .miaty-num-title h3,
  .miaty-overview .miaty-num-title h3 {
    font-size: 18px;
  }
}
.miaty-overview .miaty-about-row__body p {
  font-size: 16px;
}

/* ----- Awards ----- */
.miaty-awards {
  padding: 48px 0 56px;
  background: #fff;
  border-bottom: 1px solid #e5eaf1;
}
@media print, screen and (max-width: 959px) {
  .miaty-awards {
    padding: 36px 16px 44px;
  }
}

.miaty-awards .miaty-top__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f7fb;
  padding: 56px 32px 72px;
}
@media print, screen and (max-width: 959px) {
  .miaty-awards .miaty-top__inner {
    padding: 44px 20px 56px;
  }
}

.miaty-awards__head {
  text-align: center;
  margin-bottom: 40px;
}

.miaty-awards__head h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #f26a7c;
  letter-spacing: -0.03em;
}

.miaty-awards__sub {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #2f3e63;
}

.miaty-awards__lead {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
}

.miaty-awards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 36px;
  max-width: 1140px;
  margin: 0 auto 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media print, screen and (max-width: 959px) {
  .miaty-awards__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 520px;
  }
}

.miaty-awards__col {
  margin: 0;
}

.miaty-awards__col-media {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #e5eaf1;
}
.miaty-awards__col-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.miaty-awards__col-body {
  padding: 20px 0 0;
}
.miaty-awards__col-body h4 {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #f26a7c;
}
.miaty-awards__col-body p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: #2f3e63;
}

.miaty-awards__closing {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
}

.miaty-awards__closing h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #f26a7c;
  letter-spacing: -0.025em;
}

.miaty-awards__closing p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
}

.miaty-awards__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.miaty-btn--pink {
  background: #f26a7c;
  border-color: #f26a7c;
  color: #fff;
  min-width: 308px;
  min-height: 64px;
  border-radius: 10px;
}
.miaty-btn--pink:hover {
  background: #f26a7c;
  border-color: #f26a7c;
  color: #fff;
  opacity: 0.8;
}

/* ----- Judges（Figma node 668:246） ----- */
.miaty-judges {
  padding: 96px 0 80px;
  background: #fff;
}

.miaty-judges__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}

.miaty-judges__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  width: 100%;
}

.miaty-judges__title {
  margin: 0;
  font-size: clamp(26px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  color: #f26a7c;
  letter-spacing: -0.045em;
}

.miaty-judges__rule {
  width: 96px;
  height: 4px;
  background: #2f3e63;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.miaty-judges__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-width: 800px;
}

.miaty-judges__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  color: #2f3e63;
}

.miaty-judges__hint {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625;
  color: #2f3e63;
}

.miaty-judges__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.miaty-judges__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.miaty-judges__photo {
  width: 100%;
  max-width: 284px;
  aspect-ratio: 284/379;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.miaty-judges__photo.miaty-judges__open {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.miaty-judges__photo.miaty-judges__open:hover {
  opacity: 0.8;
}

.miaty-judges__photo.miaty-judges__open:focus-visible {
  outline: 2px solid #f26a7c;
  outline-offset: 4px;
}

.miaty-judges__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.miaty-judges__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.miaty-judges__name-ja {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #f26a7c;
}

.miaty-judges__name-en {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: #2f3e63;
}

@media (max-width: 959px) {
  .miaty-judges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* 審査員モーダル（TOP 共通トーンに合わせる） */
.miaty-judge-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}

.miaty-judge-modal[hidden] {
  display: none;
}

.miaty-judge-modal__panel {
  position: relative;
  width: 100%;
  max-width: 768px;
  min-height: 328px;
  padding: 32px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.miaty-judge-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.miaty-judge-modal__close:focus-visible {
  outline: 2px solid #f26a7c;
  outline-offset: 2px;
}

.miaty-judge-modal__close-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}

.miaty-judge-modal__close-icon::before,
.miaty-judge-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 18px;
  background: #555;
  border-radius: 1px;
}

.miaty-judge-modal__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.miaty-judge-modal__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.miaty-judge-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}

.miaty-judge-modal__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 284px;
  flex: 0 0 284px;
  width: 284px;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.miaty-judge-modal__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 284/379;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.miaty-judge-modal__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}

.miaty-judge-modal__name-ja {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.45;
  color: #f26a7c;
}

.miaty-judge-modal__name-en {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  color: #2f3e63;
}

.miaty-judge-modal__bio {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  color: #2f3e63;
}

.miaty-judge-modal__social {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.miaty-judge-modal__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f26a7c;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.miaty-judge-modal__social-link:hover {
  opacity: 0.88;
}

.miaty-judge-modal__social-link img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 959px) {
  .miaty-judge-modal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .miaty-judge-modal__photo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 284px;
  }
  .miaty-judge-modal__content {
    padding-right: 0;
  }
  .miaty-judge-modal__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ----- FAQ ----- */
.miaty-faq {
  padding: 128px 0 100px;
  background: rgba(255, 227, 231, 0.6);
}

.miaty-faq__list {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.miaty-faq details {
  background: #fff;
  border: 1px solid rgba(227, 231, 237, 0.6);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.miaty-faq summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 32px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #f26a7c;
  list-style: none;
}

.miaty-faq summary::-webkit-details-marker {
  display: none;
}

.miaty-faq summary::after {
  content: "+";
  font-size: 24px;
  color: #2f3e63;
  font-weight: 700;
}

.miaty-faq details[open] summary::after {
  content: "−";
}

.miaty-faq details p {
  margin: 0;
  padding: 0 32px 28px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

/* TOP FAQ の「もっと見る」ボタン */
.miaty-faq .miaty-news__more {
  margin-top: 40px;
  text-align: center;
}

.miaty-faq .miaty-news__more .miaty-btn--ghost-sm {
  border-color: #f26a7c;
  color: #f26a7c;
  background: #fff;
}
.miaty-faq .miaty-news__more .miaty-btn--ghost-sm:hover {
  background: #f26a7c;
  color: #fff;
  border-color: #f26a7c;
  opacity: 0.8;
}

/* ----- News（レガシー：sample2 等・TOP 以外） ----- */
.miaty-news:not(.miaty-news--top) {
  padding: 128px 0;
  background: #fff;
}

.miaty-news:not(.miaty-news--top) .miaty-news__list {
  max-width: 1200px;
  margin: 0 auto 40px;
}

.miaty-news:not(.miaty-news--top) .miaty-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 32px 38px;
  border-bottom: 2px solid #e5eaf1;
}

.miaty-news:not(.miaty-news--top) .miaty-news__date {
  font-size: 16px;
  font-weight: 300;
  color: #2f3e63;
  min-width: 120px;
}

.miaty-news:not(.miaty-news--top) .miaty-news__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #f26a7c;
}

.miaty-news:not(.miaty-news--top) .miaty-news__more {
  text-align: center;
}

/* ----- News TOP（Figma node 668:982） ----- */
.miaty-news--top {
  padding: 60px 0;
  background: #fff;
  border-bottom: 1px solid #c9d1dd;
  border-radius: 4px;
}

.miaty-news--top .miaty-news__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.miaty-news--top .miaty-news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-news--top .miaty-news__label {
  margin: 0;
  padding-top: 18px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 36px;
  color: #f26a7c;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.miaty-news--top .miaty-news__list-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.miaty-news--top .miaty-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.miaty-news--top .miaty-news__list > li {
  margin: 0;
}

.miaty-news--top .miaty-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  padding: 24px 0 25px 32px;
  border-bottom: 1px solid #e5eaf1;
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.miaty-news--top .miaty-news__item:hover {
  opacity: 0.85;
}

.miaty-news--top .miaty-news__item--static {
  cursor: default;
}

.miaty-news--top .miaty-news__item--static:hover {
  opacity: 0.8;
}

.miaty-news--top .miaty-news__date {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #2f3e63;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.miaty-news--top .miaty-news__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #f26a7c;
}

.miaty-news--top .miaty-news__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 256px;
  min-height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.miaty-news--top .miaty-news__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 41px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5eaf1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #f26a7c;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(47, 62, 99, 0.06);
  box-shadow: 0 1px 3px rgba(47, 62, 99, 0.06);
  -webkit-transition: opacity 0.2s, border-color 0.2s;
  transition: opacity 0.2s, border-color 0.2s;
}

.miaty-news--top .miaty-news__more-btn:hover {
  opacity: 0.9;
  border-color: #f26a7c;
}

.miaty-news--top .miaty-news__more-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f26a7c;
}

.miaty-news--top .miaty-news__more-icon svg {
  display: block;
}

.miaty-btn--ghost-sm {
  min-height: 60px;
  min-width: 162px;
  background: #fff;
  border: 2px solid #f26a7c;
  color: #f26a7c;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
}
.miaty-btn--ghost-sm a {
  color: #f26a7c;
  text-decoration: none;
}
.miaty-btn--ghost-sm a:hover {
  color: #fff;
  text-decoration: none;
  background: #f26a7c;
}

/* ----- Contact ----- */
.miaty-contact {
  padding: 128px 0 140px;
  background: #f4f7fb;
  text-align: center;
}

.miaty-contact p {
  margin: 24px auto 32px;
  max-width: 700px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
}

@media (max-width: 640px) {
  .miaty-cv {
    padding: 32px 0;
  }
  .miaty-hero2 {
    min-height: 480px;
    padding: 56px 20px 64px;
  }
  .miaty-hero2__lower {
    gap: 48px;
  }
  .miaty-hero3 {
    min-height: 480px;
    padding: 56px 20px 64px;
  }
  .miaty-hero3__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
    gap: 48px;
  }
  .miaty-hero3__lower {
    gap: 48px;
  }
  .miaty-coming-soon {
    padding: 64px 0;
  }
  .miaty-coming-soon .miaty-top__inner {
    min-height: auto;
  }
  .miaty-coming-soon h2 {
    margin-top: 20px;
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.4;
  }
  .miaty-coming-soon p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.8;
  }
  .miaty-about-row,
  .miaty-about-row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .miaty-judges {
    padding: 64px 0 56px;
  }
  .miaty-judges__inner {
    gap: 40px;
  }
  .miaty-judges__grid {
    grid-template-columns: 1fr;
  }
  .miaty-news:not(.miaty-news--top) .miaty-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .miaty-news--top .miaty-news__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .miaty-news--top .miaty-news__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    gap: 16px;
  }
  .miaty-news--top .miaty-news__label {
    padding-top: 0;
    white-space: normal;
  }
  .miaty-news--top .miaty-news__aside {
    width: 100%;
    min-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 8px;
  }
  .miaty-news--top .miaty-news__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 20px 16px;
    gap: 12px 32px;
  }
  .miaty-faq summary {
    font-size: 16px;
    padding: 20px 20px;
  }
  .miaty-faq details p {
    font-size: 14px;
  }
  .miaty-contact p {
    font-size: 16px;
  }
}
.miaty-events {
  padding: 0 0 80px;
}

.miaty-about-row__body p + p {
  margin-top: 1em;
}

/* Page1（Figma Page1）— Dev Mode の数値は CSS 変数へ反映してください */
.page1-template {
  --p1-color-text: #333333;
  --p1-color-muted: #767676;
  --p1-color-heading: #d94a5f;
  --p1-color-accent: #e85d6e;
  --p1-color-navy: #2f3f6b;
  --p1-color-line: #e8e8e8;
  --p1-bg-page: #ffffff;
  --p1-bg-pink: #fdf2f5;
  --p1-bg-contact: #f6f8fd;
  --p1-bg-footer: #e9798f;
  --p1-font-sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --p1-container: 960px;
  --p1-radius-btn: 4px;
  --p1-shadow-card: 0 8px 14px rgba(0, 0, 0, 0.12);
  --p1-shadow-hero: 0 12px 20px rgba(0, 0, 0, 0.08);
}

body.page1 .header,
body.page1 .footer {
  display: none;
}
body.page1 .main,
body.page1 .main_inner,
body.page1 .main_container {
  min-height: 100vh;
  padding: 0;
}
body.page1 .main_container {
  width: 100%;
}

.page1-template {
  background: var(--p1-bg-page);
  color: var(--p1-color-text);
  font-family: var(--p1-font-sans);
}

.page1-container {
  width: 100%;
  max-width: var(--p1-container);
  margin: 0 auto;
  padding: 0 24px;
}

.page1-header {
  border-bottom: 1px solid var(--p1-color-line);
  background: var(--p1-bg-page);
}

.page1-header__inner {
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.page1-header__logo {
  font-size: 15px;
  color: var(--p1-color-navy);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1.35;
  max-width: 320px;
}

.page1-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page1-header__nav a {
  color: var(--p1-color-muted);
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.page1-header__nav a:hover {
  color: var(--p1-color-heading);
}

.page1-hero {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--p1-bg-page)), color-stop(70%, var(--p1-bg-pink)));
  background: linear-gradient(90deg, var(--p1-bg-page) 0 70%, var(--p1-bg-pink) 70% 100%);
  padding: 52px 0 64px;
}

.page1-hero__inner {
  display: grid;
  grid-template-columns: 1fr min(32vw, 300px);
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page1-hero__text h1 {
  margin: 0;
  color: var(--p1-color-heading);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.45;
  font-weight: 700;
}

.page1-hero__lead {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.9;
}

.page1-hero__cta {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 160px;
  height: 44px;
  padding: 0 18px;
  border-radius: var(--p1-radius-btn);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page1-btn:hover {
  opacity: 0.88;
}

.page1-btn--primary {
  background: var(--p1-color-navy);
  color: #ffffff;
  border: 1px solid var(--p1-color-navy);
}

.page1-btn--outline {
  background: #ffffff;
  color: var(--p1-color-accent);
  border: 1px solid var(--p1-color-accent);
}

.page1-btn--accent {
  background: var(--p1-color-accent);
  color: #ffffff;
  border: 1px solid var(--p1-color-accent);
}

.page1-btn--line {
  background: #ffffff;
  color: var(--p1-color-accent);
  border: 1px solid var(--p1-color-accent);
}

.page1-hero__panel {
  min-height: 220px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: var(--p1-shadow-hero);
  box-shadow: var(--p1-shadow-hero);
}

.page1-section-title {
  margin: 0 0 34px;
  text-align: center;
  color: var(--p1-color-heading);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.page1-about {
  padding: 76px 0 58px;
}

.page1-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page1-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.page1-card__media {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: var(--p1-shadow-card);
  box-shadow: var(--p1-shadow-card);
}

.page1-card h3 {
  margin: 0 0 8px;
  color: var(--p1-color-accent);
  font-size: 15px;
  font-weight: 700;
}

.page1-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}

.page1-categories {
  padding: 26px 0 64px;
}

.page1-categories__list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page1-cat {
  border: 1px solid #f0d4d9;
  padding: 22px 16px;
  text-align: center;
  background: #fff;
}

.page1-cat h3 {
  margin: 0 0 10px;
  color: var(--p1-color-accent);
  font-size: 15px;
  font-weight: 700;
}

.page1-cat p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}

.page1-center {
  text-align: center;
  margin-top: 28px;
}

.page1-faq {
  background: var(--p1-bg-pink);
  padding: 74px 0;
}

.page1-faq__inner {
  max-width: 760px;
  margin: 0 auto;
}

.page1-faq__list {
  display: grid;
  gap: 12px;
}

.page1-faq details {
  background: #ffffff;
  border: 1px solid #f3d7dc;
}

.page1-faq summary {
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  color: #d97c8c;
  padding: 16px 42px 16px 16px;
  position: relative;
  font-weight: 600;
}

.page1-faq summary::-webkit-details-marker {
  display: none;
}

.page1-faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d97c8c;
  font-size: 18px;
  line-height: 1;
}

.page1-faq details[open] summary::after {
  content: "-";
}

.page1-faq details p {
  margin: 0;
  padding: 0 16px 16px;
  font-size: 13px;
  line-height: 1.8;
}

.page1-news {
  padding: 72px 0;
}

.page1-news__inner {
  max-width: 760px;
  margin: 0 auto;
}

.page1-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--p1-color-line);
}

.page1-news__list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--p1-color-line);
  font-size: 13px;
  line-height: 1.6;
}

.page1-news time {
  color: #999999;
}

.page1-contact {
  background: var(--p1-bg-contact);
  padding: 74px 0 84px;
}

.page1-contact__inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.page1-contact p {
  margin: 0 0 20px;
  font-size: 14px;
}

.page1-footer {
  background: var(--p1-bg-footer);
  color: #ffffff;
  padding: 28px 0;
}

.page1-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1-footer__logo {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.page1-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page1-footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.page1-footer small {
  font-size: 11px;
}

@media (max-width: 640px) {
  .page1-container {
    padding: 0 16px;
  }
  .page1-header__inner {
    min-height: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page1-header__nav {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px 16px;
  }
  .page1-hero {
    background: var(--p1-bg-page);
    padding: 40px 0 46px;
  }
  .page1-hero__inner {
    grid-template-columns: 1fr;
  }
  .page1-hero__panel {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    min-height: 180px;
  }
  .page1-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page1-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .page1-card__media {
    width: 100%;
    height: 180px;
  }
  .page1-categories__list {
    grid-template-columns: 1fr;
  }
  .page1-news__list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .page1-faq,
  .page1-news,
  .page1-contact,
  .page1-about,
  .page1-categories {
    padding: 56px 0;
  }
}
.top .mv_area {
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.top .mv_area .mv_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}
.top .mv_area .sitetitle {
  margin-top: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #ED6D46;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.7), 0px 0px 6px rgba(255, 255, 255, 0.6), 1px 1px 3px rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 960px) {
  .top .mv_area .sitetitle {
    font-size: 32px;
    text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.8), 0px 0px 8px rgba(255, 255, 255, 0.7), 1px 1px 3px rgba(255, 255, 255, 0.9);
  }
}
.top .mv_area .mv_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top .mv_area .mv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  background-color: #F3DEB9; /* F3DEB9の色をベースに */
}
.top .mv_area .slick_item {
  padding: 0 8px;
}
.top .mv_area .slick_item img {
  border-radius: 20px;
}
@media print, screen and (min-width: 960px) {
  .top .mv_area {
    padding-bottom: 42.85%;
  }
  .top .mv_area .mv_inner {
    padding: 40px 0;
  }
}
.top .lead_area {
  background-color: #ED6D46;
}
.top .lead_area .lead_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  padding: 32px 24px;
}
@media print, screen and (min-width: 960px) {
  .top .lead_area .lead_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 60px;
    gap: 60px;
  }
}
.top .lead_area .lead_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #ED6D46;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 960px) {
  .top .lead_area .lead_title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.top .lead_area .lead_text {
  color: #0F0F0F;
  text-align: center;
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .top .lead_area .lead_text {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .top .lead_area .lead_contents_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 60px);
    flex: 0 0 calc(50% - 60px);
  }
}
.top .lead_area .lead_image {
  width: 80%;
  margin: 0 auto 24px;
}
.top .lead_area .lead_image img {
  border-radius: 5px;
}
@media print, screen and (min-width: 960px) {
  .top .lead_area .lead_image {
    margin-bottom: 0;
  }
}
.top .movie_area {
  padding: 100px 0 50px;
}
@media print, screen and (min-width: 960px) {
  .top .movie_area .movie_contents {
    width: 80%;
    margin: 0 auto;
  }
}
.top .news_area .news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 960px) {
  .top .news_area .news_inner {
    gap: 50px;
    padding: 0 25%;
  }
}
.top .news_area .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media print, screen and (min-width: 960px) {
  .top .news_area .news_list {
    gap: 32px;
  }
}
.top .news_area .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media print, screen and (min-width: 960px) {
  .top .news_area .news_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
}
.top .news_area .news_item_date {
  color: #a6a6a6;
}
.top .news_area .container_btn {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .top .news_area .container_btn {
    width: 50%;
  }
}
.top .lecturer_area {
  background: rgba(43, 183, 179, 0.6);
}
.top .lecturer_area .lecturer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 960px) {
  .top .lecturer_area .lecturer_inner {
    gap: 50px;
  }
}
.top .lecturer_area .lecturer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 960px) {
  .top .lecturer_area .lecturer_list {
    gap: 50px;
  }
}
.top .lecturer_area .lecturer_item {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  display: grid;
  grid-template-columns: 1fr; /* 1列のグリッドを作成 */
  gap: 8px;
}
.top .lecturer_area .lecturer_item .lecturer_item_name {
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top .lecturer_area .lecturer_item .lecturer_item_name .name_title {
  color: #5E16EB;
  font-size: 16px;
}
.top .lecturer_area .lecturer_item .lecturer_item_img {
  margin: 0 auto;
  width: 70%;
}
.top .lecturer_area .lecturer_item .lecturer_item_img img {
  border-radius: 5px;
}
.top .lecturer_area .lecturer_item .lecturer_item_text {
  margin-top: 16px;
}
@media print, screen and (min-width: 960px) {
  .top .lecturer_area .lecturer_item {
    padding: 30px 60px;
    grid-template-columns: 1fr auto; /* 2列のグリッドを作成 */
    grid-template-rows: 56px 1fr;
    gap: 16px 40px; /* 要素間の間隔 */
  }
  .top .lecturer_area .lecturer_item .lecturer_item_img {
    grid-column: 2; /* 右列に配置 */
    grid-row: 1/span 2; /* 2行分の高さを占める */
    width: 100%;
    max-width: 300px;
  }
  .top .lecturer_area .lecturer_item .lecturer_item_name {
    grid-column: 1; /* 左列に配置 */
    grid-row: 1; /* 1行目に配置 */
    font-size: 26px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top .lecturer_area .lecturer_item .lecturer_item_name .name_title {
    font-size: 18px;
  }
  .top .lecturer_area .lecturer_item .lecturer_item_text {
    grid-column: 1; /* 左列に配置 */
    grid-row: 2; /* 2行目に配置 */
  }
  .top .lecturer_area .lecturer_item.-imgleft {
    grid-template-columns: auto 1fr; /* 2列のグリッドを作成 */
  }
  .top .lecturer_area .lecturer_item.-imgleft .lecturer_item_img {
    grid-column: 1; /* 左列に配置 */
    grid-row: 1/span 2; /* 2行分の高さを占める */
  }
  .top .lecturer_area .lecturer_item.-imgleft .lecturer_item_name {
    grid-column: 2; /* 右列に配置 */
    grid-row: 1; /* 1行目に配置 */
  }
  .top .lecturer_area .lecturer_item.-imgleft .lecturer_item_text {
    grid-column: 2; /* 右列に配置 */
    grid-row: 2; /* 2行目に配置 */
  }
}
.top .other_contents_row2 {
  padding: 32px 24px;
}
@media print, screen and (min-width: 960px) {
  .top .other_contents_row2 {
    padding: 60px 50px;
  }
}
.top .banner_area {
  padding-bottom: 0;
}
.top .banner_area .banner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .top .banner_area .banner_item {
    width: 400px;
  }
}

.single-news .miaty-news-breadcrumbs {
  margin-top: 16px;
  margin-bottom: 24px;
  background: #fff;
}
.single-news .miaty-news-breadcrumbs .main_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-news .miaty-news-breadcrumbs__list {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #9aa3b5;
}
.single-news .miaty-news-breadcrumbs__list a {
  color: #9aa3b5;
  text-decoration: none;
}
.single-news .miaty-news-breadcrumbs__list .breadcrumb_last {
  color: #555;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-news .miaty-news-single {
  padding: 80px 0 120px;
  background: #fff;
}
@media print, screen and (max-width: 959px) {
  .single-news .miaty-news-single {
    padding: 64px 0 88px;
  }
}
.single-news .miaty-news-single__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px;
}
.single-news .miaty-news-single__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.single-news .miaty-news-single__head {
  max-width: 860px;
  margin: 0 auto 28px;
}
.single-news .miaty-news-single__head h1 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.3;
  font-weight: 500;
  color: #1f2a44;
}
.single-news .miaty-news-single__back {
  margin: 0 0 16px;
}
.single-news .miaty-news-single__back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #f26a7c;
  text-decoration: none;
}
.single-news .miaty-news-single__back a::before {
  content: "←";
}
.single-news .miaty-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.single-news .miaty-news-single__meta time {
  font-size: 14px;
  font-weight: 500;
  color: #60708f;
}
.single-news .miaty-news-single__meta ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-news .miaty-news-single__meta li {
  padding: 4px 10px;
  border-radius: 9999px;
  background: rgb(255, 227, 231);
  color: #f26a7c;
  font-size: 12px;
  font-weight: 700;
}
.single-news .miaty-news-single__modified {
  font-size: 13px;
  font-weight: 500;
  color: #60708f;
}
.single-news .miaty-news-single__article {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(227, 231, 237, 0.8);
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media print, screen and (max-width: 640px) {
  .single-news .miaty-news-single__article {
    padding: 16px;
  }
}
.single-news .miaty-news-single__thumb {
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}
.single-news .miaty-news-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.single-news .miaty-news-single__excerpt {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.75;
  color: #2f3e63;
}
.single-news .miaty-news-single__content {
  color: #2f3e63;
}
.single-news .miaty-news-single__content p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.9;
}
.single-news .miaty-news-single__content h2,
.single-news .miaty-news-single__content h3,
.single-news .miaty-news-single__content h4 {
  margin: 1.5em 0 0.7em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #1f2a44;
}
.single-news .miaty-news-single__content h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  padding-bottom: 10px;
  border-bottom: 2px solid #f26a7c;
}
.single-news .miaty-news-single__content h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  padding-left: 12px;
  border-left: 4px solid #f26a7c;
}
.single-news .miaty-news-single__content h4 {
  font-size: clamp(18px, 1.9vw, 22px);
}
.single-news .miaty-news-single__content a {
  color: #f26a7c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-news .miaty-news-single__content a:hover {
  color: #1f2a44;
  opacity: 0.8;
}
.single-news .miaty-news-single__content ul,
.single-news .miaty-news-single__content ol {
  margin: 0 0 1.3em;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.9;
}
.single-news .miaty-news-single__content li + li {
  margin-top: 0.35em;
}
.single-news .miaty-news-single__content figure {
  margin: 0 0 1.4em;
}
.single-news .miaty-news-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-news .miaty-news-single__content .wp-block-image img {
  display: block;
}
.single-news .miaty-news-single__content .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #60708f;
  text-align: center;
}
.single-news .miaty-news-single__content .wp-block-quote {
  margin: 0 0 1.4em;
  padding: 18px 20px;
  border-left: 4px solid #f26a7c;
  background: #f4f7fb;
  border-radius: 8px;
}
.single-news .miaty-news-single__content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.single-news .miaty-news-single__content .wp-block-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #60708f;
}
.single-news .miaty-news-single__content .wp-block-separator {
  border: 0;
  border-top: 1px solid #c9d1dd;
  margin: 2em 0;
}
.single-news .miaty-news-single__content .wp-block-button {
  margin: 0 0 1.4em;
}
.single-news .miaty-news-single__content .wp-block-button__link {
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.single-news .miaty-news-single__content .wp-block-button.is-style-outline .wp-block-button__link {
  color: #f26a7c;
  border-color: #f26a7c;
}
.single-news .miaty-news-single__pager {
  max-width: 860px;
  margin: 28px auto 0;
  padding-top: 24px;
  border-top: 1px solid #e5eaf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.single-news .miaty-news-single__pager a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #c9d1dd;
  border-radius: 8px;
  background: #fff;
  color: #2f3e63;
  text-decoration: none;
  font-weight: 500;
}
.single-news .miaty-news-single__pager-prev,
.single-news .miaty-news-single__pager-next {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-news .miaty-news-single__pager-next {
  text-align: right;
}
.single-news .miaty-news-single__archive-link {
  margin-top: 36px;
  text-align: center;
}
.single-news .miaty-news-single__archive-link .miaty-btn--ghost-sm {
  border-color: #f26a7c;
  color: #f26a7c;
  background: #fff;
}
.single-news .miaty-news-single__archive-link .miaty-btn--ghost-sm:hover {
  background: #f26a7c;
  color: #fff;
  border-color: #f26a7c;
  opacity: 0.8;
}
.single-news .miaty-news-archive__side {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.single-news .miaty-news-archive__side-block + .miaty-news-archive__side-block {
  margin-top: 28px;
}
.single-news .miaty-news-archive__side-title {
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f26a7c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #1f2a44;
}
.single-news .miaty-news-archive__side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-news .miaty-news-archive__side-list li {
  border-bottom: 1px solid #e5eaf1;
}
.single-news .miaty-news-archive__side-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: #2f3e63;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.single-news .miaty-news-archive__side-list a:hover {
  color: #f26a7c;
}
.single-news .miaty-news-archive__side-empty {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #60708f;
}
.single-news .miaty-news-archive__side-count {
  color: #60708f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (max-width: 959px) {
  .single-news .miaty-news-single__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .single-news .miaty-news-archive__side {
    width: 100%;
  }
}