@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  color: #222222;
  font-weight: 400;
  background-color: #ffffff;
}

a {
  color: #222222;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header {
  color: #222222;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  color: #ffffff;
}
@media screen and (max-width: 1099px) {
  .l-header {
    mix-blend-mode: unset;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(34, 34, 34, 0.4);
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 1099px) {
  .l-header-nav {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    right: 0;
    width: 60%;
    height: 80vh;
    min-height: 450px;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    clip-path: inset(0 0 0 100%);
    -webkit-transition: clip-path 0.8s;
    transition: clip-path 0.8s;
    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;
  }
  .active .l-header-nav {
    clip-path: inset(0 0 0 0%);
  }
}
.l-header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .l-header-nav__items {
    -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: 1em;
  }
}
.l-header-nav__item a {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1099px) {
  .l-header-nav__item a {
    color: #222222;
  }
}

.l-footer {
  margin-top: 136px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 64px;
  }
}
.l-footer__sponsorship {
  background-color: #f8f8f8;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__sponsorship {
    padding-bottom: 0px;
  }
}
.l-footer__sponsorship-heading {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sponsorship-heading {
    font-size: 2rem;
  }
}
.l-footer__sponsorship-note {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__sponsorship-note {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}
.l-footer__sponsorship-name {
  padding-top: 64px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sponsorship-name {
    font-size: 1.8rem;
    padding-top: 32px;
  }
}
.l-footer__sponsorship-name a {
  text-decoration: underline;
}
.l-footer__contact {
  background-color: #f8f8f8;
  padding: 64px 0;
}
.l-footer__heading {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__heading {
    font-size: 2rem;
  }
}
.l-footer__office {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .l-footer__office {
    margin-top: 32px;
  }
}
.l-footer__tel {
  margin-top: 24px;
  font-size: 3rem;
  font-weight: bold;
}
.l-footer__tel-note {
  margin-top: 1px;
  font-size: 1.4rem;
  color: #555;
}
.l-footer__email {
  margin-top: 48px;
}
.l-footer__address {
  font-size: 1.5rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 2rem;
  }
}
.l-footer__sponsor {
  margin-top: 64px;
}
.l-footer__sponsor .l-footer__logo {
  margin-bottom: 1rem;
}
.l-footer__sponsor .l-footer__logo img {
  max-width: 200px;
  height: auto;
  margin: auto;
}
.l-footer__copyright {
  margin-top: 48px;
  margin-bottom: 24px;
}

.pc-none {
  display: inherit;
}
@media screen and (min-width: 1100px) {
  .pc-none {
    display: none;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tb-none {
  display: inherit;
}
@media screen and (min-width: 860px) {
  .tb-none {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
}

.c-ham {
  display: block;
  position: relative;
  width: 40px;
  height: 30px;
}
@media screen and (min-width: 1100px) {
  .c-ham {
    display: none;
  }
}
.c-ham__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 14px;
  -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.c-ham__line:nth-of-type(1) {
  -webkit-transform: translate(-5px, -14px);
          transform: translate(-5px, -14px);
}
.active .c-ham__line:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
  background-color: #222222;
}
.active .c-ham__line:nth-of-type(2) {
  opacity: 0;
}
.c-ham__line:nth-of-type(3) {
  -webkit-transform: translate(5px, 14px);
          transform: translate(5px, 14px);
}
.active .c-ham__line:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(30deg);
          transform: translate(0, 0) rotate(30deg);
  background-color: #222222;
}

.inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  .inner {
    padding: 0 20px;
  }
}

.sec-ttl {
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 2rem;
  }
}

.sec-dsc {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-dsc {
    margin-top: 48px;
  }
}

.swiper-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 100vh;
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  background-color: #333;
  opacity: 1;
}

.p-top-mv {
  position: relative;
  background-image: url(/assets/img/top/mv.webp);
  background-size: cover;
  background-position: center;
  height: 100vh;
  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;
  color: #ffffff;
  font-size: 4.8rem;
  text-shadow: 2px 4px 4px #333333;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background-image: url(/assets/img/top/mv-sp.webp);
  }
}
.p-top-mv__text {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__ttl {
    max-width: 25px;
  }
}
.p-top-mv__date.--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv__date.--sp {
    display: block;
    width: 240px;
  }
}
.p-top-mv__date.--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-mv__date.--pc {
    display: none;
  }
}

.p-top {
  width: 100%;
}
@media screen and (max-width: 859px) {
  .p-top {
    width: 50%;
  }
}
.p-top__hoge {
  color: #ff0000;
}
.p-top__ttl {
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  .p-top__ttl {
    font-size: 0.8em;
  }
}

.p-top-topic {
  text-align: center;
  margin-top: 80px;
}
.p-top-topic__ttl {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-topic__ttl {
    font-size: 2rem;
  }
}
.p-top-topic__dsc {
  margin-top: 0.5em;
  line-height: 2.1666666667;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-topic__dsc {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topic {
    margin-top: 40px;
  }
}

.p-top-about {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    margin-top: 32px;
  }
}
.p-top-about__ttl {
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__ttl {
    font-size: 2.6rem;
  }
}
.p-top-about__dsc {
  margin-top: 64px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__dsc {
    margin-top: 32px;
  }
}
.p-top-about__movie {
  width: 100%;
  max-width: 1080px;
  margin: 48px auto;
  aspect-ratio: 16/9;
}
.p-top-about__movie iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.p-top-origin {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-top-origin {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-top-origin__movie {
  width: 100%;
  max-width: 1080px;
  margin: 48px auto;
  aspect-ratio: 16/9;
}
.p-top-origin__movie iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.p-top-origin__note {
  text-align: end;
}

.p-top-strength {
  margin-top: 136px;
}
@media screen and (max-width: 767px) {
  .p-top-strength {
    margin-top: 80px;
  }
}

.content-cards {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .content-cards {
    margin-top: 40px;
  }
}

.content-card {
  width: 100%;
  margin-bottom: 6rem;
}
.content-card__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.content-card__img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.content-card__img-row .content-card__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
}
.content-card__img-row .content-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .content-card__img-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-card__img-row .content-card__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.content-card__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-card__text {
    font-size: 1.5rem;
  }
}

.p-top-uta {
  margin-top: 136px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-uta {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.p-top-uta__contents {
  margin-top: 64px;
  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: 0.4rem; /* 上下の段の間隔 */
}
.p-top-uta__contents-ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-uta__contents-ttl {
    font-size: 1.8rem;
  }
}
.p-top-uta__contents-note {
  padding-top: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-uta__contents-note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-uta__songbook-lists {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
.p-top-uta__songbook-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem; /* 横の間隔を詰める */
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-uta__songbook-list.--top {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-uta__songbook-list.--top {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-uta__songbook-list {
    display: block;
  }
}
.p-top-uta__songbook-item {
  white-space: nowrap;
}
.p-top-uta__system-item {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-uta__system-item {
    font-size: 1.5rem;
  }
}
.p-top-uta__system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-uta__system-list {
    margin-top: 16px;
  }
}
.p-top-uta__caption {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-uta__caption {
    margin-top: 16px;
  }
}
.p-top-uta__song-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: 0.6rem 1.2rem;
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  max-width: 1080px; /* 適宜調整 */
}
.p-top-uta__song-item {
  white-space: nowrap;
  word-break: keep-all;
  text-align: left;
  display: inline-block;
}
.p-top-uta__lyrics {
  text-align: center;
  margin-top: 40px;
}
.p-top-uta__lyrics-item.--pt24 {
  padding-top: 24px;
}
.p-top-uta__lyrics-item.--strong {
  font-weight: 600;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-uta__lyrics-item {
    font-size: 1.4rem;
  }
}
.p-top-uta__lyrics-hidden {
  display: none;
}
.p-top-uta__lyrics-extra.is-open {
  max-height: 3000px;
  opacity: 1;
  visibility: visible;
  list-style: none;
  text-align: center;
}
.p-top-uta__lyrics-extra {
  text-align: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 1s ease, opacity 0.8s ease, visibility 0.8s;
  transition: max-height 1s ease, opacity 0.8s ease, visibility 0.8s;
}
.p-top-uta__lyrics-toggle {
  margin-top: 32px;
  font-size: 1.4rem;
}
.p-top-uta__lyrics-toggle:hover {
  -webkit-filter: brightness(3);
          filter: brightness(3);
}
.p-top-uta__lyrics-toggle-arrow {
  width: 32px;
  padding-top: 16px;
  margin: 0 auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease 0.7s;
  transition: -webkit-transform 0.3s ease 0.7s;
  transition: transform 0.3s ease 0.7s;
  transition: transform 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.is-open .p-top-uta__lyrics-toggle-arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-uta__lyrics-toggle-arrow {
    width: 16px;
  }
}
.p-top-uta__img {
  margin-top: 120px;
  position: relative;
  height: clamp(363.2px, 27.0238095238vw, 544.8px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-uta__img {
    height: clamp(181.6px, 13.5119047619vw, 272.4px);
    margin-top: 64px;
  }
}
.p-top-uta__img-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(792px, 58.9285714286vw, 1188px);
}
.p-top-uta__img-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 767px) {
  .p-top-uta__img-inner {
    height: clamp(396px, 29.4642857143vw, 594px);
  }
}

.--backcolor {
  background-color: #f8f8f8;
}

.--hakkei {
  background-color: #ffffff;
  padding: 40px 0 56px;
}

.p-top-schedule {
  margin-top: 136px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule {
    margin-top: 64px;
  }
}
.p-top-schedule__wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__wrapper {
    margin-top: 32px;
  }
}
.p-top-schedule__ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__ttl {
    font-size: 1.8rem;
  }
}
.p-top-schedule__img {
  margin: 40px auto 0;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__img {
    margin-top: 32px;
  }
}
.p-top-schedule__note {
  margin-top: 24px;
  text-align: center;
  font-size: 1.4rem;
}
.p-top-schedule__place {
  text-align: center;
  margin-top: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__place {
    margin-top: 10px;
  }
}
.p-top-schedule__map {
  width: 100%;
  max-width: 1080px;
  margin: 1.5rem auto;
  height: auto;
  margin-top: 32px;
}
.p-top-schedule__map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}
.p-top-schedule__list {
  margin-top: 24px;
  text-align: center;
}
.p-top-schedule__attention {
  margin-top: 24px;
  text-align: center;
}
.p-top-schedule__txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__txt {
    font-size: 1.8rem;
  }
}
.p-top-schedule__txt-note {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__txt-note {
    margin-top: 16px;
  }
}
.p-top-schedule__txt-read {
  margin-top: 64px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__txt-read {
    margin-top: 56px;
  }
}

.p-top-association {
  margin-top: 136px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-association {
    margin-top: 80px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-top-association__txt {
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-association__txt {
    text-align: left;
  }
}
.p-top-association__overview {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-association__overview {
    text-align: left;
  }
}
.p-top-association__ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-association__ttl {
    margin-bottom: 4px;
  }
}
.p-top-association__overview-wrapper {
  margin-bottom: 48px;
}
.p-top-association__closing {
  text-align: center;
}
.p-top-association__closing-txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-association__closing-txt {
    font-size: 1.7rem;
  }
}

.p-top-recruitment__recruitment {
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-top-recruitment__recruitment {
    padding: 40px 0 80px;
  }
}
.p-top-recruitment__img {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.p-top-recruitment__img.swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-recruitment__img.swiper-container .swiper-slide {
  width: 100%;
  text-align: center;
}
.p-top-recruitment__img.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-recruitment__img.swiper-container .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-recruitment__img.swiper-container .swiper-button-prev,
.p-top-recruitment__img.swiper-container .swiper-button-next {
  color: #333;
}

.--box {
  max-width: 320px;
  padding: 32px 0;
  border: #333333 1px solid;
}
@media screen and (max-width: 767px) {
  .--box {
    padding: 16px 0;
    text-align: center;
  }
}

.p-top-news {
  margin-top: 136px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-bottom: 64px;
    margin-top: 80px;
  }
}
.p-top-news__wrapper {
  margin-top: 40px;
}
.p-top-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border-top: 1px solid #888;
  padding: 1.5rem 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.p-top-news__item:last-child {
  border-bottom: 1px solid #888;
}
.p-top-news__date {
  margin-bottom: 0.5rem;
  color: #818181;
}
.p-top-news__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__text {
    font-size: 1.5rem;
  }
}

.p-top-sns {
  margin-top: 136px;
}
.p-top-sns__facebook {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-sns__facebook {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sns {
    margin-top: 64px;
  }
}

.fb-embed-responsive-pc {
  display: block;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .fb-embed-responsive-pc {
    display: none;
  }
}

.fb-embed-responsive-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fb-embed-responsive-sp {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}

.button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
  text-align: center;
}
.button-more__link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  border: 1px solid #333;
  text-align: center;
  width: 100%;
  max-width: 335px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button-more__link:hover {
  background-color: #000;
  color: #fff;
}

.instagram-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: min(100%, 760px);
  margin: 32px auto 0;
}
.instagram-grid__item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.instagram-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.instagram-grid__item:hover img,
.instagram-grid__item:focus-visible img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.instagram-grid__item:focus-visible {
  outline: 2px solid #333;
  outline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .instagram-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
  }
}

.instagram-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.78);
}
.instagram-modal[aria-hidden=false] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.instagram-modal__panel {
  position: relative;
  width: 100%;
  max-width: 760px;
  text-align: center;
}
.instagram-modal__image {
  display: block;
  width: 100%;
  max-height: 78vh;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
.instagram-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
}
.instagram-modal__link {
  display: inline-block;
  margin-top: 16px;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Shippori Mincho", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  text-decoration: none;
}
.is-instagram-modal-open {
  overflow: hidden;
}

.scroll-gallery {
  margin-top: 96px;
  overflow: hidden;
  width: 100%;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .scroll-gallery {
    margin-top: 64px;
  }
}
.scroll-gallery__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
}
.scroll-gallery__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  margin: 0;
  padding: 0;
}
.scroll-gallery__img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.--mb {
  margin-bottom: 40px;
}

.ig {
  max-width: 141px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ig {
    max-width: 64px;
  }
}

.p-about {
  color: red;
}
/*# sourceMappingURL=style.css.map */
