html{
	margin-top:0!important;
}

body {
  margin: 0;
  color: #2f2f2f;
  background: #f7f3f8;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.75;
	background:
radial-gradient(
    circle at 12% 22%,
    rgba(255, 205, 224, .65) 0%,
    rgba(255, 205, 224, 0) 32%
),
radial-gradient(
    circle at 82% 52%,
    rgba(186, 228, 255, .65) 0%,
    rgba(186, 228, 255, 0) 34%
),
radial-gradient(
    circle at 18% 86%,
    rgba(173, 235, 255, .70) 0%,
    rgba(173, 235, 255, 0) 36%
),
radial-gradient(
    circle at 88% 90%,
    rgba(255, 214, 232, .55) 0%,
    rgba(255, 214, 232, 0) 30%
),
linear-gradient(
    135deg,
    #eef2f7 0%,
    #f3edf8 30%,
    #eceef5 60%,
    #edf2f7 100%
);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover{
	opacity: 0.4;
}

.event-page{
	box-shadow:
        0 0 0 0px rgba(255,255,255,.8),
        0 10px 30px rgba(173, 181, 204, .18),
        0 30px 80px rgba(173, 181, 204, .15);
}

.event-top {
  min-height: 100vh;
  padding: 120px 24px 70px;
  background:
    radial-gradient(circle at 15% 30%, rgba(255, 196, 218, .55), transparent 34%),
    radial-gradient(circle at 85% 32%, rgba(205, 237, 255, .75), transparent 38%),
    linear-gradient(135deg, #fff1f8 0%, #fbf8ff 45%, #eef9ff 100%);
}

.event-top__hero {
  text-align: center;
  margin-bottom: 58px;
}

.event-top__ja {
  margin: 0 0 8px;
  color: #1e1418;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(16px, 5vw, 24px);
  line-height: 1.4;
  letter-spacing: .08em;
}

.event-top__title {
  margin: 0 0 38px;
  color: #140a10;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(48px, 12vw, 60px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .06em;
}

.event-top__lead {
  margin: 0;
  color: #343035;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.8;
  letter-spacing: .08em;
}

.event-top__list-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.event-list {
  display: grid;
  gap: 18px;
}

.event-card {
  position: relative;
}

.event-card__link {
  position: relative;
  display: block;
  min-height: 80px;
  padding: 28px 32px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, .92);
  border-radius: 20px;
  box-shadow: 12px 14px 18px rgba(43, 52, 74, .16);
  overflow: hidden;
}

.event-card__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.event-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 38px;
  padding: 0 18px;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #ffb7d1 0%, #f79fc0 100%);
  border-radius: 999px;
}

.event-card__date {
  color: #333;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
}

.event-card__title {
  margin: 0;
  color: #2b2019;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 4.8vw, 28px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .08em;
}

 .event-card__arrow{
  position:absolute;
  top:50%;
  right:20px;
  width:30px;
  height:30px;
  background:#f7b7cc;
  border-radius:50%;

  transform:translateY(-50%);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:0;
	  transition:.25s ease;
}

	.event-card__arrow::before{
  content:"";
		position:relative;
		right:1px;
  width:10px;
  height:10px;
  border-top:3px solid #fff;
  border-right:3px solid #fff;
  transform:rotate(45deg) translateX(-1px);
}
	
	.event-card:hover .event-card__arrow{
  transform:translateY(-50%) scale(1.08);
}

.event-card__link:hover {
  transform: translateY(-3px);
  box-shadow: 14px 18px 22px rgba(43, 52, 74, .18);
}

.event-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.event-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  color: #171217;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 22px;
  text-decoration: none;
  background: rgba(255, 255, 255, .86);
  border-radius: 8px;
}

.event-pagination .page-numbers.current {
  color: #fff;
  background: #f7a6c4;
}

.event-pagination .page-numbers.dots {
  background: transparent;
}

.event-empty {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  background: rgba(255,255,255,.88);
  border-radius: 20px;
}

@media (max-width: 640px) {
  .event-top {
    padding: 88px 18px 56px;
  }

  .event-top__hero {
    margin-bottom: 42px;
  }

  .event-top__title {
    margin-bottom: 30px;
  }

  .event-list {
    gap: 16px;
  }

  .event-card__link {
    min-height: 96px;
    padding: 22px 60px 22px 20px;
    border-radius: 18px;
  }

  .event-card__meta {
    gap: 12px;
    margin-bottom: 16px;
  }

  .event-card__badge {
        min-width: 50px;
        height: 24px;
        padding: 0 14px;
        font-size: 14px;
    }

  .event-card__date {
    font-size: 18px;
  }

  .event-card__title {
    font-size: 27px;
  }

  .event-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .event-card__meta {
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
	  align-items: center;
  }

  .event-card__date {
    font-size: 12px;
  }

  .event-card__title {
    font-size: 20px;
  }
}
.event-page {
  max-width: 480px;
	width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f4eefc 0%, #fff4fb 20%, #f5fbff 45%, #fff2fa 72%, #edfaff 100%);
}

.event-hero {
  position: relative;
}

.event-hero__title {
  padding: 12px 16px 8px;
  text-align: center;
  color: #222;
	font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    serif;
	font-size: 28px;
}

.event-hero__title span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
}

.event-hero__title small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: .12em;
  color: #777;
	font-family: "Zen Maru Gothic", sans-serif;
}

.event-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.event-intro {
  padding: 28px 28px 30px;
}

.event-intro__inner {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 2.05;
font-family: "Zen Maru Gothic", sans-serif;
}

.event-section {
  padding: 34px 16px;
}

.event-heading {
  margin: 0 0 16px;
  text-align: center;
  line-height: 1.1;
}

.event-heading span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .28em;
}

.event-heading strong {
  display: block;
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .04em;
}

.event-section--rules,
.event-section--missions {
  background-color: #fff;

background-image:
  linear-gradient(
    rgba(226, 212, 220, 0.9) 1px,
    transparent 1px
  ),
  linear-gradient(
    90deg,
    rgba(226, 212, 220, 0.9) 1px,
    transparent 1px
  );

background-size: 24px 24px;
background-position: center;
}

.paper-card {
  position: relative;
padding: 20px 19px;

background: rgba(255, 255, 255, .96);

border: 1px solid #d9d3d6;
outline: 1px solid #d9d3d6;
outline-offset: 5px;

box-shadow:
  0 0 0 5px rgba(255,255,255,.78),
  0 6px 18px rgba(0,0,0,.08);

font-size: 16px;
font-family: "Zen Maru Gothic", sans-serif;
line-height: 1.95;
letter-spacing: .06em;
}

.event-footer {
  padding: 34px 22px 10px;
  background: #fff;
  color: #222;
}

.event-footer__logo {
  margin: 0 0 30px;
  max-width: 100px;
}

.footer-inner{
	max-width: 900px;
	padding:20px;
	margin: 0 auto;
}

.event-footer nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px 18px;
  margin-bottom: 10px;
}

.event-footer nav a {
  font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
}

.event-footer small {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #aaa;
}

@media (min-width: 768px) {
  .event-page {
    width: 560px;
  }

  .event-hero__title {
    padding: 16px 20px 12px;
  }

  .event-hero__title span {
    font-size: 28px;
  }

  .event-hero__title small {
    font-size: 16px;
  }

  .event-intro {
    padding: 38px 40px;
  }

  .event-section {
    padding: 38px 10px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}