html {
    font-size: 62.5%;
}

.sp {
    display: none;
}

.lp_wrap {
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
}

a {
    transition: 0.3s;
}

a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

p {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
}

span {
    color: red;
}

/* sec01 */
#confirmation .sec01 {
    text-align: center;
    width: 90%;
    max-width: 750px;
    margin: 3% auto 0;
    position: relative;
}

#confirmation .sec01 img {
    width: 100%;
    padding: 1%;
}

#confirmation .top_txt {
    padding: 6rem 0 4rem;
}

#confirmation .P_detail {
    font-size: 2rem;
    padding: 1.0rem 0;
    text-align: left;
}

#confirmation .btn_txtrink {
    font-size: 2rem;
    text-decoration: underline;
    text-align: left;
    font-weight: bold;
    /* text-indent: -2em;
  padding-left: 2em; */

}

#confirmation .btn_txtrink.ac {
    text-align: center;
}

#confirmation .btn_txtrink ._line_red {
    text-decoration-color: red;
}

/* sec02 */
#confirmation .sec02 {
    position: relative;
    background: #fff;
    border: 6px solid #d0d0d0;
    max-width: 750px;
    width: 90%;
    margin: 0 auto 6rem;
}

#confirmation .sec02 .box_txt {
    border-bottom: 0px;
    padding: 3rem 1rem 0;
    position: relative;
    text-align: center;
}

#confirmation .sec02 .box_txt li {
    list-style: none;
}

#confirmation .sec02 .btn_txtrink {
    text-align: center;
}

#confirmation .sec02 h2 {
    padding: 2rem;
    border-bottom: 6px solid #d0d0d0;
}

#confirmation .sec02 h2 img {
    background: #FFFFCC;
    background: #FFFFCC;
    padding: 3rem 12rem;
}

#confirmation .img-wrap_01,
#confirmation .img-wrap_02,
#confirmation .img-wrap_03 {
    position: relative;
}

#confirmation .img-wrap img {
    width: 100%;
    display: block;
}

#confirmation .img-wrap_01 .btn_01,
#confirmation .img-wrap_03 .btn_03,
#confirmation .img-wrap_05 .btn_05,
#confirmation .img-wrap_06 .btn_06,
#confirmation .img-wrap_06 .btn_07 {
    position: absolute;
    font-size: 2.4rem;
    text-decoration: underline;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

#confirmation .img-wrap_01 .btn_01 {
    bottom: 20%;
}

#confirmation .img-wrap_03 .btn_03 {
    bottom: 14%;
    left: 25%;
}

#confirmation .img-wrap_05 .btn_05 {
    bottom: 12%;
    display: inline;
    background: none;
    border: none;
}

#confirmation .img-wrap_06 .btn_06 {
    bottom: 52%;
    white-space: nowrap;
    display: inline-block;
}
#confirmation .img-wrap_06 .btn_07 {
    bottom: 7%;
    white-space: nowrap;
    display: inline-block;
}

#confirmation .scroll-x {
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    height: 500px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 20px 10px;

}

#confirmation .scroll-x::-webkit-scrollbar {
    display: none;
}

#confirmation .scroll-x::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

#confirmation .check-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 14px 16px 48px;
    height: auto;
}

#confirmation .sec02 .li_item {
    flex: none;
    height: auto;
    position: relative;
    list-style: none;
    width: 90%;
    margin: 0 auto;
}

#confirmation .sec02 .li_item img {
    width: auto;
    display: block;
}

#confirmation .sec02 .li_03 {
    min-width: clamp(307px, 60vw, 520px);
    margin-top: -1rem;
    position: relative;
}

/* sec03 */
#confirmation .sec03 {
    text-align: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 6rem;
    position: relative;
}

#confirmation .sec03 ul {
    list-style: none;
    padding: 0;
}

#confirmation .sec03 li {
    padding-bottom: 1.4rem;
}

#confirmation .sec03 .P_detail {
    text-align: center;
}

/* sec04 */
#confirmation .sec04 {
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 8rem;
}

#confirmation .sec04 img {
    width: 100%;
}

/* キャラクター */
#confirmation .img_character._01 {
    position: absolute;
    width: 10%;
    top: 7%;
    left: 2%;
}

#confirmation .img_character._02 {
    position: absolute;
    width: 14%;
    top: 8%;
    right: -4%;
}

#confirmation .img_character._03 {
    position: absolute;
    width: 14%;
    bottom: 58%;
    left: 3%;
}

#confirmation .img_character._04 {
    position: absolute;
    width: 14%;
    bottom: 0%;
    right: 0%;
}


/* モーダル */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.modal__inner {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.modal__content {
    padding: 6rem 2rem 2rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.modal__content p {
    text-align: left;
    font-size: 2.4rem;
}

.modal_top_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 80%;
    margin: 1rem auto;
    padding-left: 2rem;
}

.modal_top_txt li {
    width: 40%;
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.modal__content .P_detail {
    font-size: 1.8rem;
}

.modal__content .howto {
    margin: 2rem auto 4rem;
}

.modal__content .howto ul {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0 1.2rem;
}

.modal__content .modal_txt {
    justify-content: space-between;
    align-items: flex-start;
    gap: 8rem;
}

.modal__content .modal_img {
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
}

.modal__content .modal_txt li {
    width: 50%;
}

.modal__content .modal_img li {
    width: 50%;
}

.modal__content .modal_img._06 li {
    width: 100%;
    padding-top: 2rem;
}

.modal__content .modal_img .modal_li_arrow {
    width: 10%;
    margin-right: 1.2rem;
}

.modal__content .modal_txt.link a {
    text-decoration: underline;
}

.modal__content .howto p {
    font-size: 2rem;
    text-align: left;
    padding: 3rem 0 1.2rem;
    text-indent: -1em;
    padding-left: 1em;
}

.modal__content .pass_link {
    font-size: 2.4rem;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 auto 4rem;
}

.modal__content .pass_link a {
    font-size: 2.4rem;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 8px;
    background: none;
    border: none;
    font-size: 4rem;
}

/* SP */
@media (max-width: 599px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .lp_wrap {
        width: 100%;
    }

    p {
        font-size: 1.6rem;
        letter-spacing: -1px;
    }

    #confirmation .sec01 h2 {
        margin-top: 3rem;
    }

    #confirmation .P_detail {
        font-size: 1.4rem;
    }

    #confirmation .top_txt {
        padding: 0;
    }

    #confirmation .btn_img {
        width: 80%;
        margin: 0 auto;
    }

    #confirmation .btn_txtrink {
        font-size: 1.4rem;
        text-decoration: underline;
    }

    #confirmation .sec02 {
        position: relative;
        width: 90%;
        margin: 0 auto 1.6rem;
    }

    #confirmation .sec02 h2 {
        padding: 0.8rem
    }

    #confirmation .sec02 h2 img {
        background: #FFFFCC;
        padding: 3rem;
    }


    #confirmation .scroll-x {
        overflow-x: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #confirmation .check-box {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0.8rem;
    }

    #confirmation .sec02 .li_item {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    #confirmation .sec02 .li_item img {
        width: 100%;
        display: block;
    }

    #confirmation .img-wrap_01 .btn_01,
    #confirmation .img-wrap_03 .btn_03,
    #confirmation .img-wrap_05 .btn_05,
    #confirmation .img-wrap_06 .btn_06,
    #confirmation .img-wrap_06 .btn_07 {
        font-size: 1.4rem;
    }

    .modal__content {
        padding: 6rem 1.2rem 2rem;
    }

    .modal__content p {
        font-size: 2rem;
    }

    .modal__content .P_detail {
        font-size: 1.4rem;
    }

    .modal__content .howto p {
        font-size: 1.4rem;
    }

    .modal__content .modal_txt {
        gap: 4rem;
    }

    .modal__content .modal_img {
        gap: 1.8rem;
    }

    .modal__content .modal_img .modal_li_arrow {
        margin-right: 0;
    }

    .modal__content .pass_link {
        font-size: 2rem;
    }

    .modal__content .pass_link a {
        font-size: 2rem;
    }

    #confirmation .sec03 {
        margin-bottom: 3rem;
    }

    #confirmation .sec04 {
        width: 90%;
        margin-bottom: 8rem;
        margin-top: 4rem;
    }

    /* キャラクター */
    #confirmation .img_character._01 {
        top: 1%;
        left: 3%;
    }

    #confirmation .img_character._02 {
        top: 4%;
        right: -3%;
    }

    #confirmation .img_character._03 {
        bottom: 64%;
        left: 3%;
    }

    #confirmation .img_character._04 {
        bottom: 0%;
        right: 6%;
    }

    .modal_top_txt {
        width: 90%;
        margin: 1rem auto;
        padding-left: 2rem;
    }

    .modal_top_txt li {
        width: 45%;
        text-align: left;
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
    }
}





@media (min-width: 600px) and (max-width: 767px) {

    #confirmation .img-wrap_01 .btn_01,
    #confirmation .img-wrap_02 .btn_02,
    #confirmation .img-wrap_03 .btn_03,
    #confirmation .img-wrap_06 .btn_06 {
        font-size: 1.8rem;
    }
}