@charset "UTF-8";
#top-hero {
  padding: 0;
  overflow: hidden;
}
#top-hero .viewport-wrap {
  overflow: hidden;
}
#top-hero .top-hero__video {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
#top-hero .we-are-radiant {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 10.4vw;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.72);
  white-space: nowrap;
  z-index: 1;
}
#top-hero .we-are-radiant .catch-copy {
  color: rgb(255, 255, 255);
  font-size: 10vw;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  z-index: 1;
}
#top-hero .we-are-radiant .c-sky {
  color: rgba(82, 213, 255, 0.8);
}
#top-hero .we-are-radiant .c-red {
  color: rgba(255, 107, 107, 0.8);
}
#top-hero .we-are-radiant .c-yellow {
  color: rgba(255, 229, 0, 0.8);
}
#top-hero .news-bar {
  position: absolute;
  width: calc(100% - 100px);
  bottom: 25px;
  left: 50px;
  right: 0;
  height: 84px;
  background: rgba(255, 255, 255, 0.84);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 80px;
  z-index: 1;
}
#top-hero .news-bar .label {
  font-size: 1.875rem;
  font-weight: bold;
  color: #252525;
  white-space: nowrap;
}
#top-hero .news-bar time {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(0, 134, 237);
  white-space: nowrap;
}
#top-hero .news-bar .news-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #252525;
  flex: 1;
  margin: 0;
  text-decoration: none;
  display: block;
}

#top-about {
  background-color: #DFF7FF;
}
#top-about .wrapper {
  padding: 0;
}
#top-about .top-about__bg-frame {
  position: relative;
}
#top-about .top-about__bg-frame::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0%;
  background: linear-gradient(to top, rgb(82, 213, 255) 0%, rgb(2, 139, 235) 10%, rgb(2, 139, 235) 65%, rgb(82, 213, 255) 75%);
  pointer-events: none;
  z-index: 0;
}
#top-about .top-about__bg-frame > .inner-box {
  position: relative;
  z-index: 1;
}
#top-about .top-about__upper {
  padding: 120px 80px 120px 0;
  align-items: center;
  gap: 0;
  background-image: url("../images/top/about-beach.png");
  background-size: cover;
  background-position: bottom;
}
#top-about .top-about__catchcopy-col {
  flex: 0 0 60%;
  margin-left: -40px;
  position: relative;
  z-index: 2;
}
#top-about .top-about__catchcopy {
  font-size: 7vw;
  font-weight: 900;
  color: rgb(255, 255, 255);
  line-height: 0.82;
  white-space: nowrap;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
#top-about .top-about__catchcopy .c-red {
  color: #ff6b6b;
}
#top-about .top-about__catchcopy .c-primary {
  color: rgb(0, 134, 237);
}
#top-about .top-about__catchcopy .c-yellow {
  color: #ffe500;
}
#top-about .top-about__intro-col {
  flex: 1;
}
#top-about .top-about__intro-col p {
  font-size: 1.125rem;
  font-weight: 900;
  color: #252525;
  line-height: 52px;
  margin-bottom: 0;
}
#top-about .top-about__about {
  padding-top: 80px;
}
#top-about .top-about__about-heading {
  font-size: 4.5rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 70px;
  margin-bottom: 80px;
}
#top-about .top-about__row {
  align-items: center;
  margin-bottom: 80px;
}
#top-about .top-about__body {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  line-height: 50px;
  padding: 0 50px;
  margin: 0;
}
#top-about .top-about__body .hl-yellow {
  color: #fff280;
  font-size: 1.125rem;
}
#top-about .top-about__body .hl-pink {
  color: #ffb5b5;
  font-size: 1.125rem;
}
#top-about .top-about__bottom-text {
  text-align: center;
  margin-bottom: 80px;
}
#top-about .top-about__body-lead {
  color: #fff280;
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 50px;
  margin-top: 30px;
}
#top-about .top-about__cta {
  text-align: center;
  padding: 0 0 160px;
}
#top-about .top-about__cta-text {
  font-size: 2.9375rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 80px;
  margin-bottom: 80px;
}
#top-about .top-about__cta-text.underline {
  text-decoration-color: rgb(191, 72, 0);
  text-decoration-thickness: 8px;
  text-underline-offset: 2px;
}

#top-concept {
  background-color: rgb(0, 134, 237);
  padding: 100px 0;
}
#top-concept .wrapper {
  padding: 0;
}
#top-concept .top-concept__grid-wrap {
  padding: 0;
  margin-bottom: 0;
}
#top-concept .top-concept__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#top-concept .top-concept__tile {
  aspect-ratio: 10/9;
  overflow: hidden;
}
#top-concept .top-concept__tile--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top-concept .top-concept__tile--sky {
  background-color: #52d5ff;
}
#top-concept .top-concept__tile--pink {
  background-color: #ff6b6b;
}
#top-concept .top-concept__tile--yellow {
  background-color: #ffe500;
}
#top-concept .top-concept__tile--title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
}
#top-concept .top-concept__tile--view-more {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 134, 237);
  position: relative;
}
#top-concept .top-concept__tile--view-more::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgb(0, 134, 237);
  pointer-events: none;
}
#top-concept .top-concept__view-more-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
}
#top-concept .top-concept__view-more-text {
  font-size: 1.5rem;
  font-weight: 900;
  color: rgb(0, 134, 237);
  letter-spacing: 0.05em;
}
#top-concept .top-concept__view-more-arrow {
  width: 50px;
  margin-top: 8px;
}
#top-concept .top-concept__view-more-arrow img {
  width: 100%;
  height: auto;
}
#top-concept .top-concept__title-ja {
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  /* 文字の中の色 */
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  /* フチの太さと色 */
  text-stroke: 2px #ff0000;
}
#top-concept .top-concept__title-en {
  position: absolute;
  margin-top: 0;
  left: 110px;
  font-size: 1.5rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
  letter-spacing: 0.05em;
}

#top-event {
  background-color: #DFF7FF;
  background-image: linear-gradient(rgba(223, 247, 255, 0.3), rgba(223, 247, 255, 0.3)), var(--top-event-bg, none);
  background-size: cover;
  background-position: center;
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}
#top-event .top-event__head {
  margin-bottom: 80px;
}
#top-event .top-event__title {
  font-size: clamp(50px, 6.25vw, 100px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
#top-event .top-event__title .te-plain {
  color: rgb(0, 134, 237);
}
#top-event .top-event__title .te-yellow {
  color: #ffe500;
}
#top-event .top-event__title .te-red {
  color: #ff6b6b;
}
#top-event .top-event__title .te-sky {
  color: #52d5ff;
}
#top-event .top-event__subtitle {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(0, 134, 237);
  line-height: 2.5;
  margin: 0;
}
#top-event .top-event__carousel-area {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
#top-event .top-event__nav {
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
  width: 113px;
  height: 113px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
}
#top-event .top-event__nav img {
  width: 100%;
  height: auto;
}
#top-event .top-event__nav--prev img {
  transform: scaleX(-1);
}
#top-event .top-event__carousel-viewport {
  flex: 1;
  min-width: 0;
}
#top-event .top-event__carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}
#top-event .top-event__card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  background: rgb(255, 255, 255);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
#top-event .top-event__card-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#top-event .top-event__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top-event .top-event__card-no-image {
  width: 100%;
  height: 100%;
  background: rgb(224, 240, 255);
}
#top-event .top-event__card-body {
  padding: 16px 20px 0;
  flex: 1;
}
#top-event .top-event__card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
#top-event .top-event__card-date {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(0, 134, 237);
  letter-spacing: 0.14em;
  white-space: nowrap;
}
#top-event .top-event__card-tag {
  background: rgb(0, 134, 237);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  padding: 0 16px;
  border-radius: 25px;
  line-height: 30px;
}
#top-event .top-event__card-excerpt {
  font-size: 1rem;
  color: rgb(0, 134, 237);
  line-height: 1.9;
  margin: 0;
}
#top-event .top-event__card-footer {
  padding: 14px 20px;
  margin-top: auto;
}
#top-event .top-event__card-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 900;
  color: rgb(0, 134, 237);
  white-space: nowrap;
}
#top-event .top-event__card-link-dashes {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(to right, rgb(0, 134, 237) 0, rgb(0, 134, 237) 5px, transparent 5px, transparent 10px);
}
#top-event .top-event__card-link-arrow {
  width: 40px;
  line-height: 0;
}
#top-event .top-event__card-link-arrow img {
  width: 100%;
  height: auto;
}
#top-event .top-event__cta {
  text-align: center;
}
#top-event .top-event__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
  height: 100px;
  width: 300px;
  border: 3px solid rgb(0, 134, 237);
  background: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.3125rem;
  font-weight: 900;
  color: rgb(0, 134, 237);
  justify-content: center;
}
#top-event .top-event__more-btn-dashes {
  width: 40px;
  height: 1px;
  background: repeating-linear-gradient(to right, rgb(0, 134, 237) 0, rgb(0, 134, 237) 4px, transparent 4px, transparent 8px);
}
#top-event .top-event__more-btn-arrow {
  width: 32px;
  line-height: 0;
}
#top-event .top-event__more-btn-arrow img {
  width: 100%;
  height: auto;
}
#top-event .top-event__marquee {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 160px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-event .top-event__marquee-track {
  animation: event-marquee-up 20s linear infinite;
}
#top-event .top-event__marquee-text {
  display: block;
  writing-mode: vertical-lr;
  font-size: 8.3vw;
  font-weight: 900;
  color: rgb(0, 134, 237);
  white-space: nowrap;
  line-height: 160px;
}

@keyframes event-marquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
#top-voice {
  background-color: rgb(0, 134, 237);
  background-image: linear-gradient(rgba(0, 134, 237, 0.6), rgba(0, 134, 237, 0.6)), var(--top-voice-cloud, none);
  background-size: cover;
  background-position: center top;
  padding: 160px 0;
  color: rgb(255, 255, 255);
}
#top-voice .top-voice__inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 0 80px;
}
#top-voice .top-voice__col-text {
  flex: 0 0 480px;
}
#top-voice .top-voice__heading {
  font-size: clamp(50px, 5.2vw, 100px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
#top-voice .top-voice__subtitle {
  font-size: 1.875rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 50px;
  margin-bottom: 40px;
}
#top-voice .top-voice__body {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 50px;
  margin-bottom: 80px;
}
#top-voice .top-voice__body p {
  margin: 0;
}
#top-voice .top-voice__body p + p {
  margin-top: 20px;
}
#top-voice .top-voice__col-video {
  flex: 1;
  min-width: 0;
}
#top-voice .top-voice__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}
#top-voice .top-voice__video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top-voice .top-voice__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-voice .top-voice__play-btn svg {
  width: 36px;
  height: 36px;
  fill: rgb(0, 134, 237);
  margin-left: 4px;
}
#top-voice .links .asobi {
  color: #FF8C00;
}
#top-voice .links .asobi:hover {
  color: rgb(255, 255, 255);
  background-color: #FF8C00;
}
#top-voice .links .deai {
  color: #FF6B6B;
}
#top-voice .links .deai:hover {
  color: rgb(255, 255, 255);
  background-color: #FF6B6B;
}

#top-plan {
  background-image: linear-gradient(to bottom, rgba(0, 134, 237, 0.9) 12%, rgba(82, 213, 255, 0.2) 48%, rgb(0, 134, 237) 85%), var(--top-plan-bg, none);
  background-size: cover;
  background-position: center bottom;
  padding: 160px 0;
  color: rgb(255, 255, 255);
}
#top-plan .top-plan__head {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 80px;
}
#top-plan .top-plan__heading {
  font-size: clamp(40px, 5.2vw, 100px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#top-plan .top-plan__subheading {
  font-size: 1rem;
  font-weight: 500;
}
#top-plan .top-plan__compare-wrap .plan-compare {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
  background: transparent;
  box-shadow: none;
}
#top-plan .top-plan__compare-wrap .plan-compare .compare-col--item {
  display: none;
}
#top-plan .top-plan__compare-wrap .plan-compare .compare-col--premium {
  grid-column: 1;
}
#top-plan .top-plan__compare-wrap .plan-compare .compare-col--standard {
  grid-column: 2;
}
#top-plan .top-plan__compare-wrap .plan-compare .compare-val {
  line-height: 1.54;
}
#top-plan .top-plan__compare-wrap .plan-compare .compare-val.compare-col--premium {
  background: rgb(255, 255, 255);
}
#top-plan .top-plan__compare-wrap .plan-compare .compare-val.compare-col--standard {
  background: rgb(255, 255, 255);
}
#top-plan .top-plan__compare-wrap .plan-compare > .compare-val {
  flex-direction: column;
  gap: 15px;
}
#top-plan .top-plan__compare-wrap .plan-compare .top-plan__cell-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: rgb(81, 85, 89);
}

#top-blog {
  background-color: #DFF7FF;
  background-image: linear-gradient(rgba(223, 247, 255, 0.3), rgba(223, 247, 255, 0.3)), var(--top-blog-bg, none);
  background-size: cover;
  background-position: center;
  padding: 160px 0;
  overflow: hidden;
}
#top-blog .top-blog__head {
  margin-bottom: 80px;
}
#top-blog .top-blog__title {
  font-size: clamp(50px, 5.2vw, 100px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgb(0, 134, 237);
}
#top-blog .top-blog__cards-area {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
#top-blog .top-blog__nav {
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
  width: 113px;
  height: 113px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
}
#top-blog .top-blog__nav img {
  width: 100%;
  height: auto;
}
#top-blog .top-blog__nav--prev img {
  transform: scaleX(-1);
}
#top-blog .top-blog__viewport {
  flex: 1;
  min-width: 0;
}
#top-blog .top-blog__track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}
#top-blog .top-blog__item {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
}
#top-blog .top-blog__card {
  display: block;
  height: 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
#top-blog .top-blog__card-no-image {
  width: 100%;
  height: 100%;
  background: rgb(224, 240, 255);
}
#top-blog .top-blog__cta {
  text-align: center;
}
#top-blog .top-blog__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
  height: 100px;
  width: 300px;
  border: 3px solid rgb(0, 134, 237);
  background: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.3125rem;
  font-weight: 900;
  color: rgb(0, 134, 237);
  justify-content: center;
}
#top-blog .top-blog__more-btn-dashes {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(to right, rgb(0, 134, 237) 0, rgb(0, 134, 237) 5px, transparent 5px, transparent 10px);
}
#top-blog .top-blog__more-btn-arrow {
  width: 32px;
  line-height: 0;
}
#top-blog .top-blog__more-btn-arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1080px) {
  #top-hero .we-are-radiant {
    font-size: 19.2vw;
    left: 25px;
    transform: translateY(-55%);
  }
  #top-hero .we-are-radiant .catch-copy {
    font-size: 18vw;
  }
  #top-hero .news-bar {
    height: auto;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 5px;
    position: absolute;
  }
  #top-hero .news-bar .news-title {
    line-height: 1.5;
  }
  #top-hero .news-bar span {
    display: none;
  }
  #top-hero .news-bar .label {
    font-size: 1rem;
  }
  #top-about {
    background-color: #DFF7FF;
  }
  #top-about .wrapper {
    padding: 0;
  }
  #top-about .top-about__bg-frame {
    position: relative;
  }
  #top-about .top-about__bg-frame::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0%;
    background: linear-gradient(to top, rgb(82, 213, 255) 0%, rgb(2, 139, 235) 10%, rgb(2, 139, 235) 65%, rgb(82, 213, 255) 85%);
    pointer-events: none;
    z-index: 0;
  }
  #top-about .top-about__bg-frame > .inner-box {
    position: relative;
    z-index: 1;
  }
  #top-about .top-about__upper {
    padding: 80px 25px;
    align-items: center;
    gap: 30px;
  }
  #top-about .top-about__catchcopy-col {
    width: 100%;
    margin-left: -80px;
    margin-bottom: 25px;
  }
  #top-about .top-about__catchcopy {
    font-size: 14vw;
  }
  #top-about .top-about__intro-col {
    flex: 1;
  }
  #top-about .top-about__intro-col p {
    font-size: 16px;
    line-height: 1.9;
  }
  #top-about .top-about__about {
    padding-top: 25px;
  }
  #top-about .top-about__about-heading {
    font-size: 3.5rem;
    line-height: 1.54;
    margin-bottom: 25px;
  }
  #top-about .top-about__row {
    align-items: center;
    margin-bottom: 25px;
  }
  #top-about .top-about__row.direction {
    flex-direction: column-reverse;
  }
  #top-about .top-about__body {
    font-size: 1rem;
    line-height: 1.9;
    padding: 0 25px;
  }
  #top-about .top-about__bottom-text {
    text-align: center;
    margin-bottom: 25px;
  }
  #top-about .top-about__body-lead {
    font-size: 1.125rem;
    line-height: 2.2;
    padding: 0 25px;
  }
  #top-about .top-about__cta {
    padding: 0 0 80px;
  }
  #top-about .top-about__cta-text {
    font-size: 1.5rem;
    line-height: 2.2;
    margin-bottom: 80px;
    padding: 0 25px;
  }
  #top-about .top-about__cta-text.underline {
    text-decoration-thickness: 5px;
    text-underline-offset: 0px;
  }
  #top-concept .top-concept__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  #top-concept .top-concept__tile--title {
    padding: 8px 10px;
  }
  #top-concept .top-concept__title-ja {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
    /* 文字の中の色 */
    -webkit-text-stroke: 0px;
    /* フチの太さと色 */
    text-stroke: 2px #ff0000;
  }
  #top-concept .top-concept__title-en {
    font-size: 0.625rem;
    text-align: right;
    line-height: 1.2;
    left: 0;
    right: 10px;
  }
  #top-concept .top-concept__view-more-link {
    padding: 15px;
  }
  #top-concept .top-concept__view-more-text {
    font-size: 1rem;
  }
  #top-concept .top-concept__view-more-arrow {
    width: 30px;
  }
  #top-event {
    padding: 80px 0;
  }
  #top-event .top-event__title {
    font-size: clamp(30px, 8vw, 60px);
  }
  #top-event .top-event__carousel-area {
    gap: 5px;
  }
  #top-event .top-event__nav {
    width: 40px;
    height: 40px;
  }
  #top-event .top-event__nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
  }
  #top-event .top-event__card {
    flex: 0 0 100%;
  }
  #top-event .top-event__subtitle {
    line-height: 1.9;
  }
  #top-event .top-event__marquee {
    display: none;
  }
  #top-event .top-event__marquee-text {
    font-size: 15vw;
    line-height: 90px;
  }
  #top-voice {
    padding: 80px 0;
  }
  #top-voice .top-voice__inner {
    flex-direction: column;
    gap: 25px;
    padding: 0 0 25px;
  }
  #top-voice .top-voice__col-text {
    flex: none;
    width: 100%;
  }
  #top-voice .top-voice__heading {
    font-size: 50px;
    margin-bottom: 0;
  }
  #top-voice .top-voice__subtitle {
    font-size: 1.3125rem;
    line-height: 1.9;
    margin-bottom: 25px;
  }
  #top-voice .top-voice__body {
    line-height: 30px;
    margin-bottom: 0;
  }
  #top-voice .top-voice__cta-row {
    flex-direction: column;
    gap: 20px;
  }
  #top-voice .top-voice__cta-btn {
    width: 100%;
  }
  #top-voice .top-voice__play-btn {
    width: 80px;
    height: 80px;
  }
  #top-voice .top-voice__play-btn svg {
    width: 26px;
    height: 26px;
  }
  #top-plan {
    padding: 80px 0;
  }
  #top-plan .top-plan__heading {
    font-size: 40px;
  }
  #top-plan .top-plan__compare-wrap .plan-compare {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    background: rgb(255, 255, 255);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
  }
  #top-plan .top-plan__compare-wrap .plan-compare .compare-col--item {
    grid-column: 1;
    background: rgb(255, 255, 255);
  }
  #top-plan .top-plan__compare-wrap .plan-compare .compare-val.compare-col--item {
    display: flex;
  }
  #top-plan .top-plan__compare-wrap .plan-compare .compare-col--premium {
    grid-column: 2;
    background: rgb(255, 255, 255);
  }
  #top-plan .top-plan__compare-wrap .plan-compare .compare-col--standard {
    grid-column: 2;
    background: rgb(255, 255, 255);
  }
  #top-plan .top-plan__compare-wrap .plan-compare > .compare-val {
    flex-direction: row;
    padding: 25px 0 25px 15px;
  }
  #top-plan .top-plan__compare-wrap .plan-compare .top-plan__cell-label {
    display: none;
  }
  #top-plan .top-plan__more-btn {
    width: 100%;
  }
  #top-blog {
    padding: 80px 0;
  }
  #top-blog .top-blog__title {
    font-size: 50px;
  }
  #top-blog .top-blog__cards-area {
    align-items: center;
    gap: 5px;
  }
  #top-blog .top-blog__nav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top-blog .top-blog__nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
  }
  #top-blog .top-blog__track {
    transition: transform 0.4s ease;
  }
  #top-blog .top-blog__item {
    flex: 0 0 100%;
  }
  #top-blog .top-blog__item[aria-hidden] {
    display: block;
  }
}