@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  font-family: "M PLUS 2", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

.brand {
  position: relative;
  display: block;
  width: 92px;
  height: 51px;
}
.brand__name {
  position: absolute;
  inset: 11px 0 0;
  width: 100%;
  height: 40px;
}
.brand__smile {
  position: absolute;
  top: 0;
  left: 7px;
  width: 81px;
  height: 8px;
}

.site-header {
  position: relative;
  z-index: 5;
  width: min(100%, 1280px);
  height: 95px;
  margin: auto;
  background: #fff;
}
.site-header .brand {
  position: absolute;
  top: 22px;
  left: 22px;
}
@media (max-width: 767px) {
  .site-header {
    width: 100%;
    height: 66px;
  }
  .site-header .brand {
    top: 13px;
    left: 50%;
    width: 73px;
    height: 40px;
    transform: translateX(-50%);
  }
  .site-header .brand__name {
    top: 9px;
    height: 31px;
  }
  .site-header .brand__smile {
    left: 5px;
    width: 64px;
    height: 6px;
  }
}

.hero {
  position: relative;
  width: min(100%, 1280px);
  aspect-ratio: 1280/845;
  margin: auto;
  overflow: hidden;
  background: #d7000f;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 75px;
  background: #c0a57c;
  opacity: 1;
}
.hero__picture {
  position: relative;
  z-index: 1;
}
.hero__picture, .hero__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__campaign-title {
  position: absolute;
  z-index: 2;
  top: 18.34%;
  left: 8.67%;
  width: 27.58%;
  margin: 0;
}
.hero__campaign-title img {
  width: 100%;
  height: auto;
}
.hero__period {
  position: absolute;
  z-index: 2;
  top: 17%;
  right: 8.59%;
  width: 15.47%;
  height: 26.4%;
}
.hero__period-label {
  position: absolute;
  top: 0;
  left: 0.5%;
  width: 76.26%;
  height: 17.04%;
  object-fit: contain;
}
.hero__period-dates {
  position: absolute;
  top: 15.25%;
  left: 0;
  width: 100%;
  height: 84.75%;
}
.hero__period-sp {
  display: none;
}
@media (max-width: 767px) {
  .hero {
    width: 100%;
    height: auto;
    aspect-ratio: 402/302;
    background: none;
  }
  .hero::after {
    display: none;
  }
  .hero__picture img {
    object-position: center;
  }
  .hero__campaign-title {
    top: 16.6%;
    left: 6.7%;
    width: 30.1%;
  }
  .hero__period {
    top: 17.81%;
    right: 7.96%;
    width: 19.59%;
    height: 26.7%;
  }
  .hero__period-label, .hero__period-dates {
    display: none;
  }
  .hero__period-sp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.campaign {
  position: relative;
  width: min(100%, 1280px);
  margin: auto;
  padding: 12px 38px 100px;
  background: #d7000f;
}
.campaign__catch {
  position: absolute;
  z-index: 2;
  top: -108px;
  left: 45px;
  width: 494px;
  height: 168px;
}
.campaign__catch picture, .campaign__catch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .campaign {
    width: 100%;
    padding: 22px;
  }
  .campaign__catch {
    top: -41px;
    left: 12px;
    width: 309px;
    height: 110px;
  }
}

.prizes {
  display: grid;
  grid-template-columns: 362fr 487fr 323fr;
  align-items: center;
  height: 420px;
  overflow: hidden;
  border: 8px solid #000;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .prizes {
    display: block;
    height: 870px;
    border-width: 4px;
  }
}

@media (min-width: 1280px) {
  .prizes {
    grid-template-columns: 362px 487px 323px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .campaign {
    margin-bottom: 56px;
    padding-bottom: 115px;
  }
}
.prize {
  position: relative;
  height: 286px;
  padding-inline: 38px;
  overflow: hidden;
}
.prize + .prize::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  border-radius: 999px;
  background: #000;
}
.prize__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.prize__visual--pay {
  position: absolute;
  top: 8px;
  left: 50%;
  width: min(264px, 100% - 76px);
  height: 159px;
  border: 2px solid #000;
  border-radius: 10px;
  transform: translateX(-50%);
}
.prize__visual--pay img {
  width: 244px;
  height: auto;
  object-fit: contain;
}
.prize__name {
  position: absolute;
  bottom: 63px;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.prize__name picture, .prize__name img {
  display: block;
  width: 188px;
  height: auto;
  margin: auto;
}
.prize__value--pay {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: flex-end;
  width: min(250px, 100% - 40px);
  margin: 0;
  transform: translateX(-50%);
}
.prize__value--pay img:first-child {
  width: 78%;
}
.prize__value--pay img:last-child {
  width: 22%;
  margin-bottom: 5px;
}
.prize__visual--ticket {
  position: absolute;
  top: 6px;
  left: 48%;
  width: min(411px, 100% - 76px);
  height: 185px;
  transform: translateX(-50%);
}
.prize__visual--ticket > img:first-child {
  width: 78%;
}
.prize__banzuke {
  position: absolute;
  right: -17%;
  top: 0;
  width: 36%;
  transform: rotate(4deg);
}
.prize__ticket-copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(390px, 100% - 40px);
  margin: 0;
  transform: translateX(-50%);
}
.prize__ticket-copy img:first-child {
  width: auto;
  height: 34.51px;
  margin: 0 auto 22px;
}
.prize__ticket-copy img:last-child {
  width: 100%;
}
.prize__visual--pork {
  position: absolute;
  top: 8px;
  left: 50%;
  width: min(224px, 100% - 76px);
  height: 149px;
  overflow: hidden;
  border-radius: 8px;
  transform: translateX(-50%);
}
.prize__visual--pork img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.prize__pork-copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 220px;
  height: 95px;
  margin: 0;
  transform: translateX(-50%);
}
.prize__pork-copy img:first-child {
  width: 176px;
}
.prize__pork-copy img:last-child {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 74px;
}
@media (max-width: 767px) {
  .prize {
    padding-inline: 0;
    height: 284px;
  }
  .prize + .prize {
    border: 0;
  }
  .prize + .prize::before {
    top: 12px;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    height: 3px;
    border-radius: 999px;
  }
  .prize--pay {
    height: 305px;
  }
  .prize--ticket {
    height: 261px;
  }
  .prize--pork {
    height: 296px;
  }
  .prize__visual--pay {
    top: 35px;
    width: min(70%, 264px);
    height: auto;
    aspect-ratio: 264/159;
  }
  .prize__visual--pay img {
    width: 92%;
    height: auto;
  }
  .prize__name {
    top: 200px;
    bottom: auto;
  }
  .prize__name picture, .prize__name img {
    width: auto;
    height: 27px;
  }
  .prize__value--pay {
    top: 232px;
    bottom: auto;
    width: min(250px, 100% - 40px);
  }
  .prize__visual--ticket {
    top: 31px;
    width: min(70%, 286px);
    height: auto;
    aspect-ratio: 411/185;
  }
  .prize__ticket-copy {
    top: 180px;
    bottom: auto;
    width: min(330px, 100% - 20px);
  }
  .prize__ticket-copy img:first-child {
    width: auto;
    height: 24px;
    margin: 0 auto 6px;
  }
  .prize__ticket-copy img:last-child {
    transform: scaleY(1.12);
    transform-origin: center top;
  }
  .prize__visual--pork {
    top: 31px;
    width: min(70%, 248px);
    height: auto;
    aspect-ratio: 787/522;
  }
  .prize__pork-copy {
    top: 207px;
    bottom: auto;
    width: min(70%, 248px);
    height: 80px;
  }
  .prize__pork-copy img:first-child {
    width: 150px;
  }
  .prize__pork-copy img:last-child {
    width: 62px;
  }
}

@media (min-width: 1200px) {
  .prize__visual--ticket {
    left: calc(48% - 15px);
  }
  .prize__ticket-copy img:first-child {
    height: 28px;
    margin-bottom: 14px;
  }
  .prize__ticket-copy img:last-child {
    width: 108%;
    max-width: none;
    margin-left: -4%;
  }
}
.products {
  position: relative;
  width: min(100%, 1092px);
  min-height: 842px;
  margin: 0 auto;
  padding-top: 18px;
}
.products__sumo {
  position: absolute;
  z-index: 2;
  top: -157px;
  left: -75px;
  width: 270px;
  height: 296px;
  overflow: hidden;
}
.products__sumo picture, .products__sumo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .products {
    width: calc(100% + 32px);
    height: 1370px;
    min-height: 0;
    margin: -100px -16px 0;
    padding: 0;
  }
  .products__sumo {
    top: -20px;
    left: 24px;
    width: 120px;
    height: 150px;
  }
}

.section-title {
  display: flex;
  align-items: center;
  width: 1097px;
  height: 62px;
  margin: 0 0 0 -3px;
  justify-content: center;
  background-image: url("../assets/svg/heading-stripe-pattern.svg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 140px 30.1156px;
  clip-path: polygon(36px 0, 100% 0, calc(100% - 36px) 100%, 0 100%);
}
.section-title__line {
  display: none;
}
.section-title__content {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  padding-inline: 44px;
  background: #fff;
  clip-path: polygon(36px 0, 100% 0, calc(100% - 36px) 100%, 0 100%);
  white-space: nowrap;
}
.section-title__icon {
  flex: 0 0 auto;
  width: 52px;
  height: 62px;
  object-fit: cover;
}
.section-title__text {
  font-size: 28px;
  font-weight: 800;
  line-height: 56px;
}
@media (max-width: 767px) {
  .section-title {
    position: absolute;
    top: 108px;
    left: 50%;
    width: calc(100% - 64px);
    height: 56px;
    margin: 0;
    transform: translateX(-50%);
    background-size: 102.27px 22px;
    clip-path: polygon(32px 0, 100% 0, calc(100% - 32px) 100%, 0 100%);
  }
  .section-title__content {
    gap: 8px;
    padding-inline: 42px;
    clip-path: polygon(32px 0, 100% 0, calc(100% - 32px) 100%, 0 100%);
  }
  .section-title__icon {
    width: 47px;
    height: 56px;
  }
  .section-title__text {
    font-size: 24px;
    line-height: 48px;
  }
}

@media (max-width: 1199px) {
  .section-title {
    background-size: 102.27px 22px;
  }
}
.section-title--overview {
  width: 100%;
  margin: 0;
}

.campaign-overview {
  width: min(100% - 48px, 1096px);
  margin: 0 auto 57px;
}
.campaign-overview__lead {
  margin: 0 0 45px;
  font-size: 42px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign-overview {
    width: calc(100% - 32px);
    margin-bottom: 43px;
  }
  .campaign-overview .section-title--overview {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }
  .campaign-overview__lead {
    margin: 0 -4px 32px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.03em;
  }
}

.campaign-period {
  width: min(100%, 728px);
  margin: 44px auto 0;
}
.campaign-period__round + .campaign-period__round {
  margin-top: 22px;
}
.campaign-period__round-title {
  height: 48px;
  margin: 0 0 21px;
  border-radius: 8px;
  color: #fff;
  background: #d7000f;
  font-size: 22px;
  font-weight: 800;
  line-height: 48px;
  text-align: center;
}
.campaign-period__details {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 20px;
  padding-inline: 22px;
}
.campaign-period__label, .campaign-period__date, .campaign-period__receipt {
  margin: 0;
}
.campaign-period__label, .campaign-period__date {
  font-size: 22px;
  font-weight: 800;
  line-height: 38px;
}
.campaign-period__label {
  color: #d7000f;
}
.campaign-period__receipt {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
@media (max-width: 767px) {
  .campaign-period {
    width: 100%;
    margin-top: 32px;
  }
  .campaign-period__round + .campaign-period__round {
    margin-top: 24px;
  }
  .campaign-period__round-title {
    height: 44px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 44px;
  }
  .campaign-period__details {
    display: block;
    padding-inline: 6px;
    text-align: center;
  }
  .campaign-period__label {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 28px;
  }
  .campaign-period__date {
    font-size: 18px;
    line-height: 30px;
  }
  .campaign-period__receipt {
    margin-top: 3px;
    font-size: clamp(9.5px, 3.08vw, 12px);
    line-height: 22px;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 79px;
}

.product {
  position: relative;
  display: grid;
  grid-template-columns: 245px 255px;
  align-items: end;
  min-height: 404px;
}
.product__image {
  width: 255px;
  height: 404px;
  object-fit: contain;
  object-position: center bottom;
  align-self: end;
  justify-self: end;
  grid-column: 2;
}
.product__info {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  padding: 0 5px 10px;
  text-align: center;
}
.product__info h3 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}
.product--concentrate {
  grid-template-columns: 255px 245px;
}
.product--concentrate .product__image {
  width: 234px;
  height: 296px;
  margin-bottom: 11px;
  grid-column: 1;
  justify-self: start;
}
.product--concentrate .product__info {
  grid-column: 2;
}
.product--concentrate .product__info h3 {
  text-align: left;
}
.product--concentrate .product__info .round-button {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .product {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    min-height: 0;
  }
  .product--straight {
    top: 157px;
    height: 403px;
  }
  .product--concentrate {
    top: 620px;
    height: 377px;
  }
  .product__image {
    position: absolute;
    width: 159px;
    height: 252px;
    object-fit: contain;
  }
  .product--straight .product__image {
    top: 25px;
    left: calc(50% - 79.5px);
  }
  .product--concentrate .product__image {
    top: 0;
    left: calc(50% - 88px);
    width: 176px;
    height: 223px;
    margin: 0;
  }
  .product__info {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 0;
    padding: 0;
  }
  .product__info h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.55;
  }
  .product--concentrate .product__info h3 {
    text-align: center;
  }
}

.speech-bubble {
  position: absolute;
  z-index: 2;
  top: -95px;
  left: 16px;
  width: 330px;
  height: 322px;
  color: #d7000f;
  text-align: center;
}
.speech-bubble > picture:not(.speech-bubble__text), .speech-bubble > picture:not(.speech-bubble__text) img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.speech-bubble__text {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: 50%;
  display: block;
  width: 175px;
  height: auto;
  transform: translate(-50%, -50%);
}
.speech-bubble__text img {
  display: block;
  width: 100%;
  height: auto;
}
.product--straight .speech-bubble .speech-bubble__text {
  margin-left: -5px;
}
.product--concentrate .speech-bubble {
  top: -84px;
  right: 50px;
  left: auto;
  width: 281px;
  height: 275px;
}
.product--concentrate .speech-bubble .speech-bubble__text {
  width: 110px;
}
@media (max-width: 767px) {
  .speech-bubble {
    top: 0;
    left: 16px;
    width: 173px;
    height: 180px;
  }
  .speech-bubble__text {
    top: 46%;
    width: 75px;
  }
  .product--concentrate .speech-bubble {
    top: -35px;
    right: 32px;
    left: auto;
    width: 158px;
    height: 164px;
  }
  .product--concentrate .speech-bubble .speech-bubble__text {
    width: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .campaign {
    padding-bottom: 30px;
  }
  .prizes {
    grid-template-columns: 362fr 487fr;
    grid-template-rows: 286px 236px;
    align-content: center;
    height: 612px;
  }
  .prize.prize--pork {
    grid-column: 1/-1;
    height: 230px;
    width: 100%;
    justify-self: center;
    border-left: 0;
  }
  .prize.prize--pork::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 28px;
    bottom: auto;
    left: 28px;
    width: auto;
    height: 6px;
    border-radius: 999px;
    background: #000;
  }
  .prize.prize--pork .prize__visual--pork {
    top: 52px;
    left: calc(50% - 242px);
    width: min(70%, 230px);
    transform: none;
  }
  .prize__visual--pay {
    width: min(70%, 264px);
    height: auto;
    aspect-ratio: 264/159;
  }
  .prize__visual--ticket {
    width: min(70%, 390px);
    height: auto;
    aspect-ratio: 411/185;
  }
  .prize__visual--pork {
    width: 70%;
    height: auto;
    aspect-ratio: 787/522;
  }
  .prize__pork-copy {
    width: 70%;
  }
  .prize.prize--pork .prize__pork-copy {
    top: 81px;
    bottom: auto;
    left: calc(50% + 12px);
    width: min(70%, 230px);
    transform: none;
  }
  .products {
    width: min(100% - 48px, 1092px);
    margin-top: 40px;
    padding-top: 34px;
  }
  .products__sumo {
    top: -88px;
    left: -22px;
    width: 220px;
    height: 248px;
  }
  .section-title {
    width: 100%;
    height: 62px;
    margin: 0;
  }
  .product-list {
    grid-template-columns: repeat(2, 500px);
    justify-content: center;
  }
  .product .speech-bubble {
    left: -55px;
    width: 300px;
    height: 293px;
  }
  .product--concentrate .speech-bubble {
    right: 10px;
    left: auto;
    width: 260px;
    height: 254px;
  }
  .product--concentrate .product__info .round-button {
    margin-right: auto;
    margin-left: 0;
  }
  .products__story {
    margin-top: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .products {
    min-height: 1320px;
  }
  .product-list {
    grid-template-columns: 500px;
    row-gap: 72px;
  }
  .products__story {
    margin-top: 60px;
  }
}
.round-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 163px;
  height: 56px;
  margin: auto;
  border-radius: 999px;
  background: #daca9b;
  font-size: 18px;
  font-weight: 600;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.round-button span {
  position: absolute;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.round-button b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  font-size: 14px;
}
.round-button:hover {
  filter: brightness(0.95);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .round-button {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 16px;
  }
  .round-button b {
    right: 12px;
    margin-left: 0;
  }
}

.products__story {
  margin-top: 48px;
  text-align: center;
}
.products__story h2 {
  margin: 0;
  color: #d7000f;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.28;
}
.products__story p {
  margin: 32px auto 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .products__story {
    position: absolute;
    top: 1032px;
    left: 16px;
    width: calc(100% - 32px);
    margin: 0;
    padding: 0 22px;
  }
  .products__story h2 {
    font-size: 26px;
    line-height: 1.46;
    letter-spacing: -0.03em;
  }
  .products__story p {
    width: 100%;
    margin: 22px auto 0;
    font-size: 16px;
    line-height: 1.63;
  }
}

[id=target-products],
[id=product-features],
[id=chanko-training],
[id=campaign-summary],
[id=prize-details],
[id=entry-method] {
  scroll-margin-top: 24px;
}

.campaign-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 26px auto 0;
}
.campaign-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  gap: 8px;
  padding: 0 27px;
  border: 3px solid #000;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.66);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.campaign-nav a:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.66);
  transform: translateY(3px);
}
.campaign-nav img {
  width: 19px;
  height: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .campaign-nav {
    flex-wrap: wrap;
    max-width: 820px;
  }
}
@media (max-width: 767px) {
  .campaign-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    margin-top: 22px;
  }
  .campaign-nav a {
    min-height: 50px;
    padding: 6px 12px;
    border-width: 2px;
    font-size: 14px;
  }
  .campaign-nav a:last-child {
    grid-column: 1/-1;
    width: calc(50% - 6px);
    justify-self: center;
  }
  .campaign-nav img {
    width: 16px;
    height: 14px;
  }
}

.campaign-feature {
  width: min(100%, 1280px);
  margin: 80px auto 0;
}
.campaign-feature__hero {
  position: relative;
  aspect-ratio: 1280/576;
  height: auto;
  overflow: hidden;
  background: #ddd;
}
.campaign-feature__hero > img {
  position: absolute;
  top: -39.01%;
  left: -17.9%;
  width: 136.74%;
  height: 202.32%;
  max-width: none;
  object-fit: fill;
}
.campaign-feature__hero h2 {
  position: absolute;
  top: 56px;
  left: 50%;
  width: min(688px, 100% - 40px);
  margin: 0;
  transform: translateX(-50%);
}
.campaign-feature__heading-image {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .campaign-feature {
    margin-top: 46px;
  }
  .campaign-feature__hero {
    aspect-ratio: auto;
    height: 320px;
  }
  .campaign-feature__hero > img {
    top: 50%;
    left: 50%;
    width: auto;
    height: 165%;
    object-fit: contain;
    transform: translate(-50%, -50%);
  }
  .campaign-feature__hero h2 {
    top: 24px;
    width: calc(100% - 40px);
  }
}

.feature-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  min-height: 214px;
  padding: 35px 56px 30px;
  background: #f5d9b0;
}
@media (max-width: 767px) {
  .feature-points {
    grid-template-columns: 1fr 1fr;
    gap: 80px 16px;
    padding: 50px 16px 30px;
  }
}

.feature-point {
  position: relative;
  padding-top: 0;
}
.feature-point__badge {
  position: absolute;
  top: -83px;
  left: calc(50% + 96px);
  width: 141px;
  height: 137px;
  object-fit: contain;
  transform: translateX(-50%);
}
.feature-point:last-child .feature-point__badge {
  left: calc(50% + 82px);
}
.feature-point h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.feature-point p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media (min-width: 1280px) {
  .feature-point {
    padding-top: 30px;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .feature-point {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .feature-point {
    padding-top: 36px;
    text-align: center;
  }
  .feature-point__badge, .feature-point:last-child .feature-point__badge {
    top: -76px;
    left: 50%;
    width: 110px;
    height: 107px;
  }
  .feature-point h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
  }
  .feature-point p {
    font-size: 13px;
    line-height: 1.65;
  }
}

.full-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1090px);
  height: 62px;
  margin: 0 auto;
  background: url("../assets/svg/heading-stripe-pattern.svg") repeat-x left center/140px 30px;
  clip-path: polygon(36px 0, 100% 0, calc(100% - 36px) 100%, 0 100%);
}
.full-heading__core {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 44px;
  background: #fff;
  clip-path: polygon(34px 0, 100% 0, calc(100% - 34px) 100%, 0 100%);
  font-size: 28px;
  font-weight: 900;
  line-height: 56px;
  white-space: nowrap;
}
.full-heading__core img {
  width: 52px;
  height: 62px;
  object-fit: cover;
}
.full-heading--tan .full-heading__core {
  background: #f5d9b0;
}
@media (max-width: 767px) {
  .full-heading {
    width: calc(100% - 32px);
    height: 56px;
    background-size: 102px 22px;
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
  .full-heading__core {
    min-height: 56px;
    gap: 8px;
    padding: 0 34px;
    font-size: 22px;
    line-height: 48px;
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
  .full-heading__core img {
    width: 47px;
    height: 56px;
  }
}

.movie-showcase {
  width: min(calc(100% - 32px), 1105px);
  margin: 112px auto 0;
  background: #fff;
}
.campaign-feature + .movie-showcase {
  margin-top: 96px;
}
.movie-showcase__heading {
  width: min(100%, 1097px);
}
.movie-showcase__single-body {
  display: grid;
  grid-template-columns: minmax(0, 315px) minmax(0, 477px);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 18px;
  width: min(100%, 810px);
  margin: 36px auto 0;
}
.movie-showcase__intro h3 {
  color: #d7000f;
  font-size: clamp(30px, 3.45vw, 38px);
  font-weight: 900;
  line-height: 48px;
}
.movie-showcase__intro {
  position: relative;
  min-height: 214px;
}
.movie-showcase__intro--single {
  grid-column: 2;
  grid-row: 1;
  min-height: 394px;
}
.movie-showcase__intro h3 {
  width: min(100% - 320px, 670px);
  margin: 29px auto 0;
  text-align: center;
}
.movie-showcase__intro .movie-showcase__guest {
  position: absolute;
  top: -26px;
  right: 0;
  width: 299px;
}
.movie-showcase__intro--single h3 {
  width: auto;
  margin: 226px 0 0;
  text-align: center;
}
.movie-showcase__intro--single .movie-showcase__guest {
  top: 11px;
  right: auto;
  left: 0;
  width: 190px;
}
.movie-showcase__guest {
  display: block;
  height: auto;
}
@media (min-width: 901px) {
  .movie-showcase__intro--single .movie-showcase__guest {
    width: 209px;
  }
  .movie-showcase:not(.movie-showcase--single) .movie-showcase__intro .movie-showcase__guest {
    width: 269px;
  }
}
.movie-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 340px));
  justify-content: center;
  gap: 38px;
  width: 100%;
}
.movie-showcase--pair .movie-showcase__grid {
  grid-template-columns: repeat(2, minmax(0, 340px));
  width: min(100%, 718px);
  margin-inline: auto;
}
.movie-item {
  min-width: 0;
}
.movie-item--single {
  grid-column: 1;
  grid-row: 1 / 3;
}
.movie-item__visual {
  display: block;
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid #000;
  background: #111;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.movie-item__visual:hover {
  filter: brightness(0.94);
  transform: translateY(-3px);
}
.movie-item__visual:focus-visible {
  outline: 4px solid #d7000f;
  outline-offset: 4px;
}
.movie-item__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 93px;
  height: 92px;
  transform: translate(-50%, -50%);
}
.movie-item--single .movie-item__play {
  width: 86px;
  height: 86px;
}
.movie-item__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0;
  font-size: clamp(22px, 2.55vw, 28px);
  font-weight: 900;
  line-height: 38px;
  text-align: center;
}
.movie-item__caption strong {
  color: #d7000f;
}
.movie-item__caption--single {
  grid-column: 2;
  grid-row: 2;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 30px;
  font-size: clamp(20px, 2.55vw, 28px);
  white-space: nowrap;
}
.movie-item__caption--single strong {
  color: #000;
}
@media (min-width: 768px) {
  .movie-showcase__single-body {
    align-content: start;
  }
  .movie-showcase__intro--single {
    min-height: 374px;
  }
  .movie-showcase__intro--single h3 {
    white-space: nowrap;
    text-align: left;
  }
  .movie-item__caption--single {
    display: block;
    margin-top: 8px;
    text-align: left;
    transform: translateY(-61px);
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .movie-showcase:not(.movie-showcase--single) .movie-showcase__intro {
    --movie-guest-size: 190px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--movie-guest-size);
    align-items: center;
    width: calc(100% - var(--movie-guest-size));
    min-height: 0;
    margin: 28px auto 0;
    transform: translateX(calc(var(--movie-guest-size) * 0.5));
  }
  .movie-showcase:not(.movie-showcase--single) .movie-showcase__intro h3 {
    width: auto;
    margin: 0;
    font-size: clamp(24px, 3.2vw, 29px);
    line-height: 1.42;
    text-align: center;
  }
  .movie-showcase:not(.movie-showcase--single) .movie-showcase__intro .movie-showcase__guest {
    position: static;
    width: var(--movie-guest-size);
    margin: 0;
  }
  .movie-showcase__intro--single .movie-showcase__guest {
    width: 190px;
  }
  .movie-showcase__intro--single h3 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .movie-showcase,
  .campaign-feature + .movie-showcase {
    width: 100%;
    margin-top: 76px;
  }
  .movie-showcase--pair,
  .movie-showcase--triple {
    margin-top: 96px;
  }
  .movie-showcase__heading {
    width: calc(100% - 32px);
  }
  .movie-showcase__heading .full-heading__core {
    gap: 6px;
    padding: 0 14px;
    font-size: clamp(16px, 4.6vw, 18px);
    line-height: 1.3;
  }
  .movie-showcase__heading .full-heading__core img {
    width: 43px;
    height: 54px;
  }
  .movie-showcase__single-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    justify-content: center;
    gap: 0;
    width: 100%;
    margin-top: 0;
  }
  .movie-showcase__intro h3 {
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.38;
  }
  .movie-showcase__intro {
    --movie-guest-size: clamp(100px, 30vw, 132px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--movie-guest-size);
    align-items: center;
    width: calc(100% - var(--movie-guest-size));
    min-height: 0;
    margin: 8px auto 0;
    padding: 0;
    transform: translateX(calc(var(--movie-guest-size) * 0.5));
  }
  .movie-showcase__intro h3 {
    width: auto;
    margin: 0;
    text-align: center;
  }
  .movie-showcase__intro .movie-showcase__guest {
    position: static;
    width: var(--movie-guest-size);
    margin: 0;
  }
  .movie-showcase__intro--single {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    width: calc(100vw - var(--movie-guest-size));
  }
  .movie-showcase__intro--single + .movie-item--single {
    grid-column: 1;
    grid-row: 2;
    margin-top: 28px;
  }
  .movie-item__caption--single {
    grid-column: 1;
    grid-row: 3;
  }
  .movie-showcase__grid,
  .movie-showcase--pair .movie-showcase__grid {
    grid-template-columns: minmax(0, 340px);
    gap: 50px;
    width: calc(100% - 32px);
    margin-top: 28px;
    margin-inline: auto;
  }
  .movie-item,
  .movie-item--single {
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }
  .movie-item--single {
    max-width: 315px;
  }
  .movie-item__play,
  .movie-item--single .movie-item__play {
    width: 78px;
    height: 78px;
  }
  .movie-item__caption,
  .movie-item__caption--single {
    flex-direction: column;
    margin-top: 16px;
    font-size: clamp(20px, 5.8vw, 23px);
    line-height: 1.5;
    white-space: normal;
  }
}

.campaign-overview {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .campaign-overview {
    padding-top: 72px;
  }
}

.full-prizes {
  width: min(100%, 1280px);
  margin: 0 auto;
  background: #fff;
}
.full-prizes__intro {
  width: min(100% - 32px, 1090px);
  margin: 0 auto;
  padding: 56px 0 64px;
}
.full-prizes__body {
  padding: 1px 0 100px;
  background: #f5d9b0;
}
.full-prizes__inner {
  width: min(100% - 32px, 1090px);
  margin: 0 auto;
}
.full-prizes__lead {
  margin: 52px auto 0;
  color: #d7000f;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .full-prizes__intro {
    width: 100%;
    padding: 44px 0 48px;
  }
  .full-prizes__body {
    padding-bottom: 72px;
  }
  .full-prizes__inner {
    width: 100%;
  }
  .full-prizes__lead {
    margin-top: 34px;
    padding: 0 18px;
    font-size: 23px;
    line-height: 34px;
  }
}

.award-card {
  position: relative;
  width: min(100% - 130px, 880px);
  min-height: 694px;
  margin: 150px auto 0;
  padding: 263px 70px 46px;
  border: 10px solid #000;
  border-radius: 20px;
  background: #fff;
}
.award-card + .award-card {
  margin-top: 133px;
}
.award-card--b {
  min-height: 789px;
  padding-top: 253px;
}
.award-card--c {
  min-height: 669px;
  padding-top: 243px;
}
.award-card__header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center top;
  pointer-events: none;
}
.award-card__course {
  position: absolute;
  z-index: 2;
  top: -49px;
  left: 25px;
  width: 134px;
  height: auto;
}
.award-card__heading {
  position: absolute;
  z-index: 3;
  top: -111px;
  left: 50%;
  width: 522px;
  max-width: calc(100% - 140px);
  height: auto;
  transform: translateX(-50%);
}
.award-card__heading-fix {
  position: absolute;
  z-index: 3;
  top: -111px;
  left: 50%;
  width: 522px;
  max-width: calc(100% - 140px);
  transform: translateX(-50%);
  container-type: inline-size;
}
.award-card__heading-fix .award-card__heading {
  position: static;
  width: 100%;
  max-width: none;
  transform: none;
}
.award-card__heading-fix span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  top: 65.8%;
  left: 50%;
  width: 52%;
  height: 9.5%;
  transform: translateX(-50%);
  background: #fcf8ef;
  font-size: 3.06cqw;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.award-card__heading-fix--b span {
  top: 41.5%;
  width: 94%;
  height: 18%;
}
.award-card__heading-fix--b span img {
  display: block;
  width: 88%;
  height: auto;
}
.award-card__pay-brands {
  display: block;
  width: 562px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.award-card__pay-note {
  width: 578px;
  max-width: 100%;
  margin: 14px auto 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.award-card__ticket-visual {
  display: flex;
  align-items: flex-start;
  width: 590px;
  max-width: 100%;
  margin: 0 auto 28px;
}
.award-card__ticket-visual img:first-child {
  width: 78%;
  margin-top: 20px;
}
.award-card__ticket-visual img:last-child {
  width: 37%;
  margin-left: -6%;
  transform: rotate(3deg);
}
.award-card__ticket-expiry {
  margin: -16px auto 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.award-card__shops {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 10px -70px -46px;
  padding: 28px 46px 32px;
  border-radius: 0 0 10px 10px;
  background: #fcf8ef;
}
.award-card__shops figure {
  margin: 0;
}
.award-card__shops figure img {
  width: 212px;
  aspect-ratio: 212/126;
  object-fit: cover;
}
.award-card__shops figcaption {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.award-card__pork {
  width: 464px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.award-card__description {
  width: 464px;
  max-width: 100%;
  margin: 24px auto 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .award-card {
    min-height: 0;
    margin-top: 240px;
    padding-top: clamp(123px, 47vw - 238px, 185px);
  }
  .award-card + .award-card {
    margin-top: 220px;
  }
  .award-card--b, .award-card--c {
    min-height: 0;
    padding-top: clamp(123px, 47vw - 238px, 185px);
  }
  .award-card__header {
    position: absolute;
    z-index: 3;
    top: -200px;
    left: 50%;
    display: flex;
    align-items: flex-end;
    width: min(100% - 48px, 656px);
    height: auto;
    transform: translateX(-50%);
    transform-origin: center;
  }
  .award-card__course {
    position: static;
    flex: 0 0 20.43%;
    width: 20.43%;
  }
  .award-card__heading {
    position: static;
    flex: 0 0 79.57%;
    width: 79.57%;
    max-width: none;
    transform: none;
  }
  .award-card__heading-fix {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 79.57%;
    width: 79.57%;
    max-width: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .award-card {
    width: calc(100% - 32px);
    min-height: 0;
    margin-top: 128px;
    padding: 126px 18px 28px;
    border-width: 6px;
    border-radius: 16px;
  }
  .award-card + .award-card {
    margin-top: 112px;
  }
  .award-card--b, .award-card--c {
    min-height: 0;
    padding-top: 126px;
  }
  .award-card__header {
    position: absolute;
    z-index: 3;
    top: -76px;
    left: 50%;
    display: flex;
    align-items: flex-end;
    width: calc(100% - 16px);
    height: auto;
    transform: translateX(-50%);
    transform-origin: center;
  }
  .award-card__course {
    position: static;
    flex: 0 0 20.43%;
    width: 20.43%;
    height: auto;
  }
  .award-card__heading {
    position: static;
    flex: 0 0 79.57%;
    width: 79.57%;
    max-width: none;
    transform: none;
  }
  .award-card__heading-fix {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 79.57%;
    width: 79.57%;
    max-width: none;
    transform: none;
  }
  .award-card__ticket-visual {
    width: 100%;
  }
  .award-card__ticket-visual img:last-child {
    width: 34%;
    margin-left: -6%;
  }
  .award-card__ticket-expiry {
    margin: -12px auto 18px;
    font-size: 10px;
    line-height: 17px;
  }
  .award-card__pay-note {
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.55;
  }
  .award-card__shops {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 10px -18px -28px;
    padding: 20px 14px 24px;
  }
  .award-card__shops figure img {
    width: 100%;
  }
  .award-card__shops figcaption {
    font-size: 9px;
  }
  .award-card__shops .detail-pill {
    grid-column: 1/-1;
    justify-self: center;
  }
  .award-card__description {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .award-card {
    margin-top: 180px;
  }
  .award-card + .award-card {
    margin-top: 170px;
  }
  .award-card__header {
    top: -130px;
    width: min(100% - 32px, 452px);
  }
}

.detail-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 52px;
  gap: 14px;
  padding: 10px 20px;
  border-radius: 40px;
  background: #daca9b;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.detail-pill span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #000;
}
.award-card--a .detail-pill {
  width: 380px;
  max-width: 100%;
  margin: 18px auto 0;
}
.award-card__shops .detail-pill {
  min-width: 245px;
}
@media (max-width: 767px) {
  .detail-pill {
    min-width: 0;
    min-height: 44px;
    padding: 8px 16px;
    font-size: 12px;
  }
}

.entry-method {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-top: 110px;
}
@media (max-width: 767px) {
  .entry-method {
    padding-top: 72px;
  }
}

.campaign-products {
  width: 100%;
  padding: 70px 20px 90px;
}
.campaign-products__card {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 35px 54px 42px;
  border-radius: 20px;
  background: #f5d9b0;
}
.campaign-products h3 {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
  text-align: center;
}
.campaign-products__packages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 24px 22px 20px;
  border: 4px solid #fff;
  border-radius: 14px;
  background: #fff;
}
.campaign-products__package-group {
  min-width: 0;
}
.campaign-products__package-group + .campaign-products__package-group {
  border-left: 2px solid #e8dbc0;
  padding-left: 20px;
}
.campaign-products__package-group h4 {
  min-height: 29px;
  margin: 0 0 15px;
  color: #d7000f;
  font-size: 18px;
  font-weight: 900;
  line-height: 29px;
  text-align: center;
}
.campaign-products__images {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: end;
  gap: 10px;
  min-height: 245px;
}
.campaign-products__images img {
  display: block;
  justify-self: center;
  width: 100%;
  height: 245px;
  object-fit: contain;
  object-position: center bottom;
}
.campaign-products__images img:nth-child(2) {
  width: 94%;
  height: 205px;
}
.campaign-products__copy {
  width: max-content;
  max-width: 100%;
  margin: 28px auto 0;
  text-align: left;
}
.campaign-products ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.campaign-products li {
  font-size: 20px;
  font-weight: 800;
  line-height: 38px;
}
.campaign-products li::before {
  content: "●";
  margin-right: 3px;
  color: #d7000f;
}
.campaign-products__note {
  margin-top: 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .campaign-products {
    padding: 48px 16px 64px;
  }
  .campaign-products__card {
    padding: 28px 12px 30px;
    border-radius: 16px;
  }
  .campaign-products h3 {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 32px;
  }
  .campaign-products__packages {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px 12px 20px;
    border-width: 3px;
    border-radius: 12px;
  }
  .campaign-products__package-group + .campaign-products__package-group {
    padding: 22px 0 0;
    border-top: 2px solid #e8dbc0;
    border-left: 0;
  }
  .campaign-products__package-group h4 {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
  }
  .campaign-products__images {
    grid-template-columns: 1.06fr 0.94fr;
    gap: 8px;
    min-height: 210px;
  }
  .campaign-products__images img {
    height: 210px;
  }
  .campaign-products__images img:nth-child(2) {
    width: 94%;
    height: 176px;
  }
  .campaign-products__copy {
    margin-top: 24px;
  }
  .campaign-products li {
    font-size: 14px;
    line-height: 1.65;
  }
  .campaign-products__note {
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.6;
  }
}

.entry-section {
  width: min(100% - 32px, 1090px);
  margin: 0 auto;
  padding: 0 0 90px;
}
@media (max-width: 767px) {
  .entry-section {
    width: 100%;
    padding-bottom: 60px;
  }
}

.entry-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 218px));
  justify-content: center;
  column-gap: clamp(24px, 6.5vw, 83px);
  row-gap: 34px;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .entry-steps {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 32px;
  }
}

.entry-step {
  min-width: 0;
  text-align: center;
}
.entry-step__circle {
  position: relative;
  width: min(218px, 100%);
  aspect-ratio: 1;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  background: #f5d9b0;
}
.entry-step__label {
  position: absolute;
  top: 22px;
  left: 50%;
  width: auto;
  height: 28px;
  transform: translateX(-50%);
}
.entry-step__icons {
  position: absolute;
  right: 26px;
  bottom: 42px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 104px;
}
.entry-step__icons img {
  width: 66px;
  height: 104px;
  object-fit: contain;
}
.entry-step__icons img + img {
  width: 66px;
  height: 66px;
}
.entry-step__phone {
  position: relative;
  display: block;
  flex: 0 0 66px;
  width: 66px;
  height: 104px;
}
.entry-step__phone > img:first-child {
  width: 66px;
  height: 104px;
}
.entry-step__phone > img:last-child {
  position: absolute;
  top: 33px;
  left: 22px;
  width: 24px;
  height: 38px;
}
.entry-step__phone + img {
  width: 66px;
  height: 66px;
}
.entry-step__icons--purchase img:first-child {
  width: 112px;
  height: 112px;
}
.entry-step__icons--complete {
  position: absolute;
}
.entry-step__icons--complete img:first-child {
  width: 104px;
  height: 104px;
}
.entry-step__icons--complete img:last-child {
  position: absolute;
  width: 35px;
  height: 35px;
}
.entry-step > p {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  .entry-step__circle {
    width: 190px;
    height: 190px;
  }
  .entry-step__label {
    top: 17px;
    height: 26px;
  }
  .entry-step__icons {
    bottom: 31px;
  }
  .entry-step__icons--purchase img:first-child {
    width: 104px;
    height: 104px;
  }
  .entry-step > p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }
}

.fixed-apply {
  position: fixed;
  z-index: 950;
  right: max(18px, (100vw - 1280px) / 2 + 18px);
  bottom: 22px;
  display: block;
  width: 126px;
  height: 175px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.94);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.fixed-apply.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.fixed-apply__sumo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 126px;
  height: 134px;
  object-fit: contain;
}
.fixed-apply__circle {
  position: absolute;
  z-index: 2;
  top: 63px;
  left: 7px;
  width: 112px;
  height: 112px;
}
.fixed-apply__tap {
  position: absolute;
  z-index: 3;
  top: 72px;
  left: 48px;
  width: 30px;
  height: 46px;
}
.fixed-apply__text {
  position: absolute;
  z-index: 4;
  top: 120px;
  left: 30px;
  display: block;
  width: 68px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
.fixed-apply__text span, .fixed-apply__text strong {
  display: block;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}
.fixed-apply__text span {
  font-size: 12px;
  line-height: 16px;
}
.fixed-apply__text strong {
  font-size: 17px;
  line-height: 19px;
}
.fixed-apply:hover {
  transform: translateY(-4px) scale(1.025);
}
.fixed-apply:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .fixed-apply {
    right: 4px;
    bottom: 8px;
    width: 90px;
    height: 125px;
  }
  .fixed-apply__sumo {
    width: 90px;
    height: 96px;
  }
  .fixed-apply__circle {
    top: 45px;
    left: 5px;
    width: 80px;
    height: 80px;
  }
  .fixed-apply__tap {
    top: 51px;
    left: 35px;
    width: 21px;
    height: 33px;
  }
  .fixed-apply__text {
    top: 86px;
    left: 21px;
    width: 49px;
  }
  .fixed-apply__text span {
    font-size: 9px;
    line-height: 11px;
  }
  .fixed-apply__text strong {
    font-size: 12px;
    line-height: 14px;
  }
}

.receipt-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  height: 56px;
  gap: 22px;
  margin: 45px auto 0;
  border-radius: 40px;
  background: #daca9b;
  border: 0;
  color: #000;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.receipt-guide img {
  width: 23px;
  height: 23px;
}
.receipt-guide:hover {
  filter: brightness(0.96);
  transform: translateY(-2px);
}
.receipt-guide:focus-visible {
  outline: 3px solid #d7000f;
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .receipt-guide {
    width: calc(100% - 56px);
    height: 50px;
    gap: 14px;
    margin-top: 34px;
    font-size: 15px;
  }
}

html.is-receipt-modal-open,
body.is-receipt-modal-open {
  overflow: hidden;
}

.receipt-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
.receipt-modal[hidden] {
  display: none;
}
.receipt-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.receipt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.receipt-modal__dialog {
  position: relative;
  width: min(700px, 100vw - 48px);
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  transform: translateY(18px) scale(0.985);
  transition: transform 0.24s ease;
}
.receipt-modal.is-open .receipt-modal__dialog {
  transform: translateY(0) scale(1);
}
.receipt-modal__scroll {
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.receipt-modal__scroll:focus {
  outline: none;
}
.receipt-modal__footer {
  padding: 20px 24px 22px;
  background: #fff;
}
.receipt-modal__bottom-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 326px);
  height: 56px;
  margin: 0 auto;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #d7000f;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.receipt-modal__bottom-close:hover {
  filter: brightness(0.92);
  transform: translateY(-2px);
}
.receipt-modal__bottom-close:focus-visible {
  outline: 3px solid #d7000f;
  outline-offset: 4px;
}
.receipt-modal__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 2px solid #d7000f;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.receipt-modal__close::before, .receipt-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #d7000f;
}
.receipt-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.receipt-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.receipt-modal__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .receipt-modal {
    padding: 10px;
  }
  .receipt-modal__dialog {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 9px;
  }
  .receipt-modal__scroll {
    max-height: calc(100dvh - 20px);
    scrollbar-gutter: auto;
  }
  .receipt-modal__close {
    top: 9px;
    right: 9px;
    width: 40px;
    height: 40px;
  }
  .receipt-modal__footer {
    padding: 16px 18px 18px;
  }
  .receipt-modal__bottom-close {
    height: 50px;
    font-size: 18px;
  }
}

.receipt-guide-content {
  padding: 30px 30px 0;
  background: #fff;
  font-family: "M PLUS 2", sans-serif;
}
.receipt-guide-content h2, .receipt-guide-content h3, .receipt-guide-content h4, .receipt-guide-content p, .receipt-guide-content figure {
  margin: 0;
}
.receipt-guide-content__intro h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 4px 56px;
  border: 1px solid #d7000f;
  color: #d7000f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}
.receipt-guide-content__intro p {
  margin: 18px 0 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.receipt-guide-content__upload-limit {
  color: #d7000f;
  font-weight: 800;
}
@media (max-width: 767px) {
  .receipt-guide-content {
    padding: 16px 16px 0;
  }
  .receipt-guide-content__intro h2 {
    min-height: 42px;
    padding: 5px 42px 5px 10px;
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
  }
  .receipt-guide-content__intro p {
    margin: 14px 0 20px;
    font-size: 14px;
    line-height: 1.65;
  }
}

.receipt-guide-panel__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 4px 12px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}
.receipt-guide-panel__body {
  padding: 28px 30px 30px;
}
.receipt-guide-panel__lead {
  padding-bottom: 8px;
  border-bottom: 4px double #d7000f;
  color: #d7000f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.receipt-guide-panel__subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 30px !important;
  padding: 3px 10px;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}
.receipt-guide-panel__description {
  margin-bottom: 10px !important;
  color: #d7000f;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.receipt-guide-panel--receipt .receipt-guide-panel__title,
.receipt-guide-panel--receipt .receipt-guide-panel__body {
  background: #f5d9b0;
}
.receipt-guide-panel--receipt .receipt-guide-panel__title {
  margin-bottom: 10px;
}
.receipt-guide-panel--online {
  margin-top: 30px;
}
.receipt-guide-panel--online .receipt-guide-panel__title,
.receipt-guide-panel--online .receipt-guide-panel__body {
  background: #f7f1e2;
}
.receipt-guide-panel--online .receipt-guide-panel__title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .receipt-guide-panel__title {
    min-height: 38px;
    padding: 5px 8px;
    font-size: 18px;
  }
  .receipt-guide-panel__body {
    padding: 20px 14px 22px;
  }
  .receipt-guide-panel__lead {
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 1.55;
  }
  .receipt-guide-panel__subhead {
    margin-top: 22px !important;
    font-size: 15px;
  }
  .receipt-guide-panel__description {
    font-size: 13px;
    line-height: 1.6;
  }
  .receipt-guide-panel__description br {
    display: none;
  }
  .receipt-guide-panel--online {
    margin-top: 20px;
  }
}

.receipt-guide-good {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 30px 0 25px;
  color: #d7000f;
}
.receipt-guide-good__mark {
  display: grid;
  justify-items: center;
  flex: 0 0 84px;
}
.receipt-guide-good__mark span {
  display: block;
  font-size: 88px;
  font-weight: 500;
  line-height: 0.8;
}
.receipt-guide-good__mark small {
  margin-top: 9px;
  font-size: 14px;
  white-space: nowrap;
}
.receipt-guide-good ul {
  display: grid;
  grid-template-columns: 180px 270px;
  gap: 5px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}
.receipt-guide-good li:nth-child(2) {
  grid-row: 2;
}
.receipt-guide-good li:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.receipt-guide-good li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 767px) {
  .receipt-guide-good {
    gap: 12px;
    margin: 22px 0 18px;
  }
  .receipt-guide-good__mark {
    flex-basis: 60px;
  }
  .receipt-guide-good__mark span {
    font-size: 64px;
  }
  .receipt-guide-good__mark small {
    margin-top: 5px;
    font-size: 12px;
  }
  .receipt-guide-good ul {
    grid-template-columns: 1fr;
    gap: 1px;
    font-size: 14px;
  }
  .receipt-guide-good li:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

.receipt-guide-main-example {
  display: grid;
  grid-template-columns: 273px 1fr;
  align-items: start;
  gap: 30px;
}
.receipt-guide-main-example > img {
  width: 273px;
  height: 423px;
  object-fit: contain;
}
.receipt-guide-main-example__copy {
  padding-top: 50px;
}
.receipt-guide-main-example__copy ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: receipt-point;
  color: #d7000f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.9;
}
.receipt-guide-main-example__copy li {
  counter-increment: receipt-point;
}
.receipt-guide-main-example__copy li::before {
  content: "❶";
  margin-right: 1px;
}
.receipt-guide-main-example__copy li:nth-child(2)::before {
  content: "❷";
}
.receipt-guide-main-example__copy li:nth-child(3)::before {
  content: "❸";
}
.receipt-guide-main-example__copy li:nth-child(4)::before {
  content: "❹";
}
.receipt-guide-main-example__copy > p {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .receipt-guide-main-example {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .receipt-guide-main-example > img {
    width: min(100%, 220px);
    height: auto;
    margin: auto;
  }
  .receipt-guide-main-example__copy {
    padding-top: 0;
  }
  .receipt-guide-main-example__copy ol {
    font-size: 17px;
    line-height: 1.75;
  }
  .receipt-guide-main-example__copy > p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
  }
}

.receipt-guide-warning {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 55px;
}
.receipt-guide-warning img {
  flex: 0 0 44px;
  width: 44px;
  height: 40px;
}
.receipt-guide-warning strong {
  font-size: 16px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .receipt-guide-warning {
    margin-top: 18px;
  }
  .receipt-guide-warning img {
    flex-basis: 36px;
    width: 36px;
    height: 33px;
  }
  .receipt-guide-warning strong {
    font-size: 15px;
  }
}

.receipt-guide-valid-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 273px));
  justify-content: space-between;
  gap: 28px 34px;
  margin-top: 28px;
}
.receipt-guide-valid-grid figure {
  min-width: 0;
}
.receipt-guide-valid-grid img {
  width: 100%;
  height: auto;
}
.receipt-guide-valid-grid figcaption {
  margin-top: 10px;
  color: #d7000f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .receipt-guide-valid-grid {
    gap: 16px 12px;
    margin-top: 18px;
  }
  .receipt-guide-valid-grid figcaption {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
  }
}

.receipt-guide-product-example {
  margin-top: 34px !important;
}
.receipt-guide-product-example img {
  width: 100%;
  height: auto;
}
.receipt-guide-product-example figcaption {
  margin-top: 10px;
  color: #d7000f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .receipt-guide-product-example {
    margin-top: 22px !important;
  }
  .receipt-guide-product-example figcaption {
    margin-top: 7px;
    font-size: 14px;
  }
}

.receipt-guide-note {
  margin-top: 8px !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .receipt-guide-note {
    font-size: 12px;
    line-height: 1.55;
  }
}

.receipt-guide-invalid-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 180px));
  justify-content: space-between;
  gap: 28px 20px;
  margin-top: 32px;
}
.receipt-guide-invalid-grid figure {
  min-width: 0;
}
.receipt-guide-invalid-grid figure img {
  width: 100%;
  height: auto;
}
.receipt-guide-invalid-grid figcaption {
  margin-top: 5px;
  color: #d7000f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .receipt-guide-invalid-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    margin-top: 24px;
  }
  .receipt-guide-invalid-grid figcaption {
    font-size: 13px;
    line-height: 1.4;
  }
}

.receipt-guide-bad {
  color: #d7000f;
  text-align: center;
}
.receipt-guide-bad__mark {
  height: 78px;
  font-size: 104px;
  font-weight: 400;
  line-height: 0.65;
}
.receipt-guide-bad > span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.receipt-guide-bad > p {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .receipt-guide-bad__mark {
    height: 60px;
    font-size: 82px;
  }
  .receipt-guide-bad > span {
    margin-top: 5px;
    font-size: 13px;
  }
  .receipt-guide-bad > p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
  }
}

.receipt-guide-online-key {
  margin: 24px 0 22px !important;
  color: #d7000f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .receipt-guide-online-key {
    margin: 18px 0 16px !important;
    font-size: 15px;
    text-align: center;
  }
}

.receipt-guide-online-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.receipt-guide-online-grid figure {
  min-width: 0;
}
.receipt-guide-online-grid figcaption {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}
.receipt-guide-online-grid img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .receipt-guide-online-grid {
    gap: 12px;
  }
  .receipt-guide-online-grid figcaption {
    min-height: 38px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.receipt-guide-invoice {
  margin-top: 28px !important;
}
.receipt-guide-invoice figcaption {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}
.receipt-guide-invoice img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .receipt-guide-invoice {
    margin-top: 22px !important;
  }
  .receipt-guide-invoice figcaption {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.entry-form {
  width: min(100% - 32px, 800px);
  margin: 30px auto 0;
}
.entry-form > h2 {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-form {
    margin-top: 24px;
  }
  .entry-form > h2 {
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 40px;
  }
}

.entry-terms {
  height: 430px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 34px 42px 46px;
  border: 2px solid #333;
  border-radius: 8px;
  background: #f2f2f2;
  color: #222;
  scrollbar-color: #999 #ddd;
}
.entry-terms h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
}
.entry-terms p {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.entry-terms ul {
  margin: 10px 0 0;
  padding-left: 1.5em;
}
.entry-terms li {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
.entry-terms a {
  color: #a4000b;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.entry-terms__lead {
  margin: 0;
}
.entry-terms__section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #c7c7c7;
}
.entry-terms__section h4 {
  margin: 0 0 14px;
  padding: 7px 10px;
  border-left: 5px solid #d7000f;
  background: rgba(215, 0, 15, 0.06);
  color: #a9000b;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}
.entry-terms__facts {
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 6px;
  background: #fff;
}
.entry-terms__fact {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  border-bottom: 1px solid #ccc;
}
.entry-terms__fact dt {
  padding: 10px 12px;
  background: #ddd;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}
.entry-terms__fact dd {
  margin: 0;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.entry-terms__prizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.entry-terms__prizes article {
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}
.entry-terms__prizes h5,
.entry-terms__environment h5 {
  margin: 0 0 7px;
  color: #c5000d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}
.entry-terms__prizes p {
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
.entry-terms__prizes small {
  display: block;
  margin-top: 8px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.entry-terms__note,
.entry-terms__notes {
  color: #555;
}
.entry-terms__note {
  font-size: 13px;
}
.entry-terms__notes li {
  font-size: 13px;
}
.entry-terms__environment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.entry-terms__environment > div {
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}
.entry-terms__environment p {
  margin-top: 8px;
}
.entry-terms__contact {
  padding: 14px 16px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  background: #fff;
}
@media (max-width: 767px) {
  .entry-terms {
    height: 360px;
    padding: 22px 16px 30px;
    border-radius: 6px;
  }
  .entry-terms h3 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.55;
  }
  .entry-terms p,
  .entry-terms li {
    font-size: 13px;
    line-height: 1.75;
  }
  .entry-terms__section {
    margin-top: 24px;
    padding-top: 20px;
  }
  .entry-terms__section h4 {
    margin-bottom: 12px;
    padding: 6px 8px;
    font-size: 14px;
  }
  .entry-terms__fact {
    grid-template-columns: 1fr;
  }
  .entry-terms__fact dt {
    padding: 8px 10px;
    font-size: 13px;
  }
  .entry-terms__fact dd {
    padding: 9px 10px;
    font-size: 13px;
  }
  .entry-terms__prizes,
  .entry-terms__environment {
    grid-template-columns: 1fr;
  }
  .entry-terms__prizes article,
  .entry-terms__environment > div {
    padding: 12px;
  }
  .entry-terms__prizes h5,
  .entry-terms__environment h5 {
    font-size: 14px;
  }
  .entry-terms__note,
  .entry-terms__notes li {
    font-size: 12px;
  }
  .entry-terms__contact {
    padding: 12px;
  }
}

.entry-consent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 34px auto 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.entry-consent input {
  width: 28px;
  height: 28px;
  margin: 0;
  accent-color: #d7000f;
}
.entry-consent.is-invalid {
  color: #d7000f;
}
.entry-consent input[aria-invalid="true"] {
  outline: 3px solid rgba(215, 0, 15, 0.35);
  outline-offset: 3px;
}
.entry-consent-error {
  margin: 12px auto 0;
  color: #d7000f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
.entry-consent-error[hidden] {
  display: none;
}
@media (max-width: 767px) {
  .entry-consent {
    margin-top: 24px;
    font-size: 15px;
  }
  .entry-consent input {
    width: 24px;
    height: 24px;
  }
  .entry-consent-error {
    margin-top: 10px;
    font-size: 13px;
  }
}

.entry-cta-wrap {
  position: relative;
  margin-top: 55px;
}
.entry-cta-wrap__deco {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: -135px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 320px;
  pointer-events: none;
}
.entry-cta-wrap__callout {
  flex: 0 0 167px;
  width: 167px;
  height: 66px;
  margin-bottom: 91px;
}
.entry-cta-wrap__sumo {
  flex: 0 0 145px;
  width: 145px;
  height: 154px;
  object-fit: contain;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .entry-cta-wrap {
    margin-top: 55px;
  }
  .entry-cta-wrap__deco {
    top: 0;
    bottom: 0;
    left: -10px;
    align-items: center;
    gap: 8px;
    width: 238px;
    transform: none;
  }
  .entry-cta-wrap__callout {
    flex-basis: 130px;
    width: 130px;
    height: auto;
    margin-bottom: 46px;
  }
  .entry-cta-wrap__sumo {
    flex-basis: 100px;
    width: 100px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .entry-cta-wrap {
    margin-top: 48px;
  }
  .entry-cta-wrap__deco {
    top: 0;
    bottom: 0;
    left: -12px;
    align-items: center;
    gap: 0;
    width: auto;
    transform: none;
  }
  .entry-cta-wrap__callout {
    flex-basis: clamp(60px, 18vw, 72px);
    width: clamp(60px, 18vw, 72px);
    height: auto;
    margin-bottom: 18px;
  }
  .entry-cta-wrap__sumo {
    flex-basis: clamp(58px, 18vw, 72px);
    width: clamp(58px, 18vw, 72px);
    height: auto;
    margin-left: -6px;
  }
}

.entry-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 92px;
  border-radius: 60px;
  color: #fff;
  background: #d7000f;
  font-size: 28px;
  font-weight: 900;
  padding: 22px 76px;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.entry-cta > span {
  position: relative;
  z-index: 1;
  left: auto;
  white-space: nowrap;
  transform: none;
}
.entry-cta__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1.12;
  text-align: center;
}
.entry-cta__main {
  display: block;
}
.entry-cta__sub {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.entry-cta__label-line {
  display: inline;
}
.entry-cta > img {
  position: absolute;
  right: 37px;
  width: 37px;
  height: 37px;
}
.entry-cta:hover {
  filter: brightness(0.92);
  transform: translateY(-2px);
}
@media (max-width: 1050px) and (min-width: 768px) {
  .entry-cta {
    font-size: 30px;
  }
  .entry-cta > span {
    width: min(340px, calc(100% - 220px));
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .entry-cta > span {
    left: clamp(20px, calc(190px - 18.9vw), 45px);
  }
}
@media (max-width: 767px) {
  .entry-cta {
    min-height: 78px;
    padding: 22px 50px;
    font-size: clamp(19px, 5vw, 22px);
    letter-spacing: -0.02em;
  }
  .entry-cta > span {
    width: clamp(136px, 44vw, 176px);
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }
  .entry-cta__label {
    gap: 2px;
  }
  .entry-cta__sub {
    font-size: clamp(16px, 4.1vw, 18px);
  }
  .entry-cta > img {
    right: 16px;
    width: 29px;
    height: 29px;
  }
}

@media (max-width: 480px) {
  .entry-cta > span {
    left: 10.5%;
    width: clamp(128px, 40vw, 160px);
  }
}

@media (max-width: 900px) {
  .entry-cta__label-line {
    display: block;
  }
}

@media (max-width: 360px) {
  .entry-cta-wrap__deco {
    width: auto;
  }
  .entry-cta-wrap__callout {
    flex-basis: 58px;
    width: 58px;
  }
  .entry-cta-wrap__sumo {
    flex-basis: 52px;
    width: 52px;
  }
}
.site-footer {
  width: min(100%, 800px);
  min-height: 260px;
  margin: 0 auto;
  padding: 40px 0 60px;
  text-align: center;
}
.site-footer .footer-series-link {
  width: min(399px, 100% - 32px);
}
.site-footer .contact {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.site-footer .contact p {
  margin: 0;
}
.site-footer .contact ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.site-footer .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 35px;
}
.site-footer .social {
  display: grid;
  grid-template-rows: 48px auto;
  justify-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.3;
}
.site-footer .social img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.site-footer .social:nth-child(2) img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.site-footer .footer-brand {
  margin: 30px auto 20px;
}
.site-footer small {
  font-size: 12px;
}
@media (max-width: 767px) {
  .site-footer {
    width: 100%;
    min-height: 188px;
    margin-top: 0;
    padding: 40px 0 44px;
  }
  .site-footer .footer-series-link {
    width: calc(100% - 32px);
    margin-bottom: 28px;
    font-size: 16px;
  }
  .site-footer .contact {
    display: none;
  }
  .site-footer .socials {
    gap: 42px;
    margin: 0;
  }
  .site-footer .social {
    grid-template-rows: 40px auto;
    gap: 8px;
    font-size: 10px;
  }
  .site-footer .social img {
    width: 40px;
    height: 40px;
  }
  .site-footer .social:nth-child(2) img {
    width: 33px;
    height: 33px;
    margin-top: 3px;
  }
  .site-footer .footer-brand {
    width: 75px;
    height: 42px;
    margin: 24px auto 13px;
  }
  .site-footer .footer-brand .brand__name {
    top: 9px;
    height: 33px;
  }
  .site-footer .footer-brand .brand__smile {
    left: 6px;
    width: 65px;
    height: 7px;
  }
  .site-footer small {
    font-size: 8px;
  }
}

html.is-motion-ready .js-bounce-reveal {
  opacity: 0;
  translate: 0 28px;
  scale: 0.62;
  transform-origin: center;
  will-change: opacity, translate, scale;
}

html.is-motion-ready .award-card__header.js-bounce-reveal {
  transform-origin: center top;
}

@media (max-width: 1050px) {
  html.is-motion-ready .award-card__header.js-bounce-reveal {
    transform-origin: 35.2% center;
  }
}

html.is-motion-ready .js-bounce-reveal.is-visible {
  animation: boing-in 900ms cubic-bezier(0.2, 0.8, 0.25, 1) var(--bounce-delay, 0ms) both;
}

@keyframes boing-in {
  0% {
    opacity: 0;
    translate: 0 28px;
    scale: 0.62;
  }
  52% {
    opacity: 1;
    translate: 0 -8px;
    scale: 1.12;
  }
  70% {
    translate: 0 5px;
    scale: 0.94;
  }
  84% {
    translate: 0 -3px;
    scale: 1.05;
  }
  93% {
    translate: 0 1px;
    scale: 0.98;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  html.is-motion-ready .js-bounce-reveal {
    opacity: 1;
    translate: none;
    scale: 1;
    animation: none !important;
  }
}
