html {
  overflow-y: scroll;
  box-sizing: border-box;
  text-size-adjust: 100%;
}

*,
::after,
::before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::after,
::before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  outline-offset: -2px;
  appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  appearance: auto;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentcolor;
}

legend {
  max-width: 100%;
  display: table;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  appearance: auto;
  font: inherit;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

body {
  min-height: 100dvh;
  line-height: 1.5;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active, :focus, :target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (width <= 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background-color: #8dc85f;
  color: #3c3c3c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}

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

a {
  color: inherit;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.skip-link {
  padding: 0.75rem 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #00ae8d;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transform: translateY(-120%);
}
.skip-link:focus {
  transform: translateY(0);
}

.l-container {
  width: min(100% - 4rem, 100rem);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-container {
    width: 100%;
    padding-inline: 1.6rem;
  }
}

.is-sp-br {
  display: none;
}
@media (max-width: 767px) {
  .is-sp-br {
    display: inline;
  }
}

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

.lp {
  position: relative;
  z-index: 2;
}

.bg02 {
  width: 100%;
  aspect-ratio: 1440/6067;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.bg02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .bg02 {
    height: 625rem;
    aspect-ratio: unset;
  }
}

.bg-objs {
  width: 144rem;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  pointer-events: none;
}
.bg-objs__item {
  height: auto;
  position: absolute;
  opacity: 0.7;
}
.bg-objs__item--left1 {
  width: 33rem;
  top: 191.9rem;
  left: -11.7rem;
}
.bg-objs__item--right1 {
  width: 48.6rem;
  top: 261.7rem;
  left: 111.5rem;
}
.bg-objs__item--left2 {
  width: 47.6rem;
  top: 353.6rem;
  left: -10.6rem;
}
.bg-objs__item--right2 {
  width: 48.6rem;
  top: 504.2rem;
  left: 107.1rem;
}
.bg-objs__item--left3 {
  width: 42rem;
  top: 633.4rem;
  left: -10rem;
}
.bg-objs__item--right3 {
  width: 26.6rem;
  top: 723.5rem;
  left: 109.9rem;
}
@media (max-width: 767px) {
  .bg-objs {
    display: none;
  }
}

.hero {
  position: relative;
  z-index: 2;
}
.hero__bg {
  width: 100%;
  aspect-ratio: 1440/1380;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero__decoration {
  position: relative;
  z-index: 3;
}
.hero__decoration--item {
  position: absolute;
}
.hero__decoration--flag-left, .hero__decoration--flag-right {
  width: 52.9rem;
  top: -5.8rem;
}
.hero__decoration--flag-left {
  left: -5.8rem;
}
.hero__decoration--flag-right {
  right: -5.8rem;
}
.hero__decoration--balloon01 {
  width: 10.5rem;
  top: 6.2rem;
  right: calc(50% + 52.9rem);
}
.hero__decoration--balloon02 {
  width: 5.9rem;
  top: 27rem;
  left: calc(50% + 32rem);
}
.hero__decoration--balloon03 {
  width: 9.9rem;
  top: 15.6rem;
  left: calc(50% + 51.1rem);
}
.hero__main {
  position: relative;
  z-index: 2;
}
.hero__title {
  width: 95.2rem;
  max-width: 100%;
  margin-bottom: 17.5rem;
  margin-inline: auto;
  display: block;
}
.hero__inner {
  width: 128rem;
  max-width: 100%;
  height: 44.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}
.hero__couple {
  width: 40.9rem;
  position: absolute;
  top: -24.3rem;
  left: 86.5rem;
  pointer-events: none;
}
.hero__sponsors {
  padding: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 9.2rem;
  display: grid;
  gap: 1rem;
  border-radius: 1.2rem;
  background: color-mix(in srgb, #1ea039 80%, transparent);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  pointer-events: auto;
}
.hero__sponsors-row {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 7.7rem 1fr;
  align-items: start;
}
.hero__sponsors-label {
  padding: 0.2rem 1.4rem;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #1ea039;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 1.68rem;
}
.hero__sponsors-text {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.5;
}
.hero__nav {
  position: static;
  pointer-events: none;
}
.hero__nav-item {
  position: absolute;
  display: grid;
  gap: 1rem;
  text-decoration: none;
  pointer-events: auto;
  justify-items: center;
}
.hero__nav-item--vol1 {
  width: 62.1rem;
  top: 0;
  left: 4.6rem;
}
.hero__nav-item--vol2 {
  width: 63.8rem;
  top: 18rem;
  right: 2.7rem;
}
.hero__nav-title {
  width: 100%;
}
.hero__nav-more {
  min-height: 5.4rem;
  padding: 1rem 2.7rem;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 2.7rem;
  background: #fff;
  color: #3c3c3c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.hero__nav-arrow {
  width: 2.1rem;
  height: 1.9rem;
  flex-shrink: 0;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .hero__bg {
    height: auto;
    aspect-ratio: 375/820;
    position: absolute;
  }
  .hero__decoration {
    display: none;
  }
  .hero__main {
    position: relative;
    z-index: 2;
  }
  .hero__title {
    width: 100%;
    margin-bottom: 6rem;
  }
  .hero__inner {
    width: 100%;
    height: auto;
    padding: 0 3rem;
    display: grid;
    gap: 0;
    pointer-events: auto;
    justify-items: center;
  }
  .hero__couple, .hero__sponsors, .hero__nav-item {
    position: static;
    top: auto;
    right: auto;
    left: auto;
  }
  .hero__couple {
    width: 18.1rem;
    margin-right: 0.4rem;
    order: 1;
    justify-self: end;
  }
  .hero__nav {
    width: 100%;
    display: grid;
    gap: 1.2rem;
    order: 2;
    pointer-events: auto;
    justify-items: center;
  }
  .hero__nav-item {
    width: min(100%, 31.9rem);
    gap: 0.8rem;
  }
  .hero__nav-more {
    min-height: 3.6rem;
    padding: 0.6rem 1.8rem;
    gap: 0.6rem;
    border-radius: 1.8rem;
    font-size: 1.4rem;
  }
  .hero__sponsors {
    width: 100%;
    margin-top: 3.2rem;
    padding: 0.72rem;
    gap: 0.6rem;
    order: 3;
    border-radius: 0.72rem;
  }
  .hero__sponsors-row {
    gap: 0.64rem;
    grid-template-columns: 4rem 1fr;
    align-items: start;
  }
  .hero__sponsors-label {
    padding: 0.12rem 0.84rem;
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
  .hero__sponsors-text {
    font-size: 1.14rem;
    line-height: 1.45;
  }
}

.news {
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}
.news__title {
  width: fit-content;
  height: 4.8rem;
  margin: 0 auto -2.4rem;
  padding: 0 2.6rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #00ae8d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
.news__list {
  max-width: 100rem;
  margin: 0 auto;
  padding: 4.6rem 5rem 3rem;
  display: grid;
  gap: 1rem;
  border: 1px solid #fff;
  border-radius: 3.6rem;
  list-style: none;
}
.news__item {
  padding: 0.8rem 3.2rem;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 12rem auto 1fr;
  align-items: center;
  border-radius: 0.8rem;
  background: #fff;
  font-size: 1.8rem;
}
.news__date {
  color: #2f2c2c;
  text-align: center;
}
.news__badge {
  color: #dc4386;
  font-weight: 900;
}
.news__text {
  margin: 0;
  color: #2f2c2c;
}
@media (max-width: 767px) {
  .news {
    padding: 4rem 0 3.2rem;
  }
  .news__title {
    height: 3.6rem;
    margin-bottom: -1.8rem;
    padding: 0 1.8rem;
    font-size: 1.7rem;
  }
  .news__list {
    padding: 3.2rem 1.2rem 2.1rem;
    gap: 0.7rem;
    border-radius: 1.2rem;
  }
  .news__item {
    padding: 0.8rem 1.2rem;
    grid-template-areas: "date badge" "text text";
    gap: 0.2rem 1rem;
    grid-template-columns: auto 1fr;
    border-radius: 0.56rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .news__date {
    text-align: left;
    white-space: nowrap;
    grid-area: date;
  }
  .news__badge {
    white-space: nowrap;
    grid-area: badge;
    justify-self: start;
  }
  .news__text {
    min-width: 0;
    grid-area: text;
  }
}

.event-wrap {
  padding: 4rem 0;
  background: linear-gradient(180deg, #8dc85f 72.12%, rgba(255, 255, 255, 0) 90%);
}
@media (max-width: 767px) {
  .event-wrap {
    padding: 2.4rem 0 3.2rem;
  }
}

.event {
  position: relative;
  z-index: 2;
}
.event + .event {
  margin-top: 6rem;
}
.event__card {
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1px 5rem 4rem;
  position: relative;
  border-radius: 3rem;
  background: #fff;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.1);
}
.event__heading {
  width: 50rem;
  max-width: 100%;
  margin: -2.7rem auto 1.2rem;
}
.event__heading img {
  width: 100%;
}
.event__top {
  margin-bottom: 3.6rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 42.7rem;
  align-items: start;
}
.event__info {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.event__meta {
  margin: 0;
  display: grid;
  gap: 1.8rem;
}
.event__meta--secondary {
  padding-top: 2.8rem;
}
.event__meta--secondary .event__meta-row {
  gap: 1.5rem;
}
.event__meta-row {
  display: grid;
  gap: 2rem;
  grid-template-columns: 6rem 1fr;
  align-items: center;
}
.event__meta-row dt {
  width: 6rem;
  height: 6rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background: #1ea039;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
.event__meta-row dd {
  margin: 0;
  color: #3c3c3c;
  line-height: 1.5;
}
.event__meta-row--date {
  align-items: flex-end;
}
.event__meta-row--target, .event__meta-row--fee {
  align-items: start;
}
.event__meta-row--target dt, .event__meta-row--fee dt {
  margin-top: 0.4rem;
}
.event__meta-row--period {
  align-items: start;
}
.event__meta-row--period dt {
  margin-top: 0.2rem;
}
.event__date {
  margin: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  font-weight: 700;
  line-height: 1;
}
.event__date-year {
  font-size: 2.4rem;
}
.event__date-md {
  font-size: 5.4rem;
  line-height: 0.9;
}
.event__weekday {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 0.6rem;
  display: grid;
  border-radius: 1.6rem;
  background: #f78994;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  place-items: center;
}
.event__weekday--sat {
  background: #67ace1;
}
.event__time {
  margin: 0.5em 0 0;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.4;
}
.event__venue {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
}
.event__target {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 0;
}
.event__age {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
}
.event__capacity {
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}
.event__eligibility {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
.event__fee {
  margin: 0;
  color: #3c3c3c;
  font-weight: 500;
  line-height: 1.4;
}
.event__fee--free {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 3rem;
}
.event__fee-num {
  font-size: 3rem;
}
.event__fee-unit {
  font-size: 2rem;
}
.event__note {
  margin: 0.4rem 0 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}
.event__period {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}
.event__period-note {
  width: 100%;
  min-height: 3.2rem;
  margin: 0.6rem 0 0;
  padding: 0.4rem 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  background: #fceb78;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}
.event__gift {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  box-sizing: border-box;
  border: 0;
  border-radius: 2.4rem;
  background: #fff9d5;
}
.event__gift-head {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 6rem 1fr;
  align-items: center;
}
.event__gift-icon {
  width: 6rem;
  height: 6rem;
}
.event__gift-lead {
  margin: 0;
  color: #00ae8d;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.35;
}
.event__gift-em {
  color: #f69900;
  font-size: 2.4rem;
}
.event__gift-strong {
  color: #00ae8d;
  font-size: 2.4rem;
}
.event__gift-em2 {
  color: #00ae8d;
  font-size: 2rem;
}
.event__gift-sm {
  color: #00ae8d;
  font-size: 1.6rem;
}
.event__gift-xs {
  color: #00ae8d;
  font-size: 1.4rem;
}
.event__gift-list {
  padding: 1rem 0;
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  border-top: 1px dashed #f69900;
  border-bottom: 1px dashed #f69900;
  list-style: none;
}
.event__gift-list li {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 5rem 1fr;
  align-items: center;
}
.event__gift-list img {
  width: 5rem;
  height: 5rem;
}
.event__gift-name {
  display: block;
  color: #3c3c3c;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.25;
}
.event__gift-name--sm {
  font-size: 1.4rem;
}
.event__gift-prize {
  display: block;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.2;
}
.event__gift-prize--brown {
  color: #703f10;
}
.event__gift-prize--orange {
  color: #f88700;
}
.event__gift-prize--green {
  color: #008335;
}
.event__gift-foot {
  color: #00ae8d;
  text-align: left;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.45;
}
.event__gift-accent {
  color: #f467a7;
  font-size: 2rem;
}
.event__appeal {
  margin: 3.2rem 0;
}
.event__appeal-lead {
  margin: 0 0 2.4rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  color: #1ea039;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
}
.event__appeal-lead-text {
  display: inline-block;
}
.event__appeal-num {
  font-size: 3rem;
}
.event__appeal-em {
  text-decoration: underline wavy #fff87d;
  font-size: 3rem;
  text-decoration-thickness: 0.35rem;
  text-underline-offset: 0.25rem;
}
.event__appeal-leaf {
  width: 2.7rem;
  height: auto;
  flex-shrink: 0;
}
.event__appeal-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
.event__appeal-item {
  display: grid;
  gap: 1rem;
  align-content: start;
  text-align: center;
  justify-items: center;
}
.event__appeal-item p {
  margin: 0;
  color: #3c3c3c;
  font-size: 1.6rem;
  line-height: 1.5;
}
.event__appeal-heading {
  margin: 0;
  color: #f69900;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
}
.event__appeal-visual {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.event__appeal-visual--people {
  width: 28.2rem;
}
.event__appeal-visual--couple {
  width: 15.4rem;
}
.event__appeal-visual--staff {
  width: 22.1rem;
}
.event__program {
  margin-bottom: 2.4rem;
  position: relative;
}
.event__program-title {
  margin: 0 0 2.4rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  color: #f467a7;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
}
.event__program-title strong {
  text-decoration: underline wavy #fff87d;
  font-size: 3rem;
  text-decoration-thickness: 0.35rem;
  text-underline-offset: 0.25rem;
}
.event__program-leaf {
  width: 2.8rem;
  height: auto;
  flex-shrink: 0;
}
.event__program-list {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
.event__program-item {
  text-align: center;
}
.event__program-item p {
  margin: 0;
  color: #3c3c3c;
  font-size: 1.6rem;
  line-height: 1.5;
}
.event__program-heading {
  margin: 0 0 1rem;
  color: #1ea039;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
}
.event__program-heading span {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, #1ea039 20%, transparent);
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.2rem;
}
.event__program-visual {
  margin-top: 1.6rem;
  text-align: center;
}
.event__cta {
  width: 33.2rem;
  max-width: 100%;
  min-height: 5.2rem;
  margin: 0 auto;
  padding: 0.6rem 3rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #f467a7;
  border-radius: 2.6rem;
  background: #fff;
  box-shadow: 0.3rem 0.3rem 0 #f467a7;
  color: #f467a7;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.event__cta:hover {
  background: #f467a7;
  box-shadow: 0.3rem 0.3rem 0 rgba(200, 80, 140, 0.8);
  color: #fff;
}
.event__cta:hover .event__cta-arrow {
  filter: brightness(0) invert(1);
}
.event__cta--orange {
  border-color: #f69900;
  box-shadow: 0.3rem 0.3rem 0 #f69900;
  color: #f69900;
}
.event__cta--orange:hover {
  background: #f69900;
  color: #fff;
}
.event__cta-arrow {
  width: 2.1rem;
  height: 1.9rem;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .event {
    padding: 2.8rem 0 0;
  }
  .event + .event {
    margin-top: 3.6rem;
  }
  .event__card {
    width: auto;
    max-width: none;
    margin-inline: -0.6rem;
    padding: 1px 1rem 2.8rem;
    border-radius: 2rem;
  }
  .event__heading {
    width: 100%;
    margin: -2.8rem auto 1.2rem;
  }
  .event__top {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .event__info {
    gap: 1.2rem;
    grid-template-columns: 1fr;
  }
  .event__meta {
    gap: 0.9rem;
  }
  .event__meta--secondary {
    width: 100%;
    padding-top: 0;
  }
  .event__meta-row {
    gap: 1.5rem;
    grid-template-columns: 4.5rem 1fr;
    align-items: center;
  }
  .event__meta-row dt {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 2.25rem;
    font-size: 1.35rem;
  }
  .event__meta-row--date {
    align-items: flex-end;
  }
  .event__meta-row--date dt {
    margin-bottom: 0.4rem;
  }
  .event__meta-row--target, .event__meta-row--fee, .event__meta-row--period {
    align-items: start;
  }
  .event__meta-row--target dt, .event__meta-row--fee dt, .event__meta-row--period dt {
    margin-top: 0.2rem;
  }
  .event__date-year {
    font-size: 1.8rem;
  }
  .event__date-md {
    font-size: 4.05rem;
  }
  .event__weekday {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.4rem;
    border-radius: 1.2rem;
    font-size: 1.35rem;
  }
  .event__time {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
  .event__venue, .event__age, .event__fee-num, .event__fee--free {
    font-size: 2.25rem;
  }
  .event__capacity, .event__eligibility {
    font-size: 1.4rem;
  }
  .event__fee-unit {
    font-size: 1.5rem;
  }
  .event__note {
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
  .event__period {
    font-size: 1.5rem;
  }
  .event__period-note {
    min-height: 2.4rem;
    padding: 0.35rem 1.2rem;
    border-radius: 1.2rem;
    font-size: 1.2rem;
  }
  .event__gift {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 1.2rem;
    gap: 1rem;
    border-radius: 1.6rem;
  }
  .event__gift-head {
    gap: 0.6rem;
    grid-template-columns: 4.5rem 1fr;
  }
  .event__gift-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .event__gift-lead {
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .event__gift-em, .event__gift-strong {
    font-size: 1.8rem;
  }
  .event__gift-em2 {
    font-size: 1.6rem;
  }
  .event__gift-sm {
    font-size: 1.4rem;
  }
  .event__gift-xs {
    font-size: 1.2rem;
  }
  .event__gift-list {
    padding: 0.8rem 0;
    gap: 0.8rem;
  }
  .event__gift-list li {
    gap: 0.8rem;
    grid-template-columns: 3.8rem 1fr;
  }
  .event__gift-list img {
    width: 3.8rem;
    height: 3.8rem;
  }
  .event__gift-name {
    font-size: 1.4rem;
  }
  .event__gift-name--sm {
    font-size: 1.2rem;
  }
  .event__gift-prize {
    font-size: 2.4rem;
  }
  .event__gift-foot {
    font-size: 1.4rem;
  }
  .event__gift-accent {
    font-size: 1.6rem;
  }
  .event__appeal {
    margin: 2.4rem 0;
  }
  .event__appeal-lead {
    margin-bottom: 2rem;
    gap: 0;
    align-items: flex-end;
  }
  .event__appeal-list {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .event__appeal-heading {
    font-size: 1.8rem;
  }
  .event__appeal-item p {
    font-size: 1.4rem;
  }
  .event__program {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
  .event__program-title {
    margin-bottom: 2rem;
    gap: 0;
    align-items: flex-end;
  }
  .event__program-list {
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
  .event__program-heading {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .event__program-item p {
    font-size: 1.4rem;
  }
  .event__cta {
    width: min(28.2rem, 100%);
    min-height: 4.4rem;
    padding: 0.5rem 2rem;
    gap: 0.6rem;
    border-radius: 2.2rem;
    font-size: 2rem;
  }
}

.points {
  padding: 5rem 0 6rem;
  position: relative;
  z-index: 2;
  background: transparent;
}
.points__inner {
  width: min(100% - 4rem, 92.8rem);
  display: grid;
  justify-items: center;
}
.points__title {
  width: min(88.8rem, 100%);
  margin: 0 0 3.2rem;
  line-height: 1;
}
.points__title picture {
  display: block;
}
.points__title img {
  width: 100%;
  height: auto;
}
.points__detail {
  width: min(92.8rem, 100%);
  margin: 0 0 4rem;
}
.points__target {
  width: min(74rem, 100%);
  margin: 0 0 3.6rem;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 18rem 1fr;
  align-items: start;
}
.points__target-img {
  width: 18rem;
  height: auto;
}
.points__target-body {
  padding-top: 1.8rem;
}
.points__target-label {
  width: 7.1rem;
  height: 4rem;
  margin: 0 0 1.2rem;
  display: grid;
  border-radius: 2rem;
  background: #00ae8d;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  place-items: center;
}
.points__target-text {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.points__target-note {
  margin: 0;
  color: #3c3c3c;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.points__phone {
  width: min(80rem, 100%);
  min-height: 16.8rem;
  padding: 2.3rem 3.4rem 2.3rem 3.9rem;
  display: grid;
  gap: 3.4rem;
  grid-template-columns: 12.3rem 1fr;
  align-items: center;
  box-sizing: border-box;
  border-radius: 3.6rem;
  background: #fff;
}
.points__phone-icon {
  width: 12.3rem;
  height: 12.3rem;
}
.points__phone-title {
  margin: 0 0 1rem;
  color: #00ae8d;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
}
.points__phone-text {
  margin: 0;
  color: #3c3c3c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .points {
    padding: 3.2rem 0 4rem;
  }
  .points__inner {
    width: 100%;
  }
  .points__title {
    width: min(100%, 32.2rem);
    margin-bottom: 2rem;
  }
  .points__detail {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .points__target {
    width: min(100%, 33.5rem);
    margin-bottom: 3.2rem;
    display: flex;
    gap: 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .points__target-body {
    display: contents;
    text-align: left;
  }
  .points__target-label {
    width: 7.1rem;
    height: 4rem;
    margin: 0 0 2.3rem;
    order: 1;
    font-size: 2rem;
  }
  .points__target-img {
    width: 18rem;
    margin: 0 0 1.6rem;
    order: 2;
  }
  .points__target-text {
    width: min(100%, 31rem);
    margin: 0;
    order: 3;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .points__target-note {
    width: min(100%, 31rem);
    margin: 0;
    order: 4;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .points__phone {
    width: min(100%, 33.5rem);
    min-height: 16.4rem;
    padding: 1.4rem 1.8rem 1.4rem 1.3rem;
    gap: 1.5rem;
    grid-template-columns: 5rem 1fr;
    align-items: start;
    border-radius: 1.2rem;
    text-align: left;
    justify-items: start;
  }
  .points__phone-icon {
    width: 5rem;
    height: 5rem;
    margin-top: 0.1rem;
  }
  .points__phone-title {
    margin-bottom: 0.8rem;
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 1.35;
  }
  .points__phone-text {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.notes {
  padding: 2rem 0 6rem;
  position: relative;
  z-index: 2;
}
.notes__card {
  max-width: 100rem;
  margin: 0 auto;
  padding: 4rem 6rem;
  display: grid;
  gap: 2.8rem;
  border: 1px solid #00ae8d;
  border-radius: 3rem;
  background: #fff;
}
.notes__heading {
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 3.2rem;
  border-radius: 999px;
  background: #00ae8d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
.notes__block {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.notes__block p {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.7;
}
.notes__label {
  width: 100%;
  margin: 0 0 1.2rem;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem;
  background: color-mix(in srgb, #00ae8d 20%, transparent);
  color: #00ae8d;
  font-weight: 700;
  font-size: 1.6rem;
}
.notes__list {
  margin: 0;
  padding-left: 1.6rem;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
}
.notes__em {
  color: #00ae8d;
}
.notes__warn {
  color: #d00;
}
.notes__mail {
  color: #00ae8d;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 767px) {
  .notes {
    padding: 1.6rem 0 4rem;
  }
  .notes__card {
    width: auto;
    max-width: none;
    margin-inline: -0.6rem;
    padding: 2.4rem 1rem;
    gap: 2rem;
    border-radius: 1.6rem;
  }
  .notes__heading {
    padding: 0.7rem 2.4rem;
    font-size: 1.8rem;
  }
  .notes__block {
    max-width: none;
  }
  .notes__block p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .notes__label {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  .notes__list {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.form-space {
  padding: 4rem 0 8rem;
  position: relative;
  z-index: 2;
}
.form-space__label {
  margin: 0;
  color: #666;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .form-space {
    padding: 3.2rem 0 4.8rem;
  }
  .form-space__label {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.footer {
  margin-top: 10rem;
  padding: 2rem 0 3rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.footer__clouds {
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  pointer-events: none;
}
.footer__inner {
  width: min(100% - 4rem, 100rem);
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}
.footer__credit {
  width: fit-content;
  margin: 0 auto 2.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: left;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
.footer__credit-row {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  white-space: nowrap;
}
.footer__credit-label, .footer__credit-value {
  display: block;
}
.footer__rule {
  width: min(100rem, 100%);
  height: 0;
  margin: 0 0 1.4rem;
  border: 0;
  border-top: 1px solid #00ae8d;
}
.footer__org {
  margin: 0 0 1.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
.footer__tel {
  margin: 0 0 0.8rem;
  display: inline-flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  color: #00ae8d;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1.2;
}
.footer__tel a {
  color: inherit;
  text-decoration: none;
}
.footer__badge {
  min-width: 7.2rem;
  padding: 0.6rem 2rem;
  display: inline-grid;
  border-radius: 999px;
  background: #00ae8d;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1.2;
  place-items: center;
}
.footer__hours {
  margin: 0 0 0.6rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
.footer__mail {
  margin: 0;
  color: #00ae8d;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.footer__mail a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 10rem;
    padding: 2.4rem 0 3.2rem;
  }
  .footer__inner {
    width: 100%;
    padding-inline: 2rem;
    text-align: center;
    justify-items: center;
  }
  .footer__credit {
    margin: 0 auto 1.6rem;
    font-size: 2rem;
    line-height: 1.45;
  }
  .footer__credit-row {
    white-space: normal;
  }
  .footer__rule {
    margin-bottom: 1.2rem;
  }
  .footer__org {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .footer__tel {
    margin-bottom: 0.8rem;
    gap: 0;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0.02em;
    font-size: 2.8rem;
  }
  .footer__badge {
    min-width: 7.7rem;
    margin-bottom: 0.6rem;
    padding: 0.5rem 1.6rem;
    font-size: 1.5rem;
  }
  .footer__hours, .footer__mail {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=style.css.map */
