* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
body > * {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

section {
  overflow: hidden;
}

a.is-disabled {
  pointer-events: none;
  cursor: default;
}

h2 {
  font-size: 5.1282051282vw;
  line-height: 1.2;
}

h3 {
  font-size: 5.1282051282vw;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    font-size: 1.3888888889vw;
  }
  h2 {
    font-size: 1.6666666667vw;
  }
  h3 {
    font-size: 1.3888888889vw;
  }
}
.f-jost {
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

.f-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.l-text-center {
  text-align: center;
}

.l-bg-navy {
  background-color: #002c45;
  color: #fff;
}

.l-color-navy {
  color: #002c45;
}

.l-bg-yellow {
  background-color: #dae002;
  color: #000;
}

.l-color-yellow {
  color: #dae002;
}

.l-bg-burgundy {
  background-color: #9d1b5b;
  color: #fff;
}

.l-color-burgundy {
  color: #9d1b5b;
}

.l-bg-khaki {
  background-color: #87922a;
  color: #fff;
}

.l-color-khaki {
  color: #87922a;
}

.l-bg-light-gray {
  background-color: #f0f2f4;
  color: #000;
}

.l-color-light-gray {
  color: #f0f2f4;
}

.l-bg-gray {
  background-color: #758c9e;
  color: #fff;
}

.l-color-gray {
  color: #758c9e;
}

.l-inner {
  padding: 0 5.1282051282vw;
}

.is-sp-only {
  display: initial;
}

.is-pc-only {
  display: none;
}

@media (min-width: 768px) {
  .l-inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0 1.3888888889vw;
  }
  .is-sp-only {
    display: none;
  }
  .is-pc-only {
    display: initial;
  }
}
.event-link-card-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10.2564102564vw;
}
.event-link-card-content .event-link-card {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.25);
  color: #000;
  text-decoration: none;
}

.event-link-card .card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-link-card .card-body {
  gap: 10.2564102564vw;
  padding: 4.1025641026vw;
}
.event-link-card .card-body .label {
  display: inline-block;
  padding: 1.0256410256vw 2.5641025641vw;
  background-color: #dae002;
  color: #002c45;
  font-size: clamp(12px, 0.9722vw, 14px);
  font-weight: bold;
  line-height: 1;
}
.event-link-card .card-body .title {
  margin: 6px 0 0;
  font-size: clamp(14px, 1.3888888vw, 20px);
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .event-link-card-content {
    gap: 2.7777777778vw 5.5555555556vw;
  }
  .event-link-card-content .event-link-card {
    width: calc((100% - 5.5555555556vw) / 2);
  }
  .event-link-card .card-body {
    padding: 1.6666666667vw;
  }
  .event-link-card .card-body .label {
    padding: 0.3472222222vw 0.8333333333vw;
    font-size: 0.9722222222vw;
  }
  .event-link-card .card-body .title {
    margin: 8px 0 0;
    font-size: 1.3888888889vw;
  }
}
.link-card-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.1282051282vw;
}
.link-card-content .link-card {
  display: block;
  background-color: #fff;
  border-radius: 25px;
  color: #000;
  text-decoration: none;
  box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.link-card-content .link-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-rounded {
  display: inline-block;
  margin: 48px auto 24px;
  padding: 10px 24px;
  border-radius: 32px;
  text-align: center;
}

.line-heading {
  padding: 8px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: clamp(12px, 1.3888888vw, 20px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.line-heading.l-color-navy {
  border-color: #002c45;
}

/*
* Header
*/
.page-header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
}
.page-header .l-inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 21px 16px;
  padding: 0 16px 0 0;
}
.page-header .head-logo {
  width: calc(100% - 48px);
  margin: 0;
  padding-right: 16px;
  font-size: 100%;
  line-height: 1;
}
.page-header .head-logo img {
  min-height: 22px;
}

.menu-btn {
  display: none;
  position: relative;
  grid-column: 2;
  width: 48px;
  aspect-ratio: 1/1;
}
.menu-btn > span {
  width: 36px;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: #999;
  transform: translate(-50%, -50%);
}
.menu-btn > span:nth-child(1) {
  top: calc(50% - 4px);
}
.menu-btn > span:nth-child(2) {
  top: calc(50% + 4px);
}

@media (min-width: 768px) {
  .page-header .l-inner {
    padding: 24px 80px;
  }
}
/*
* Footer
*/
.page-footer {
  background-color: #002c45;
  color: #fff;
}
.page-footer a {
  color: #fff;
  text-decoration: none;
}
.page-footer .l-inner {
  padding-top: 16.4102564103vw;
  padding-bottom: 16.4102564103vw;
}
.page-footer .footer-logo {
  font-size: 0.9285714286rem;
}
.page-footer .foot-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10.2564102564vw auto;
  font-size: 0.8571428571rem;
}
.page-footer .foot-navi > * {
  width: calc(50% - 10px);
}
.page-footer .copy-right {
  font-size: 1.0714285714rem;
}

@media (min-width: 768px) {
  .page-footer .l-inner {
    display: grid;
    grid-template-columns: 1fr 355px;
    grid-template-rows: auto auto;
    gap: 2.7777777778vw 0;
    max-width: 1320px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-footer .footer-logo {
    grid-column: 1/3;
    grid-row: 1;
  }
  .page-footer .foot-navi {
    grid-column: 1;
    grid-row: 2;
    flex-wrap: wrap;
    gap: 0 1.6666666667vw;
    margin: 0;
  }
  .page-footer .foot-navi > * {
    width: auto;
  }
  .page-footer .copy-right {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
  }
}
/*
* Foot Copy
*/
.foot-copy {
  background-color: #fff;
}
.foot-copy picture, .foot-copy img {
  width: 100%;
}

/*
* Top
*/
.kv-section .l-inner {
  position: relative;
}
.kv-section .main-logo img {
  display: block;
  margin: auto;
}
.kv-section .image-marquee {
  margin-top: 9.2307692308vw;
}
.kv-section .image-marquee img {
  max-width: none;
  height: 180px;
}
.kv-section .sticker {
  position: absolute;
  right: -12px;
  bottom: -160px;
  width: clamp(120px, 38.9743589744vw, 152px);
  z-index: 1;
}
.kv-section .news-content {
  margin-top: 22px;
  line-height: 1;
  background: rgba(218, 224, 2, 0.3);
}
.kv-section .news-content .l-inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
}
.kv-section .news-content .label {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background-color: #002c45;
  color: #fff;
}
.kv-section .news-content .splide {
  width: calc(100% - 71px);
}
.kv-section .news-content .splide .splide__list {
  align-items: center;
}
.kv-section .news-content .splide .splide__slide {
  padding: 10px 16px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .kv-section .l-inner {
    margin-right: 5.5555555556vw;
    margin-left: 5.5555555556vw;
    padding: 1.1111111111vw 5.5555555556vw 0;
  }
  .kv-section .main-logo img {
    width: 39.4444444444vw;
    margin-right: auto;
    margin-left: 0;
  }
  .kv-section .image-marquee {
    width: 24.3055555556vw;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .kv-section .image-marquee img {
    width: 100%;
    height: auto;
  }
  .kv-section .image-marquee .vertical-marquee-inner {
    display: block;
  }
  .kv-section .sticker {
    right: -9px;
    bottom: 0;
    width: 220px;
    width: 15.2777777778vw;
    z-index: 11;
  }
  .kv-section .news-content {
    width: 100%;
    margin-top: 30px;
  }
  .kv-section .news-content .l-inner {
    max-width: 1320px;
  }
  .kv-section .news-content .label {
    font-size: 1.2857142857rem;
  }
  .kv-section .news-content .splide {
    font-size: 1.2857142857rem;
  }
  .kv-section .news-content .splide .splide__slide {
    padding: 8px 25px;
  }
}
.message-section {
  position: relative;
}
.message-section .l-inner {
  padding: 80px 60px;
  padding: 20.5128205128vw 15.3846153846vw;
}
.message-section .f-jost {
  position: absolute;
  top: 78px;
  left: -20px;
  margin: 0;
  color: #fff;
  font-size: clamp(72px, 12.5vw, 180px);
  font-weight: 500;
  line-height: 1;
  writing-mode: vertical-rl;
}
.message-section p {
  margin: 3.5897435897vw 0 0;
  line-height: 2;
}
.message-section p:first-child {
  margin-top: 0;
}
.message-section p.text-image {
  margin-top: 3.5897435897vw;
  color: #002c45;
  font-weight: bold;
  font-size: clamp(20px, 2.22vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.15rem;
}

@media (min-width: 768px) {
  .message-section .l-inner {
    position: relative;
    margin: 0 5.5555555556vw;
    padding: 11.1111111111vw 8.3333333333vw 13.3333333333vw;
    z-index: 1;
  }
  .message-section .f-jost {
    top: 50%;
    left: -28px;
    font-size: 12.5vw;
    transform: translate(0, -50%);
  }
  .message-section p {
    margin: 2.2222222222vw 0 0;
  }
  .message-section p.text-image {
    margin: 2.2222222222vw 0 0;
    font-size: 2.2222222222vw;
  }
}
.marquee-section {
  padding-top: 160px;
  padding-bottom: 160px;
}
.marquee-section .text-image-marquee-1 {
  height: 65px;
}
.marquee-section .text-image-marquee-1 img {
  display: block;
  max-width: none;
  width: 804px;
  height: 65px;
  flex: 0 0 auto;
}
.marquee-section .text-image-marquee-2 {
  margin-top: 20px;
  height: 41px;
}
.marquee-section .text-image-marquee-2 img {
  display: block;
  max-width: none;
  width: 1045px;
  height: 41px;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .marquee-section .text-image-marquee-1 {
    height: clamp(65px, 8.33333vw, 120px);
  }
  .marquee-section .text-image-marquee-1 img {
    height: 100%;
  }
  .marquee-section .text-image-marquee-2 {
    height: clamp(41px, 5.69444vw, 82px);
    margin-top: 40px;
  }
  .marquee-section .text-image-marquee-2 img {
    height: 100%;
  }
}
.event-section {
  padding: 80px 0;
  background: rgba(200, 200, 200, 0.1);
}
.event-section > h2.f-jost {
  font-size: clamp(30px, 7.6vw, 124px);
  text-align: center;
  line-height: 1;
}

.event-block {
  position: relative;
  margin-top: 48px;
  padding: 80px 5.1282051282vw 100px;
  border-radius: 32px;
}
.event-block h3 {
  margin: 0;
  font-size: clamp(40px, 6.1vw, 88px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.event-block h3 + .lead-text {
  margin-top: 12px;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.event-block .sticker {
  position: absolute;
  top: -35px;
  left: -16px;
  width: 100px;
}

.event-link-card-content {
  margin-top: 48px;
}

.schedule-block {
  width: calc(100% - 40px);
  margin: 48px auto 0;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 32px;
  border: 1px solid #a6b3be;
  text-align: center;
}
.schedule-block .heading-rounded {
  margin-top: 0;
}
.schedule-block .heading-rounded span {
  display: inline-block;
}
.schedule-block .schedule-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.schedule-block .text {
  display: flex;
  margin: 24px 10px 0;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 1.7vw, 24px);
  font-weight: bold;
  line-height: 1.6;
}
.schedule-block .text p {
  margin: 0;
  padding: 0 8px 0 0;
  text-align: right;
  color: #e94816;
}
.schedule-block .text img {
  width: block;
  width: 55px;
}

@media (min-width: 768px) {
  .event-section {
    padding: 80px 0 160px;
  }
  .event-block {
    margin-right: 5.5555555556vw;
    margin-left: 5.5555555556vw;
    padding: 5.5555555556vw;
  }
  .event-block h3 + .lead-text {
    margin-top: 16px;
  }
  .event-block .sticker {
    top: -47px;
    left: -36px;
    width: 15.2777777778vw;
  }
  .event-link-card-content {
    margin-right: auto;
    margin-left: auto;
  }
  .schedule-block {
    width: 63.8888888889vw;
    margin-right: auto;
    margin-left: auto;
    padding: 2.2222222222vw;
  }
  .schedule-block .heading-rounded br {
    display: none;
  }
  .schedule-block .text {
    width: 34.7222222222vw;
    margin: 24px auto 0;
  }
  .schedule-block .text p {
    padding-right: 16px;
    text-align: right;
  }
  .schedule-block .text img {
    width: 6.1805555556vw;
  }
}
.other-event-section {
  padding: 48px 0;
  background-color: #fff;
}
.other-event-section h2 {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1;
}
.other-event-section .line-heading {
  margin: 52px 0 24px;
}
.other-event-section .link-card-content .link-card {
  width: calc((100% - 10.2564102564vw) / 2);
  aspect-ratio: 160/190;
}

@media (min-width: 768px) {
  .other-event-section {
    padding: 80px 0;
    background-color: #e2e3c7;
  }
  .other-event-section .l-inner {
    background-color: #fff;
    border-radius: 32px;
    margin-right: 5.5555555556vw;
    margin-left: 5.5555555556vw;
    padding: 5.5555555556vw;
  }
  .other-event-section .line-heading {
    margin: 32px 0;
  }
  .other-event-section .link-card-content {
    gap: 2.7777777778vw;
  }
  .other-event-section .l-grid-block {
    display: grid;
    grid-template-columns: 57.6388888889vw 17.2222222222vw;
    grid-template-rows: auto auto;
    gap: 2.7777777778vw;
    flex-shrink: 0;
  }
  .other-event-section .l-grid-block .l-block:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .other-event-section .l-grid-block .l-block:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .other-event-section .l-grid-block .l-block:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .other-event-section .l-grid-block .l-block:nth-child(odd) .link-card {
    width: calc((100% - 5.5555555556vw) / 3);
  }
  .other-event-section .l-grid-block .l-block:nth-child(even) .link-card {
    width: 100%;
  }
}

/*# sourceMappingURL=5th-anniversary.css.map */
