@charset "UTF-8";
.p-modal__content, .p-modal-entry__content, .p-join-sns__content, .p-accordion-touch__notes, .p-method__content, .p-action__item, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-modal__content > *, .p-modal-entry__content > *, .p-join-sns__content > *, .p-accordion-touch__notes > *, .p-method__content > *, .p-action__item > *, .cont__center > * {
  min-height: 0%;
}

.p-float__list, .p-join__inner, .p-support__inner, .p-action__container, .cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-float__list, .p-join__inner, .p-support__inner, .p-action__container, .cont__container, .cont__container--small {
    max-width: 91.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.p-accordion__button, .p-accordion__button--02, .p-method__button--modal {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
}

.p-modal__close, .p-modal__button, .p-float__button, .p-join-sns__link, .p-accordion__button, .p-accordion__button--02, .p-method__button, .p-method__button--modal, .p-action__button, .link, .p-link__text {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.p-modal__close:hover, .p-modal__button:hover, .p-float__button:hover, .p-join-sns__link:hover, .p-accordion__button:hover, .p-accordion__button--02:hover, .p-method__button:hover, .p-method__button--modal:hover, .p-action__button:hover, .link:hover, .p-link__text:hover {
  opacity: 0.7;
}

.p-outline__note--attention, .p-outline__attention {
  color: #cc0033;
  font-weight: 500;
}

.p-modal__note, .p-accordion-touch__note, .p-method__note, .p-method__note--single, .p-method__note--single-02, .p-method__note--single-03, .p-kv__note-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1.2em;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .p-modal__note, .p-accordion-touch__note, .p-method__note, .p-method__note--single, .p-method__note--single-02, .p-method__note--single-03, .p-kv__note-item {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-join__title, .p-support__title {
  margin: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-join__title, .p-support__title {
    box-shadow: 0 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

body {
  background-color: #f1f1f1;
}

.main {
  position: relative;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #f1f1f1;
}
.main img {
  height: auto;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
}

img {
  width: 100%;
}

a:hover,
button:hover {
  opacity: 0.8;
}

.showSP {
  display: none;
}

@media screen and (max-width: 768px) {
  .showSP {
    display: block;
  }
}
.showPC {
  display: block;
}

@media screen and (max-width: 768px) {
  .showPC {
    display: none;
  }
}
.ib {
  display: inline-block;
}

li {
  list-style: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

/* ========== 使いまわし ======================================== */
.p-link__text {
  font-weight: 500;
  color: #00a0e9;
  text-decoration: underline;
}

/* ========== cfooter ======================================== */
.main .ft-btns {
  padding: 2em 0;
  position: relative;
  background-color: #b2b2b2;
  color: #fff;
}

.main .ft-btns img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main .ft-btns {
    padding: 3em 0;
  }
}
.main .ft-btns h3 {
  text-align: center;
  font-size: 1.375em;
  padding: 0;
  color: #fff;
  margin: 0 auto 0.75em;
  position: relative;
  width: 86%;
}

@media screen and (max-width: 768px) {
  .main .ft-btns h3 {
    font-size: 1.125em;
    width: 100%;
  }
}
.main .ft-btns h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border-top: 2px dotted #fff;
}

@media screen and (max-width: 768px) {
  .main .ft-btns h3::before {
    display: none;
  }
}
.main .ft-btns h3 span {
  display: inline-block;
  background-color: #b2b2b2;
  padding: 0 1em;
  font-weight: bold;
  position: relative;
}

.main .ft-btns .btns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .main .ft-btns .btns {
    flex-wrap: wrap;
  }
  .main .ft-btns .btns > div {
    width: 92%;
  }
}
.main .ft-btns .btns a {
  display: block;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
}

.main .ft-btns .btns > div + div {
  margin-left: 2em;
}

@media screen and (max-width: 768px) {
  .main .ft-btns .btns > div + div {
    margin: 1em 0 0;
  }
}
.main .ft-btns .btns + h3 {
  margin-top: 2.5em;
}

.main .cfooter {
  margin: 0 auto;
  padding: 3rem 30px 100px 30px;
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main .cfooter {
    padding: 3rem 1rem 20.8333333333vw 1rem;
    font-size: 1rem;
  }
}
.main .cfooter {
  margin: 0 auto;
  padding: 3rem 30px 20px 30px;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .main .cfooter {
    padding: 3rem 1rem;
    font-size: 1rem;
  }
}
.main .cfooter h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.2rem;
}

.main .cfooter .ccode {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 1rem auto;
  color: #000000;
}

.main .cfooter .ccode small {
  color: #999999;
  font-size: 12px;
}

.main .cfooter .t1,
.main .cfooter .dcard-center {
  font-family: "Noto Sans JP", sans-serif;
}

.main .cfooter p {
  margin: 1rem auto;
  padding: 0;
}

.main .cfooter p.t2 {
  margin-top: 2rem;
}

.main .cfooter p a {
  color: #000000;
  text-decoration: underline;
}

.main .cfooter strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .main .cfooter .cwrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main .cfooter .cwrap > div {
    width: 100%;
  }
}
.main .cfooter .ended p {
  padding: 0;
  line-height: 1.75;
}

.main .cfooter .ended p:nth-child(1) {
  background-color: #e1e1e1;
  padding: 0 1em;
}

.main .cfooter .ended p + p {
  margin-top: 0.5em;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main .cfooter .ended p + p {
    margin-bottom: 11.6666666667vw;
  }
}
.main .cfooter .ended a {
  color: #244f92;
}

.main .cfooter .icon_mobile {
  min-height: 25px;
  margin: 1em auto;
  display: flex;
  align-items: center;
  padding-left: 32px;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/common/images/icon_mobile.png) no-repeat left center;
  background-size: 25px 25px;
}

.main .cfooter .icon_mobile p {
  flex: 1;
}

.main .cfooter .icon_mobile a {
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .main .cfooter .icon_mobile a {
    pointer-events: auto;
  }
}
.main .cfooter .add_bnr {
  margin: 32px 0 12px;
  border-bottom: #9A9A9A 1px solid;
}

@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr {
    margin: 5vw 0 2.5vw;
  }
}
.main .cfooter .add_bnr p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #CC0033;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr p {
    font-size: 3.75vw;
  }
}
.main .cfooter .add_bnr a {
  display: block;
  width: 940px;
  margin: 4px auto 56px;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr a {
    margin: 0.8333333333vw auto 6.25vw;
    width: 87.5vw;
    pointer-events: auto;
  }
}
.main .cfooter .pagetop-btn {
  position: absolute;
  width: 56px;
  height: 56px;
  display: block;
  bottom: 0;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .main .cfooter .pagetop-btn {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    bottom: 0;
    right: 4.1666666667vw;
  }
}
.main .cpn-footer {
  background-color: #fff;
  padding: 20px 40px 160px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .main .cpn-footer {
    padding: 22px 5% 31.25vw;
    width: 100%;
  }
}
.main .cpn-footer p {
  text-align: right;
  color: #000;
}

/* common:end */
/* xxx:start */
.xxx__container {
  background-color: #fff;
}

/* xxx:end */
/* p-kv:start */
.p-kv__container {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-kv__container {
    height: auto;
  }
}
.p-kv__img {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-kv__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__img {
    width: 100%;
  }
}
.p-kv__img img {
  display: block;
}
.p-kv__note {
  background-color: #fff;
}
.p-kv__note-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-kv__note-list {
    max-width: 91.6666666667%;
    padding-top: 0.625vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__note-item {
    font-size: 16px;
  }
}

/* p-kv:end */
.p-action__text--02, .p-action__text--01 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  padding: 0 20px;
  color: #102aa1;
}
@media screen and (max-width: 768px) {
  .p-action__text--02, .p-action__text--01 {
    font-size: 3.75vw;
    line-height: 1.3888888889;
    text-align: center;
    padding: 0 5.2083333333vw;
  }
}
.p-action__text--02::before, .p-action__text--01::before, .p-action__text--02::after, .p-action__text--01::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-action__text--02::before, .p-action__text--01::before, .p-action__text--02::after, .p-action__text--01::after {
    top: auto;
    bottom: 0.625vw;
    width: 4.1666666667vw;
    height: 8.5416666667vw;
  }
}
.p-action__text--02::after, .p-action__text--01::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

/* p-action:start */
.p-action__container {
  max-width: 760px;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-action__container {
    max-width: 91.6666666667vw;
    padding-top: 6.25vw;
  }
}
.p-action__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-action__item + .p-action__item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-action__item + .p-action__item {
    margin-top: 4.1666666667vw;
  }
}
.p-action__text--01::before, .p-action__text--01::after {
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/action_line_01_pc.png);
}
@media screen and (max-width: 768px) {
  .p-action__text--01::before, .p-action__text--01::after {
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/action_line_01_sp.png);
  }
}
.p-action__text--02 {
  color: #07186d;
}
.p-action__text--02::before, .p-action__text--02::after {
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/action_line_02_pc.png);
}
@media screen and (max-width: 768px) {
  .p-action__text--02::before, .p-action__text--02::after {
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/action_line_02_sp.png);
  }
}
.p-action__text--small {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-action__text--small {
    font-size: 3.3333333333vw;
  }
}
.p-action__button {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-action__button {
    margin-top: 1.0416666667vw;
  }
}

/* p-action:end */
/* p-support:start */
.p-support__container {
  position: relative;
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .p-support__container {
    padding-top: 15.625vw;
  }
}
.p-support__title {
  position: relative;
}
.p-support__title::before {
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 1000px;
  height: 84px;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/support_separator_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-support__title::before {
    width: 100vw;
    height: 11.4583333333vw;
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/support_separator_sp.png);
  }
}
.p-support__content {
  background-color: #102aa1;
}
.p-support__inner {
  max-width: 760px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-support__inner {
    max-width: 91.6666666667vw;
    padding-top: 6.25vw;
  }
}
.p-support__imgs {
  width: 800px;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .p-support__imgs {
    width: 100%;
    margin-left: 0;
  }
}
.p-support-course {
  position: relative;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-support-course {
    padding-top: 12.5vw;
  }
}
.p-support-course::before {
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 28px;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/support_arrow_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-support-course::before {
    top: 6.25vw;
    width: 3.9583333333vw;
    height: 4.7916666667vw;
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/support_arrow_sp.png);
  }
}
.p-support-course__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-support-course__list {
    display: block;
    width: 93.3333333333vw;
    margin-left: -0.8333333333vw;
  }
}
.p-support-course__item {
  width: 33.2894736842%;
}
@media screen and (max-width: 768px) {
  .p-support-course__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-support-course__item + .p-support-course__item {
    margin-top: 5.2083333333vw;
  }
}
.p-support__method {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-support__method {
    margin-top: 10.4166666667vw;
  }
}
.p-support__catch {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .p-support__catch {
    margin-top: 16.6666666667vw;
  }
}

/* p-support:end */
.p-method__num--first, .p-method__num {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-method__num--first, .p-method__num {
    top: 1.0416666667vw;
    left: 0;
    width: 12.5vw;
  }
}

.p-method__text--medium, .p-method__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-method__text--medium, .p-method__text {
    font-size: 3.75vw;
  }
}

.p-method__attention-text--line, .p-method__text--line {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(180deg, transparent 0%, transparent 68%, #fffa64 68%, #fffa64 100%, transparent 100%);
}

/* p-method:start */
.p-method__container {
  background-color: rgba(241, 241, 241, 0.95);
}
.p-method__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1538461538;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 13px;
  color: #fff;
  background: linear-gradient(to right, #0f207e, #071145);
}
@media screen and (max-width: 768px) {
  .p-method__title {
    font-size: 5.4166666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.7083333333vw;
  }
}
.p-method__contents {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-method__contents {
    padding-bottom: 6.25vw;
  }
}
.p-method__content {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-method__content {
    padding-top: 17.7083333333vw;
  }
}
.p-method__content + .p-method__content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-method__content + .p-method__content {
    margin-top: 7.2916666667vw;
    padding-top: 18.75vw;
  }
}
.p-method__num--first {
  top: 25px;
}
@media screen and (max-width: 768px) {
  .p-method__num--first {
    top: 0;
  }
}
.p-method__subtitle + .p-method__note--single {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-method__subtitle + .p-method__note--single {
    margin-top: 4.1666666667vw;
  }
}
.p-method__text--medium {
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-method__text--medium {
    font-size: 3.3333333333vw;
    line-height: 1.5;
    margin-top: 0.625vw;
  }
}
.p-method__text--line {
  margin-top: 4px;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-method__text--line {
    font-size: 3.75vw;
    line-height: 1.3333333333;
    margin-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
  }
}
.p-method__text .p-link__text {
  font-weight: bold;
}
.p-method__notes {
  width: 680px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-method__notes {
    width: 83.3333333333vw;
    margin-top: 20px;
  }
}
.p-method__note--single {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-method__note--single {
    width: 83.3333333333vw;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-method__note--single-02 {
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-method__note--single-02 {
    margin-left: 4.1666666667vw;
    margin-right: 4.1666666667vw;
  }
}
.p-method__note--single-03 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-method__note--single-03 {
    width: 83.3333333333vw;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-method__note--large {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-method__note--large {
    font-size: 18px;
  }
}
.p-method__separator {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-method__separator {
    top: -3.125vw;
    height: 5.8333333333vw;
  }
}
.p-method__separator::before, .p-method__separator::after {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 2px;
  background-color: #091553;
  content: "";
}
.p-method__separator::before {
  left: 0;
  transform-origin: top left;
  transform: skewY(6deg);
}
@media screen and (max-width: 768px) {
  .p-method__separator::before {
    transform: skewY(7deg);
  }
}
.p-method__separator::after {
  right: 0;
  transform-origin: top right;
  transform: skewY(-6deg);
}
@media screen and (max-width: 768px) {
  .p-method__separator::after {
    transform: skewY(-7deg);
  }
}
.p-method__img--decoration {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-method__img--decoration {
    padding-top: 8.3333333333vw;
  }
}
.p-method__img--decoration::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 24px;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/method_dot_pc.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-method__img--decoration::before {
    top: 4.5833333333vw;
    width: 0.625vw;
    height: 3.5416666667vw;
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/method_dot_sp.png);
  }
}
.p-method__img--card {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-method__img--card {
    margin-top: 5.2083333333vw;
    margin-bottom: 3.125vw;
  }
}
.p-method__button {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-method__button {
    width: 79.1666666667vw;
    margin-top: 5.2083333333vw;
  }
}
.p-method__button--modal {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-method__button--modal {
    width: 79.1666666667vw;
    margin-top: 5.2083333333vw;
  }
}
.p-method__attention {
  width: 89.4736842105%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border: 4px solid #cc0033;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-method__attention {
    width: 83.3333333333vw;
    margin-top: 5.2083333333vw;
    padding-top: 2.5vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    border-width: 0.8333333333vw;
  }
}
.p-method__attention-text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5789473684;
  text-align: center;
  letter-spacing: -0.023em;
  color: #cc0033;
}
@media screen and (max-width: 768px) {
  .p-method__attention-text {
    font-size: 3.9583333333vw;
  }
}
.p-method__attention-text--line {
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #fffa64 70%, #fffa64 98%, transparent 98%);
}
@media screen and (max-width: 768px) {
  .p-method__attention + .p-method__note--single {
    margin-top: 10px;
  }
}

/* p-method:end */
.p-accordion__button--02, .p-accordion__button {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #cc0033;
}
@media screen and (max-width: 768px) {
  .p-accordion__button--02, .p-accordion__button {
    padding-top: 3.125vw;
    padding-bottom: 2.7083333333vw;
  }
}

.p-accordion__icon::after, .p-accordion__icon::before {
  display: block;
  position: absolute;
  transition: transform 0.3s, opacity 0.3s;
  background-color: #cc0033;
  content: "";
}

/* p-accordion:start */
.p-accordion__container {
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-accordion__container {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-accordion__button--02 {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-right: 7.2916666667vw;
  }
}
.p-accordion__title {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.0769230769;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-accordion__title {
    font-size: 5.4166666667vw;
  }
}
.p-accordion__subtitle {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: -7px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-accordion__subtitle {
    font-size: 3.3333333333vw;
    line-height: 1.1875;
    margin-top: 1.0416666667vw;
    margin-bottom: -0.625vw;
  }
}
.p-accordion__icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-accordion__icon {
    right: 4.1666666667vw;
    width: 5vw;
    height: 5vw;
  }
}
.p-accordion__icon::before {
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-accordion__icon::before {
    top: 2.2916666667vw;
    left: 1.0416666667vw;
    width: 2.9166666667vw;
    height: 0.4166666667vw;
  }
}
.p-accordion__icon::after {
  top: 5px;
  left: 11px;
  width: 2px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .p-accordion__icon::after {
    top: 1.0416666667vw;
    left: 2.2916666667vw;
    width: 0.4166666667vw;
    height: 2.9166666667vw;
  }
}
.p-accordion__body {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.p-accordion__inner {
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  .p-accordion__inner {
    padding: 3.125vw 4.1666666667vw 5.2083333333vw;
  }
}
.p-accordion-touch__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-accordion-touch__text {
    font-size: 4.1666666667vw;
  }
}
.p-accordion-touch__img {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-accordion-touch__img {
    width: 87.5vw;
    margin-top: 3.125vw;
    margin-left: -2.0833333333vw;
  }
}
.p-accordion-touch__notes {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-accordion-touch__notes {
    width: 83.3333333333vw;
    margin-top: 2.0833333333vw;
  }
}
.p-accordion-touch__note {
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-accordion-touch__note {
    font-size: 3.3333333333vw;
  }
}
.p-accordion__container.jsAccordionActive .p-accordion__icon::before {
  transform: rotate(180deg);
}
.p-accordion__container.jsAccordionActive .p-accordion__icon::after {
  opacity: 0;
}

/* p-accordion:end */
.p-outline__detail, .p-outline__term, .p-outline__item, .p-outline__text {
  font-size: 14px;
  line-height: 1.5;
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-outline__detail, .p-outline__term, .p-outline__item, .p-outline__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* p-outline:start */
.p-outline__text--margin {
  margin-bottom: 3px;
}
.p-outline__text--margin-02 {
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 3px;
}
.p-outline__text--medium {
  font-weight: 500;
}
.p-outline__list-child + .p-outline__notes {
  margin-top: 3px;
}
.p-outline__item {
  margin-top: 15px;
}
.p-outline__term {
  font-weight: 900;
}
.p-outline__detail {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-outline__notes {
    margin-top: 2px;
  }
}
.p-outline__notes + .p-outline__text--margin {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-outline__notes + .p-outline__text--margin {
    margin-top: 10px;
  }
}
.p-outline__note {
  text-indent: -1.2em;
  padding-left: 1.3em;
}
.p-outline__note:only-of-type {
  margin-top: 2px;
}
.p-outline__note--attention {
  font-weight: 400;
}
/* p-outline:end */
.p-join__img--01, .p-join__img--02, .p-join__img {
  display: block;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-join__img--01, .p-join__img--02, .p-join__img {
    width: 100%;
  }
}

/* p-join:start */
.p-join__container {
  position: relative;
  padding-top: 115px;
  background-color: #102aa1;
}
@media screen and (max-width: 768px) {
  .p-join__container {
    padding-top: 16.6666666667vw;
  }
}
.p-join__head {
  position: relative;
}
.p-join__head::before {
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 1000px;
  height: 122px;
  background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/join_separator_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-join__head::before {
    width: 100vw;
    height: 16.6666666667vw;
    background-image: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202605_1cm/cpn-fifa2026/images/join_separator_sp.png);
  }
}
.p-join__subtitle {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 41.6666666667%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-join__subtitle {
    height: 7.0833333333vw;
  }
}
.p-join__content {
  padding-bottom: 95px;
  background-color: #07186d;
}
@media screen and (max-width: 768px) {
  .p-join__content {
    padding-bottom: 16.6666666667vw;
  }
}
.p-join__inner {
  max-width: 760px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-join__inner {
    max-width: 91.6666666667vw;
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-join__img--01, .p-join__img--02 {
    width: 100vw;
    margin-left: -4.1666666667vw;
  }
}
.p-join__method {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-join__method {
    margin-top: 10.4166666667vw;
  }
}
.p-join-sns__container {
  margin-top: 40px;
  background-color: rgba(241, 241, 241, 0.95);
}
@media screen and (max-width: 768px) {
  .p-join-sns__container {
    margin-top: 10.4166666667vw;
  }
}
.p-join-sns__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1538461538;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 8px;
  color: #fff;
  background: linear-gradient(to right, #0f207e, #071145);
}
@media screen and (max-width: 768px) {
  .p-join-sns__title {
    font-size: 5.4166666667vw;
    padding-top: 2.2916666667vw;
    padding-bottom: 2.5vw;
  }
}
.p-join-sns__content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-join-sns__content {
    padding-top: 8.3333333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-join-sns__list {
  display: flex;
  justify-content: center;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .p-join-sns__list {
    margin-left: -4.1666666667vw;
  }
}
.p-join-sns__item--center {
  margin-left: 20px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-join-sns__item--center {
    margin-left: 4.1666666667vw;
    margin-right: 8.3333333333vw;
  }
}
.p-join-sns__link {
  display: block;
}
.p-join-sns__link:hover {
  text-decoration: none;
}
.p-join-sns__icon {
  display: flex;
  width: 56px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-join-sns__icon {
    width: 11.6666666667vw;
  }
}
.p-join-sns__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  margin-top: 25px;
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-join-sns__text {
    font-size: 3.3333333333vw;
    margin-top: 3.125vw;
  }
}

/* p-join:end */
/* p-float:start */
.p-float__container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: opacity 0.3s;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}
.p-float__list {
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  width: 100%;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .p-float__list {
    max-width: 91.6666666667vw;
    padding-top: 2.0833333333vw;
  }
}
.p-float__item {
  width: 49.2105263158%;
}
@media screen and (max-width: 768px) {
  .p-float__item {
    width: 44.5833333333vw;
  }
}
.p-float__button {
  display: block;
}
.p-float.jsFloatActive .p-float__container {
  opacity: 1;
  pointer-events: all;
}

/* p-float:end */
.p-modal__title--02, .p-modal__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-modal__title--02, .p-modal__title {
    font-size: 5vw;
    line-height: 1.5;
  }
}

/* p-modal:start */
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.p-modal__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .p-modal__inner {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
.p-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
  cursor: pointer;
}
.p-modal__container {
  position: relative;
  max-width: 640px;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-modal__container {
    max-width: 91.6666666667vw;
  }
}
.p-modal__scroll {
  position: relative;
  width: 100%;
  padding: 35px 40px 40px;
  -webkit-overflow-scrolling: touch;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .p-modal__scroll {
    padding: 8.3333333333vw 4.1666666667vw;
  }
}
.p-modal__close {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    bottom: calc(100% + 2.0833333333vw);
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
}
.p-modal__title--line {
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
  background-color: #fffa64;
}
@media screen and (max-width: 768px) {
  .p-modal__title--line {
    margin-right: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__title--02 {
    font-size: 4.1666666667vw;
  }
}
.p-modal__title--strong {
  font-weight: bold;
  color: #cc0033;
}
.p-modal__button {
  display: block;
  width: 500px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-modal__button {
    width: 79.1666666667vw;
    margin-top: 2.0833333333vw;
  }
}
.p-modal-entry__content + .p-modal-entry__content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-modal-entry__content + .p-modal-entry__content {
    margin-top: 10.4166666667vw;
  }
}
.p-modal-entry__notice {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 500px;
  margin-top: 15px;
  padding-top: 6px;
  padding-bottom: 8px;
  color: #091553;
  border: 1px solid #091553;
}
@media screen and (max-width: 768px) {
  .p-modal-entry__notice {
    width: 100%;
    margin-top: 2.0833333333vw;
    font-size: 3.3333333333vw;
    padding-top: 1.25vw;
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-modal-entry__notice + .p-modal-entry__text {
    margin-top: 2.0833333333vw;
  }
}
.p-modal-entry__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  text-align: center;
  margin-top: 15px;
  color: #091553;
}
@media screen and (max-width: 768px) {
  .p-modal-entry__text {
    font-size: 3.75vw;
    line-height: 1.5;
    margin-top: 4.1666666667vw;
  }
}
.p-modal-entry__text + .p-modal__button {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-modal-entry__text + .p-modal__button {
    margin-top: 1.0416666667vw;
  }
}
.p-modal__notes {
  margin-top: 15px;
}
.p-modal__note {
  font-weight: 400;
}
.p-modal-setting__list {
  width: 428px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-modal-setting__list {
    width: 77.0833333333vw;
    margin-top: 4.1666666667vw;
  }
}
.p-modal-setting__item {
  position: relative;
}
.p-modal-setting__item + .p-modal-setting__item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-modal-setting__item + .p-modal-setting__item {
    margin-top: 6.25vw;
  }
}
.p-modal-setting__item + .p-modal-setting__item::before {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid #cc0033;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-modal-setting__item + .p-modal-setting__item::before {
    top: -4.1666666667vw;
    border-top-width: 2.5vw;
    border-left-width: 2.5vw;
    border-right-width: 2.5vw;
  }
}
.p-modal-setting__content {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 70px;
  padding-right: 10px;
  border-radius: 8px;
  border: 2px solid #102590;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-modal-setting__content {
    font-size: 3.75vw;
    line-height: 1.4444444444;
    padding-top: 1.4583333333vw;
    padding-bottom: 1.875vw;
    padding-left: 14.5833333333vw;
    padding-right: 2.0833333333vw;
    border-width: 0.4166666667vw;
    border-radius: 1.6666666667vw;
  }
}
.p-modal-setting__num {
  position: absolute;
  top: 0;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #102590;
}
@media screen and (max-width: 768px) {
  .p-modal-setting__num {
    left: -0.4166666667vw;
    width: 9.375vw;
    font-size: 4.375vw;
  }
}
.p-modal-setting__img {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-modal-setting__img {
    margin-top: 2.0833333333vw;
  }
}
.p-modal-setting__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-modal-setting__text {
    font-size: 3.3333333333vw;
    line-height: 1.5;
    margin-top: 6.25vw;
  }
}
.p-modal-setting__text + .p-modal-setting__text {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-modal-setting__text + .p-modal-setting__text {
    margin-top: 3.125vw;
  }
}
.p-modal.jsModalActive {
  opacity: 1;
  pointer-events: all;
}

/* p-modal:end */
