@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #222222;
  font-size: 20px;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 18px;
  }
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 650px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .sp-none {
    display: none;
  }
}

.site-header {
  background-color: #0a1a3d;
  width: 100%;
}
@media screen and (min-width: 651px) {
  .site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }
}
@media screen and (max-width: 650px) {
  .site-header {
    display: none;
  }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 40px;
}
@media screen and (max-width: 650px) {
  .site-header__inner {
    padding: 14px 20px;
  }
}

.site-header__logo {
  display: block;
  line-height: 0;
}
.site-header__logo img {
  width: auto;
  height: 46px;
  max-width: min(258px, 70vw);
}
@media screen and (max-width: 650px) {
  .site-header__logo img {
    height: 36px;
  }
}
.site-header__logo:hover {
  opacity: 0.85;
}

.footer {
  background-color: #004998;
  color: #ffffff;
  padding: 40px 40px calc(142px + env(safe-area-inset-bottom, 0px));
}
@media screen and (max-width: 650px) {
  .footer {
    padding: 32px 20px calc(128px + env(safe-area-inset-bottom, 0px));
  }
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer__logo {
  max-width: 320px;
  margin: 0 0 20px;
  line-height: 0;
  text-align: left;
}
.footer__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 72px;
}
@media screen and (max-width: 650px) {
  .footer__logo {
    max-width: 260px;
    margin-bottom: 16px;
  }
  .footer__logo img {
    max-height: 60px;
  }
}

.footer__copy {
  text-align: center;
}
.footer__copy small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .footer__copy small {
    font-size: 12px;
  }
}

.fv {
  position: relative;
  z-index: 1;
  line-height: 0;
  background-color: #000000;
}
.fv picture,
.fv img {
  display: block;
  width: 100%;
  height: auto;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.cta__deadline {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #0a1a3d;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 650px) {
  .cta__deadline {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.cta__deadline-date {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 650px) {
  .cta__deadline-date {
    font-size: 14px;
  }
}

.cta__deadline-num {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 650px) {
  .cta__deadline-num {
    font-size: 20px;
  }
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 10px 20px;
  background-color: #e54141;
  border-radius: 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background-color 0.25s ease, opacity 0.2s ease;
}
@media screen and (max-width: 650px) {
  .cta__btn {
    font-size: 22px;
    padding: 8px 16px;
    gap: 10px;
    border-radius: 6px;
  }
}
.cta__btn:hover {
  background-color: #c93535;
  opacity: 0.95;
}

.cta__btn-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 650px) {
  .cta__btn-icon {
    width: 20px;
    height: 20px;
  }
}
.cta__btn-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #e54141;
}

.campaign {
  position: relative;
  z-index: 1;
  background-color: #000000;
}

.campaign__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background-image: url("../img/campaign-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.campaign__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: -100vh auto 0;
  padding: 56px 40px 80px;
}
@media screen and (max-width: 650px) {
  .campaign__inner {
    padding: 32px 20px 48px;
  }
}

.campaign__title {
  text-align: center;
  margin-bottom: 48px;
  line-height: 0;
}
.campaign__title img {
  width: auto;
  max-width: min(480px, 90%);
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 650px) {
  .campaign__title {
    margin-bottom: 32px;
  }
  .campaign__title img {
    max-width: 78%;
  }
}

.prizes {
  padding-top: 36px;
}

.prizes__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.prizes__row:not(:last-child) {
  margin-bottom: 72px;
}
@media (min-width: 651px) and (max-width:990px) {
  .prizes__row {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
  .prizes__row:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 650px) {
  .prizes__row {
    grid-template-columns: 1fr;
    row-gap: 44px;
  }
  .prizes__row:not(:last-child) {
    margin-bottom: 60px;
  }
}

.prize-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding: 0 0 14px;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #0a1a3d;
}
@media screen and (max-width: 650px) {
  .prize-card {
    padding-bottom: 12px;
  }
}

.prize-card__medal {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 104px;
  line-height: 0;
  transform: translate(-50%, -50%);
}
.prize-card__medal img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 650px) {
  .prize-card__medal {
    width: 88px;
  }
}

.prize-card__body {
  display: grid;
  grid-template-rows: minmax(128px, 1fr) minmax(210px, auto) minmax(52px, auto);
  align-items: stretch;
  flex: 1;
  width: 100%;
  padding: 56px 16px 0;
  gap: 0;
}
@media screen and (max-width: 650px) {
  .prize-card__body {
    padding: 48px 12px 0;
    grid-template-rows: minmax(112px, auto) minmax(155px, auto) minmax(48px, auto);
  }
}

.prize-card__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 4px;
  min-height: 128px;
}
@media screen and (max-width: 650px) {
  .prize-card__top {
    min-height: 112px;
    padding-bottom: 4px;
  }
}

.prize-card__frame {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 210px;
  margin: 0;
  border-top: 1px solid rgba(10, 26, 61, 0.2);
  border-bottom: 1px solid rgba(10, 26, 61, 0.2);
}
@media screen and (max-width: 650px) {
  .prize-card__frame {
    min-height: 155px;
  }
}

.prize-card__foot {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .prize-card__foot {
    min-height: 48px;
    padding-top: 6px;
  }
}

.prize-card__sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #0a1a3d;
  margin-bottom: 6px;
}
@media screen and (max-width: 650px) {
  .prize-card__sub {
    font-size: 14px;
  }
}

.prize-card__event-name {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.06em;
  color: #0a1a3d;
  margin-bottom: 8px;
}
@media screen and (max-width: 650px) {
  .prize-card__event-name {
    font-size: 17px;
    margin-bottom: 6px;
  }
}

.prize-card__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #0a1a3d;
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .prize-card__title {
    font-size: 24px;
  }
}

.prize-card--a .prize-card__title {
  font-size: 30px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 650px) {
  .prize-card--a .prize-card__title {
    font-size: 26px;
  }
}

.prize-card__title--single {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .prize-card__title--single {
    min-height: 58px;
  }
}

.prize-card__count-box {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  border-top: none;
}
@media screen and (max-width: 650px) {
  .prize-card__count-box {
    padding: 5px 0;
  }
}

.prize-card__count {
  line-height: 1;
  color: #0a1a3d;
}

.prize-card__count-num {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 650px) {
  .prize-card__count-num {
    font-size: 46px;
  }
}

.prize-card__count-unit {
  font-size: 24px;
  font-weight: 700;
  margin-left: 0.15em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 650px) {
  .prize-card__count-unit {
    font-size: 20px;
  }
}

.prize-card__illust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  min-height: 120px;
  margin-bottom: 0;
  padding: 8px 0 12px;
  border-bottom: none;
  line-height: 0;
}
.prize-card__illust img {
  width: auto;
  max-width: 75%;
  max-height: 110px;
  height: auto;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 650px) {
  .prize-card__illust {
    min-height: 72px;
    padding: 4px 0 6px;
  }
  .prize-card__illust img {
    max-height: 80px;
  }
}

.prize-card--a .prize-card__illust img {
  max-width: 85%;
  max-height: 95px;
}
@media screen and (max-width: 650px) {
  .prize-card--a .prize-card__illust img {
    max-height: 76px;
  }
}

.prize-card__note {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  color: #555;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .prize-card__note {
    font-size: 12px;
  }
}
.prize-card__note--detail {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 650px) {
  .prize-card__note--detail {
    font-size: 10px;
  }
}

.terms {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.terms__header {
  position: relative;
  background-color: #0a1a3d;
  padding: 20px 20px 24px;
  text-align: center;
}
.terms__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 18px 0;
  border-color: #0a1a3d transparent transparent;
}

.terms__heading {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  .terms__heading {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
}

.terms__body {
  padding: 48px 20px 72px;
}
@media screen and (max-width: 650px) {
  .terms__body {
    padding: 36px 16px 56px;
  }
}

.terms__inner {
  max-width: 960px;
  margin: 0 auto;
}

.terms__list {
  border-top: none;
}

.terms__item {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 20px 28px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid #0a1a3d;
  font-size: 19px;
  line-height: 1.8;
  color: #222222;
}
.terms__item:last-child {
  border-bottom: none;
}
.terms__item dt {
  line-height: 1;
}
.terms__item dd {
  min-width: 0;
}
@media screen and (max-width: 650px) {
  .terms__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
    font-size: 16px;
  }
}

.terms__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 10px 16px;
  background-color: #0a1a3d;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .terms__label {
    min-width: 112px;
    padding: 8px 14px;
    font-size: 17px;
  }
}

.terms__text {
  margin-bottom: 0;
}

.terms__notes {
  margin-top: 10px;
}
.terms__notes li {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 650px) {
  .terms__notes li {
    font-size: 15px;
  }
}

.terms__link {
  color: #1a5fb4;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}
.terms__link:hover {
  opacity: 0.8;
}
.terms__link--external {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.terms__external-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a5fb4' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6M15 3h6v6M10 14 21 3'/%3E%3C/svg%3E") center/contain no-repeat;
}

.terms__event {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 24px 32px;
  margin-top: 40px;
  padding: 28px 24px;
  border: 1px solid #0a1a3d;
}
@media (min-width: 651px) and (max-width:990px) {
  .terms__event {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 650px) {
  .terms__event {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
    padding: 20px 16px;
  }
}

.terms__event-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.terms__event-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 650px) {
  .terms__event-logo {
    margin: 0 auto 4px;
  }
}

.terms__event-list {
  border-top: none;
}

.terms__event-row {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 8px 16px;
  padding: 16px 0;
  border-bottom: 1px solid #0a1a3d;
  font-size: 18px;
  line-height: 1.7;
  color: #222222;
}
.terms__event-row dt {
  font-weight: 700;
  color: #0a1a3d;
  white-space: nowrap;
}
.terms__event-row dd {
  min-width: 0;
}
.terms__event-row--date {
  align-items: center;
}
.terms__event-row--date dt {
  align-self: center;
}
.terms__event-row--date dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
}
.terms__event-row--players dd p {
  margin: 0;
}
@media screen and (max-width: 650px) {
  .terms__event-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
    font-size: 17px;
  }
  .terms__event-row--date {
    align-items: flex-start;
  }
  .terms__event-row--date dd {
    flex-direction: column;
    align-items: flex-start;
  }
}

.terms__event-date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #0a1a3d;
}
@media screen and (max-width: 650px) {
  .terms__event-date {
    font-size: 15px;
  }
}

.terms__event-date-num {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 650px) {
  .terms__event-date-num {
    font-size: 28px;
  }
}

.terms__event-times {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .terms__event-times {
    font-size: 16px;
  }
}

.terms__event-note {
  margin-top: 8px !important;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .terms__event-note {
    font-size: 15px;
  }
}

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

/*# sourceMappingURL=main.css.map */
