@media screen and (max-width: 767px) {
    html {
        min-width: 375px;
    }
}

.tablet-none {
    display: block;
}
.tablet-only {
    display: none;
}
@media screen and (max-width: 1024px) {
    .tablet-none {
        display: none;
    }
    .tablet-only {
        display: block;
    }
}

.section__list {
    margin: 0;
    padding: 0;
}

.section__list,
.section__list-note,
.section__list-item {
    line-height: 1.30 !important;
}
.section__list-item:nth-child(n+2) {
    margin: 0;
}

.content article > :not(.section) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .content article > :not(.section) {
    max-width: 100% !important;
  }
}

body, h1, h2, h3, h4, h5, h6 {
    line-height: 1.15;
}

@media screen and (max-width: 767px) {
    h2 img {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-w-80 {
        width: 80% !important;
    }
}

main.content {
    font-size: 1.6rem;
}

a:visited.button,
a:visited.autumn-link {
    color: #fff!important;
}

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

small {
    font-size: 1.36rem;
}

@media screen and (min-width: 768px) {
    img {
        width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .soccer202606cp__main__content img {
        width: auto;
    }
}

.soccer202606cp {
    max-width: 100%;
    margin-inline: 0;
}

.mT0 {
    margin-top: 0 !important;
}
.mB0 {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
    .sp-mT0 {
        margin-top: 0 !important;
    }
}

.mT15 {
    margin-top: 15px !important;
}

.mT50 {
    margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
    .sp-mT25 {
        margin-top: 25px !important;
    }
}

.mB40 {
    margin-bottom: 40px !important;
}

.wdt62p {
    width: 62%;
}
@media screen and (max-width: 767px) {
    .wdt62p {
        width: auto;
    }
}

.text-left {
    text-align: left !important;
}
@media screen and (max-width: 767px) {
    .text-left-sp {
        text-align: left !important;
    }
}

.sp-fs14 {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .sp-fs14 {
        font-size: 1.4rem !important;
    }
    .sp-fs13 {
        font-size: 1.3rem !important;
    }
}

.text-center {
    text-align: center !important;
}
@media screen and (max-width: 767px) {
    .text-center-sp {
        text-align: center !important;
    }
}

.text-center a {
    text-decoration: underline;
}

.fs14 {
    font-size: 1.4rem;
}

.fs18 {
    font-size: 1.8rem !important;
}

.fc-blue {
    color: #000066 !important;
}

.fc-navy {
    color: #073586 !important;
}

.fc-pink {
    color: #f54c60 !important;
}

.fc-red {
    color: #d92214!important;
}

.fc-white {
    color: #FFF;
}

.fs-16 {
    font-size: 1.6rem !important;
}

sup {
    vertical-align: super;
}

.button {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 63px 20px 44px;
    font-size: 2.2rem !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    border-radius: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .button {
        padding: 18px 45px 18px 20px;
        font-size: 1.7rem !important;
    }
}

.button.red {
    background-color: #FF0000 !important;
    box-shadow: 0px 8px #A41C24;
    margin-bottom: 8px;
    color: #ffffff !important;
}
.button.red:hover {
    background-color: #d90000 !important;
    box-shadow: 0px 8px #77151b;
    opacity: 1.0;
}

.button.sky {
    background-color: #3C9DFF !important;
    box-shadow: 0px 8px #1E37C7;
    margin-bottom: 8px;
    color: #ffffff !important;
}
.button.sky:hover {
    background-color: #3385D9 !important;
    box-shadow: 0px 8px #162891;
    opacity: 1.0;
}

.button.orange {
    background-color: #F36F21 !important;
    box-shadow: 0px 8px #9C4000;
    margin-bottom: 8px;
    color: #ffffff !important;
}
.button.orange:hover {
    background-color: #CF5E1C !important;
    box-shadow: 0px 8px #692c00;
    opacity: 1.0;
}

.button.blue {
    background-color: #0050FF !important;
    box-shadow: 0px 8px #003778;
    margin-bottom: 8px;
    color: #ffffff !important;
}
.button.blue:hover {
    background-color: #0044D9 !important;
    box-shadow: 0px 8px #00306b;
    opacity: 1.0;
}

.button.gray {
    background-color: #6E6E64 !important;
    box-shadow: 0px 8px #1A1A1A;
    margin-bottom: 8px;
    color: #ffffff !important;
}
.button.gray:hover {
    background-color: #5E5E55 !important;
    box-shadow: 0px 8px #000000;
    opacity: 1.0;
}

@media screen and (max-width: 767px) {
    .button.red {
        box-shadow: 0px 3px #A41C24;
        margin-bottom: 3px;
    }
    .button.red:hover {
        box-shadow: 0px 3px #77151b;
    }

    .button.sky {
        box-shadow: 0px 3px #1E37C7;
        margin-bottom: 3px;
    }
    .button.sky:hover {
        box-shadow: 0px 3px #162891;
    }

    .button.orange {
        box-shadow: 0px 3px #9C4000;
        margin-bottom: 3px;
    }
    .button.orange:hover {
        box-shadow: 0px 3px #692c00;
    }

    .button.blue {
        box-shadow: 0px 3px #003778;
        margin-bottom: 3px;
    }
    .button.blue:hover {
        box-shadow: 0px 3px #00306b;
    }

    .button.gray {
        box-shadow: 0px 3px #1A1A1A;
        margin-bottom: 3px;
    }
    .button.gray:hover {
        box-shadow: 0px 3px #000000;
    }
}

.button.button-internal-link::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/campaign/soccer202606cp/images/icon_arrow-right_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .button.button-internal-link::after {
        width: 20px;
        height: 20px;
    }
}

.button.button-external-link::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(/campaign/soccer202606cp/images/icon_external.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .button.button-external-link::after {
        right: 14px;
        width: 20px;
        height: 20px;
    }
}

#anchorLinkArea .button.button-external-link {
    font-size: 2.3rem !important;
    padding-right: 15px !important;
}

#anchorLinkArea .button.button-external-link::after {
    right: 10px;
    width: 21px;
    height: 21px;
}
@media screen and (max-width: 767px) {
    #anchorLinkArea .button.button-external-link::after {
        right: 7px;
        width: 20px;
        height: 20px;
    }
}

#anchorLinkArea .button.button-internal-link {
    font-size: 2.3rem !important;
    padding-right: 15px !important;
}

.button.button-next-link::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/campaign/soccer202606cp/images/icon_arrow-right_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .button.button-next-link::after {
        right: 14px;
        width: 20px;
        height: 20px;
    }
}

.button.button-anchor-link::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/campaign/soccer202606cp/images/icon_anchor_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .button.button-anchor-link::after {
        right: 8px;
        width: 20px;
        height: 20px;
    }
}

.button.button-plus::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/campaign/soccer202606cp/images/icon_plus_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .button.button-plus::after {
        right: 8px;
        width: 18px;
        height: 18px;
    }
}

#anchorLinkArea .button.button-next-link::after,
#anchorLinkArea .button.button-internal-link::after,
#anchorLinkArea .button.button-plus::after,
#anchorLinkArea .button.button-anchor-link::after {
    right: 18px;
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 767px) {
    #anchorLinkArea .button.button-next-link::after,
    #anchorLinkArea .button.button-internal-link::after,
    #anchorLinkArea .button.button-plus::after,
    #anchorLinkArea .button.button-anchor-link::after {
        right: 8px;
        width: 12px;
        height: 12px;
    }
}

.soccer202606cp__main__kv {
    background-size: cover;
    background-repeat: no-repeat;
}

.soccer202606cp__main__kv img {
    width: 100%;
}

.soccer202606cp__main__kv h1 {
    text-align: center;
}

.soccer202606cp__main__content {
    background-image: url(/campaign/soccer202606cp/images/bg_01_pc.jpg);
    background-size: cover;
    background-position: bottom;
}
@media screen and (max-width: 767px) {
    .soccer202606cp__main__content {
        background-image: url(/campaign/soccer202606cp/images/bg_01_sp.jpg);
    }
}

.soccer202606cp__main__content__wrap {
    display: block;
    max-width: 964px;
    margin: 0 auto;
    padding: 0 20px 45px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .soccer202606cp__main__content__wrap {
        padding: 0 0 150px;
    }
    .soccer202606cp__main__content__wrap_sp-margin {
        margin: 0 15px;
    }
}

.soccer202606cp__main__content__wrap .shadow_box {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
    .soccer202606cp__main__content__wrap .shadow_box {
        max-width: 345px;
        margin: auto;
    }
}

.soccer202606cp__main .content__bluearea {
    background-color: #00004b;
}

.content__bluearea .text-external-link {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .content__bluearea .text-external-link {
        padding-bottom: 10px;
    }
}
.content__bluearea .text-external-link_link {
    color: #fff;
    font-size: 2.0rem;
    text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
    .content__bluearea .text-external-link_link {
        font-size: 1.3rem;
    }
}
.content__bluearea .text-external-link::after {
    position: absolute;
    content: '';
    top: 30%;
    transform: translateY(-50%);
    padding-right: 7px;;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/campaign/soccer202606cp/images/icon_external.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .content__bluearea .text-external-link::after {
        width: 14px;
        height: 14px;
    }
}

.soccer202606cp__main .content__flex {
    max-width: 966px;
    margin: 0 auto;
    padding: 15px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .soccer202606cp__main .content__flex {
        gap: 6px;
        padding: 10px 15px;
    }
}

.soccer202606cp__main .content__flex__item {
    font-size: 1.8rem !important;
    max-width: 463px;
    text-align: center;
}


@media screen and (max-width: 767px) {
    .soccer202606cp__main .content__flex__item {
        font-size: 1.4rem !important;
        width: 100%;
    }
}

#anchorLinkArea .content__flex__item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    height: 64px;
}
@media screen and (max-width: 767px) {
    #anchorLinkArea .content__flex__item {
        width: 100%;
        justify-content: center;
        height: 36px;
    }
}

#anchorLinkArea .content__flex__item.button {
    padding: 15px 0;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    #anchorLinkArea .content__flex__item.button {
        padding: 5px 15px 5px 4px;
        font-size: 1.4rem !important;
        letter-spacing: -1px;
    }

    #anchorLinkArea .content__flex__item.button.sp-small,
    .floating-actions .button.sp-small {
        font-size: 1.3rem !important;
    }
}

#anchorLinkArea .content__flex__item.button.is-disabled {
    background: #787777 !important;
    cursor: default;
    pointer-events: none;
}

.soccer202606cp__main__content__wrap > :not(.content__box__title) {
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .soccer202606cp__main__content__wrap > :not(.content__box__title) {
        margin-bottom: 14px;
    }
}

.soccer202606cp__main__content .content__box > * {
    margin-bottom: 20px;
}

.content__box .button {
    display: flex;
    margin: auto;
    height: 66px;
    max-width: 370px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.content__box .step__content__item {
    padding: 29px 0 23px;
    background-color: #FFF;
}
@media screen and (max-width: 767px) {
    .content__box .step__content__item {
        padding: 18px 15px 15px;
    }
}

.content__box .step__content__item p,
.content__box .step__content__item ul {
    padding: 0 14px;
}
@media screen and (max-width: 767px) {
    .content__box .step__content__item p,
    .content__box .step__content__item ul {
        padding: 0 10px !important;
    }
}

.soccer202606cp__main__content .content__box .link_title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .soccer202606cp__main__content .content__box .link_title {
        font-size: 2.2rem;
    }

    .soccer202606cp__main__content .content__box .link_title + p:has(.button) {
        margin-top: 7px;
    }
}

@media screen and (max-width: 767px) {
    p:has(.button) {
        margin-top: 17px;
    }
}

.step__content > .toggle {
    display: block;
    max-width: none;
    margin: 50px auto 0;
    border: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
    .step__content > .toggle {
        margin-top: 16px;
    }

    .step__content > .toggle::before {
        width: 18px;
        height: 18px;
    }
}

.step__content .toggle__title {
    position: relative;
    color: #000066;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 2.3rem;
    padding: 9px 32px 8px 12px;
}

.step__content .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 22px;
    height: 22px;
    background-image: url(/campaign/soccer202606cp/images/icon_plus_01.png);
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .step__content .toggle__title {
        font-size: 1.9rem;
    }

}

.step__content__item__subtitle,
.step__content__item__leadtext {
    text-align: center;
}

.step__content__item__subtitle p,
.step__content__item__leadtext {
    display: inline-block;
    position: relative;
    padding-left: 30px !important;
    font-weight: bold;
}

.step__content__item__subtitle p {
    font-size: 2.2rem;
}
.step__content__item__leadtext {
    font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
    .step__content__item__subtitle p,
    .step__content__item__leadtext {
        padding-left: 15px;
    }
    .step__content__item__subtitle p {
        font-size: 1.6rem;
    }
    .step__content__item__leadtext {
        font-size: 2.1rem;
    }
}

.step__content__item__subtitle p u {
    text-decoration-color: #ffff00;
    text-decoration-thickness: 6px;
}

.step__content__item__subtitle p::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -2px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(/campaign/soccer202606cp/images/icon_checked.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .step__content__item__subtitle p::before {
        width: 20px;
        height: 20px;
        left: -10px;
    }
}

.step__content__item__content p {
    text-align: center;
}

.step__content__item__content .step__content__item__note {
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .step__content__item__content .step__content__item__note 
    {
        font-size: 1.4rem;
    }
}

.step__content__item__content p:has(.button) {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p:has(.button) {
        margin-top: 18px;
    }
    .step__content__item__content p small,
    .step__content__item__content ul small {
        margin-top: 18px;
    }
}

.step__content__item__content ul li {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .step__content__item + .text-blue + p:has(.button) {
        margin-top: 11px;
    }
}

.step__content__item__content p + p:has(a) {
    margin-top: 16px;
}

.step__content__item__content p:has(small) {
    margin-top: 21px;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p:has(small) {
        margin-top: 15px;
    }
}

.step__content__item__content p + p:has(small) {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p + p:has(small) {
        margin-top: 12px;
    }
}

.step__content__item__content p small,
.step__content__item__content ul small {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p small,
    .step__content__item__content ul small {
        font-size: 1.4rem;
    }
}

.content__box > .toggle {
    display: block;
    max-width: none;
    margin: 50px auto 0;
    border: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
    .content__box > .toggle {
        margin-top: 16px;
    }

    .step__content .toggle__title {
        font-size: 1.9rem;
    }

    .content__box > .toggle::before {
        width: 18px;
        height: 18px;
    }
}

.content__box .toggle__title {
    position: relative;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 2.3rem;
    padding: 9px 32px 8px 12px;
}
@media screen and (max-width: 767px) {
    .content__box .toggle__title {
        font-size: 1.8rem;
    }
}

.content__box .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 22px;
    height: 22px;
    background-image: url(/campaign/soccer202606cp/images/icon_plus_01.png);
    background-size: contain;
    cursor: pointer;
}

.content__box p.content__box__link,
.content__box p.content__box__link a:not(.button) {
    font-size: 1.7rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .content__box p.content__box__link,
    .content__box p.content__box__link a:not(.button) {
        font-size: 1.6rem;
        text-align: left;
    }
}

.step__content__item__content p a:not(.button):link,
.content__box p a:not(.button):link {
    color: #000066;
}

.step__content__item__content p a:not(.button),
.content__box p a:not(.button) {
    position: relative;
    font-size: 1.4rem;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .step__content__item__content p a:not(.button),
    .content__box p a:not(.button) {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .content__box .content__flex {
        flex-direction: column;
    }
}

.step__content__item__content p a.anchor-link::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 18%;
    transform: translateX(-50%);
    right: -24px;
    width: 15px;
    height: 15px;
    background-image: url(/campaign/soccer202606cp/images/icon_anchor_02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.step__arrow {
    margin: 30px 0;
}

.step__arrow p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .step__arrow img {
        width: auto;
    }
}

#accountOpeningMethods {
    margin-bottom: 30px;
    padding: 30px 20px 54px;
    min-height: 100%;
    background-color: #0f174f;
    border-top: 4px solid #ff0000;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods {
        padding: 32px 13px 38px;
    }
}

#accountOpeningMethods h2 {
    color: #ffffff;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods h2 {
        font-size: 3.5rem;
    }
}

#accountOpeningMethods h2 .sub-title {
    font-size: 2.0rem;
}

#accountOpeningMethods .toggle {
    position: relative;
    display: block;
    width: 100%;
    max-width: 963px;
    margin: 36px auto 0;
    background-color: #ffffff;
    border-bottom: 5px solid #3c9dff;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle {
        margin-top: 21px;
        border-radius: 0;
    }
}

#accountOpeningMethods .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 30px;
    right: 20px;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/soccer202606cp/images/icon_next_01.png);
    background-size: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#accountOpeningMethods .is-open .toggle__title::before {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__title::before {
        top: 25px;
        right: 10px;
        width: 21px;
        height: 21px;
    }
}

#accountOpeningMethods .toggle + .toggle {
    margin-top: 15px;
}

#accountOpeningMethods .toggle__title {
    padding: 9px 50px 10px 22px;
    color: #000066;
    font-size: 2.4rem;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__title {
        padding: 5px 7px;
        font-size: 2.2rem;
    }
}

#accountOpeningMethods .toggle__title .sub-title {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__title .sub-title {
        font-size: 1.4rem;
        letter-spacing: -0.5px;
    }
}

#accountOpeningMethods .toggle__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 146px 0;
    border-top: 2px solid #000066;
}
#accountOpeningMethods .toggle.is-open .toggle__content {
    max-height: 3000px;
    opacity: 1;
    visibility: visible;
    padding: 36px 146px 50px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content {
        padding: 0 15px 0;
    }
    #accountOpeningMethods .toggle.is-open .toggle__content {
        padding: 18px 15px 26px;
    }
}

#accountOpeningMethods .toggle__content h3 {
    color: #000066;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content h3 {
        font-size: 2.1rem;
    }
}

#accountOpeningMethods .toggle__content p + h3,
#accountOpeningMethods .toggle__content ul + h3 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content p + h3,
    #accountOpeningMethods .toggle__content ul + h3 {
        margin-top: 22px;
    }
}

#accountOpeningMethods .toggle__content p {
    text-align: center;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content p {
        font-size: 1.4rem;
    }
}

#accountOpeningMethods .toggle__content p small,
#accountOpeningMethods .toggle__content ul small {
    font-size: 1.2rem;
}

#accountOpeningMethods .toggle__content h3 + p {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content h3 + p {
        margin-top: 12px;
    }
}

#accountOpeningMethods .toggle__content p + p {
    margin-top: 17px;
}

#accountOpeningMethods .toggle__content .step__contents {
    max-width: 544px;
    margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content .step__contents {
        margin-top: 12px;
    }
}

#accountOpeningMethods .toggle__content .step__contents__item p + p {
    margin-top: 13px;
}

#accountOpeningMethods .toggle__content .step__contents__item a {
    color: #000066;
    text-decoration: underline;
}

#accountOpeningMethods .toggle__content a:link {
    font-size: 1.8rem;
    color: #000066;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content a:link {
        font-size: 1.4rem;
    }
}

#accountOpeningMethods .toggle__content a.internal-link {
    position: relative;
    padding-left: 15px;
    color: #000066;
    text-decoration: underline;
}

#accountOpeningMethods .toggle__content a.internal-link::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 8px;
    transform: translateY(-50%);
    width: 9px;
    height: 14px;
    background-image: url(/campaign/soccer202606cp/images/icon_arrow-right_02.png);
    background-size: contain;
    left: 0;
}
#accountOpeningMethods .toggle__content a.button-internal-link::after {
    background-image: url(/campaign/soccer202606cp/images/icon_arrow-right_03.png);
    width: 43px;
    height: 43px;
}
@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content a.button-internal-link::after {
        width: 34px;
        height: 34px;
    }
}

#accountOpeningMethods .toggle__content .step__contents__item p {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content .step__contents__item p {
        font-size: 1.4rem;
    }
    #accountOpeningMethods .toggle__content .step__contents__item .step__contents__item-img {
        max-width: 308px;
    }
}

#accountOpeningMethods .toggle__content .arrow {
    margin: 12px 0 9px;
}

@media screen and (max-width: 767px) {
    #accountOpeningMethods .toggle__content .icon__plus {
        width: auto;
    }
    #accountOpeningMethods .toggle__content .arrow img {
        width: auto;
    }
    #accountOpeningMethods .toggle__content .toggle__content-img {
        width: 315px;
    }
}

#accountOpeningMethods .toggle__content .button {
    margin-top: 30px;
    max-width: 375px;
}

@media screen and (max-width: 767px) {
    #attention {
        padding: 35px 15px 35px;
    }
}

#attention .toggle {
    position: relative;
    display: block;
    max-width: 963px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid #000066;
}

#attention .attention-title-box + .toggle {
    margin-top: 28px;
}

#attention .toggle + .toggle {
    margin-top: 16px;
}

#attention .toggle__title {
    position: relative;
    padding: 18px;
    color: #000066;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #attention .toggle__title {
        padding: 10px 18px;
        font-size: 1.6rem;
    }
}

#attention .toggle__title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 27px;
    height: 27px;
    background-image: url(/campaign/soccer202606cp/images/icon_next_01.png);
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #attention .toggle__title::before {
        right: 8px;
        width: 21px;
        height: 21px;
    }
}

#attention .attention-title-box {
    margin-top: 28px;
    text-align: center;
}

#attention .attention-title {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #d92214;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #attention .attention-title {
        padding-left: 22px;
        font-size: 1.9rem;
    }
}

#attention .attention-title::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(/campaign/soccer202606cp/images/icon_attention_01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #attention .attention-title::before {
        width: 19px;
        height: 19px;
    }
}

#attention .toggle__content {
    width: 96%;
    margin: 0 auto;
    border-top: 2px solid #000066;

    /* アニメーション用 */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0; /* 閉じている時は余白ゼロ */
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

@media screen and (max-width: 767px) {
    #attention .toggle__content {
        width: 90%;
    }
}

#attention .toggle.is-open .toggle__content {
    max-height: 3000px; /* 十分に大きい値 */
    opacity: 1;
    visibility: visible;
    padding: 15px 0; /* 開いた時の余白 */
}

#attention .toggle__title::before {
    transition: transform 0.3s ease;
}
#attention .toggle.is-open .toggle__title::before {
    transform: translateY(-50%) rotate(180deg);
}

#attention .toggle__content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#attention .toggle__content ul li,
#attention .toggle__content p {
    position: relative;
    font-size: 1.6rem;
    line-height: 20px;
}

#attention .toggle__content ul li {
    padding-left: 15px;
}

#attention .toggle__content a {
    color: #000066;
    text-decoration: underline;
}

#attention .toggle__content ul li:not(.section__list-note)::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.2rem;
    color: #000066;
    line-height: 1;
}

#attention .toggle__content p a:link {
    color: #000066;
    text-decoration: underline;
}

.info__box {
    display: block;
    max-width: 550px;
    margin: 50px auto 0;
    border: 2px solid #000066;
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    .info__box {
        border: 4px solid #000066;
    }
}

.info__item:first-child {
    color: #000066;
    padding: 27px 20px 20px;
    text-align: center;
    background-color: #e0eef5;
    border-radius: 12px 12px 0 0;
}

.info__item:first-child .info__item__title {
    font-size: 1.9rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .info__item:first-child .info__item__title {
        font-size: 1.8rem;
    }
}

.info__item:first-child .info__item__number a:link {
    color: #000066;
    margin-top: 15px;
    font-size: 5.1rem;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .info__item:first-child .info__item__number a:link {
        font-size: 3.0rem;
        text-decoration: underline;
        text-underline-offset: 3px
    }
}

.info__item:first-child .info__item__text {
    margin-top: 10px;
    font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
    .info__item:first-child .info__item__text {
        font-size: 1.6rem;
    }
}

.info__item:last-child {
    color: #000066;
    padding: 18px 20px 14px;
    text-align: center;
}

.info__item:last-child .info__item__title {
    font-size: 1.9rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .info__item:last-child .info__item__title {
        font-size: 1.6rem;
    }
}

.info__item:last-child .info__item__text {
    margin-top: 10px;
    font-size: 1.5rem;
}

.date__box {
    width: 100%;
    max-width: 550px;
    margin: 21px auto 0;
    text-align: right;
}

.date__box p {
    color: #000066;
    font-size: 1.5rem;
    text-align: right;
}

/* モーダルスタイル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    width: 100%;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .modal.active {
        width: auto;
    }
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.modal__content {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #08287f;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 767px;
    width: 90%;
    max-height: 90svh;
    overflow: visible;
    z-index: 10000;
    animation: modalSlideIn 0.3s ease;
    margin: 20px;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.type03 .modal__header {
    background-color: #08287f;
}

.modal__header h3 {
    margin: 0;
    color: #08287f;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-top: 31px;
}

.type03 .modal__header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
}

.modal__close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #08287f;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 10001;
}

.modal__close:active {
    transform: scale(0.95);
}

.modal__body {
    padding: 24px;
    color: #333;
    line-height: 1.6;
    overflow-y: auto;
    max-height: 50svh;
}
.modal__body .section__list,
.modal__body .section__list-note,
.modal__body .section__list-item {
    line-height: 1.3 !important;
}

.type03 .modal__body {
    padding: 24px 0 0;
}

.type03 .modal__body__inner {
    padding: 0 24px;
}

.modal__body h4 {
    padding: 9px 0;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    background-color: #08287f;
}

.type03 .modal__body h4 {
    padding: 18px 0;
    font-size: 2.8rem;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .modal__body__inner {
        text-align: center;
    }
    .modal__body h4 {
        font-size: 1.8rem;
    }
    .type03 .modal__body h4 {
        padding: 9px 0;
        font-size: 2.0rem;
    }
}

.type03 .modal__body h4:has(.step__txt) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.type03 .modal__body .step__txt {
    margin-top: 0;
    padding: 9px 16px 8px 24px;
    color: #ffffff;
    font-size: 1.6rem;
    background-color: #f36f21;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .type03 .modal__body .step__txt {
        padding: 4px 8px 4px 12px;
        font-size: 1.4rem;
    }
}

.modal__body h4 + * {
    margin-top: 13px;
}

.modal__body p,
.modal__body li {
    font-size: 1.6rem;
}

.modal__body p:has(img) {
    text-align: center;
}

.modal__body p small,
.modal__body ul small {
    font-size: 1.2rem;
}

.modal__body p + p {
    margin-top: 20px;
}

.modal__body p + p:has(small) {
    margin-top: 5px;
}

.modal__body p:last-child {
    margin-bottom: 0;
}

.modal__body ul + ul {
    margin-top: 20px;
}

.modal__body a {
    color: #000066;
    text-decoration: underline;
}

.modal__body .gray-box {
    margin-top: 40px;
    padding: 22px 0 30px;
    background-color: #d3d3d3;
    border-radius: 8px;
}

.modal__body .gray-box p {
    font-size: 1.5rem;
}

.modal__prize__contents {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.modal__prize__contents__item {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .modal__prize__contents__item {
        width: 100%;
        border-radius: 0;
    }
    .modal__prize__contents__item__image {
        padding: 0 54px 0 54px;
    }
}

.modal__prize__contents__item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal__prize__contents__item__title {
    background: #002985;
    padding: 3px 0;
    text-align: center;
    border-top: 5px solid;
    border-image-source: linear-gradient(to right, #FD006B, #0538B7);
    border-image-slice: 1;
}

.modal__prize__contents__item__title p {
    color: #FFF;
    font-size: 2.2rem;
}

.modal__prize__contents__item__subtitle {
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__prize__contents__item__subtitle p {
    display: inline-block;
    padding: 4px 0;
    font-size: 2.2rem;
    border-radius: 11px;
}

.modal__prize__contents__item__subtitle-small {
    font-size: 1.8rem;
    display: inline-block;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .modal__prize__contents__item .modal__prize__contents__item__title p {
        font-size: 2.2rem;
    }
    .modal__prize__contents__item__subtitle {
        min-height: auto;
        margin-bottom: 10px;
    }
    .modal__prize__contents__item__content .modal__prize__contents__item__subtitle p {
        font-size: 2.2rem;
        padding: 0;
    }
}

.modal__prize__contents__item__content > p:not(:last-child) {
    flex-grow: 1;
}

.modal__prize__contents__item__content > p:last-child img {
    width: 100%;
    height: auto;
    display: block;
}

.modal__prize__contents + p {
    margin-top: 21px;
    color: #000000;
    font-size: 1.6rem;
    text-align: center;
}

.modal__prize__contents + p a {
    color: #000066;
    font-size: 1.6rem;
    text-decoration: underline;
}

.modal__prize__contents__item__image {
    margin-top: 10px;
}

.modal__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 30svh;
    padding: 20px 24px 24px 24px;
    position: relative;
}

.modal__footer-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.modal__close--bottom {
    position: static;
    top: auto;
    right: auto;
    background: transparent;
    border: none;
    color: #08287f;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 16px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 0;
    transition: all 0.2s ease;
    z-index: auto;
    gap: 12px;
    min-width: auto;
}

.modal__close--bottom:active {
    transform: translateY(0);
}

.modal__close-icon {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    background: #08287f;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal__close-text {
    font-size: 1.6rem;
    font-weight: bold;
    display: inline;
    color: #000;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
    .modal {
        padding: 10px;
    }
    
    .modal__content {
        width: calc(100% - 20px);
        max-width: calc(100vw - 20px);
        margin: 0;
        overflow: visible;
        max-height: 90svh;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .modal__header {
        padding: 0 13px;
        position: relative;
    }
    
    .modal__header h3 {
        font-size: 2.1rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding-top: 27px;
    }
    
    .modal__close--top {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 36px;
        height: 36px;
        font-size: 2.0rem;
        z-index: 10002;
    }
    
    .modal__body {
        padding: 13px;
        overflow-y: auto;
        flex: 1;
        min-height: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .modal__body p {
        font-size: 1.6rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .modal__footer {
        padding: 20px 10px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal__close--bottom {
        position: static;
        top: auto;
        right: auto;
        padding: 6px 12px;
        font-size: 1.4rem;
        gap: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .modal__close-icon {
        font-size: 1.8rem;
        width: 36px;
        height: 36px;
    }
    
    .modal__close-text {
        font-size: 1.4rem;
        display: inline;
    }
}

/* Safari専用の調整 */
@supports (-webkit-appearance: none) {
    @media screen and (max-width: 767px) {
        .modal__content {
            max-height: 90vh;
            height: auto;
        }
        
        .modal__body {
            max-height: calc(90vh - 120px);
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }
        
        .modal__footer {
            position: relative;
            bottom: 0;
        }
    }
}

/* モーダルトリガーボタンのスタイル調整 */
.modal-trigger {
    cursor: pointer;
}

/* --- カルーセル用のスタイル（SP表示のみ） --- */
@media screen and (max-width: 767px) {
  /* カルーセルのコンテナ */
    .modal__body__inner.carousel-container {
    position: relative;
    padding-bottom: 0;
    overflow-x: hidden;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

    /* スライドのラッパー */
  #goods-detail-modal .modal__prize__contents {
    display: flex;
    transition: transform 0.4s ease-in-out;
    justify-content: flex-start; /* 初期位置を左揃え */
    transform: translateX(0);    /* 初期表示はSTEP1 */
    touch-action: pan-y;         /* スワイプ誤作動防止 */
    will-change: transform;      /* パフォーマンス向上 */
    flex-direction: column;
  }

  /* 各スライド */
  #goods-detail-modal .modal__prize__contents__item {
    box-sizing: border-box;
    margin: 0;                   /* ← 追加：ズレ防止 */
  }
  /* 左右の矢印ボタン */
    /* 左右の矢印ボタン */
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 0;
    width: 36px;
    height: 36px;
    font-size: 0; /* テキスト非表示 */
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
  }
}

.uniform__wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.uniform__wrap__item {
    width: 50%;
}
.uniform__wrap__item ul {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .uniform__wrap__item {
        width: 100%;
    }
    .uniform__wrap {
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .benefits1__spwrap {
        display: flex;
        gap: 20px;
        margin-top: 30px;
    }
    .benefits1__spwrap .benefits1__img img {
        max-width: 90px;
    }
}

.uniform__button_wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .uniform__button_wrap {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 15px;
    }
}

.uniform__button_wrap .content__flex__item {
    width: 310px;
    height: 64px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem !important;
}
.uniform__button_wrap .content__flex__item:first-child {
    padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
    .uniform__button_wrap .content__flex__item {
        width: 250px;
        height: 51px;
        font-size: 1.4rem !important;
        padding: 0 34px 0 10px;
    }
}

/* Floating actions */
.floating-actions {
    position: fixed;
    width: 100%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    gap: 7px;
    padding: 12px 10px;
    background-color: #00004b;
    z-index: 9000; /* モーダル(9999)より下 */
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    border-top: 3px solid #ff0000;
}

.floating-actions .button {
    width: 350px;
    padding: 10px 30px 10px 15px;
    font-size: 2.3rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .floating-actions .button {
        width: 167px;
        height: 40px;
        padding: 10px 15px 10px 5px;
    }
}

.floating-actions .button.button-internal-link::after {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 767px) {
    .floating-actions {
        gap: 8px;
        padding: 13px 8px;
    }

    .floating-actions .button.button-next-link::after,
    .floating-actions .button.button-external-link::after,
    .floating-actions .button.button-internal-link::after {
        right: 5px;
        width: 12px;
        height: 12px;
    }
}

.floating-actions .flex-box {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
@media screen and (max-width: 767px) {
    .floating-actions .flex-box {
        gap: 8px;
    }
}

.floating-actions .text-external-link {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding-top: 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .floating-actions .text-external-link {
        padding-top: 10px;
    }
}
.floating-actions .text-external-link_link {
    color: #fff;
    font-size: 2.0rem;
    text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
    .floating-actions .text-external-link_link {
        font-size: 1.3rem;
    }
}
.floating-actions .text-external-link::after {
    position: absolute;
    content: '';
    top: 64%;
    transform: translateY(-50%);
    padding-right: 7px;;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/campaign/soccer202606cp/images/icon_external.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .floating-actions .text-external-link::after {
        width: 14px;
        height: 14px;
        top: 73%;
    }
}

/* 表示制御 */
.floating-actions.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.floating-actions .button.is-disabled {
    background: #787777 !important;
    cursor: default;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .floating-rightarea {
        bottom: 165px;
    }
}

@media screen and (max-width: 767.9px) {
    .floating-rightarea {
        bottom: 150px;
    }
}

@media screen and (max-width: 767.9px) {
    .pagetop {
        z-index: 10000;
    }
    .pagetop.is-show {
        bottom: 95px;
    }
}
@media screen and (min-width: 768px) {
    .pagetop {
        z-index: 10000;
    }
    .pagetop.is-show {
        bottom: 88px;
    }
}

/* 印刷用スタイル */
@media print {
    /* 印刷時のスケーリング調整 */
    body {
        zoom: 0.8;
        transform-origin: top left;
    }
    
    img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
    
    /* 印刷時に不要な要素を非表示 */
    .floating-actions,
    .pagetop,
    .carousel-button,
    .modal,
    .modal-overlay {
        display: none !important;
    }
    
    /* 印刷時のページ設定 */
    @page {
        margin: 0.5cm;
        size: A4 landscape;
    }
    
    /* コンテナの幅を1280pxに制限 */
    .container,
    .main-content,
    .section {
        max-width: 1280px !important;
        margin: 0 auto !important;
    }
}

.content article .modal.active,
.content article .floating-actions {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .content article .modal.active,
    .content article .floating-actions {
        max-width: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .content article .modal.active,
    .content article .floating-actions {
        width: 100%;
        margin: 0;
    }
}

.apply__content .content__flex,
.apply__content .toggle,
.apply__content .step__content .step__content__item,
.apply__content .step__x-campaign .step__content__item {
    max-width: 922px;
    margin: 0 auto;
}
.apply__content .toggle {
    margin: 34px 0 120px;
}

.apply__content .content__flex {
    margin: 70px 0 100px;
    padding: 0 21px;
}
@media screen and (max-width: 767px) {
    .apply__content .content__flex {
        margin: 10px 0 32px;
        gap: 13px;
    }
    .apply__content .toggle {
        margin-top: 30px;
    }
}

.step__x-campaign {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .step__x-campaign {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .step__x-campaign .step__content__item {
        max-width: 350px;
        margin: 0 auto;
    }
}

.campaign-parent {
    margin-top: 30px;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .campaign-parent {
        margin: 0 15px;
    }
}
.campaign-parent li {
    display: inline-block;
}
.campaign-parent li,
.campaign-parent p {
    text-shadow: 3px 3px 10px #000;
}

.sns {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .sns {
        grid-template-columns: 100%;
        grid-auto-flow: row;
        row-gap: 20px;
    }
    .sns__title {
        width: 80%;
        margin: 0 auto;
    }
}

.sns .sns__element .sns__area {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-top: 30px;
}

.entry__benefits {
    background-image: url(/campaign/soccer202606cp/images/bg_02_pc.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px 0 15px;
    border-bottom: 3px solid #ff0000;
}
@media screen and (max-width: 767px) {
    .entry__benefits {
        background-image: url(/campaign/soccer202606cp/images/bg_02_sp.jpg);
        background-position: bottom;
        width: 100%;
        padding: 40px 5% 90px;
    }
}

.entry__benefits .entry__three__benefits {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .entry__benefits .entry__three__benefits {
        display: inline-flex;
        flex-direction: column;
        margin-top: 25px;
    }
}

.entry__benefits .entry__three__benefits .entry__three__benefits__item {
    position: relative;
}

.entry__benefits .entry__three__benefits .entry__three__benefits__item a {
    position: absolute;
    max-width: 250px;
    width: 90%;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem !important;
    padding: 0;
}

.entry__benefits .entry__three__benefits .entry__three__benefits__item .details1,
.entry__benefits .entry__three__benefits .entry__three__benefits__item .details2,
.entry__benefits .entry__three__benefits .entry__three__benefits__item .details3 {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .entry__benefits .entry__three__benefits .entry__three__benefits__item a {
        max-width: 54%;
        height: 15%;
        font-size: 1.4rem !important;
    }
    .entry__benefits .entry__three__benefits .entry__three__benefits__item a:after {
        width: 13px;
        height: 13px;
    }
    .entry__benefits .entry__three__benefits .entry__three__benefits__item .details1,
    .entry__benefits .entry__three__benefits .entry__three__benefits__item .details2,
    .entry__benefits .entry__three__benefits .entry__three__benefits__item .details3 {
        bottom: 4px;
        left: 10px;
        transform: translateX(0);
    }
}

.entry__benefits ul li {
    display: inline-block;
}

.soccer2026cp__benefits1,
.soccer2026cp__benefits2,
.soccer2026cp__benefits3 {
    margin-top: 50px;
}

.soccer2026cp__benefits2 p {
    margin-top: 300px;
    padding-bottom: 20px;
    font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
    .soccer2026cp__benefits2 p {
        margin-top: 180px;
        font-size: 1.5rem;
    }
}

.soccer2026cp__benefits2__bg__fan {
    background-image: url(/campaign/soccer202606cp/images/bg_03_pc.webp);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .soccer2026cp__benefits2__bg__fan {
        background-image: url(/campaign/soccer202606cp/images/bg_03_sp.png);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}

/*試合スケジュール*/
.match_schedule .toggle__title {
    position: relative;
    background-color: #0050ff;
    color: #FFF;
    font-size: 3.0rem;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .match_schedule .toggle__title {
        font-size: 2.0rem;
        padding-right: 25px;
    }
}
.match_schedule .toggle__content {
    width: 100%;
    margin: 0 auto;

    /* アニメーション用 */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0; /* 閉じている時は余白ゼロ */
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.match_schedule.is-open .toggle__content {
    max-height: 3000px; /* 十分に大きい値 */
    opacity: 1;
    visibility: visible;
}

.match_schedule table {
    border: 1px solid #0050ff;
    width: 100%;
}
.match_schedule table td {
    font-size: 1.9rem;
    font-weight: bold;
    background-color: #FFF;
    border: 1px solid #0050ff;
    padding: 10px;
}
.match_schedule table td.table__bgblue {
    background-color: #ddeeff;
}
@media screen and (max-width: 767px) {
    .match_schedule table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .match_schedule table td {
        font-size: 1.4rem;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px;
    }
    .match_schedule table td:nth-child(even) {
        width: 60%;
    }
    .match_schedule table td.sp-topborder {
        border-top: 2px solid #0050ff;
    }
}

/*icon*/
.head__icon {
    background: #fff;
    border-radius: 20px;
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.head__icon::before, .head__icon::after {
    background: #0050ff;
    border-radius: 5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
}
.match_schedule .head__icon::after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: all 0.5s;
}
.match_schedule.is-open .head__icon::after {
    transform: translateX(-50%) translateY(-50%) rotate(0);
}
.section__accordion-head-icon-top {
    display: inline-block;
    max-width: 40px;
    margin-right: 12px;
}
@media screen and (max-width: 767px) {
    .head__icon {
        right: 8px;
        width: 18px;
        height: 18px;
    }
}
/*試合スケジュール*/

.soccer2026cp__benefits3 {
    position: relative;
}
.soccer2026cp__benefits3 .list__absolute  {
    position: absolute;
    bottom: 7%;
    right: 0;
    color: #FFF;
}
@media screen and (max-width: 767px) {
    .soccer2026cp__benefits3 .list__absolute  {
        position: absolute;
        bottom: 2%;
        right: 50%;
        transform: translateX(50%);
        color: #FFF;
        white-space: nowrap;
    }
}

.step__three__benefits {
    display: flex;
    justify-content: space-between;
}
.step__three__benefits__item {
    width: 275px;
}
.step__three__benefits .step__three__benefits__item:nth-child(2){
    padding: 0 15px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    width: 305px;
}
@media screen and (max-width: 767px) {
    .step__three__benefits {
        flex-wrap: wrap;
        gap: 23px;
        margin: 0 auto;
    }
    .step__three__benefits__item {
        width: 100%;
    }
    .step__three__benefits .step__three__benefits__item:nth-child(2){
        padding: 23px 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        width: 100%;
    }
    .step__spflex {
        display: flex;
        gap: 5px;
    }
    .step__spflex_spimg img {
        max-width: 37px;
    }
}
.ul_center ul {
    margin: 0 auto;
}

/*ぼかし*/
.blur {
    text-shadow:
    1px 1px 2px #000066,
    -1px 1px 2px #000066,
    1px -1px 2px #000066,
    -1px -1px 2px #000066,
    1px 1px 3px #000066,
    -1px 1px 3px #000066,
    1px -1px 3px #000066,
    -1px -1px 3px #000066,
    1px 1px 4px #000066,
    -1px 1px 4px #000066,
    1px -1px 4px #000066,
    -1px -1px 4px #000066,
    1px 1px 5px #000066,
    -1px 1px 5px #000066,
    1px -1px 5px #000066,
    -1px -1px 5px #000066;
}

/*サイズ告知*/
.announcement {
    margin: 15px 0 30px;
    background-color: #EFE4B0;
    padding: 15px;
    border: 2px solid #FB3733;
}
.announcement p {
    text-align: center;
    font-size: 2.0rem;
    color: #FB3733;
}

.modal_overview {
    margin-top: 26px;
}

.modal_target {
    margin-top: 26px;
}

.modal_period {
    margin-top: 45px;
}

.modal_present {
    margin-top: 19px;
}

.modal_present-season {
    margin-top: 30px;
}

.modal_caution {
    margin-top: 38px;
}

.modal_entry-caution {
    margin-top: 38px;
}