@charset "UTF-8";
body {
    padding-top: 0;
}
main {
    padding: 40px 0 0;
    border-radius: 0;
    background: linear-gradient(180deg, #f10020, #f10020 90%, #f02);
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    main {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
}
main .text-note {
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    header .header-nav-button:before {
        background: #f10020;
    }
}
@media screen and (min-width: 768px) {
    footer.rich {
        margin-top: -40px;
        padding-top: 240px;
        background-position:
            right calc(50% + 338px) top -90px,
            left calc(50% + 294px) bottom -400px;
    }
    footer.rich:before {
        background: linear-gradient(180deg, #f02, #ff596f 40%, #ff596f);
    }
    footer.rich:after {
        top: 88px;
    }
}
.heading-campaign {
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .heading-campaign {
        margin-bottom: 16px;
    }
}
.heading-bubble {
    position: relative;
    margin: 24px 0 12px;
    padding: 0 8px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .heading-bubble {
        margin: 40px 0 16px;
        padding: 0 24px;
    }
}
.heading-bubble:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px dashed #bbb;
}
.heading-bubble .bubble-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 32px;
    padding: 0 16px;
    border: 2px solid #f02;
    border-radius: 16px;
    background: #fff;
    color: #f02;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .heading-bubble .bubble-text {
        min-height: 46px;
        padding: 0 24px;
        border-radius: 23px;
    }
}
.heading-bubble .bubble-text:before,
.heading-bubble .bubble-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
}
.heading-bubble .bubble-text:before {
    border-top: 8px solid #f02;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.heading-bubble .bubble-text:after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.heading-bubble.no-line {
    padding: 0;
}
.heading-bubble.no-line:before {
    content: none;
}
.list-flow {
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
    .list-flow {
        flex-wrap: wrap;
        gap: 80px;
    }
}
.list-flow:before,
.list-flow:after {
    content: "";
    display: block;
    flex: 0 0 38px;
}
@media screen and (min-width: 768px) {
    .list-flow:before,
    .list-flow:after {
        content: none;
    }
}
.list-flow > li {
    flex: 0 0 calc(100vw - 128px);
}
@media screen and (min-width: 768px) {
    .list-flow > li {
        flex: 1;
    }
}
.list-flow > li:last-child .flow-image:before {
    content: none;
}
.list-flow .flow-image,
.list-flow .flow-text {
    padding: 0 24px;
}
@media screen and (min-width: 768px) {
    .list-flow .flow-image,
    .list-flow .flow-text {
        padding: 0;
    }
}
.list-flow .flow-image {
    position: relative;
    margin-bottom: 16px;
    text-align: center;
}
.list-flow .flow-image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #ddd;
}
@media screen and (min-width: 768px) {
    .list-flow .flow-image:before {
        left: calc(100% + 40px);
    }
}
.list-flow .flow-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.list-flow .flow-auto-charge {
    position: relative;
}
.list-flow .flow-auto-charge:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -16px;
    right: -20px;
    width: 88px;
    height: 88px;
    background: url("../images/icon_flow_auto_charge.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .list-flow .flow-auto-charge:before {
        right: -32px;
    }
}
.list-faq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.list-faq > li {
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #f02;
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .list-faq > li {
        border-radius: 8px;
        font-size: 16px;
        line-height: 1.6;
    }
    .list-faq > li:hover {
        box-shadow: inset 0 0 0 2px #f02;
    }
}
.list-faq > li.is-active {
    box-shadow: inset 0 0 0 2px #f02;
}
.list-faq > li:nth-of-type(odd) {
    margin-right: 16px;
}
@media screen and (min-width: 768px) {
    .list-faq > li:nth-of-type(odd) {
        margin-right: 0;
        margin-left: 40px;
    }
}
.list-faq > li:nth-of-type(2n) {
    margin-left: 16px;
}
@media screen and (min-width: 768px) {
    .list-faq > li:nth-of-type(2n) {
        margin-right: 40px;
        margin-left: 0;
    }
}
.list-faq .faq-button {
    display: flex;
    gap: 8px;
    position: relative;
    width: 100%;
    padding: 16px 48px 16px 16px;
    border-radius: 6px;
    color: #f02;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button {
        padding: 24px 96px 24px 32px;
        font-weight: 700;
        transition: padding-bottom 0.3s ease;
    }
    .list-faq .faq-button:hover:after {
        transform: translateY(-50%) rotate(210deg);
    }
}
.list-faq .faq-button:before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3crect%20width='32'%20height='32'%20transform='translate(305%202180)'%20fill='%23f02'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20transform='translate(-305%20-2180)'%20clip-path='url(%23a)'%3e%3cpath%20d='M14.552,2.618c0-.884-.136-1.02-1.02-.952-.442.034-.918.034-1.394.034A13.247,13.247,0,0,1,4.828-.238c-.306-.2-.476-.374-.476-.51,0-.17.17-.272.544-.442,4.08-1.836,7-5.78,7-11.424,0-6.358-4.25-11.934-11.662-11.934-7.072,0-12.138,4.9-12.138,12.41C-11.9-6.188-8.126-.782-1.53-.2A2.281,2.281,0,0,1,.2.612C2.89,3.3,6.9,5.1,12.58,5.134c.34,0,.68,0,1.02-.034.816-.034.952-.2.952-.986ZM.136-20.638c4.828,0,7.684,3.672,7.684,8.228,0,5.338-3.6,8.636-7.99,8.636-4.862,0-7.65-3.74-7.65-8.33C-7.82-17-4.726-20.638.136-20.638Z'%20transform='translate(319.9%202205.548)'%20fill='%23f02'/%3e%3c/g%3e%3c/svg%3e") no-repeat
        center/100% auto;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button:before {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
.list-faq .faq-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(30deg);
    width: 18px;
    height: 28px;
    border: 1px solid #f02;
    border-radius: 9px;
    transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button:after {
        right: 40px;
        width: 32px;
        height: 48px;
        border-radius: 16px;
    }
}
.list-faq .faq-button.is-active {
    padding-bottom: 16px;
    box-shadow: none;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button.is-active:hover:after {
        transform: translateY(-50%) rotate(30deg);
    }
}
.list-faq .faq-button.is-active:after {
    transform: translateY(-50%) rotate(210deg);
    border-width: 2px;
    border-color: #f02;
}
.list-faq .faq-button.is-active .faq-button-icon:before {
    height: 2px;
    border-radius: 1px;
    background-color: #f02;
}
.list-faq .faq-button.is-active .faq-button-icon:after {
    display: none;
}
.list-faq .faq-button-icon:before,
.list-faq .faq-button-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 1px;
    margin-top: -1px;
    background-color: #f02;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-button-icon:before,
    .list-faq .faq-button-icon:after {
        right: 50px;
        width: 10px;
    }
}
.list-faq .faq-button-icon:after {
    transform: rotate(90deg);
}
.list-faq .faq-content {
    display: flex;
    gap: 8px;
    padding: 0 16px 16px;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-content {
        padding: 0 32px 32px;
    }
}
.list-faq .faq-content:before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3crect%20width='32'%20height='32'%20transform='translate(305%202180)'%20fill='%23f02'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20transform='translate(-305%20-2180)'%20clip-path='url(%23a)'%3e%3cpath%20d='M4.422-6.475c1,0,1.221.074,1.554.888.518,1.221,1,2.479,1.628,4.255C7.937-.444,8.122-.3,9.084-.3h2.849c.592,0,.851-.074.851-.37a1.587,1.587,0,0,0-.222-.629C11.415-3.848,10.6-5.7,9.787-7.622L4.459-20.128c-.666-1.554-1.406-3.33-2.183-5.328-.333-.888-.518-1.036-1.48-1.036H-.8c-.962,0-1.147.148-1.48,1.036-.777,2-1.554,3.774-2.22,5.365L-9.786-7.548c-.777,1.813-1.591,3.663-2.738,6.253a1.587,1.587,0,0,0-.222.629c0,.3.259.37.851.37h2.59c.962,0,1.147-.148,1.48-1.036C-7.2-3.108-6.715-4.366-6.2-5.587c.333-.814.592-.888,1.554-.888ZM-.5-19.536c.148-.407.3-.592.407-.592.148,0,.259.222.407.592l3.441,8.473a1.66,1.66,0,0,1,.148.629c0,.333-.259.407-.851.407H-3.274c-.592,0-.851-.074-.851-.407a1.66,1.66,0,0,1,.148-.629Z'%20transform='translate(320.746%202209.492)'%20fill='%23666'/%3e%3c/g%3e%3c/svg%3e")
        no-repeat center/100% auto;
}
@media screen and (min-width: 768px) {
    .list-faq .faq-content:before {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
.list-faq .faq-content-wrapper {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.block-sns-share {
    margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
    .block-mainvisual {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
}
.block-mainvisual .mainvisual-title {
    margin-bottom: 8px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-mainvisual .mainvisual-title {
        position: relative;
        max-width: 1280px;
        margin: 0 auto 8px;
    }
}
.block-mainvisual .text-note {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 6.5vw;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .block-mainvisual .text-note {
        padding: 0 4vw;
    }
}
.block-end {
    position: relative;
    z-index: 1;
    margin: 32px 8px 8px;
    padding: 40px 24px;
    border-radius: 32px;
    background: #fff;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-end {
        width: calc(100% - 80px);
        max-width: 1192px;
        margin: 32px auto 80px;
        padding: 64px 24px;
    }
}
.block-end .end-title {
    margin-bottom: 16px;
    color: #f02;
    font-size: 24px;
    -webkit-text-stroke: 1px #f02;
}
@media screen and (min-width: 768px) {
    .block-end .end-title {
        margin-bottom: 24px;
        font-size: 32px;
    }
}
.block-end .end-text {
    font-size: 18px;
}
.block-entry {
    position: relative;
    margin-bottom: 56px;
    padding: 0 8px;
}
@media screen and (min-width: 768px) {
    .block-entry {
        margin-bottom: 40px;
        padding: 0 40px;
        background: none;
    }
}
.block-entry .entry-inner {
    position: relative;
    margin-bottom: 16px;
    padding: 16px 32px 32px;
    border-radius: 32px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-inner {
        max-width: 920px;
        margin: 0 auto 8px;
        padding: 32px;
    }
}
.block-entry .entry-inner:last-child {
    margin-bottom: 0;
}
.block-entry .entry-inner > .text-note {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-inner > .text-note {
        text-align: center;
    }
}
.block-entry .entry-navigation {
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation {
        align-items: end;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}
.block-entry .entry-navigation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 296px;
    height: 64px;
    margin: 32px auto 0;
    padding: 0 16px;
    border-radius: 32px;
    background: #1c2b50;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button {
        flex: 1 1 40%;
        min-width: 0;
        max-width: 360px;
        height: 80px;
        margin: 24px 0 0;
        border-radius: 40px;
        font-size: 18px;
        transition: opacity 0.3s ease;
    }
    .block-entry .entry-navigation-button:hover {
        opacity: 0.7;
    }
}
.block-entry .entry-navigation-button.login {
    margin: 8px auto 0;
    background: #ee6001;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.login {
        margin: 0 auto;
    }
}
.block-entry .entry-navigation-button.charge {
    margin-top: 48px;
    background: #f02;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.charge {
        margin-top: 40px;
    }
}
.block-entry .entry-navigation-button.charge .entry-navigation-button-bubble {
    max-width: 220px;
    border-color: #f02;
    color: #f02;
}
.block-entry .entry-navigation-button.charge .entry-navigation-button-bubble:before {
    border-top-color: #f02;
}
.block-entry .entry-navigation-button.furunavi {
    border: 1px solid #f02;
    background: #fff;
    color: #f02;
}
.block-entry .entry-navigation-button.disabled {
    margin: 32px auto 0;
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.disabled {
        margin: 24px 0 0;
    }
}
.block-entry .entry-navigation-button.ended {
    margin: 32px auto 0;
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button.ended {
        margin: 24px 0 0;
    }
}
.block-entry .entry-navigation-button-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translate(-50%);
    min-height: 32px;
    padding: 0 16px;
    border: none;
    background: none;
    color: #1c2b50;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button-bubble {
        top: -32px;
        width: 100%;
        max-width: 320px;
        min-height: 40px;
        padding: 0 32px;
        border: 2px solid #1c2b50;
        border-radius: 20px;
        background: #fff;
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button-bubble:before,
    .block-entry .entry-navigation-button-bubble:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%);
        width: 0;
        height: 0;
    }
}
.block-entry .entry-navigation-button-bubble:before {
    border-top: 8px solid #1c2b50;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-entry .entry-navigation-button-bubble:after {
    margin-top: -3px;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.block-entry .entry-navigation-button + .text-note {
    margin-top: 16px;
    padding: 0 2vw;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-button + .text-note {
        padding: 0 2.5vw;
        padding: 0 0 0 16px;
    }
}
.block-entry .entry-navigation-description {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description {
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 48px;
    }
}
.block-entry .entry-navigation-description > dd {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 8px;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description > dd {
        grid-template-columns: 64px 1fr;
        gap: 16px;
        width: calc((100% - 48px) / 2);
        max-width: 360px;
        margin-bottom: 0;
    }
}
.block-entry .entry-navigation-description > dd:last-child {
    margin-bottom: 0;
}
.block-entry .entry-navigation-description-image {
    align-self: center;
    grid-row: span 2;
}
.block-entry .entry-navigation-description-title {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description-title {
        font-size: 20px;
    }
}
.block-entry .entry-navigation-description-text {
    margin-top: -8px;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-description-text {
        margin-top: -16px;
        font-size: 16px;
    }
}
.block-entry .entry-navigation-description .entry-navigation-button {
    grid-column: span 2;
}
.block-entry .entry-navigation-description .heading-bubble {
    width: calc(100% + 64px);
    margin: 0 -32px 12px;
}
.block-entry .entry-navigation-plus {
    max-width: 30px;
    margin: 8px auto 0;
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-plus {
        margin: 0;
        padding-bottom: 24px;
    }
}
.block-entry .entry-navigation-advance {
    display: block;
    padding: 8px 0 56px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 16px;
        width: 100%;
        padding: 40px 0;
    }
}
.block-entry .entry-navigation-advance img {
    display: block;
    max-width: 30px;
    margin: 8px auto;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance img {
        margin: 0;
        padding-bottom: 0;
    }
}
.block-entry .entry-navigation-advance.navigation-advance-login {
    padding: 0;
}
.block-entry .entry-navigation-advance.navigation-advance-login .entry-navigation-button {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance.navigation-advance-login .entry-navigation-button {
        margin-top: 0;
    }
}
.block-entry .entry-navigation-advance.navigation-advance-ended {
    margin: 0;
}
.block-entry .entry-navigation-advance.navigation-advance-entered {
    padding: 8px 0 40px;
}
.block-entry .entry-navigation-advance.navigation-advance-entered button {
    margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance.navigation-advance-entered button {
        margin: 32px 0 0;
    }
}
.block-entry .entry-navigation-advance.disabled {
    margin: 32px auto 0;
    background: #d5d5d5;
    color: #949494;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-advance.disabled {
        margin: 0;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-guest {
        gap: 16px;
    }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
    .block-entry .entry-navigation-guest {
        gap: 0;
    }
}
.block-entry .entry-navigation-guest .entry-navigation-button {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-guest .entry-navigation-button {
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-actions {
        gap: 16px;
    }
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-entered {
        gap: 16px;
        margin-top: 24px;
    }
}
.block-entry .entry-navigation-entered .entry-navigation-button.disabled {
    margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-navigation-entered .entry-navigation-button.disabled {
        margin: 0;
    }
}
.block-entry .entry-notes {
    max-width: 920px;
    margin: 0 auto;
}
.block-entry .entry-text {
    position: relative;
    margin-bottom: 24px;
    padding: 0 8px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-entry .entry-text {
        max-width: 920px;
        margin: 0 auto 24px;
        padding: 0;
    }
}
.block-entry.charge-detail {
    margin-bottom: 48px;
    padding-top: 56px;
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail {
        margin-bottom: 80px;
        padding-top: 24px;
    }
}
.block-entry.charge-detail:before {
    content: "";
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
    height: 430px;
    background: url("../images/bg_entry.png") no-repeat center/auto 100%;
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail:before {
        top: 25%;
        transform: translateY(-50%);
        height: 934px;
        margin-top: 120px;
    }
}
.block-entry.charge-detail .entry-navigation {
    gap: 32px;
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail .entry-navigation {
        align-items: center;
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) {
    .block-entry.charge-detail .entry-navigation-button {
        margin-top: 0;
    }
}
.block-entry .text-note {
    max-width: 996px;
    margin: 0 auto;
    padding: 0 4vw;
    text-align: left;
}
.block-increase {
    position: relative;
    margin-bottom: 24px;
    padding: 0 8px;
}
@media screen and (min-width: 768px) {
    .block-increase {
        margin-bottom: 40px;
        padding: 0 40px;
        background: none;
    }
}
.block-increase .increase-text {
    position: relative;
    padding: 0 8px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-increase .increase-text {
        max-width: 920px;
        margin: 0 auto 40px;
        padding: 0;
    }
}
.block-increase .increase-image img {
    display: block;
    margin: 0 auto 16px;
    padding: 0 3vw;
}
@media screen and (min-width: 768px) {
    .block-increase .increase-image img {
        margin-bottom: 8px;
    }
}
.block-increase .increase-step img {
    padding: 0 6vw;
}
@media screen and (min-width: 768px) {
    .block-increase .increase-step img {
        padding: 0 4vw;
    }
}
.block-steps {
    position: relative;
    z-index: 1;
}
.block-steps:before {
    content: "";
    position: absolute;
    top: calc(25vw - 1px);
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff9e9;
}
@media screen and (min-width: 768px) {
    .block-steps:before {
        top: calc(28vw - 1px);
    }
}
@media screen and (min-width: 768px) {
    .block-steps:after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% + 424px);
        width: 180px;
        height: 292px;
        background: url("../images/bg_steps_koban.png") no-repeat left center/auto 100%;
    }
}
.block-steps .steps-semicircle {
    position: relative;
    height: 25vw;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-semicircle {
        height: 28vw;
    }
}
.block-steps .steps-semicircle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 125vw;
    height: 120vw;
    border-radius: 50%;
    background: #fff9e9;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-semicircle:before {
        width: 120vw;
    }
}
.block-steps .steps-inner {
    position: relative;
    margin-top: -25vw;
    padding: 23vw 16px 48px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-inner {
        margin-top: -28vw;
        padding: 100px 40px 80px;
    }
}
.block-steps .steps-flow {
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-top: 80px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow {
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 88px 0;
        max-width: 920px;
        margin: 88px auto 0;
    }
}
.block-steps .steps-flow > li {
    position: relative;
    padding: 32px 16px;
    border: 3px solid #f02;
    border-radius: 32px;
    background: #fff;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li {
        width: 100%;
        padding: 32px;
        border-radius: 32px;
    }
}
.block-steps .steps-flow > li:nth-child(1) {
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li:nth-child(1) {
        padding-bottom: 32px;
    }
}
.block-steps .steps-flow > li:nth-child(2) .steps-flow-title {
    right: 32px;
    left: auto;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow > li:nth-child(2) .steps-flow-title {
        right: auto;
        left: 40px;
    }
}
.block-steps .steps-flow-title {
    position: absolute;
    bottom: 100%;
    left: 32px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-title {
        left: 40px;
    }
}
.block-steps .steps-flow-title img {
    width: 128px;
}
.block-steps .steps-flow-lead {
    margin-bottom: 8px;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-lead {
        margin-bottom: 16px;
        line-height: 1.8;
    }
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-advance {
        display: flex;
        justify-content: center;
    }
}
.block-steps .steps-flow-plus {
    display: none;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-plus {
        display: block;
        margin: 0 24px;
        padding-bottom: 24px;
    }
}
.block-steps .steps-flow-image {
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow-image {
        margin-bottom: 0;
    }
}
.block-steps .steps-flow-image img {
    width: 100%;
    max-width: 311px;
}
.block-steps .steps-flow-image:last-child {
    margin-bottom: 0;
}
.block-steps .steps-flow .text-note {
    margin-bottom: 8px;
}
.block-steps .steps-flow .text-note:last-child {
    max-width: 311px;
    margin: 0 auto;
    padding: 0 5vw;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .block-steps .steps-flow .text-note:last-child {
        max-width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}
.block-steps .steps-flow .link-text.anchor {
    margin-right: 0;
    font-size: 14px;
}
.block-introduction {
    padding: 48px 0 0;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-introduction {
        padding: 80px 0 0;
    }
}
.block-introduction .introduction-texts {
    margin-bottom: 48px;
    padding: 0 24px;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-texts {
        margin-bottom: 32px;
        text-align: center;
    }
}
.block-introduction .introduction-image {
    display: block;
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-image {
        margin-bottom: 16px;
        padding: 0 24px;
    }
}
.block-introduction .introduction-notes {
    padding: 0 24px;
}
@media screen and (min-width: 768px) {
    .block-introduction .introduction-notes {
        width: fit-content;
        margin: 0 auto;
    }
}
.block-example {
    position: relative;
    padding: 48px 8px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-example {
        padding: 64px;
    }
}
.block-example .example-inner {
    position: relative;
    z-index: 1;
}
.block-example .example-inner .heading-campaign {
    margin-bottom: 0;
}
.block-example .example-graph {
    margin-bottom: 16px;
    padding: 16px 8px 0 24px;
    border-radius: 32px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-example .example-graph {
        max-width: 920px;
        margin: -32px auto 8px;
        padding: 0 24px;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .block-example .example-graph-image {
        position: relative;
        top: -12px;
    }
}
.block-example .example-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #f02;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .block-example .example-link {
        font-size: 16px;
    }
    .block-example .example-link:hover:before {
        border-color: #fff;
    }
    .block-example .example-link:hover:after {
        background-color: #f02;
    }
}
.block-example .example-link:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    border: 1px solid #f02;
    border-radius: 12px;
}
@media screen and (min-width: 768px) {
    .block-example .example-link:after {
        width: 48px;
        height: 28px;
        border-radius: 14px;
        transition: background-color 0.3s ease;
    }
}
.block-example .example-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-135deg);
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-right: -1px;
    border-bottom: 1px solid #f02;
    border-left: 1px solid #f02;
}
@media screen and (min-width: 768px) {
    .block-example .example-link:before {
        margin-right: 2px;
    }
}
.block-charge-method {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.block-charge-method:before {
    content: "";
    position: absolute;
    top: calc(25vw - 1px);
    right: 0;
    bottom: 0;
    left: 0;
    background: #f10020;
}
@media screen and (min-width: 768px) {
    .block-charge-method:before {
        top: calc(28vw - 1px);
    }
}
.block-charge-method:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    width: 29.3vw;
    height: 29.8vw;
    background: url("../images/bg_charge_method_koban.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .block-charge-method:after {
        right: auto;
        left: calc(50% + 298px);
        width: 210px;
        height: 214px;
        background: none;
    }
}
.block-charge-method .charge-method-semicircle {
    position: relative;
    height: 25vw;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-semicircle {
        height: 28vw;
    }
}
.block-charge-method .charge-method-semicircle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 125vw;
    height: 120vw;
    border-radius: 50%;
    background: #f10020;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-semicircle:before {
        width: 120vw;
    }
}
.block-charge-method .charge-method-inner {
    position: relative;
    margin-top: -25vw;
    padding: 23vw 8px 0;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-inner {
        margin-top: -28vw;
        padding: 100px 40px 0;
    }
}
.block-charge-method .charge-method-description {
    margin-bottom: 24px;
    padding: 0 16px;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-description {
        text-align: center;
    }
}
.block-charge-method .charge-method-howto {
    padding: 32px 16px;
    border-radius: 32px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto {
        max-width: 920px;
        margin: 32px auto;
        padding: 16px 80px 40px;
    }
}
.block-charge-method .charge-method-howto-tab {
    display: flex;
    position: relative;
    padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto-tab {
        padding-bottom: 0;
    }
}
.block-charge-method .charge-method-howto-tab:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto-tab:before {
        bottom: 5px;
    }
}
.block-charge-method .charge-method-howto-tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    border-radius: 2px;
    background: #f02;
    transition: left 0.2s ease-out;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto-tab:after {
        bottom: 5px;
    }
}
.block-charge-method .charge-method-howto-tab.is-active-second:after {
    left: 50%;
}
.block-charge-method .charge-method-howto-tab > li {
    flex: 1;
}
.block-charge-method .charge-method-howto-tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto-tab-button {
        height: auto;
        padding: 24px 12px 8px;
        font-size: 16px;
        transition: opacity 0.3s ease;
    }
    .block-charge-method .charge-method-howto-tab-button:hover {
        opacity: 0.7;
    }
}
.block-charge-method .charge-method-howto-tab-button.is-active {
    color: #f02;
}
.block-charge-method .charge-method-howto-contents > li {
    display: none;
}
.block-charge-method .charge-method-howto-contents > li.is-show {
    display: block;
}
.block-charge-method .charge-method-howto-scroll {
    margin: 0 -16px;
    padding: 24px 0 16px;
    overflow-x: auto;
}
@media screen and (min-width: 768px) {
    .block-charge-method .charge-method-howto-scroll {
        margin: 0 0 16px;
        padding-top: 40px;
    }
}
.block-section {
    position: relative;
    margin: 0 8px 8px;
    padding: 48px 16px;
    border-radius: 4px;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .block-section {
        width: calc(100% - 80px);
        max-width: 920px;
        margin: 0 auto 16px;
        padding: 64px 80px;
    }
}
@media screen and (min-width: 768px) {
    .block-section .section-inner {
        max-width: 920px;
        margin: 0 auto;
    }
}
.block-section .section-end {
    font-weight: 700;
    text-align: center;
}
.block-section .section-end-title {
    margin-bottom: 16px;
    color: #f02;
    font-size: 24px;
    -webkit-text-stroke: 1px #f02;
}
@media screen and (min-width: 768px) {
    .block-section .section-end-title {
        margin-bottom: 24px;
        font-size: 32px;
    }
}
.block-section .section-end-text {
    font-size: 18px;
}
.block-section .section-text {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-section .section-text {
        margin: 0 24px;
        line-height: 2;
    }
}
.block-section .section-list {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-section .section-list {
        margin: 0 24px;
        line-height: 2;
    }
}
.block-section .section-list > li {
    display: flex;
    align-items: flex-start;
}
.block-section .section-list > li:before {
    content: "・";
    flex-shrink: 0;
}
.block-section .section-list-number {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .block-section .section-list-number {
        margin: 0 24px;
        line-height: 2;
    }
}
.block-section .section-list-number > li {
    margin-left: 1em;
    text-indent: -1em;
}
.block-section .section-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    width: max-content;
    margin: 0 auto;
    color: #f02;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .block-section .section-link {
        font-size: 16px;
    }
    .block-section .section-link:hover:before {
        border-color: #fff;
    }
    .block-section .section-link:hover:after {
        background-color: #f02;
    }
}
.block-section .section-link:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    border: 1px solid #f02;
    border-radius: 12px;
}
@media screen and (min-width: 768px) {
    .block-section .section-link:after {
        width: 48px;
        height: 28px;
        border-radius: 14px;
        transition: background-color 0.3s ease;
    }
}
.block-section .section-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-135deg);
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-right: -1px;
    border-bottom: 1px solid #f02;
    border-left: 1px solid #f02;
}
@media screen and (min-width: 768px) {
    .block-section .section-link:before {
        margin-right: 2px;
    }
}
.block-section.campaigns {
    position: relative;
    margin-bottom: 48px;
    padding-top: 48px;
    border-radius: 32px;
}
@media screen and (min-width: 768px) {
    .block-section.campaigns {
        margin-bottom: 56px;
        padding: 64px 48px 48px;
    }
}
@media screen and (min-width: 768px) {
    .block-section.campaigns .heading-campaign {
        margin-bottom: 64px;
    }
}
.block-section.campaigns-inner {
    padding: 40px 32px;
}
.block-section.outline {
    position: relative;
    padding-top: 48px;
    border-radius: 32px 32px 4px 4px;
}
.block-section.outline:before {
    content: "";
    position: absolute;
    top: -34px;
    left: 12px;
    width: 86px;
    height: 100px;
    background: url("../images/bg_single_right_koban.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .block-section.outline:before {
        top: -52px;
        left: 18px;
        width: 146px;
        height: 168px;
    }
}
.block-section.attention {
    margin: 0 8px;
    padding-bottom: 48px;
    border-radius: 4px 4px 32px 32px;
}
@media screen and (min-width: 768px) {
    .block-section.attention {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        padding-bottom: 104px;
        border-radius: 4px 4px 80px 80px;
    }
}
.block-section.attention:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 12px;
    width: 56px;
    height: 80px;
    background: url("../images/bg_attention_koban.png") no-repeat left top/100% auto;
}
@media screen and (min-width: 768px) {
    .block-section.attention:before {
        top: -64px;
        right: -32px;
        transform: rotate(-10deg);
        width: 98px;
        height: 140px;
    }
}
.block-section.attention .section-link {
    margin-top: 32px;
}
