html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto;
}

p {
  overflow-wrap: break-word;
  word-break: break-all;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
button {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #c8dff5;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 0px, rgba(255, 255, 255, 0.15) 2px, transparent 2px, transparent 12px);
  color: #333333;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-container {
  width: 100%;
  max-width: 425px;
  margin-inline: auto;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}

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

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.sec-img {
  width: 100%;
  display: block;
}
.sec-img img {
  width: 100%;
  display: block;
}

.fixed-cta {
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: min(100vw - 80px, 345px);
  z-index: 100;
  animation: float 2.4s ease-in-out infinite;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.fixed-cta a {
  display: block;
}
.fixed-cta a img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}

.fixed-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  animation: none;
}

.footer {
  background-color: #14b54a;
  padding: 8px 16px;
  text-align: center;
}
.footer p {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.6;
}

.fv {
  position: relative;
  width: 100%;
  display: block;
}
.fv img {
  width: 100%;
  height: auto;
  display: block;
}
.fv .fv__cta {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  transition: opacity 0.2s;
}
.fv .fv__cta img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.fv .fv__cta:hover {
  opacity: 0.88;
}

.feel h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.feel .steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.feel .step {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.feel .step p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
  flex: 1;
}
.feel .arrow {
  text-align: center;
  font-size: 2rem;
  padding: 6px 0;
  line-height: 1;
}
.feel .badge {
  flex-shrink: 0;
  background-color: #3688d6;
  color: #ffffff;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.feel .num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.feel .num--01 {
  background-color: #9e2af2;
}
.feel .num--02 {
  background-color: #eb1a44;
}
.feel .num--03 {
  background-color: #2fae36;
}
.feel .kw {
  font-weight: 700;
}
.feel .kw--purple {
  color: #9e2af2;
}
.feel .kw--red {
  color: #eb1a44;
}
.feel .kw--green {
  color: #2fae36;
}

.feel--game {
  background: linear-gradient(to bottom, #c8e8ff, #eef7ff);
}
.feel--game h2 {
  color: #106bb0;
}
.feel--game .arrow {
  color: #3688d6;
}

.feel--art {
  background-color: #fefded;
}
.feel--art h2 {
  color: #0072ca;
}
.feel--art .arrow {
  color: #ec2e67;
}

.flow {
  padding: 36px 28px 44px;
}
.flow h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.flow .steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.flow .step {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.flow .step p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
  flex: 1;
}
.flow .arrow {
  text-align: center;
  font-size: 2rem;
  padding: 6px 0;
  line-height: 1;
}
.flow .badge {
  flex-shrink: 0;
  background-color: #3688d6;
  color: #ffffff;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.flow .num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.flow .num--01 {
  background-color: #9e2af2;
}
.flow .num--02 {
  background-color: #eb1a44;
}
.flow .num--03 {
  background-color: #2fae36;
}
.flow .kw {
  font-weight: 700;
}
.flow .kw--purple {
  color: #9e2af2;
}
.flow .kw--red {
  color: #eb1a44;
}
.flow .kw--green {
  color: #2fae36;
}

.flow--game {
  background: linear-gradient(to bottom, #c8e8ff, #eef7ff);
}
.flow--game h2 {
  color: #106bb0;
}
.flow--game .arrow {
  color: #3688d6;
}

.flow--art {
  background-color: #fefded;
}
.flow--art h2 {
  color: #0072ca;
}
.flow--art .arrow {
  color: #ec2e67;
}

.event2-flow {
  width: 85%;
  margin: 0 auto;
}
.event2-flow h2 {
  color: #2FAE36;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-block: 30px;
  letter-spacing: 0.05em;
}

.movie {
  padding: 20px 20px 28px;
}
.movie .box {
  border-radius: 24px;
  overflow: hidden;
  padding: 16px 16px 16px;
}
.movie .head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.movie .head .icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #ffc200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #ffffff;
  padding-left: 2px;
}
.movie .head p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.movie .frame {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie .frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.movie .frame video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie .placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  color: #bbb;
}
.movie .placeholder span {
  font-size: 3.6rem;
  opacity: 0.5;
}
.movie .placeholder p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #bbb;
}

.movie--game {
  background: linear-gradient(to bottom, #c8e8ff, #eef7ff);
}
.movie--game .box {
  background-color: #3688d6;
}

.movie--art {
  background-color: #fefded;
  padding-top: 30px;
}
.movie--art .box {
  background-color: rgba(236, 46, 103, 0.6);
}

.faq {
  padding: 28px 20px;
}
.faq .box {
  background-color: #0DBE31;
  border-radius: 20px;
  padding: 24px 16px;
}
.faq .box h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.faq .list {
  background-color: #FEFEED;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 10px;
}
.faq .item {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq .q {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #59DB74;
  padding: 13px 16px;
}
.faq .q .label {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
.faq .q p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  flex: 1;
}
.faq .a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #90DA9F;
  padding: 13px 16px;
}
.faq .a .label {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
.faq .a p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7;
  flex: 1;
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta img {
  width: 100%;
  display: block;
}
.cta .cta__btn {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  transition: opacity 0.2s;
}
.cta .cta__btn img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.cta .cta__btn:hover {
  opacity: 0.88;
}

.hero {
  background-color: #fefeed;
  position: relative;
  overflow: hidden;
}
.hero .hero__deco-wrap {
  position: relative;
  height: 155px;
  width: 100%;
  overflow: hidden;
}
.hero .hero__deco-wrap img {
  position: absolute;
  width: 103%;
  left: -1.5%;
}
.hero .hero__inner {
  padding: 0 0 20px;
}
.hero .hero__logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 14px;
  left: 157px;
  z-index: 2;
}
.hero .hero__logo-wrap img {
  height: 19px;
  width: auto;
}
.hero .hero__logo-wrap span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
}
.hero .hero__badge {
  margin: 4px 8px 0;
  background-color: #ffffff;
  border: 1px solid #3f3d56;
  border-radius: 20px;
  padding: 4px 15px;
  text-align: center;
}
.hero .hero__badge p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3f3d56;
  line-height: 1.4;
}
.hero .hero__badge p strong {
  font-size: 1.6rem;
}
.hero .hero__main-visual {
  padding: 8px 18px 0;
}
.hero .hero__main-visual img {
  width: 100%;
}
.hero .hero__events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
  padding: 0 0 8px;
}
.hero .hero__event {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px 4px;
}
.hero .hero__event--game {
  background: linear-gradient(to bottom, #dbeafe, #eff6ff);
}
.hero .hero__event--art {
  background: linear-gradient(to bottom, #ffe0e6, #fff0f2);
}
.hero .hero__event-tag {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.hero .hero__event--game .hero__event-tag {
  color: #106bb0;
}
.hero .hero__event--art .hero__event-tag {
  color: #ec2e67;
}
.hero .hero__event-img img {
  height: 50px;
  width: auto;
}
.hero .hero__event-deco {
  width: 100%;
  overflow: hidden;
}
.hero .hero__event-deco img {
  width: 100%;
}
.hero .hero__event-date {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin-top: 4px;
  text-align: center;
}
.hero .hero__event-date small {
  font-size: 1.1rem;
}
.hero .hero__event-logo-art img {
  height: 40px;
  width: auto;
}
.hero .hero__info {
  display: flex;
  gap: 4px;
  padding: 8px;
  justify-content: center;
}
.hero .hero__info-item {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero .hero__info-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.hero .hero__info-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2987e6;
  line-height: 1;
}
.hero .hero__info-value {
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.2;
  margin-top: 4px;
}
.hero .hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #dd034e;
  color: #ffffff;
  font-weight: 700;
  border-radius: 100px;
  padding: 10px 20px;
  height: 60px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  margin: 12px 70px 0;
  cursor: pointer;
}
.hero .hero__cta .hero__cta-icon {
  width: 38px;
  height: auto;
  flex-shrink: 0;
}
.hero .hero__cta .hero__cta-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.hero .hero__cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
}
.hero .hero__cta-text strong {
  font-size: 2rem;
  display: block;
}
.hero .hero__cta-text small {
  font-size: 1.2rem;
}
.hero .hero__bottom-deco {
  margin-top: 8px;
  width: 100%;
}

.target {
  background-color: #0191f5;
  padding: 20px 0;
}
.target .target__inner {
  padding: 0 30px;
}
.target .target__card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 0 0;
  overflow: hidden;
}
.target .target__title-img {
  padding: 0 10px;
  margin-bottom: 12px;
}
.target .target__title-img img {
  width: 100%;
}
.target .target__list {
  padding: 0 26px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.target .target__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.target .target__item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.target .target__item p {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.5;
}
.target .target__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.target .target__photo {
  margin-top: 8px;
}
.target .target__photo img {
  width: 100%;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event1 {
  position: relative;
  background: linear-gradient(to bottom, #bbe7ff, rgba(255, 255, 255, 0.8));
  overflow: hidden;
}
.event1 .event1__bg-img {
  position: relative;
  height: 251px;
  width: 100%;
}
.event1 .event1__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event1 .event1__header {
  padding: 8px 29px 0;
}
.event1 .event1__catch {
  font-size: 1.3rem;
  color: #ffff04;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  margin-bottom: 4px;
}
.event1 .event1__catch strong {
  font-size: 2rem;
  color: #ffff04;
}
.event1 .event1__banner {
  display: inline-block;
  background-color: #f59e3d;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 6px 14px;
  transform: skewX(-5deg) rotate(-2deg);
  margin-bottom: 4px;
}
.event1 .event1__game-title {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  transform: skewX(-2deg) rotate(-2deg);
  display: inline-block;
}
.event1 .event1__game-title .event1__game-title--furigana {
  font-size: 1rem;
  color: red;
  letter-spacing: 0.4em;
  display: block;
}
.event1 .event1__game-title .event1__game-red {
  color: red;
}
.event1 .event1__desc {
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  line-height: 1.6;
  margin-top: 8px;
}
.event1 .event1__details {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 22px 17px;
  margin: 16px 28px;
}
.event1 .event1__dl {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.event1 .event1__dl-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.event1 .event1__dl-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.event1 .event1__dl-row:first-child {
  padding-top: 8px;
}
.event1 .event1__dt {
  flex-shrink: 0;
  width: 90px;
  background-color: #3688d6;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 8px 0;
  text-align: center;
  margin-right: 16px;
}
.event1 .event1__dt--tall {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event1 .event1__dd {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0033b9;
  align-self: center;
  line-height: 1.5;
}
.event1 .event1__dd p + p {
  margin-top: 4px;
}
.event1 .event1__dd small {
  font-size: 1rem;
}
.event1 .event1__flow-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0033b9;
  padding: 0 29px;
  margin-bottom: 16px;
}
.event1 .event1__flow {
  padding: 0 27px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.event1 .event1__step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event1 .event1__step-label {
  display: inline-block;
  background-color: #3688d6;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 4px 17px;
  align-self: flex-start;
}
.event1 .event1__step-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0033b9;
  line-height: 1.5;
}
.event1 .event1__step-img {
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
}
.event1 .event1__step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.goals {
  background-color: #fdf7e5;
  position: relative;
  overflow: hidden;
  padding: 0 0 40px;
}
.goals .goals__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 521px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  pointer-events: none;
}
.goals .goals__iteen-deco {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 84px;
  pointer-events: none;
}
.goals .goals__iteen-deco img {
  width: 100%;
}
.goals .goals__inner {
  position: relative;
  padding: 30px 29px 0;
}
.goals .goals__title-img {
  margin-bottom: 20px;
}
.goals .goals__title-img img {
  height: 41px;
  width: auto;
}
.goals .goals__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.goals .goals__arrow {
  width: 24px;
  height: 24px;
  display: block;
  margin: 4px auto;
}
.goals .goals__item {
  background-color: #ffffff;
  border: 2px solid #ffc200;
  border-radius: 20px;
  padding: 14px 12px;
  display: flex;
  gap: 6px;
  align-items: flex-end;
}
.goals .goals__item-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.goals .goals__item-header {
  display: flex;
  align-items: center;
  gap: 5px;
}
.goals .goals__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background-color: #eb1a44;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
  padding-top: 3px;
}
.goals .goals__keyword {
  font-size: 1.6rem;
  font-weight: 700;
  color: #eb1a44;
}
.goals .goals__text {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.5;
}
.goals .goals__img {
  flex-shrink: 0;
  width: 90px;
  height: 65px;
}
.goals .goals__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video {
  padding: 20px 29px;
}
.video .video__box {
  background-color: #3688d6;
  border-radius: 20px;
  padding: 14px;
  min-height: 279px;
  display: flex;
  flex-direction: column;
}
.video .video__box--art {
  background-color: rgba(236, 64, 117, 0.55);
}
.video .video__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.video .video__header img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.video .video__header p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
.video .video__player {
  flex: 1;
  background-color: #ffffff;
  border-radius: 20px;
  min-height: 199px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .video__player p {
  font-size: 1.4rem;
  color: #333333;
}

.event2 {
  background-color: #fefded;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.event2 .event2__bear-deco {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 170px;
  pointer-events: none;
  transform: rotate(-15.51deg);
}
.event2 .event2__bear-deco img {
  width: 100%;
}
.event2 .event2__iteen-deco {
  position: absolute;
  right: 10px;
  bottom: 80px;
  width: 111px;
  pointer-events: none;
}
.event2 .event2__iteen-deco img {
  width: 100%;
}
.event2 .event2__corner-deco {
  position: absolute;
  pointer-events: none;
}
.event2 .event2__corner-deco img {
  width: 100%;
}
.event2 .event2__corner-deco--tl {
  top: 55px;
  left: -7px;
  width: 106px;
}
.event2 .event2__corner-deco--tr {
  top: 242px;
  right: 0;
  width: 122px;
}
.event2 .event2__corner-deco--bl {
  top: 398px;
  left: 0;
  width: 106px;
}
.event2 .event2__corner-deco--br {
  top: 440px;
  right: 0;
  width: 119px;
}
.event2 .event2__inner {
  position: relative;
  padding: 0;
}
.event2 .event2__banner-wrap {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.event2 .event2__banner {
  display: inline-block;
  background-color: #f59e3d;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 6px 24px;
  transform: skewX(-5deg) rotate(-2deg);
  white-space: nowrap;
}
.event2 .event2__header-img {
  padding: 10px 0 0 1px;
  height: 85px;
  overflow: hidden;
}
.event2 .event2__header-img img {
  width: 267px;
  height: auto;
}
.event2 .event2__logo {
  padding: 12px 25px 0;
}
.event2 .event2__logo img {
  width: 259px;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}
.event2 .event2__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  padding: 6px 33px;
  transform: skewX(-2deg) rotate(-2deg);
  display: inline-block;
}
.event2 .event2__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 28px 0;
}
.event2 .event2__card {
  background-color: #ffffff;
  border: 1px solid #0072ca;
  border-radius: 20px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.event2 .event2__card .event2__card-icon {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.event2 .event2__card .event2__card-content {
  flex: 1;
}
.event2 .event2__card .event2__card-label {
  font-size: 2rem;
  font-weight: 700;
  color: #0072ca;
  margin-bottom: 6px;
}
.event2 .event2__card .event2__card-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #545454;
  line-height: 1.4;
}
.event2 .event2__fee-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.event2 .event2__fee-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.event2 .event2__fee-row dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #545454;
}
.event2 .event2__fee-row dt small {
  font-size: 1.1rem;
  display: block;
}
.event2 .event2__fee-row dd {
  font-size: 1.4rem;
  font-weight: 700;
  color: #545454;
  white-space: nowrap;
  margin-left: 8px;
}
.event2 .event2__fee-row dd small {
  font-size: 1.2rem;
}
.event2 .event2__fee-note {
  font-size: 1.1rem;
  font-weight: 700;
  color: #3688d6;
  line-height: 1.6;
  margin-top: 6px;
}
.event2 .event2__flow-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2fae36;
  padding: 20px 31px 0;
  margin-bottom: 16px;
}
.event2 .event2__flow {
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.event2 .event2__step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.event2 .event2__step-num {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.event2 .event2__step-num img {
  width: 100%;
  height: 100%;
}
.event2 .event2__step-num span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.event2 .event2__step-img {
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
}
.event2 .event2__step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event2 .event2__step-text {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1.4;
}
.event2 .event2__step-text--purple {
  color: #9e2af2;
}
.event2 .event2__step-text--red {
  color: #eb1a44;
}
.event2 .event2__step-text--green {
  color: #73db59;
}
.event2 .event2__detail-imgs {
  padding: 20px 29px 0;
}
.event2 .event2__detail-imgs img {
  width: 100%;
  margin-bottom: 8px;
}
.event2 .event2__detail-imgs img:last-child {
  margin-bottom: 0;
}

.place {
  background-color: #ec2e67;
  padding: 24px 16px 28px;
}
.place .place__card {
  position: relative;
  background-color: #fff8f9;
  border-radius: 20px;
  padding: 30px 30px 20px;
}
.place .place__chara {
  position: absolute;
  top: -4%;
  right: 0;
  width: 33%;
  max-width: 150px;
  height: auto;
  display: block;
  z-index: 1;
}
.place .place__title {
  font-size: 24px;
  font-weight: bold;
  color: #ec2e67;
  text-align: center;
  margin: 0 0 12px;
  line-height: 1.2;
}
.place .place__logo {
  width: 55%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.place .place__address {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 16px;
  width: 80%;
}
.place .place__map {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.place .place__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.safety {
  background-color: #ffffff;
  padding: 0;
}
.safety .safety__img {
  width: 100%;
  display: block;
}

.regular {
  background: radial-gradient(ellipse at center, #ffffff 0%, #fefeed 100%);
  padding: 30px 0;
}
.regular .regular__inner {
  padding: 0 28px;
}
.regular .regular__sub {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2987e6;
  text-align: center;
  margin-bottom: 6px;
}
.regular .regular__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2987e6;
  text-align: center;
  margin-bottom: 20px;
}
.regular .regular__details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.regular .regular__row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.regular .regular__badge {
  flex-shrink: 0;
  width: 113px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.regular .regular__badge--red {
  background-color: #ec2e67;
}
.regular .regular__badge--blue {
  background-color: #2987e6;
}
.regular .regular__price {
  font-size: 1.5rem;
  color: #333333;
}
.regular .regular__price strong {
  font-size: 3.2rem;
  color: #ec2e67;
}
.regular .regular__text {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.6;
  flex: 1;
}
.regular .regular__img {
  border-radius: 10px;
  overflow: hidden;
}
.regular .regular__img img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}

.signup {
  background: radial-gradient(ellipse at center, #ffffff 0%, #fefeed 100%);
  padding: 20px 0 40px;
}
.signup .signup__inner {
  padding: 0 27px;
}
.signup .signup__title-img {
  text-align: center;
  margin-bottom: 24px;
}
.signup .signup__title-img img {
  height: 56px;
  width: auto;
  display: inline-block;
}
.signup .signup__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.signup .signup__step {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 22px 11px 76px;
}
.signup .signup__step--blue {
  background-color: #ebf3fb;
}
.signup .signup__step--yellow {
  background-color: #fff8e9;
}
.signup .signup__step--green {
  background-color: #f3f8ef;
}
.signup .signup__step--pink {
  background-color: #fdedf1;
}
.signup .signup__step-num {
  position: absolute;
  left: 27px;
  top: -10px;
  width: 57px;
  height: 56px;
}
.signup .signup__step-num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.signup .signup__step-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.signup .signup__step-body {
  flex: 1;
}
.signup .signup__step-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 7px;
}
.signup .signup__step--blue .signup__step-title {
  color: #106bb0;
}
.signup .signup__step--yellow .signup__step-title {
  color: #fe990f;
}
.signup .signup__step--green .signup__step-title {
  color: #14b54a;
}
.signup .signup__step--pink .signup__step-title {
  color: #ec2e67;
}
.signup .signup__step-text {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.6;
}
.signup .signup__step-img {
  flex-shrink: 0;
  width: 108px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
}
.signup .signup__step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.signup .signup__arrow {
  display: block;
  width: 32px;
  height: 20px;
  margin: 2px auto;
}
.signup .signup__arrow img {
  width: 100%;
}

.overview {
  background-color: #d9edf8;
}
.overview img {
  width: 80%;
  margin: 0 auto;
  padding-block: 30px;
}/*# sourceMappingURL=style.css.map */