.p-anchor {
  position: sticky;
  top: 52px;
  z-index: 900;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
  .p-anchor {
    top: 80px;
  }
}
.p-anchor .l-inner {
  padding: 0;
}
@media (min-width: 768px) {
  .p-anchor .l-inner {
    padding: 0 16px;
  }
}
.p-anchor__list {
  display: flex;
  align-items: stretch;
  gap: 1px;
  overflow: hidden;
  background: #a09997;
}
.p-anchor__item {
  flex: 1 1 0;
  min-width: 0;
}
.p-anchor__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 56px;
  padding: 0 4px;
  background: #fff;
  border-bottom: 2px solid #ea5504;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .p-anchor__link {
    font-size: 1.6rem;
  }
}
.p-anchor__link,
.p-anchor__link:link,
.p-anchor__link:visited {
  color: #222;
}
.p-anchor__link:hover,
.p-anchor__link:focus,
.p-anchor__link:active,
.p-anchor__link:link:hover,
.p-anchor__link:link:focus,
.p-anchor__link:link:active,
.p-anchor__link:visited:hover,
.p-anchor__link:visited:focus,
.p-anchor__link:visited:active {
  opacity: 1;
}
.p-anchor__item.is-current .p-anchor__link {
  background: #ea5504;
  border-bottom-color: #ea5504;
  color: #fff;
}
@media (min-width: 768px) {
  .p-anchor__item:first-child:not(.is-current) .p-anchor__link {
    border-left: 1px solid #9f9896;
  }
  .p-anchor__item:last-child:not(.is-current) .p-anchor__link {
    border-right: 1px solid #9f9896;
  }
}
.p-anchor__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid currentColor;
}
.c-ttl {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .c-ttl {
    padding: 8px 0;
  }
}
.c-ttl__text {
  color: #ea5504;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-ttl__text {
    font-size: 2.4rem;
  }
}
.c-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  border-radius: 4px;
  background: #ea5504;
}
@media (min-width: 768px) {
  .c-ttl:after {
    margin-top: 6px;
  }
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 280px;
  height: 54px;
  padding: 0 20px;
  border: 2px solid #000;
  border-radius: 999px;
  background: #ff7e38;
}
@media (min-width: 768px) {
  .c-btn {
    min-width: 400px;
    height: 64px;
  }
}
.c-btn__text {
  padding: 0 8px;
  color: #222;
  font-weight: 600;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-btn__text {
    font-size: 2rem;
  }
}
.c-btn__blank {
  display: block;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .c-btn__blank {
    width: 20px;
    height: 20px;
  }
}
.c-btn__blank img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-card {
  background: #786f6d;
  border-radius: 20px;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.c-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.c-notes {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #777;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-notes__item {
  display: flex;
  gap: 2px;
  align-items: flex-start;
}
.c-notes__mark {
  flex-shrink: 0;
}
.c-sup {
  font-size: 1.03rem;
  vertical-align: super;
  line-height: 0;
}
@media (min-width: 768px) {
  .c-sup {
    font-size: 1.2rem;
  }
}
.p-sec-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px 56px;
  background: #000;
  text-align: center;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .p-sec-ttl {
    padding: 40px 16px 72px;
  }
}
.p-sec-ttl__text {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-sec-ttl__text {
    font-size: 2.8rem;
  }
}
.p-cta {
  background: #a09997;
  padding: 24px 16px 32px;
}
@media (min-width: 768px) {
  .p-cta {
    padding: 24px 16px 48px;
  }
}
.p-cta__inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.p-cta__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-cta__item {
  display: flex;
  flex: 1 1 calc(50% - 6px);
}
@media (min-width: 768px) {
  .p-cta__item {
    flex: 1 1 0;
  }
}
.p-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  border: 8px solid #786f6d;
  border-radius: 16px;
}
.p-cta__icon {
  display: block;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-cta__icon {
    width: 40px;
    height: 40px;
  }
}
.p-cta__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-cta__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #222;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.p-cta__blank {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.p-cta__blank img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-hero {
  background: #433a37;
  overflow-x: clip;
}
.p-hero__head {
  position: relative;
  overflow: hidden;
  margin-bottom: -40px;
  padding: 24px 16px 56px;
  background: #231815;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hero__head {
    margin-bottom: -48px;
    padding: 40px 16px 72px;
  }
}
.p-hero__bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-hero__bg {
    width: 100%;
    height: 100%;
  }
}
.p-hero__ball {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  width: 270px;
  height: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-hero__ball {
    top: -32px;
    width: 500px;
  }
}
.p-hero__heading {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-hero__heading {
    font-size: 2.8rem;
  }
}
.p-hero__body {
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .p-hero__body {
    padding-bottom: 48px;
  }
}
.p-hero__desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .p-hero__desc {
    text-align: center;
  }
}
.p-hero__body .c-notes {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .p-hero__body .c-notes {
    width: fit-content;
    margin: 0 auto;
  }
}
.p-hero__lottery {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 16px 24px;
  background: #efefef;
}
@media (min-width: 768px) {
  .p-hero__lottery {
    padding: 24px 16px 40px;
  }
}
.p-hero__bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-hero__bonus-icon {
  display: block;
  width: 48px;
  height: 48px;
}
.p-hero__bonus-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-hero__bonus-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  background: #231815;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-hero__bonus-badge {
    font-size: 2rem;
  }
}
.p-hero__bonus-text {
  color: #000;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hero__bonus-text {
    font-size: 1.8rem;
  }
}
.p-hero__bonus-lead-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: -8px;
}
.p-hero__bonus-lead {
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hero__bonus-lead {
    font-size: 1.8rem;
  }
}
.p-hero__bonus-note {
  color: #777;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hero__bonus-note {
    font-size: 1.4rem;
  }
}
.p-howto {
  background: #9f9896;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-howto {
    padding-bottom: 64px;
  }
}
.p-howto__card {
  align-items: stretch;
  gap: 0;
  padding: 24px 16px 32px;
}
@media (min-width: 768px) {
  .p-howto__card {
    padding: 32px;
  }
}
.p-howto__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-howto__steps {
    gap: 24px;
  }
}
.p-howto__step {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "head" "img" "text";
  gap: 12px;
}
@media (min-width: 768px) {
  .p-howto__step {
    grid-template-columns: 327px 273px;
    grid-template-rows: 1fr auto auto 1fr;
    grid-template-areas: "img ." "img head" "img text" "img .";
    justify-content: center;
    column-gap: 40px;
    row-gap: 8px;
  }
}
.p-howto__step-head {
  grid-area: head;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-howto__step-head {
    justify-content: flex-start;
  }
}
.p-howto__step-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #ea5504;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 2px;
}
.p-howto__step-ttl {
  color: #222;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-howto__step-img {
  grid-area: img;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-howto__step-img {
    align-self: start;
    padding: 0 24px;
    background: #efefef;
  }
}
.p-howto__step-img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-howto__step-text {
  grid-area: text;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.p-howto__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.p-howto__btn-arrow {
  display: block;
  width: 16px;
  height: 16px;
}
.p-howto__btn-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-howto__btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 280px;
  height: 54px;
  padding: 0 20px;
  background: #fff;
  border: 2px solid #222;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .p-howto__btn-back {
    min-width: 400px;
    height: 64px;
  }
}
.p-howto__btn-back,
.p-howto__btn-back:link,
.p-howto__btn-back:visited {
  color: #222;
}
.p-howto__btn-back-text {
  padding: 0 8px;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .p-howto__btn-back-text {
    font-size: 2rem;
  }
}
.p-howto__btn-back-arrow {
  display: block;
  width: 16px;
  height: 16px;
}
.p-howto__btn-back-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mechanism__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .p-mechanism__body {
    gap: 56px;
    padding-bottom: 72px;
  }
}
.p-mechanism__ttl {
  color: #000;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mechanism__ttl {
    font-size: 2.8rem;
  }
}
.p-mechanism__types,
.p-mechanism__carryover,
.p-mechanism__check,
.p-mechanism__receiving {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-mechanism__types,
  .p-mechanism__carryover,
  .p-mechanism__check,
  .p-mechanism__receiving {
    gap: 24px;
  }
}
.p-mechanism__item .c-card__inner {
  gap: 16px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .p-mechanism__item .c-card__inner {
    gap: 24px;
    padding: 32px 40px;
  }
}
.p-mechanism__item-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-mechanism__item-lead {
  width: 100%;
  color: #ea5504;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mechanism__item-lead {
    font-size: 2rem;
  }
}
.p-mechanism__item-text {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .p-mechanism__item-text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-mechanism__item-note {
  width: 100%;
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .p-mechanism__item-note {
    text-align: center;
  }
}
.p-mechanism__types .c-card__inner {
  gap: 16px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .p-mechanism__types .c-card__inner {
    gap: 24px;
    padding: 32px 40px;
  }
}
.p-mechanism__types-lead {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mechanism__types-lead {
    font-size: 1.8rem;
  }
}
.p-mechanism__lots {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-mechanism__lots {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}
.p-mechanism__carryover .c-card__inner {
  gap: 32px;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .p-mechanism__carryover .c-card__inner {
    padding: 32px 0;
  }
}
.p-mechanism__carryover .c-notes {
  color: #777;
}
@media (min-width: 768px) {
  .p-mechanism__carryover .c-notes {
    width: fit-content;
    margin: 0 auto;
  }
}
.p-mechanism__check .c-card__inner {
  gap: 8px;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .p-mechanism__check .c-card__inner {
    padding: 32px 40px;
  }
}
.p-mechanism__receiving .c-card__inner {
  gap: 32px;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .p-mechanism__receiving .c-card__inner {
    padding: 32px 40px;
  }
}
.p-mechanism-lot {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-mechanism-lot__head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}
.p-mechanism-lot__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 53px;
  background: #231815;
  overflow: hidden;
}
.p-mechanism-lot__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-mechanism-lot__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
}
.p-mechanism-lot__more-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.p-mechanism-lot__more-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mechanism-lot__more-text {
  color: #222;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
  white-space: nowrap;
}
.p-mechanism-table {
  width: 100%;
  border-top: 2px solid #ea5504;
}
.p-mechanism-table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.p-mechanism-table__row.is-multi {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}
@media (min-width: 768px) {
  .p-mechanism-table__row.is-tall {
    min-height: 69px;
  }
}
.p-mechanism-table__line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.p-mechanism-table__label {
  flex-shrink: 0;
  color: #222;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: nowrap;
}
.p-mechanism-table__value {
  flex: 1;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
}
.p-mechanism-carryover__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-mechanism-carryover__def {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 24px;
}
.p-mechanism-carryover__def-ttl {
  width: 100%;
  color: #222;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mechanism-carryover__def-ttl {
    font-size: 2rem;
  }
}
.p-mechanism-carryover__def-body {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mechanism-carryover__def-body {
    text-align: center;
  }
}
.p-mechanism-carryover__flow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}
.p-mechanism-carryover__banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 1px solid #ea5504;
  color: #ea5504;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mechanism-carryover__banner {
    font-size: 1.8rem;
  }
}
.p-mechanism-carryover__result {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.p-mechanism-flow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-mechanism-flow__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.p-mechanism-flow__label-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 30px;
  background: #231815;
  overflow: hidden;
}
.p-mechanism-flow__label-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-mechanism-flow__label-text {
  color: #222;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-mechanism-flow__sources {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media (min-width: 768px) {
  .p-mechanism-flow__sources {
    justify-content: center;
    gap: 24px;
  }
}
.p-mechanism-flow__source {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-mechanism-flow__source {
    flex: 0 0 auto;
  }
}
.p-mechanism-flow__source-label {
  color: #222;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mechanism-flow__source-label {
    font-size: 1.6rem;
  }
}
.p-mechanism-flow__pile {
  display: block;
  width: 100px;
  height: 100px;
}
.p-mechanism-flow__pile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-mechanism-flow__plus {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
}
.p-mechanism-flow__plus img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mechanism-flow__arrow {
  display: block;
  width: 40px;
  height: 24px;
}
.p-mechanism-flow__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mechanism-flow__total-piles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-mechanism-flow__total-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
.p-mechanism-flow__total-ttl {
  color: #222;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mechanism-flow__total-ttl {
    font-size: 1.8rem;
  }
}
.p-mechanism-flow__total-note {
  color: #222;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mechanism-flow__total-note {
    font-size: 1.6rem;
  }
}
.p-mechanism-flow__winners {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}
@media (min-width: 768px) {
  .p-mechanism-flow__winners {
    justify-content: center;
    gap: 40px;
  }
}
.p-mechanism-flow__winner-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-mechanism-flow__winner {
  display: block;
  width: 80px;
  height: 120px;
}
.p-mechanism-flow__winner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-mechanism-step {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.p-mechanism-step__icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.p-mechanism-step__icon {
  flex-shrink: 0;
  display: block;
  width: 32px;
  height: 32px;
}
.p-mechanism-step__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mechanism-step__line {
  width: 0;
  height: 44px;
  border-left: 2px dashed #ea5504;
}
.p-mechanism-step__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-mechanism-step__ttl {
  color: #222;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mechanism-step__ttl {
    font-size: 2rem;
  }
}
.p-mechanism-step__text {
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-mechanism-step__link,
.p-mechanism-step__link:link,
.p-mechanism-step__link:visited {
  color: #222;
  text-decoration: underline;
}
.p-mechanism-step__link:hover,
.p-mechanism-step__link:focus,
.p-mechanism-step__link:active {
  text-decoration: none;
}
.p-mechanism-receiving__lead {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mechanism-receiving__lead {
    font-size: 1.8rem;
  }
}
.p-mechanism-receiving__row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-mechanism-receiving__icon {
  flex-shrink: 0;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mechanism-receiving__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-mechanism-receiving__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-mechanism-receiving__ttl {
  width: 100%;
  color: #222;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mechanism-receiving__ttl {
    font-size: 2rem;
  }
}
.p-mechanism-receiving__text {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-mechanism-receiving__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 24px;
  list-style-type: disc;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mechanism-receiving__list {
    gap: 0;
  }
}
.p-mechanism-receiving__list li {
  list-style-type: disc;
}
.p-mechanism-receiving__note {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mechanism-receiving__note {
    font-size: 1.7rem;
  }
}
.p-modal {
  display: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
}
.p-modal__content {
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  display: flex;
  flex-direction: column;
}
.p-modal__inner {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #fff;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .p-modal__inner {
    padding: 48px 40px;
  }
}
.p-modal__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-modal__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 37px;
  background: #231815;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-modal__logo {
    width: 80px;
    height: 53px;
  }
}
.p-modal__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-modal__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-modal__price {
    gap: 16px;
  }
}
.p-modal__price-unit {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .p-modal__price-unit {
    gap: 8px;
  }
}
.p-modal__price-unit-label {
  padding: 0 4px;
  background: #efefef;
  color: #000;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-modal__price-unit-label {
    padding: 0 6px;
    font-size: 1.4rem;
  }
}
.p-modal__price-unit-yen {
  color: #222;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-modal__price-unit-yen {
    font-size: 1.6rem;
  }
}
.p-modal__price-max {
  display: block;
  width: auto;
  height: 24px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-modal__price-max {
    height: 40px;
  }
}
.p-modal__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.p-modal__sec {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.p-modal__sec-ttl {
  color: #222;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-modal__sec-ttl {
    font-size: 1.8rem;
  }
}
.p-modal__sec-body {
  width: 100%;
  color: #222;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-modal__sec-body {
    font-size: 1.6rem;
  }
}
.p-modal__note {
  width: 100%;
  color: #777;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-modal__note {
    font-size: 1.4rem;
  }
}
.p-modal__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  padding: 16px;
  background: #efefef;
  color: #222;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-modal__close {
    font-size: 1.6rem;
  }
}
.p-modal__close img {
  display: block;
  width: 24px;
  height: 24px;
}
