@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #FFF;
}

input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.astarisk {
  font-size: 14px;
  vertical-align: top;
}

@media screen and (max-width: 639px) {
  .d-sm-none {
    display: none !important;
  }
}
.footerJleagueBanner__inner {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

.link {
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
.link-white {
  color: #FFF;
}
.link-white:link, .link-white:visited {
  color: #FFF;
}
.link-white:hover, .link-white:active {
  border-bottom: 0px solid #FFF;
}

.titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100vh;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.5;
  padding: 17px 38px;
  background-color: #F54B0D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #FFF solid 3px;
  position: relative;
  margin: 14px auto;
}
@media screen and (max-width: 576px) {
  .btn {
    font-size: 20px;
    padding: 11px;
  }
}
.-white .btn {
  background-color: #FFF;
  color: #F54B0D !important;
  border: #F54B0D solid 3px;
}
.btn:link, .btn:visited {
  color: #FFF;
}
.btn:hover, .btn:active {
  background-color: #D9420B;
}
.-white .btn:hover, .-white .btn:active {
  background-color: #D9420B;
  color: #FFF !important;
}

.keyVisual_inner {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
@media screen and (max-width: 1920px) {
  .keyVisual_inner {
    width: 100%;
    aspect-ratio: 1920/730;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  .keyVisual_inner {
    aspect-ratio: auto;
    height: auto;
  }
}
.keyVisual_img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .keyVisual_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 639px) {
  .keyVisual_img {
    position: static;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    height: auto;
    width: 100%;
  }
}

.buyWinner {
  background-color: #152FDA;
  padding: 50px 16px 60px;
  background-image: url(/service/cache/img/worldcup/2026/buyWinner_pc_bg.png);
  background-position: 50% 44px;
  background-repeat: no-repeat;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  position: relative;
  gap: 10px;
}
@media screen and (max-width: 639px) {
  .buyWinner {
    background-image: url(/service/cache/img/worldcup/2026/buyWinner_sp_bg.png);
    background-position: 50% 7px;
    background-size: contain;
    padding: 22px 16px;
    gap: 2px;
  }
}
.buyWinner .heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .buyWinner .heading-container {
    font-size: 18px;
  }
}
.buyWinner .heading-container img {
  display: block;
  width: 18px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}
.buyWinner_btnBox {
  width: 460px;
}
@media screen and (max-width: 576px) {
  .buyWinner_btnBox {
    max-width: 328px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.buyWinner p {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .buyWinner p {
    font-size: 15px;
  }
}
.buyWinner .buyWinner_text_top {
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .buyWinner .buyWinner_text_top {
    font-size: 15px;
  }
}

.competition {
  background: #3750F3;
  padding: 50px 16px 60px 16px;
  font-weight: 700;
}
.competition_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}
.competition_contentBox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .competition_contentBox {
    gap: 2px;
    font-size: 16px;
  }
}
.competition_contentBox img {
  margin: 20px auto 30px;
}

.singleMatch {
  background: #3750F3;
  background-image: linear-gradient(rgba(245, 245, 245, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 245, 245, 0.2) 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 50px 16px 60px 16px;
  font-weight: 700;
}
.singleMatch_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}
.singleMatch_contentBox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .singleMatch_contentBox {
    font-size: 16px;
  }
}
.singleMatch_contentBox img {
  margin: 20px auto 30px;
}
.singleMatch_contentBox .heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.singleMatch_contentBox .heading-container img {
  display: block;
  width: 18px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}

.balloon-text {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding: 2px 10px;
  border-radius: 3px;
  color: #3750F3;
  margin-top: 12px;
}
@media screen and (max-width: 576px) {
  .balloon-text {
    font-size: 15px;
  }
}

/* 吹き出しの三角部分 */
.balloon-text::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
}

.register {
  background: #152FDA;
  padding: 60px 16px 50px 16px;
}
.register_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}
.register_contentBox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.register_contentBox p {
  font-size: 18px;
}
@media screen and (max-width: 639px) {
  .register_contentBox p {
    font-size: 16px;
  }
}
.register_contentBox img {
  margin: 20px auto;
}
@media screen and (max-width: 639px) {
  .register_contentBox img {
    margin: 15px auto 10px;
  }
}
.register_contentBox .register_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: 80%;
  max-width: 1065px;
  margin: 30px 0;
}
@media screen and (max-width: 639px) {
  .register_contentBox .register_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}
.register_contentBox .register_step .step_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.register_contentBox .register_step .step_card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -32px;
  width: 34px;
  height: 13px;
  background-color: #9FF1FF;
}
@media screen and (max-width: 639px) {
  .register_contentBox .register_step .step_card:not(:last-child)::after {
    top: auto;
    bottom: -20px;
    right: auto;
    left: 64px;
    width: 13px;
    height: 22px;
  }
}
.register_contentBox .step_card img {
  margin: 0;
}
.register .astarisk {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .register .astarisk {
    font-size: 14px;
  }
}

.campaign {
  background: #3750F3;
  padding: 60px 0 50px 0px;
}
.campaign_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}
.campaign_contentBox {
  width: 80%;
  max-width: 1065px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .campaign_contentBox {
    width: 90%;
    font-size: 16px;
  }
}
.campaign_contentBox_imgBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  max-width: 1065px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .campaign_contentBox_imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.campaign_contentBox_imgBox a:hover, .campaign_contentBox_imgBox a:active {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.fixedButton {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.fixedButton:focus {
  outline: none;
}
.fixedButton:hover, .fixedButton:active {
  background: none;
  border: none;
  outline: none;
}
.fixedButton img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 639px) {
  .fixedButton img {
    width: 54px;
    height: 54px;
  }
}

.fixedButton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-right: 16px;
  margin-top: 10px;
}

.floatingCp {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 90px;
  background-color: #FFFEDA;
  color: #ED002B;
  font-size: 16px;
  font-weight: 800;
  padding: 9px 16px 13px;
}

@media screen and (min-width: 640px) {
  .floatingCp {
    width: 293px;
    height: 177px;
    right: 32px;
    bottom: 80px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #ED002B solid 3px;
    padding: 18px;
  }
}
@media screen and (max-width: 639px) {
  .cp-inner {
    padding: 0 16px;
  }
}
.cp-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

@media screen and (max-width: 639px) {
  .cp-text-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }
}
.cp-text {
  text-align: center;
}

@media screen and (max-width: 639px) {
  #megaphone2 {
    display: none;
  }
}
.cp-button {
  background-color: #ED002B;
  margin: 12px 0;
  font-size: 20px;
  line-height: 1.2;
  padding: 16px;
  border: none;
}
.cp-button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  -webkit-mask: url(/service/cache/img/common/storybook/roundArrow.svg) no-repeat center;
  mask: url(/service/cache/img/common/storybook/roundArrow.svg) no-repeat center;
  mask-size: contain;
  -webkit-mask: url(/service/cache/img/common/storybook/roundArrow.svg) no-repeat center;
  -webkit-mask-size: contain;
}
.cp-button:hover, .cp-button:active {
  background-color: #C40023;
}

@media screen and (max-width: 639px) {
  .cp-button {
    margin: 2px 0;
  }
}
@media screen and (max-width: 639px) {
  .floatingCp {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}