@charset "utf-8";
:root{
  --main-color: #ea601f;
  --main-color02: #006ebb;
  --sub-color: #17a568;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: .8;
}
img {
  width: 100%;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.header {
  position: relative;
}

.header::after {
  content: "";
  display: block;
  width: 11.68vw;
  height: auto;
  aspect-ratio: 450/327;
  background: url(../img/hero-bottom.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -2.64vw;
  left: 5.29vw;
}

.page-event .header::before {
  content: "";
  display: block;
  width: 42.36vw;
  height: auto;
  aspect-ratio: 1630/369;
  background: url(../img/event-hero-center.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 21.33vw;
  z-index: 1;
}

.page-event .header::after {
  width: 9.96vw;
  bottom: -3.11vw;
  left: 5.21vw;
}

.hero {
  width: 100%;
  height: auto;
  aspect-ratio: 1284/500;
  background-image: linear-gradient(225deg, rgba(211, 237, 244, 0.4), rgba(134, 206, 225, 0.4));
  position: relative;
}

.page-event .hero {
  aspect-ratio: 1284/428;
}

.hero::before {
  content: "";
  display: block;
  width: 60.5vw;
  height: auto;
  aspect-ratio: 2331/828;
  background: url(../img/hero-left.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-event .hero::before {
  width: 21.33vw;
  aspect-ratio: 815/828;
  background-image: url(../img/event-hero-left.png) ;
}

.hero::after {
  content: "";
  display: block;
  width: 15.3vw;
  height: auto;
  aspect-ratio: 300/601;
  background: url(../img/hero-right.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.page-event .hero::after {
  width: 15.57vw;
  aspect-ratio: 200/367;
  background-image: url(../img/event-hero-right.png);
}

.hero-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  right: 8.17vw;
}

.page-event .hero-title {
  right: 15vw;
  z-index: 0;
}

.page-event .hero-title a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.77vw;
}

.hero-title-img {
  width: 53.7vw;
  position: relative;
  top: 4.67vw;
  z-index: 1;
}

.page-event .hero-title-img {
  width: 40.8vw;
  top: 2.33vw;
}

.hero-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.3vw;
  height: auto;
  aspect-ratio: 338/292;
  font-size: 2.72vw;
  font-weight: bold;
  color: var(--main-color);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.11em;
  background: url(../img/hero-title-year.png) no-repeat;
  background-size: cover;
  padding-top: 7.78vw;
  margin-left: -4.8vw;
  position: relative;
  z-index: 0;
}

.page-event .hero-title span {
  width: 19.54vw;
  aspect-ratio: 252/240;
  font-size: 2.18vw;
  background-image: url(../img/event-hero-title-year.png);
  padding: 7.78vw 0 0 0.85vw;
  margin-left: 0;
}

.event-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.34vw;
  padding-right: 4.5vw;
}

.page-event .event-summary {
  margin-top: -1.55vw;
}

.event-date {
  font-size: 3.27vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: scaleY(0.95);
}

.event-date::after {
  content: "";
  display: inline-block;
  width: 3.81vw;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/date01.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 0.38vw;
  left: 0.38vw;
}

.event-date .date-num {
  font-size: 5.76vw;
  letter-spacing: 0;
}

.event-date span {
  font-family: "Share Tech Mono", monospace;
  margin: 0 -0.1em;
}

.event-date .date-num span {
  margin: 0 -0.2em;
}

.event-time {
  max-width: fit-content;
  font-size: 3.89vw;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: scaleY(0.95);
  margin-top: -0.38vw;
  position: relative;
  left: -0.38vw;
}

.event-time::after {
  content: "";
  display: block;
  width: 7.24vw;
  height: auto;
  aspect-ratio: 279/66;
  background: url(../img/date02.png) no-repeat;
  background-size: cover;
  margin-left: auto;
  position: absolute;
  right: 0.7vw;
}

.event-time span {
  font-family: "Share Tech Mono", monospace;
  margin: 0 -0.1em;
}

.event-time span.time-space {
  margin: 0;
}

.event-place ul {
  font-size: 2.1vw;
  font-weight: bold;
  padding: 0.56em 0 0.56em 2em;
  background: url(../img/place-title.png) no-repeat;
  background-size: contain;
  list-style: none;
}

.hero-btn-links {
  display: flex;
  justify-content: center;
  padding-left: 19.15vw;
  position: relative;
  top: -0.85vw;
}

.hero-btn-item {
  display: flex;
  align-items: center;
  gap: 1.32vw;
}

.hero-btn-title_02 {
  font-size: 1.76vw;
  font-weight: 900;
  line-height: 1;
  color: var(--main-color02);
}

.hero-btn-link_02 {
  display: flex;
  align-items: center;
  gap: 1.24vw;
  font-size: 2.1vw;
  font-weight: 900;
  line-height: 1;
  width: 20.6vw;
  height: auto;
  aspect-ratio: 265/53;
  color: #fff;
  background-color: var(--main-color02);
  border-radius: 1.06vw;
  padding-left: 1.63vw;
  box-sizing: border-box;
}

.hero-btn-link_02::after {
  content: "";
  display: block;
  width: 1.79vw;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
}

.hero-sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.18vw;
  background-color: #fff;
  width: 13.9vw;
  height: auto;
  aspect-ratio: 179/74;
  position: absolute;
  bottom: 0vw;
  right: 6.54vw;
  border-radius: 0.78vw 0.78vw 0 0;
  padding-top: 0.38vw;
  z-index: 100;
}

.hero-sns-links a {
  display: block;
}

.ig-icon-img {
  width: 3.97vw;
}

.x-icon-img {
  width: 3.34vw;
}

@media screen and (max-width: 768px) {
  .header::after {
    content: "";
    display: block;
    width: 11.68vw;
    height: auto;
    aspect-ratio: 450/327;
    background: url(../img/hero-bottom.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -2.64vw;
    left: 5.29vw;
  }
  .page-event .header::after {
    width: 9.96vw;
    bottom: -3.11vw;
    left: 5.21vw;
  }
  .hero {
    aspect-ratio: auto;
    margin-bottom: 22vw;
  }
  .page-event .hero {
    aspect-ratio: auto;
  }
  .hero-title {
    right: 8.17vw;
  }
  .page-event .hero-title {
    gap: 0.77vw;
    right: 15vw;
    z-index: 0;
  }
  .hero-title-img {
    width: 53.7vw;
    position: relative;
    top: 4.67vw;
    z-index: 1;
  }
  .page-event .hero-title-img {
    width: 40.8vw;
    top: 2.33vw;
  }
  .hero-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.3vw;
    height: auto;
    aspect-ratio: 338/292;
    font-size: 2.72vw;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 0.11em;
    background: url(../img/hero-title-year.png) no-repeat;
    background-size: cover;
    padding-top: 7.78vw;
    margin-left: -4.8vw;
    position: relative;
    z-index: 0;
  }
  .page-event .hero-title span {
    width: 19.54vw;
    aspect-ratio: 252/240;
    font-size: 2.18vw;
    background-image: url(../img/event-hero-title-year.png);
    padding: 7.78vw 0 0 0.85vw;
    margin-left: 0;
  }
  .event-summary {
    gap: 3.34vw;
    padding-right: 4.5vw;
  }
  .page-event .event-summary {
    margin-top: 0;
  }
  .event-date {
    font-size: 3.27vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    transform: scaleY(0.95);
  }
  .event-date::after {
    content: "";
    display: inline-block;
    width: 3.81vw;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/date01.png) no-repeat;
    background-size: cover;
    position: relative;
    top: 0.38vw;
    left: 0.38vw;
  }
  .event-date .date-num {
    font-size: 5.76vw;
    letter-spacing: 0;
  }
  .event-date span {
    font-family: "Share Tech Mono", monospace;
    margin: 0 -0.1em;
  }
  .event-date .date-num span {
    margin: 0 -0.2em;
  }
  .event-time {
    max-width: fit-content;
    font-size: 3.89vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    transform: scaleY(0.95);
    margin-top: -0.38vw;
    position: relative;
    left: -0.38vw;
  }
  .event-time::after {
    content: "";
    display: block;
    width: 7.24vw;
    height: auto;
    aspect-ratio: 279/66;
    background: url(../img/date02.png) no-repeat;
    background-size: cover;
    margin-left: auto;
    position: absolute;
    right: 0.7vw;
  }
  .event-time span {
    font-family: "Share Tech Mono", monospace;
    margin: 0 -0.1em;
  }
  .event-time span.time-space {
    margin: 0;
  }
  .event-place ul {
    font-size: 2.1vw;
    font-weight: bold;
    padding: 0.56em 0 0.56em 2em;
    background: url(../img/place-title.png) no-repeat;
    background-size: contain;
  }
  .hero-btn-links {
    padding-left: 0;
    top: auto;
    bottom: -22vw;
  }
  .hero-btn-item {
    flex-direction: column;
    gap: 2vw;
  }
  .hero-btn-title_02 {
    font-size: 4.5vw;
  }
  .hero-btn-link_02 {
    gap: 1.24vw;
    font-size: 3.2vw;
    width: max-content;
    padding: 0 1em;
  }
  .hero-btn-link_02::after {
    width: 3.2vw;
  }
  .hero-sns-links {
    gap: 4vw;
    width: 27vw;
    right: 0;
    left: 0;
    bottom: -4vw;
    margin: auto;
    padding-top: 2vw;
  }
  .ig-icon-img {
    width: 8.5vw;
  }
  .x-icon-img {
    width: 7.5vw;
  }
}

.event-concept {
  padding: 0 30px;
}

.event-concept-wrap {
  max-width: 1120px;
  margin: auto;
  padding-top: 84px;
  position: relative;
}

.event-concept-title {
  font-size: 44px;
  font-weight: 900;
  color: var(--main-color02);
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: 23px;
}

.event-concept-title small {
  font-size: 17px;
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}

.event-concept-title span {
  color: var(--main-color);
}

.event-concept-text-wrap {
  display: flex;
  justify-content: space-between;
}

.event-concept-text {
  font-size: min(2.1vw, 26px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-right: -1em;
  position: relative;
  z-index: 1;
}

.event-concept-text small {
  display: block;
  font-size: min(1.36vw, 17px);
  margin: 0.18em 0 -2.35em;
}

.event-concept-img {
  max-width: 524px;
  width: 46.8%;
}

.yrs-info {
  font-size: 29px;
  font-weight: 700;
  color: var(--main-color02);
  margin: 50px 0 56px;
}
.yrs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  letter-spacing: -0.05em;
}

.yrs-link:hover {
  opacity: .8;
}
.yrs-logo {
  width: 104px;
  position: relative;
  top: 0.1em;
}

@media screen and (max-width: 768px) {
  .event-concept {
    padding: 0 5%;
  }
  .event-concept-wrap {
    padding: 7vw 0 10vw;
  }
  .event-concept-wrap::before {
    display: block;
    max-width: 524px;
    width: 100%;
    position: relative;
    top: 0;
  }
  .event-concept-title {
    font-size: 5.3vw;
    margin-bottom: 2.73vw;
  }
  .event-concept-title small {
    font-size: 2.66vw;
    margin-bottom: 1vw;
  }
  .event-concept-text-wrap {
    display: block;
  }
  .event-concept-text {
    font-size: 3.73vw;
    margin-bottom: 2.73vw;
  }
  .event-concept-text small {
    font-size: 2.4vw;
  }
  .event-concept-img {
    max-width: 100%;
    width: 100%;
  }
  .yrs-info {
    font-size: 3.5vw;
    margin:0 0 10vw;
    line-height: 1.2;
  }
  .yrs-link {
    gap: 2vw;
  }
  .yrs-logo {
    width: 18vw;
  }
}

.top-event-content {
  background-color: #fcf3e6;
  padding: 73px 40px 53px;
}

.top-event-content-title {
  font-size: 30px;
  font-weight: 900;
  color: #007bd0;
  letter-spacing: 0.1em;
  text-align: center;
}

.special-content {
  max-width: 1080px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 32px auto 62px;
}

.special-event {
  max-width: 684px;
  width: 64%;
  border: 2px solid var(--main-color);
  border-radius: 0 0 28px;
  background-color: #fff;
}

.special-event-title {
  min-height: 110px;
  font-size: min(4.23vw, 37px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  background-color: var(--main-color);
  padding: 10px 10px 10px 124px;
  position: relative;
}

.special-event-title::before {
  content: "";
  display: block;
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/special-event.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -16px;
  left: -38px;
}

.special-event-title span {
  display: inline-block;
  font-size: min(2vw, 20px);
  color: #f6f3c3;
}

.special-event-details {
  display: flex;
  justify-content: space-between;
  padding: 23px 27px 1em 35px;
  margin-bottom: -90px;
}

.special-event-text {
  max-width: 364px;
  width: 59%;
  line-height: 1.4;
}

.corner-img {
  display: flex;
  justify-content: space-between;
  margin-right: -12px;
  margin-top: 5px;
}

.corner-img-img {
  max-width: 148px;
  width: 100%;
}

.corner-img-text {
  max-width: 212px;
  width: 100%;
}

.special-event-img {
  max-width: 230px;
  width: 38%;
  position: relative;
  top: 4px;
}

.special-event-img span{
  display: block;
  font-size: 9px;
  text-align: right;
}

.stamp-rally {
  max-width: 350px;
  width: 33%;
  background-color: #fff;
  border: 2px solid var(--main-color02);
  border-radius: 28px 0 28px;
}

.stamp-rally-title {
  font-size: min(3vw, 30px);
  font-weight: 900;
  color: #fff;
  background-color: var(--main-color02);
  padding: 11px 1em 7px min(3.12vw, 38px);
  border-radius: 24px 0 0;
}

.stamp-rally-title span {
  display: block;
  font-size: min(1.8vw, 17px);
  color: #f6f3c3;
  position: relative;
  left: -6px;
}

.stamp-rally-details {
  font-size: 15px;
  line-height: 1.4;
  padding: 14px 39px 6px;
}

.stamp-rally-details img {
  max-width: 172px;
  display: block;
  margin: 0 auto 13px;
}

@media screen and (max-width: 768px) {
  .top-event-content {
    padding: 10vw 5% 53px;
  }
  .top-event-content-title {
    font-size: 5.33vw;
  }
  .special-content {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin: 4vw auto;
  }
  .special-event {
    max-width: 500px;
    width: 100%;
    border-radius: 0 0 28px;
  }
  .special-event-title {
    height: auto;
    font-size: min(5.7vw, 37px);
    padding: 10px 10px 10px 4em;
    min-height: auto;
  }
  .special-event-title::before {
    width: min(18.66vw, 98px);
    top: 5px;
    left: 5px;
  }
  .special-event-title span {
    font-size: min(3.73vw, 20px);
  }
  .special-event-details {
    display: block;
    padding: 1em;
    margin-bottom: 0;
  }
  .special-event-text {
    max-width: none;
    width: auto;
    font-size: 14px;
  }
  .corner-img {
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-right: 0;
    margin-top: 5px;
  }
  .corner-img-img {
    flex-shrink: 0;
  }
  .corner-img-text {
    max-width: 300px;
  }
  .special-event-img {
    width: auto;
    top: auto;
    margin: auto;
  }
  .special-event-img span{
    display: block;
    font-size: 9px;
    text-align: right;
  }
  .stamp-rally {
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    border: 2px solid var(--main-color02);
    border-radius: 28px 0 28px;
  }
  .stamp-rally-title {
    font-size: min(5.7vw, 30px);
    padding: 11px 1em 7px 1.5em;
    border-radius: 24px 0 0;
  }
  .stamp-rally-title span {
    font-size: min(3.73vw, 17px);
  }
  .stamp-rally-details {
    padding: 1em 2em 0.5em;
  }
  .stamp-rally-details img {
    display: block;
    margin: 0 auto 1em;
  }
}

.top-event-list {
  padding: 42px 0 0;
}

.event-slide-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
}

.swiper {
  width: 100%;
}

.swiper-slide p {
  text-indent: -8px;
  line-height: 1.4;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 66px;
  height: 66px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  cursor: pointer;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: .8;
}

.swiper-button-next {
  background-image: url(../img/slide-arrow-next.png);
}

.swiper-button-prev {
  background-image: url(../img/slide-arrow-prev.png);
}

.swiper-button-prev {
  left: -38px;
}

.swiper-button-next {
  right: -38px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}

.top-event-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 43px;
  font-size: 26px;
  font-weight: 900;
  color: var(--main-color02);
  background-color: #fff;
  border: 1px solid var(--main-color02);
  border-radius: 4px;
  margin: 35px auto 40px;
}

.event-flyer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 452px;
  width: 100%;
  height: 54px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #fef9de;
  background-image: linear-gradient(0deg, rgba(239, 130, 104, 1), rgba(234, 96, 31, 1) 50%, rgba(221, 81, 36, 1));
  border-radius: 5px;
  margin: 0 auto;
}

.event-flyer-link::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/arrow2.png) no-repeat;
  background-size: cover;
}


@media screen and (max-width: 768px) {
  .top-event-list {
    padding: 10vw 0 0;
  }
  .event-slide-wrap {
    margin: 4vw auto 0;
  }
  .swiper-slide p {
    font-size: min(2.66vw, 16px);
    text-indent: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: min(8vw, 66px);
    height: min(8vw, 66px);
  }
  .swiper-button-prev {
    left: -2.66vw;
  }
  .swiper-button-next {
    right: -2.66vw;
  }
  .top-event-list-link {
    width: min(29.3vw, 141px);
    height: auto;
    aspect-ratio: 141/43;
    font-size: min(4.8vw, 26px);
    margin: 4vw auto 6vw;
  }
  .event-flyer-link {
    gap: 16px;
    max-width: 290px;
    height: 40px;
    font-size: 16px;
  }
  .event-flyer-link::after {
    width: 20px;
    height: 20px;
  }
}

.access-content {
 padding: 0 30px;
}

.access-content-inner {
  max-width: 905px;
  width: 100%;
  margin: auto;
  padding: 70px 0 84px;
}

.access-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.access-title + p {
  font-size: 21px;
  line-height: 1.4;
  margin: 15px 0 25px;
}

.bus-schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}

.bus-schedule-time {
  line-height: 1;
}

.bus-schedule-plan-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background-color: var(--main-color02);
  padding: 0 1em;
}

.bus-schedule-time tr:nth-child(even) {
  background-color: #e5f4f9;
}

.bus-schedule-time th {
  font-size: 26px;
  font-weight: 700;
  height: 44px;
  padding: 0 26px;
}

.bus-schedule-time td {
  font-size: 21px;
  font-weight: 700;
  width: 100%;
}

.bus-schedule-time td span {
  display: inline-block;
  margin-left: 1em;
}

.access-title-wrap {
  display: flex;
  align-items: center;
  gap: 1em 42px;
  padding-top: 74px;
  flex-wrap: wrap;
}

.access-title-wrap .access-title {
  margin-bottom: 0;
}

.access-title-wrap p {
  font-size: 18px;
  margin: 0;
}

.access-map {
  margin-top: 32px;
}

.googlemap-link {
  display: block;
  width: fit-content;
  font-size: 18px;
  text-decoration: underline;
  margin: 15px 8px 0 auto;
}

.googlemap-link::before {
  content: "＞";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .access-content {
    padding: 0;
  }
  .access-content-inner {
    padding: 10vw 5%;
  }
  .access-title {
    font-size: 5.33vw;
    margin-bottom: 4vw;
  }
  .access-title + p {
    font-size: 3vw;
    margin-bottom: 2em;
  }
  .bus-schedule {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin-bottom: 10vw;
  }
  .bus-schedule-plan-title {
    height: 7.46vw;
    font-size: 3.73vw;
  }
  .bus-schedule-time th {
    font-size: 4.2vw;
    height: 7vw;
    padding: 0 6vw;
  }
  .bus-schedule-time td {
    font-size: 3.73vw;
  }
  .access-title-wrap {
    display: block;
    margin-bottom: 1em;
    padding-top: 0;
  }
  .access-title-wrap .access-title {
    margin-bottom: 4vw;
  }
  .access-title-wrap p {
    font-size: 3vw;
  }
  .access-map {
    margin-top: 4vw;
  }
  .googlemap-link {
    font-size: 14px;
    margin: 0.5em 0 0 auto;
  }
  .googlemap-link::before {
    margin-right: 5px;
  }
}

.event-info {
  padding: 0 30px;
}

.event-info-wrap {
  max-width: 1060px;
  margin: auto;
  padding: 45px 0 0;
}

.event-headline {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-left: 50px;
  margin-bottom: 25px;
}

.event-headline-img {
  max-width: 167px;
  width: 100%;
}

.event-headline-title {
  font-size: min(3.54vw, 44px);
  font-weight: 900;
  color: var(--main-color02);
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.event-headline-title span {
  color: var(--main-color);
}

.event-info-text {
  font-size: 23px;
}

.event-info-note {
  font-size: 17px;
  margin: 20px 0 60px;
}

.event-info-note p:first-child {
  color: var(--main-color);
}

.event-list {
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin: auto;
  padding: 93px 30px;
}

.event-item {
  display: flex;
  gap: 50px;
}

.event-img {
  max-width: min(31.25vw, 307px);
  width: 100%;
}

.event-contents {
  width: 100%;
}

.event-content-title {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 45px;
  font-size: min(1.82vw, 24px);
  letter-spacing: 0.14em;
  color: #fff;
  background-color: #000;
  border-radius: 0 12px 0 0;
  margin-bottom: 15px;
  padding-right: 0.5em;
}

.event-content-title span {
  display: flex;
  align-items: center;
  width: 100px;
  height: calc(100% - 2px);
  font-size: 18px;
  color: #000;
  background-color: #fff;
  padding-left: 18px;
  position: relative;
  left: 1px;
}

.event-content-title span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 16px solid #fff;
  border-right: 0;
  position: absolute;
  top: 1px;
  right: -16px;
}

.event-content-text {
  line-height: 1.8;
}

.event-details {
  position: relative;
}

.event-details p {
  margin-top: 20px;
}

.event01-01-img {
  max-width: 164px;
  position: absolute;
  bottom: 0;
  left: 270px;
}

.crl01 {
  background-color: var(--main-color);
}

.crl02 {
  background-color: #fff000;
  color: #000;
}

.crl03 {
  background-color: #00ad7a;
}

.crl04 {
  background-color: var(--main-color02);
}

.crl05 {
  background-color: #6bc7f1;
}

.crl06 {
  background-color: #ef8f89;
}

.crl07 {
  background-color: #f4a000;
}

.crl08 {
  background-color: #b61885;
}

.crl09 {
  background-color: #8a3b2b;
}

.crl10 {
  background-color: #cddc4c;
  color: #000;
}


@media screen and (max-width: 768px) {
  .event-info {
    padding: 0 5%;
  }
  .event-info-wrap {
    padding: 4vw 0 0;
  }
  .event-headline {
    gap: 1em;
    padding-left: 0;
    margin-bottom: 3vw;
  }
  .event-headline-img {
    max-width: min(18.6vw, 167px);
  }
  .event-headline-title {
    font-size: 4.19vw;
  }
  .event-info-text {
    font-size: min(3.73vw, 23px);
  }
  .event-info-note {
    font-size: min(2.93vw, 17px);
    margin: 3vw 0 9vw;
  }
  .event-info-note p:first-child {
    color: var(--main-color);
  }
  .event-list {
    gap: 10vw;
    padding: 14vw 5%;
  }
  .event-item {
    flex-direction: column;
    gap: 50px;
  }
  .event-img {
    max-width: 307px;
    margin: 0 auto 1em;
  }
  .event-content-title {
    gap: 32px;
    height: 45px;
    font-size: min(3.73vw, 18px);
    line-height: 1.2;
    margin-bottom: 1.5em;
  }
  .event-content-title span {
    width: min(17.5vw, 90px);
    font-size: min(3.2vw, 16px);
    padding-left: 1em;
    flex-shrink: 0;
  }
  .event-content-text {
    font-size: min(3.73vw, 16px);
  }
  .event-details p {
    font-size: min(3.73vw, 16px);
    margin-top: 1em;
  }
  .event01-01-img {
    max-width: min(29.3vw, 140px);
    left: min(50.6vw, 230px);
    top: 0;
    bottom: auto;
  }
}

.footer {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  background-image: linear-gradient(225deg, rgba(211, 237, 244, 0.4), rgba(134, 206, 225, 0.4));
  padding: 40px 150px;
  position: relative;
}

.footer::before {
  content: "";
  display: block;
  width: min(24vw, 301px);
  height: auto;
  aspect-ratio: 903/1215;
  background: url(../img/footer-bg-left.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.footer::after {
  content: "";
  display: block;
  width: min(17vw, 206px);
  height: auto;
  aspect-ratio: 618/840;
  background: url(../img/footer-bg-right.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-wrap {
  max-width: 905px;
  width: 100%;
  margin: auto;
  padding-left: 40px;
}

.footer-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

.company-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.note-text {
  margin-top: 35px;
}

.note-text a {
  text-decoration: underline;
}

.footer-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 5px;
}

.footer-logo-img {
  width: 338px;
}

.footer-logo a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: auto;
  aspect-ratio: 338/292;
  font-size: 15px;
  font-weight: 900;
  color: var(--main-color);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.11em;
  background: url(../img/hero-title-year.png) no-repeat;
  background-size: cover;
  padding: 38px 0 0 6px;
}

@media screen and (max-width: 768px) {
  .footer {
    font-size: 2.66vw;
    padding: 5vw 0;
  }
  .footer-wrap {
    padding: 0 5%;
  }
  .footer-title {
    font-size: 2.66vw;
    margin-bottom: 0.3vw;
  }
  .company-name {
    font-size: 3.73vw;
  }
  .note-text {
    margin-top: 3.12vw;
  }
  .footer::before {
    content: none;
  }
  .footer::after {
    content: none;
  }
  .footer-logo a {
    gap: 7px;
    margin-top: 5px;
  }
  .footer-logo-img {
    width: 37.3vw;
  }
  .footer-logo a span {
    width: 15.1vw;
    font-size: 1.86vw;
    padding: 4.26vw 0 0;
  }
}