@charset "UTF-8";
@media screen and (min-width: 768px) {
    .show_sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .show_tabpc {
        display: none !important;
    }
}

.show_pc {
    display: none !important;
}
@media screen and (min-width: 1000px) {
    .show_pc {
        display: block !important;
    }
}

@media screen and (min-width: 768px){
	.br-sp {display: none; }
}
@media screen and (max-width: 767px) {
	.br-pc {display: none; }
}

/*============================================================*/
/* 共通 */
/*============================================================*/
html {
    scroll-padding-top: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 45px;
    }
}

.footer {
    padding-top: 10vw;
}

.wrap::before {
    position: fixed;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    width: 100%;
    z-index: -1;
    content:'';
    top: 0;
}

@media screen and (max-width: 767px) {
    .wrap::before {
        background-size: auto;
    }
}

p {
    margin-bottom: 0;
}

.ruby {
    font-size: 0.7em;
}

figure {
    margin-block-end: 0;
}

ul {
    padding-inline-start: 0;
}

sup {
    font-size: 0.7em;
}

.text-note {
    font-size: 0.7em;
}

.text-small {
    font-size: max(10px, 0.625em);
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.underline {
    text-decoration: underline;
    text-underline-offset: .2em;
    text-decoration-color: #707070;
}

.main_content img {
    height: auto;
}

/* code */
.code {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.code__note {
    font-size: min(12px, 2.5vw);
    margin-bottom: 14px;
    font-weight: 600;
}

.code__note-bottom {
    font-size: min(12px, 2.5vw);
    font-weight: 600;
}

.code-box {
    display: table;
    margin: 0 auto 18px;
}
.code-box dt, .code-box dd {
    border: 2px solid #ED407A;
    padding: 0.3em 1em;
    display: table-cell;
    font-size: 20px;
}
.code-box dt {
    background: #ED407A;
}

.code-box dd {
    background-color: #fff;
    color: #ED407A;
}

@media screen and (max-width: 767px) {
    .code {
        max-width: none;
    }
    .code__note, 
    .code__note-bottom {
        font-size: 12px;
        font-weight: 600;
    }
    .code-box dt, 
    .code-box dd {
        font-size: 4.8vw;
    }
}

/*============================================================*/
/* 2606cdm */
/*============================================================*/

#cp-2606cdm{ 

    /*=============================*/
    /* cp-2606cdm共通 */
    /*=============================*/
    .note{
        font-size: 12px;
        margin: 1em auto 2em;
        text-align: left;
        width: fit-content;
    }

    .bgc-wrap{
        background: linear-gradient(180deg, #FFF 7.36%, #BCDEDB 30%);
        width: 100%;
    }


    /*=============================*/
    /* kv */
    /*=============================*/
    .kv{
        background:
        url('/assets/campaign/2606cdm/img/kv_sun.png') no-repeat left top / contain, /* 装飾画像 */ 
        linear-gradient(113deg, #C7E8F6 0%, #BBDDDA 100%);
        padding-bottom: min(35px, 7vw);
    }
    @media screen and (max-width: 767px) {
        .kv{
            background-position: -20vw top, center;
        }
    }

    .kv_inner{
        padding-bottom: min(35px, 2vw);
        width: 100%;
        max-width: 1122px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 2vw;
        column-gap: 5%;
        padding-block: 4vw;
    }

    .kv_ttl{
        width: 100%;
        text-align: center;

        img{
            width: 90%;}
    }
    .kv_ttl img{
        margin: 0 auto;
    }
    .kv_catch{
        width:  50%;
        text-align: center;
        margin: 0 auto;
        
        img{
            width: 100%;
            max-width: 579px;
        }
        
        .kv_copy{
            font-size: min(18px, 3.8vw);
            font-weight: 600;
            line-height: 1.9;
            text-align: left;
            width: fit-content;
            margin: 0 auto;
            display: block;
            margin-top: 1.5em;
        }
    }
    .kv_chance{
        width:  45%;
        margin: 0 auto;
    }
    
    @media screen and (max-width: 767px) {
        .kv_catch{
            width:  95%;
        }
        .kv_chance{
            width:  95%;
        }
        .kv_inner{
            row-gap: min(10vw , 50px);
        }
    }
    
    /*=============================*/
    /* all-item */
    /*=============================*/
    
    section.all-item{
        padding: max(10vw, 70px) 0;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    
    .all-item__ttl{
        margin-bottom: min(6vw, 60px);
    }
    
    
    /*=============================*/
    /* main */
    /*=============================*/

    .main{
        text-align: center;
        margin: 0 auto;
        max-width: 1200px;
        padding-bottom: 2vw;
        width: 95%;
        margin: 0 auto;
    }

    .main__ttl-note{
        margin-top: 2em;
        margin-bottom: 4em;
    }
    
    .main-container{
        width: 95%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 5px 5px 0px 0px #71BFB8;
        padding: min(12vw, 42px) 10px;
        margin-bottom: max(10vw, 50px);

        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: end;
    }

    .main-present{
        position: relative;
    }
    .main-present .wchance{
        position: absolute;
        top: 25px;
        left: 0;
        width: 26%;
        max-width: 257px;
    }
    @media screen and (max-width: 767px) {
        .main-present .wchance{
            width: 35%;
            min-width: 200px;
        }
    }
    
    .main-choice h4, .main-present h4{
        width: 100%;
        text-align: center;
    }
    .main-choice__list ,.main-present__list{
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    @media screen and (max-width: 767px) {
        .main-choice__list ,.main-present__list{
            flex-direction: column;
            row-gap: min(50px, 12vw);
        }
    }
    
    /* ----------- */
    /* main-choice */
    /* ----------- */
    
    .main-choice h4{
        font-size: clamp(20px,3vw,27px);
        margin-bottom: 2.5em;
    }
    .main-choice h4 span.highlight{
        background: linear-gradient(transparent 50%, #FFC5DD 50%);
    }
    
    
    
    
    /* ------------ */
    /* main-present */
    /* ------------ */
    .main-present h4{
        font-size: clamp(20px,3vw,27px);
    }
    @media screen and (max-width: 767px) {
        .main-present h4{
            margin-top: 3em;
        }
    }
    .main-present__ttl-sub{
        width: 100%;
        display: flex;
        gap: 0.5em;
        justify-content: center;
        margin-block: 1em;
    }
    .main-present__ttl-sub p{
        display: block;
        border: #333 solid 1px;
        padding: 0.3em;
        line-height: 1;
    }
    .main-present__list{
        align-items: center;
        gap: 1em;
        margin-bottom: 1em;
    }
    @media screen and (max-width: 767px) {
        .main-present__list{
            gap: 2em;
        }
    }


    /*=============================*/
    /* howto */
    /*=============================*/

    .howto{
        text-align: center;
        margin: 0 auto;
        padding: max(2vw, 60px) 0 max(2vw, 100px) ;
        background-color: #EAEAEA;
    }

    .howto__ttl{
        font-size: clamp(28px,3vw,40px);
        margin-block: 1.5em;

    }
    .step{
        width: 95%;
        margin: 0 auto;
        text-align: center;
        max-width: 865px;
    }
    .step__ttl {
        display: flex;
        align-items: flex-start;
        text-align: left;
        font-size: clamp(16px, 3vw, 20px);
        font-weight: bold;
        margin-bottom: 1em;
        align-items: center;
    }
    .step__ttl-num {
        background-color: #333333;
        color: #ffffff;
        display: inline-flex;
        flex-shrink: 0; 

        width: 2em;
        height: 2em;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        margin-right: 0.5em;
        margin-top: -0.1em; 
    }
    .step__img-box{
        width: 100%;
        background-color: #fff;
        padding: min(4vw, 35px) 10px;
        border-radius: 10px;
    }
    .step__img-box:not(:last-of-type) {
        margin-bottom: 4em;
    }
    .step .note{
        width: 100%;
    }


    .link_botton {
        display: block !important;
        font-weight: 600;
        margin: 5em auto 0;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        transition: all .4s ease;
        /* background: #FFF; */
        font-size: 20px;
        line-height: 1.4;
        width: 474px;
        border: 1px solid #707070;
    }
    .link_botton a{
        display: block;
        padding: 25px 0;
    }
    .link_botton span{
        display: block;
        width: 70px;
        height: 1px;
        background-color: #000;
        position: relative;
        top: -37px;
        left: 440px;
        transition: all 0.3s ease 0s;
    }
    .link_botton span::after{
        content: "";
        display: block;
        width: 8px;
        height: 10px;
        border-right: 1px solid #000;
        transform: rotate(-45deg);
        transform-origin: right bottom;
        position: absolute;
        bottom: 1px;
        right: 1px;
    }

    @media screen and (max-width: 767px) {
        .link_botton {
            font-size: 14px;
            width: 75%;
            max-width: 355px;
        }
        .link_botton span {
            width: 50px;
            left: 90%;
        }
    }
}