@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  overflow-x: hidden;
  background: #fff;
  color: #323232;
  font-family: 'Paperlogy', sans-serif;
  word-break: keep-all;
}
img {
  border: 0;
  vertical-align: top;
  user-select: none;
}
h1,
h2,
h3,
p,
ol {
  margin: 0;
  padding: 0;
}
.event-container {
  width: 100%;
  overflow: hidden;
}
.section-hero {
  position: relative;
  overflow: visible;
  background: #4b99ff;
  font-size: 0;
}
.section-hero .hero-canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1900px;
  aspect-ratio: 1900 / 1774;
  margin: 0 auto;
}
.section-hero .hero-bg,
.section-hero .hero-title,
.section-hero .hero-symbol,
.section-hero .hero-item {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}
.section-hero .hero-bg {
  z-index: 1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 59%;
}
.section-hero .hero-title {
  z-index: 3;
  top: 1.6347%;
  left: 50%;
  width: 62.7895%;
  transform: translateX(-50%);
}
.section-hero .hero-symbol {
  z-index: 3;
  top: 26.8884%;
  left: 50%;
  width: 26.0527%;
  transform: translateX(-50%) scale(0.97);
  transform-origin: center center;
  translate: 0 0;
  filter: drop-shadow(0 14px 16px rgba(0, 92, 162, 0.16));
  pointer-events: auto;
  cursor: default;
  animation: symbol-float 3.8s ease-in-out infinite;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
  will-change: translate, transform;
}
.section-hero .hero-item {
  z-index: 2;
  top: 55.0733%;
  left: 50%;
  width: 63.1579%;
  transform: translateX(-50%);
}
.section-hero .orbibooks-cta {
  position: absolute;
  z-index: 4;
  top: calc(55.0733% + 772px);
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 50px;
  border-radius: 50px;
  background: #2e90fa;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.section-hero .orbibooks-cta__arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}
.section-hero .orbibooks-cta:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(46, 144, 250, 0.45);
}
@keyframes symbol-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-hero .hero-symbol:hover {
    transform: translateX(-50%) scale(1);
    filter: drop-shadow(0 22px 22px rgba(0, 92, 162, 0.28));
  }
  .section-hero .orbibooks-cta:hover {
    background: #187ee9;
    box-shadow: 0 10px 22px rgba(14, 99, 192, 0.24);
    transform: translateX(-50%) translateY(-3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-hero .hero-symbol {
    translate: 0 0;
    transform: translateX(-50%);
    animation: none;
    transition: none;
  }
}
.content-container {
  width: 63.1579%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 143px;
}
.section-application .application-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.section-application .application-method {
  margin-top: 40px;
}
.section-application h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
}
.section-application .application-copy {
  width: 100%;
  margin-top: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.64px;
}
.section-application .application-copy strong {
  color: #2e90fa;
  font-weight: 500;
}
.section-application .application-date {
  color: #2e90fa;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}
.section-application .receipt-image {
  display: block;
  width: 500px;
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}
.section-application .forwarding-copy {
  margin-top: 15px;
}
.notice-panel {
  width: 100%;
  margin-top: 100px;
  padding: 40px;
  background: #eeeeee;
  border-radius: 40px;
  color: #616161;
}
.notice-panel h2 {
  color: #565656;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
.notice-panel ol {
  margin-top: 10px;
  padding-left: 26px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.notice-panel li::marker {
  font-variant-numeric: tabular-nums;
}
.event-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 20px 177px;
}
.event-footer .orbibooks-logo {
  display: block;
  width: 300px;
  max-width: 60vw;
  height: auto;
}
@media (max-width: 1921px) {
  .section-hero .hero-title {
    width: 58%;
  }
  .section-hero .hero-symbol {
    width: 25%;
  }
  .section-hero .hero-item {
    width: 47.3684%;
  }
  .section-hero .orbibooks-cta {
    top: calc(55.0733% + 28.8947vw + 30px);
    gap: 8px;
    padding: 11px 38px;
    border-radius: 38px;
    font-size: 23px;
    line-height: 28px;
  }
  .section-hero .orbibooks-cta__arrow {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }
  .content-container {
    width: 47.3684%;
    max-width: 900px;
    padding-top: 26px;
  }
  .section-application .application-method {
    margin-top: 30px;
  }
  .section-application h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.6px;
  }
  .section-application .application-copy {
    margin-top: 11px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
  .section-application .application-date {
    font-size: 23px;
  }
  .section-application .receipt-image {
    width: 375px;
    margin-top: 11px;
  }
  .section-application .forwarding-copy {
    margin-top: 11px;
  }
  .notice-panel {
    margin-top: 75px;
    padding: 30px;
    border-radius: 30px;
  }
  .notice-panel h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .notice-panel ol {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.3px;
  }
  .event-footer {
    padding: 75px 20px 133px;
  }
  .event-footer .orbibooks-logo {
    width: 225px;
  }
}
@media (max-width: 1240px) {
  .content-container {
    padding-top: clamp(24px, 2.1vw, 26px);
  }
  .section-application h2 {
    font-size: clamp(28px, 2.4vw, 30px);
    line-height: 1.25;
  }
  .section-application .application-copy {
    font-size: clamp(18px, 1.6vw, 20px);
    line-height: 1.55;
    letter-spacing: 0;
  }
  .section-application .application-date {
    font-size: clamp(22px, 1.85vw, 23px);
  }
  .notice-panel {
    font-size: 15px;
  }
  .notice-panel ol {
    font-size: inherit;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .section-hero .hero-canvas {
    width: 100%;
    aspect-ratio: 1024 / 1400;
    margin: 0 auto;
  }
  .section-hero .hero-title {
    width: 87%;
  }
  .section-hero .hero-symbol {
    top: 26%;
    width: 38%;
  }
  .section-hero .hero-item {
    width: 95%;
  }
  .section-hero .orbibooks-cta {
    top: calc(55.0733% + 57.95vw + 24px);
  }
  .section-hero .hero-bg {
    width: 140%;
    margin-left: -20%;
    height: 60.5%;
  }
  .content-container {
    width: calc(100% - 40px);
    max-width: none;
    padding-top: 64px;
  }
}
@media (max-width: 640px) {
  .content-container {
    width: calc(100% - 32px);
    padding-top: 72px;
  }
  .section-hero .orbibooks-cta {
    top: calc(55.0733% + 57.95vw + 20px);
    gap: 6px;
    padding: 10px 24px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 22px;
  }
  .section-hero .orbibooks-cta__arrow {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
  }
  .section-application .application-method {
    margin-top: 32px;
  }
  .section-application h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .section-application .application-copy {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .section-application .application-date {
    font-size: 20px;
  }
  .section-application .receipt-image,
  .section-application .forwarding-copy {
    margin-top: 12px;
  }
  .notice-panel {
    margin-top: 56px;
    padding: 24px 20px;
    border-radius: 24px;
  }
  .notice-panel h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .notice-panel ol {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
  }
  .event-footer {
    padding-top: 64px;
    padding-bottom: 90px;
  }
}
