@charset "UTF-8";
/*
* 更新用 style
*/
body:not(.entry) .grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.editor-area p {
  line-break: strict;
}
.post-password-form {
  background: #ececec;
  padding: 1em 1.5em;
  text-align: center;
}
.post-password-form label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25em 1em;
  margin-bottom: 0.5em;
}
.post-password-form input[type="password"] {
  border: 1px solid #606060;
  font-size: 16px;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  margin: 5px 0;
  max-width: 500px;
}
.post-password-form input[type="submit"] {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: var(--weight-bold);
  padding: 0.5em 1em;
  min-width: 240px;
  text-align: center;
  border-radius: 5px;
}
:where(.top) .p-features-card .card--img {
  height: auto;
}
.gnav-item > a {
  text-align: center;
}
.hissu {
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .gnav-item > a:has(.menu-cmt) {
    display: block;
    background: var(--color-secondary);
    padding: 0.75em 0.5em;
    border-radius: 5px;
    margin: 0.5em 0;
    font-size: 1.1em;
  }
  .menu-cmt {
    display: block;
    font-size: 0.8em;
    min-width: 230px;
    margin-top: 5px;
  }
  .menu-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
  }
  .menu-text::after {
    content: "\f061";
    font-family: icomoon;
    font-size: 0.6em;
    background: var(--color-primary);
    border-radius: 100vmax;
    width: 1.8em;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    color: #fff;
  }
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1025px) {
  .c-news-card .post--ttl {
    width: 100%;
  }
  :where(.top) .mv-wrapper .mv-body {
    width: 25%;
  }
  :where(.top) .mv-wrapper .mv-slider {
    width: 75%;
  }
  :where(.top) .mv-wrapper .mv-slider .crop {
    min-height: 550px;
  }

  :where(.top) .p-features-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  :where(.top) .p-features-card .card--body {
    height: auto;
    flex-grow: 1;
    justify-content: flex-start;
  }
}
