@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400..700&family=Shippori+Mincho&display=swap");
:root {
  --txt-color: #fff;
  --acc-color: #c8964d;
  --base-color: #04245D;
  --font-family: "Libre Baskerville", "Noto Serif JP", serif;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-shippori: "Shippori Mincho", serif;
  --body-pad: 20px;
  --trans-time: 0.3s;
  --pc-header-height: 70px;
}

/* 1023px以下のとき、強制的に1カラム（縦並び）にする */
@media (width < 1024px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
    /* 横並びを解除して折り返す */
  }
  .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    /* 各カラムの幅を100%にして1列にする */
    margin-left: 0 !important;
    /* 標準の横並び用マージンをリセット */
    margin-bottom: 1.5em;
    /* 縦に並んだときの間隔（お好みで調整） */
  }
  .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 0;
    /* 最後の子要素の下マージンは不要 */
  }
}
body {
  color: var(--txt-color);
  font-family: var(--font-family);
  line-height: 1.7;
  font-size: clamp(14px, 12.3425414365px + 0.4419889503vw, 18px);
  background-color: var(--base-color);
  background-image: url(../../../uploads/2026/07/bg-1126x2048.jpg);
  background-image: url(../../../uploads/2026/07/bg-1126x2048.jpg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 110% auto;
}
@media (640px <= width) {
  body {
    background-size: 100% auto;
    background-image: url(../../../uploads/2026/07/bg.jpg);
    background-image: url(../../../uploads/2026/07/bg.jpg.webp);
  }
}

a:hover img {
  opacity: 0.7;
  transition: opacity var(--trans-time) ease;
}

.wp-block-sliderberg-sliderberg .sliderberg-slide {
  background-color: transparent !important;
}
.wp-block-sliderberg-sliderberg .sliderberg-slide-content {
  padding: 0 !important;
  overflow: hidden;
}
.wp-block-sliderberg-sliderberg .sliderberg-slide-content .wp-block-image {
  overflow: hidden;
}
.wp-block-sliderberg-sliderberg .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0 10px !important;
}
.wp-block-sliderberg-sliderberg .swiper-pagination-bullet-active {
  background-color: var(--acc-color);
}

.l-header {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
}
.l-header .c-fluid-container {
  padding: 0 20px 0 10px;
}
@media (1024px <= width) {
  .l-header .c-fluid-container {
    padding: 0 14px 0 25px;
  }
}
@media (1024px <= width) {
  .l-header .c-fluid-container .c-row,
.l-header .c-fluid-container .c-row__col {
    height: var(--pc-header-height);
  }
}
.l-header .c-fluid-container .c-row__col:has(.p-global-nav) {
  padding-right: 0;
  margin-right: 26px;
}
.l-header .c-fluid-container .l-1row-header__branding {
  padding: 0;
}
@media (1024px <= width) {
  .l-header .c-fluid-container .c-site-branding {
    height: var(--pc-header-height);
    display: flex;
    align-items: center;
  }
}
.l-header .c-fluid-container .c-site-branding__title .custom-logo {
  width: clamp(140px, 125.4972375691px + 3.8674033149vw, 175px);
}
.l-header .c-hamburger-btn__bars {
  margin: 0 auto 1px;
  height: 24px;
  width: 30px;
}
.l-header .c-hamburger-btn__bar:nth-of-type(2) {
  top: 9px;
}
.l-header .c-hamburger-btn__bar:nth-of-type(3) {
  top: 18px;
}
.l-header .c-hamburger-btn__label {
  font-size: 10px;
}

.c-header-btn {
  order: 1;
  height: var(--pc-header-height);
}
.c-header-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 225px;
  height: var(--pc-header-height);
  background-color: var(--acc-color);
  text-decoration: none;
  color: var(--txt-color);
}
.c-header-btn__link:hover {
  opacity: 0.7;
  transition: opacity var(--trans-time) ease;
}
.c-header-btn__link .fa-solid {
  margin-left: 20px;
}
.c-header-icon {
  margin-right: 12px;
}
.c-header-icon__link {
  font-size: 28px;
  line-height: 1;
  color: var(--txt-color);
}

.p-global-nav .c-navbar {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.p-global-nav .c-navbar__item > a {
  padding: 0;
  height: var(--pc-header-height);
  transition: opacity var(--trans-time) ease;
  gap: 9px;
}
.p-global-nav .c-navbar__item > a > span {
  line-height: 1;
  font-weight: normal;
  font-size: 16px;
  color: var(--acc-color);
}
.p-global-nav .c-navbar__item > a > small {
  line-height: 1;
  font-size: 12px;
}
.p-global-nav .c-navbar__item > a:hover {
  opacity: 0.7;
}
.p-global-nav .c-navbar__item > a:hover > span {
  color: var(--acc-color);
}
.p-global-nav .c-navbar__item > a:hover > small {
  color: var(--txt-color);
}

.c-drawer {
  background-color: rgba(0, 0, 0, 0.8);
  width: min(20rem, 55%);
}
.c-drawer__item > a {
  display: flex;
  flex-direction: column;
}
.c-drawer__item > a > span {
  font-size: 16px;
  color: var(--acc-color);
}
.c-drawer__item > a > small {
  font-size: 12px;
  color: var(--txt-color);
}

.sec-wrap {
  padding-top: clamp(45px, 32.5690607735px + 3.3149171271vw, 75px)  !important;
  padding-bottom: clamp(45px, 32.5690607735px + 3.3149171271vw, 75px)  !important;
  margin-top: 0;
}
@media (width < 1023.98px) {
  .sec-wrap {
    padding: 0 var(--body-pad);
  }
}
.sec-head__ttl {
  max-width: 450px;
  color: var(--acc-color);
  line-height: 1;
  border-bottom: 1px solid var(--acc-color);
  padding-bottom: 10px;
  font-size: clamp(30px, 22.5414364641px + 1.9889502762vw, 48px);
  font-weight: normal;
}
.sec-head__sttl {
  margin-top: 10px;
  line-height: 1;
  font-size: clamp(14px, 12.3425414365px + 0.4419889503vw, 18px);
}
.sec-mttl {
  font-size: clamp(14px, 9.8563535912px + 1.1049723757vw, 24px);
  text-align: center;
  color: var(--acc-color);
  line-height: 1;
}
.sec-sttl {
  font-size: clamp(18px, 17.1712707182px + 0.2209944751vw, 20px);
  text-align: center;
}
@media (1024px <= width) {
  .sec-sttl {
    -moz-text-align-last: left;
         text-align-last: left;
    line-height: 1;
  }
}

.col-head {
  color: var(--acc-color);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--acc-color);
  gap: 12px;
  align-items: baseline;
  width: 100%;
}
.col-head__ttl {
  line-height: 1;
  font-size: 36px;
}
.col-head__sttl {
  line-height: 1;
  font-size: 18px;
}

.p-section-front-page-content {
  padding-top: 0;
  padding-bottom: 0;
}
@media (1024px <= width) {
  .p-section-front-page-content {
    padding-top: var(--pc-header-height);
  }
}

.media-card {
  row-gap: 30px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.media-card__wrapper {
  margin-top: clamp(40px, 27.5690607735px + 3.3149171271vw, 70px);
}
.media-card__img-wrap {
  margin-bottom: 0 !important;
}
.media-card__body {
  font-size: clamp(14px, 11.5138121547px + 0.6629834254vw, 20px);
  line-height: 1.7;
}
@media (1024px <= width) {
  .media-card__body {
    line-height: 2.6;
    padding-top: 40px;
  }
}
@media (width < 1024px) {
  .media-card__body {
    text-align: center;
  }
}
@media (width < 1024px) {
  .media-card__reverse .media-card__img-wrap {
    order: 1;
  }
}
@media (width < 1024px) {
  .media-card__reverse .media-card__body {
    order: 2;
  }
}

.sec-wrap__mv {
  padding-top: 25px !important;
}
@media (1024px <= width) {
  .sec-wrap__mv {
    padding-top: 134px !important;
  }
}

.mv-jimon {
  width: clamp(310px, 156.6850828729px + 40.8839779006vw, 680px)  !important;
}
.mv-img__ttl {
  margin-top: calc(clamp(29px, 11.182320442px + 4.7513812155vw, 72px) * -1);
  width: clamp(260px, 100.4696132597px + 42.5414364641vw, 645px)  !important;
}
.mv-lead {
  font-size: clamp(16px, 11.4419889503px + 1.2154696133vw, 27px);
  letter-spacing: 1px;
  color: var(--acc-color);
  line-height: 1;
  margin-top: 10px;
}
.mv-date {
  width: clamp(245px, 174.1436464088px + 18.8950276243vw, 416px)  !important;
  margin-top: clamp(37px, 27.0552486188px + 2.6519337017vw, 61px);
}

.sec-wrap__about {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0 !important;
}
@media (width < 639.98px) {
  .sec-wrap__about {
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

.about__content {
  margin-top: 40px;
}
@media (1024px <= width) {
  .about__content {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    height: 580px;
    background-image: url(../../../uploads/2026/07/about-01b.png);
    background-image: url(../../../uploads/2026/07/about-01b.png.webp);
  }
}
.about__lead {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../uploads/2026/07/about-01b.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../uploads/2026/07/about-01b.png.webp);
  background-repeat: no-repeat;
  background-size: 115% auto;
  background-position: right bottom;
  font-size: clamp(14px, 11.5138121547px + 0.6629834254vw, 20px);
  line-height: 2.5;
  letter-spacing: 1px;
  padding-bottom: 100px;
}
@media (640px < width) {
  .about__lead {
    background-position: right top;
    background-image: url(../../../uploads/2026/07/about-01b.png);
    background-image: url(../../../uploads/2026/07/about-01b.png.webp);
  }
}
@media (width < 1024px) {
  .about__lead {
    text-align: center;
    letter-spacing: -0.8px;
  }
}
@media (1024px <= width) {
  .about__lead {
    background-image: none;
    padding-bottom: 0 !important;
    width: 100%;
  }
}
@media (1024px <= width < 1340px) {
  .about__lead {
    padding-left: 30px;
  }
}

.sec-wrap__info {
  padding-bottom: 60px !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../../uploads/2026/07/info-bak-1024x683.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../../uploads/2026/07/info-bak-1024x683.jpg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (1280px <= width) {
  .sec-wrap__info {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../../uploads/2026/07/info-bak.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../../uploads/2026/07/info-bak.jpg.webp);
  }
}
.sec-wrap__info .info-img__date {
  margin-top: 40px;
  width: clamp(245px, 228.4254143646px + 4.4198895028vw, 285px);
}
.sec-wrap__info .info-wrapper {
  border: 1px solid var(--acc-color);
  padding: 25px 0 30px;
  font-family: var(--font-sans);
}
@media (1024px <= width) {
  .sec-wrap__info .info-wrapper {
    padding-block: 50px;
  }
}
.sec-wrap__info .info-cols {
  row-gap: 0;
  text-align: center;
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols {
    text-align: left;
  }
}
.sec-wrap__info .info-cols__head {
  margin-bottom: 14px;
}
.sec-wrap__info .info-cols__ttl {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  width: 250px;
  border-bottom: 2px solid var(--acc-color);
  padding-bottom: 8px;
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__ttl {
    text-align: center;
    width: 140px;
    margin-right: 0 !important;
  }
}
@media (width < 1024px) {
  .sec-wrap__info .info-cols__ttl span:first-child {
    margin-right: 1em;
  }
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__ttl span {
    white-space: nowrap;
    display: block;
  }
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__price .info-cols__head {
    margin-bottom: 0;
  }
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__price .info-cols__ttl {
    margin-bottom: 0;
    position: relative;
    top: 6px;
  }
}
.sec-wrap__info .info-cols__price .info-cols__content {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__price .info-cols__content {
    font-size: 18px;
  }
}
.sec-wrap__info .info-cols__price .info-cols__content .info-cols__price span {
  margin: 0 6px;
  font-size: 40px;
  font-family: var(--font-shippori);
}
.sec-wrap__info .info-cols__price .info-cols__content .info-cols__price + p {
  margin-top: 12px;
}
.sec-wrap__info .info-cols__time {
  margin-top: 50px;
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__time {
    margin-top: 40px;
  }
}
.sec-wrap__info .info-cols__time .info-cols__content {
  font-size: 16px;
}
@media (width < 1024px) {
  .sec-wrap__info .info-cols__time .info-cols__content {
    text-align: left;
    margin-left: calc((100% - 250px) / 2) !important;
  }
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__time .info-cols__content {
    font-size: 18px;
  }
}
.sec-wrap__info .info-cols__time .info-cols__content p > span {
  font-size: 12px;
}
@media (1024px <= width) {
  .sec-wrap__info .info-cols__time .info-cols__content p > span {
    font-size: 14px;
    margin-left: 3px;
  }
}
.sec-wrap__info .info-alert {
  font-family: var(--font-sans);
  font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
  line-height: 1.6;
}
@media (1024px <= width) {
  .sec-wrap__info .info-alert {
    white-space: nowrap;
  }
}
.sec-wrap__info .info-alert__list {
  margin-top: 10px;
}

.wrapper-light_music {
  margin-top: 0;
  background-position: center -30.906vw;
  background-size: 100% auto;
  background-image: url(../../../uploads/2026/07/bg-1126x2048.jpg);
  background-image: url(../../../uploads/2026/07/bg-1126x2048.jpg.webp);
  background-repeat: no-repeat;
}
@media (640px <= width) {
  .wrapper-light_music {
    background-image: url(../../../uploads/2026/07/bg.jpg);
    background-image: url(../../../uploads/2026/07/bg.jpg.webp);
  }
}

.sec-wrap__light {
  background-position: center top;
  background-size: cover;
  background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg);
  background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg.webp);
}
@media (1024px <= width) {
  .sec-wrap__light {
    padding-top: 100px !important;
    background: none;
  }
}
.sec-wrap__light .light-slides {
  margin-top: 45px;
}
@media (1024px <= width) {
  .sec-wrap__light .light-slides {
    margin-top: 70px;
  }
}

.sec-wrap__music {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (width < 639.98px) {
  .sec-wrap__music {
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg.webp);
  }
}
@media (640px <= width < 1024px) {
  .sec-wrap__music {
    background-image: url(../../../uploads/2026/07/bg_bl.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl.jpg.webp);
  }
}
@media (width < 1024px) {
  .sec-wrap__music {
    padding-bottom: 0 !important;
  }
}
@media (1024px <= width) {
  .sec-wrap__music {
    background-position: center -30.906vw;
  }
}
.sec-wrap__music .cols {
  margin-top: 65px;
  display: grid;
  row-gap: 0;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
@media (1024px <= width) {
  .sec-wrap__music .cols {
    margin-top: 50px;
    row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto 1fr auto;
  }
}
@media (width < 1024px) {
  .sec-wrap__music .cols-col {
    margin: 0 calc(var(--body-pad) * -1) !important;
    padding: 50px var(--body-pad);
    background-repeat: no-repeat;
  }
}
@media (width < 639.98px) {
  .sec-wrap__music .cols-col {
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg.webp);
  }
}
@media (640px <= width < 1024px) {
  .sec-wrap__music .cols-col {
    background-image: url(../../../uploads/2026/07/bg_bl.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl.jpg.webp);
  }
}
@media (1024px <= width) {
  .sec-wrap__music .cols-col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    min-width: 0;
    overflow: hidden;
  }
}
.sec-wrap__music .cols-col__ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  line-height: 1.4;
  padding: 18px 0 24px;
}
@media (1024px <= width) {
  .sec-wrap__music .cols-col .wp-block-sliderberg-sliderberg {
    width: 100% !important;
    max-width: 400px !important;
    min-width: 0 !important;
    overflow: hidden;
  }
}
@media (1024px <= width) {
  .sec-wrap__music .cols-col .wp-block-sliderberg-sliderberg .swiper-wrapper,
.sec-wrap__music .cols-col .wp-block-sliderberg-sliderberg .swiper-slide {
    max-width: 100% !important;
  }
}
.sec-wrap__music .cols-col__body {
  font-size: 14px;
  line-height: 2;
  margin-top: 0;
  font-family: var(--font-sans);
}
.sec-wrap__music .cols-col__footer {
  width: 100%;
}
.sec-wrap__music .cols-col__icons {
  font-size: 14px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}
.sec-wrap__music .cols-col__icons li {
  line-height: 1;
  margin: 0;
}
.sec-wrap__music .cols-col__icons a {
  color: var(--txt-color);
  white-space: nowrap;
}
.sec-wrap__music .cols-col__icons .wp-font-awesome-icon {
  font-size: 16px;
}

.sec-wrap__dinner {
  background-position: center top;
  background-size: 100% auto;
}
@media (width < 639.98px) {
  .sec-wrap__dinner {
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg.webp);
  }
}
@media (640px <= width < 1024px) {
  .sec-wrap__dinner {
    background-image: url(../../../uploads/2026/07/bg_bl.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl.jpg.webp);
  }
}
@media (width < 1024px) {
  .sec-wrap__dinner {
    padding-bottom: 0 !important;
  }
}
@media (1024px <= width) {
  .sec-wrap__dinner {
    background-position: center -30.906vw;
    background-repeat: no-repeat;
    background-image: url(../../../uploads/2026/07/bg.jpg);
    background-image: url(../../../uploads/2026/07/bg.jpg.webp);
  }
}
.sec-wrap__dinner .wp-block-sliderberg-sliderberg {
  margin-top: 10px;
}
@media (1024px <= width) {
  .sec-wrap__dinner .wp-block-sliderberg-sliderberg {
    margin-top: 30px;
  }
}
@media (width < 1024px) {
  .sec-wrap__dinner .dinner-cols__wrap {
    margin: 0 calc(var(--body-pad) * -1) !important;
    padding: 60px var(--body-pad);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: var(--base-color);
  }
}
@media (width < 639.98px) {
  .sec-wrap__dinner .dinner-cols__wrap {
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg.webp);
  }
}
@media (640px <= width < 1024px) {
  .sec-wrap__dinner .dinner-cols__wrap {
    background-image: url(../../../uploads/2026/07/bg_bl.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl.jpg.webp);
  }
}
@media (1024px <= width) {
  .sec-wrap__dinner .dinner-cols__wrap {
    margin-top: 125px;
  }
}
@media (1024px <= width) {
  .sec-wrap__dinner .dinner-cols {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.sec-wrap__dinner .dinner-cols__col p {
  line-height: 2;
}
.sec-wrap__dinner .sec-mttl__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media (1024px <= width) {
  .sec-wrap__dinner .sec-mttl__wrapper {
    margin-top: 65px;
  }
}
@media (640px <= width) {
  .sec-wrap__dinner .sec-mttl {
    padding-inline: 30px;
    height: 40px;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    background-image: url(../img/dinner-titlebak__right.png), url(../img/dinner-titlebak__left.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, left top;
  }
}

.access-cols {
  margin-top: clamp(40px, 27.5690607735px + 3.3149171271vw, 70px);
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.access-col__desc {
  font-family: var(--font-sans);
}
@media (1024px <= width) {
  .access-col__desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.access-col__map .access-map {
  width: 100%;
}
.access-head {
  text-align: center;
}
.access-head__ttl {
  font-size: clamp(16px, 10.1988950276px + 1.546961326vw, 30px);
  line-height: 1;
}
.access-head__sttl {
  margin-top: 16px;
  font-size: clamp(16px, 15.1712707182px + 0.2209944751vw, 18px);
  font-weight: bold;
  line-height: 1;
}
.access-body {
  margin-inline: 0 !important;
}
.access-body__ttl {
  font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
  border-bottom: 1px solid var(--acc-color);
}
@media (1024px <= width) {
  .access-body__ttl {
    padding-left: 12px;
  }
}
.access-body__content {
  font-size: clamp(12px, 11.1712707182px + 0.2209944751vw, 14px);
  line-height: 2.5;
  letter-spacing: -0.3px;
  margin-top: 5px;
}
@media (1024px <= width) {
  .access-body__content {
    padding-left: 12px;
  }
}

.l-footer {
  padding-top: 50px;
  border: none;
  background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg);
  background-image: url(../../../uploads/2026/07/bg_bl-1012x1536.jpg.webp);
  background-position: center bottom;
  background-size: cover;
}
@media (640px <= width) {
  .l-footer {
    background-image: url(../../../uploads/2026/07/bg_bl.jpg);
    background-image: url(../../../uploads/2026/07/bg_bl.jpg.webp);
  }
}
@media (width < 1024px) {
  .l-footer {
    padding-bottom: 70px;
  }
}
.l-footer .yt {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: clamp(30px, 17.5690607735px + 3.3149171271vw, 60px) auto clamp(70px, 47.2099447514px + 6.0773480663vw, 125px);
}
@media (width < 1024px) {
  .l-footer .yt {
    padding-inline: var(--body-pad);
  }
}
.l-footer .yt iframe {
  width: 100%;
  height: 100%;
}

.c-site-logo {
  display: block;
  margin: 0 auto;
  width: clamp(200px, 146.1325966851px + 14.364640884vw, 330px);
}

.c-copyright {
  padding-top: 35px;
  padding-bottom: clamp(20px, 3.4254143646px + 4.4198895028vw, 60px);
  font-size: clamp(12px, 11.1712707182px + 0.2209944751vw, 14px);
}
@media (width < 639.98px) {
  .c-copyright {
    letter-spacing: -0.3px;
  }
}
.c-copyright--inverse {
  background-color: transparent;
}
@media (1024px <= width) {
  .c-copyright > .c-fluid-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: baseline;
  }
}
@media (1024px <= width) {
  .c-copyright > .c-fluid-container .c-copyright__txt {
    grid-column: 2;
    justify-self: center;
  }
}
@media (1024px <= width) {
  .c-copyright > .c-fluid-container .c-copyright__icon {
    grid-column: 3;
    justify-self: end;
  }
}
.c-copyright > .c-fluid-container .c-copyright__icon a {
  font-size: 35px;
  line-height: 1;
}

.c-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100001;
}
@media (1024px <= width) {
  .c-fixed-bottom {
    display: none;
  }
}
.c-fixed-bottom__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 100%;
  height: 48px;
  background-color: var(--acc-color);
  text-decoration: none;
  color: var(--txt-color);
}
.c-fixed-bottom__link .fa-solid {
  margin-left: 17px;
}

@media (width < 1024px) {
  .u-no-pad {
    margin-inline: calc(var(--body-pad) * -1) !important;
  }
}
.u-fz14-16 {
  font-size: clamp(14px, 13.1712707182px + 0.2209944751vw, 16px);
}
.u-sans-serif {
  font-family: var(--font-sans);
}
.u-nowrap {
  white-space: nowrap !important;
}

@-webkit-keyframes myFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes myFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.my-fadein-up {
  opacity: 0;
}
.my-fadein-up.is-animated {
  -webkit-animation: myFadeInUp 2000ms ease forwards;
          animation: myFadeInUp 2000ms ease forwards;
}

@-webkit-keyframes myFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes myFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.my-fadein {
  opacity: 0;
}
.my-fadein.is-animated {
  -webkit-animation: myFadeIn 2000ms ease forwards;
          animation: myFadeIn 2000ms ease forwards;
}

@-webkit-keyframes myFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes myFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.my-fadein-right {
  opacity: 0;
}
.my-fadein-right.is-animated {
  -webkit-animation: myFadeInRight 2000ms ease forwards;
          animation: myFadeInRight 2000ms ease forwards;
}

@-webkit-keyframes myFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes myFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.my-fadein-left {
  opacity: 0;
}
.my-fadein-left.is-animated {
  -webkit-animation: myFadeInLeft 2000ms ease forwards;
          animation: myFadeInLeft 2000ms ease forwards;
}

.ani-delay-500 {
  -webkit-animation-delay: 500ms !important;
          animation-delay: 500ms !important;
}

.ani-delay-1000 {
  -webkit-animation-delay: 1000ms !important;
          animation-delay: 1000ms !important;
}

.ani-delay-1500 {
  -webkit-animation-delay: 1500ms !important;
          animation-delay: 1500ms !important;
}

.ani-delay-2000 {
  -webkit-animation-delay: 2000ms !important;
          animation-delay: 2000ms !important;
}
/*# sourceMappingURL=style.css.map */