@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* megazone cta type a  */
.cta_typeA,
.cta_typeB,
.cta_typeC,
.cta_typeD{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;

    max-width: 958px;
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 32px;
    border-radius: 8px;
    background-image: url(../images/cta/cta_a_bg_pc.png);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
}
.cta_typeA span,
.cta_typeB span,
.cta_typeC span,
.cta_typeD span{
    font-family: "Noto Sans JP", sans-serif;
}

.cta_bgfilter{
    mix-blend-mode: hard-light;
    position: absolute;
    background: linear-gradient(284deg, #000 20.02%, #6E00DC 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 8px;
}


.cta_typeA .cta_logo,
.cta_typeB .cta_logo,
.cta_typeC .cta_logo,
.cta_typeD .cta_logo{
    z-index: 2;
    display: flex;
    width: 95%;
    max-width: 878px;
    align-self: center;
}
.cta_typeA .cta_logo img{

}
.cta_typeA .cta_a_title{
    display: ruby-text;
    width: 100%;
    z-index: 2;
    text-align: -webkit-center;
}
.cta_typeA .cta_a_title span{
    color: #FFF;

    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 38px */
}
.cta_typeA .cta_a_title span .yellow_txt{
    color: #FFE500;
    font-size: 62px;
}
.cta_typeA .cta_a_title span .yellow_txt .percent_txt{
    font-size: 38px;
    color: #FFE500;
}
.cta_typeA .cta_a_colsmain{
    display: flex;
    margin-top: 32px;
    align-self: center;
    width: 95%;
    max-width: 878px;
    z-index: 2;
}
.cta_typeA .cta_a_colsmain .mainimgdiv{
    display: flex;
    width: 100%;
    max-width: 448px;
    align-items: center;
}
.cta_typeA .cta_a_colsmain .mainimgdiv img{
    display: block;
    width: 100%;
    height: auto;
}
.cta_typeA .cta_a_colsmain .txtdiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.cta_typeA .cta_a_colsmain .txtdiv .detailtxtdiv{
    display: flex;
    flex-direction: column;
}
.cta_typeA .cta_a_colsmain .txtdiv .detailtxtdiv span{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}
.cta_typeA .cta_a_colsmain .txtdiv .circles{
    display: flex;
    margin-top: 16px;
    margin-bottom: 32px;
    gap: 12px;
}
.cta_typeA .cta_a_colsmain .txtdiv .circles div{

}
.cta_typeA .cta_a_colsmain .txtdiv .circles div img{

}
.cta_typeA .cta_a_colsmain .txtdiv .btndiv{
    justify-content: center;
    display: flex;
    width: 100%;
}
.cta_typeA .cta_a_colsmain .txtdiv .btndiv a{
    position: relative;
    top: 0;
    border-radius: 32px;
    background: #FFE500;
    box-shadow: 0px 5px 0px 0px #998900;
    text-decoration: none;
    display: flex;
    height: 64px;
    display: flex;
    width: 100%;
    max-width: 360px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.cta_typeA .cta_a_colsmain .txtdiv .btndiv a span{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 32.16px */
}
.cta_typeA .cta_a_colsmain .txtdiv .btndiv a span div{
    
}
.cta_typeA .cta_a_colsmain .txtdiv .btndiv a span div img{
    
}
.cta_typeA .cta_a_colsmain .txtdiv .btndiv a:hover{
    cursor: pointer;
    transition: all .5s;
    top: 5px;
    box-shadow: 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1400px){
    .cta_typeA .cta_a_title {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px){
    .cta_typeA .cta_a_colsmain {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .cta_typeA .cta_a_colsmain .mainimgdiv {
        max-width: 400px;
    }
    .cta_typeA .cta_a_colsmain .txtdiv .circles {
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .cta_typeA{
        background-image: url(../images/cta/cta_a_bg_sp.png);
    }
}
@media screen and (max-width: 600px){
    .cta_typeA .cta_a_title span {
        font-size: 30px;
        line-height: 110%;
    }
    .cta_typeA .cta_a_colsmain .txtdiv .btndiv a span {
        font-size: 20px;
    }
    .cta_typeA .cta_a_colsmain .txtdiv .detailtxtdiv span {
        font-size: 14px;
    }
    
}
@media screen and (max-width: 500px){
    .cta_typeA .cta_a_title span {
        font-size: 19px;
    }
    .cta_typeA .cta_a_title span .yellow_txt {
        font-size: 44px;
    }
    .cta_typeA .cta_a_title span .yellow_txt .percent_txt {
        font-size: 30px;
    }
    .cta_typeA .cta_a_title span:nth-child(2) {
        font-size: 30px;
    }
    .cta_typeA .cta_a_colsmain .txtdiv .btndiv a {
        height: 60px;
    }
}


.cta_typeB{
    overflow: hidden;
}

.cta_typeB .cta_b_colsmain{
    display: flex;
    margin-top: 32px;
    align-self: center;
    width: 95%;
    max-width: 830px;
    z-index: 2;
    gap: 48px;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title{
    display: flex;
    flex-direction: column;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span{
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 41.8px */
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span:nth-child(2){
    font-size: 42px;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span .yellow_txt{
    color: #FFE500;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span .yellow_txt .yellow_mini{
    color: #FFE500;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_subtitle{

}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_subtitle span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv{

}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv a{
    border-radius: 32px;
    background: #FFE500;
    box-shadow: 0px 5px 0px 0px #998900;
    text-decoration: none;
    display: flex;
    height: 64px;
    display: flex;
    width: 100%;
    max-width: 360px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    top: 0;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv a span{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv a div{

}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv a div img{

}
.cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv a:hover{
    cursor: pointer;
    transition: all .5s;
    top: 5px;
    box-shadow: 0 0 rgba(0, 0, 0, 0.25);
}
.cta_typeB .cta_b_colsmain .cta_b_imgdiv {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    max-width: 260px;
}
.cta_typeB .cta_b_colsmain .cta_b_imgdiv img{
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    max-width: 254px;
    bottom: -34px;
}
@media screen and (max-width: 1300px){
    .cta_typeB .cta_b_colsmain {
        gap: 20px;
    }
}

@media screen and (max-width: 1300px){
    .cta_typeB {
        overflow: hidden;
        max-height: 592px;
    }
    .cta_typeB .cta_b_colsmain {
        flex-direction: column;
        align-items: center;
    }
    .cta_typeB .cta_b_colsmain .cta_b_imgdiv img {
        position: relative;
    }
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv {
        align-items: center;
        text-align: center;
    }
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 680px){
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span {
        color: #FFF;
        text-align: center;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; /* 20.9px */
    }
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span:nth-child(2) {
        font-size: 30px;
    }
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span .yellow_txt {
        font-size: 44px;
    }
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_title span .yellow_txt .yellow_mini {
        font-size: 30px;
    }
}
@media screen and (max-width: 500px){
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .cta_b_subtitle span {
        font-size: 16px;
    }
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv a span {
        font-size: 20px;
    }
    .cta_typeB .cta_b_colsmain .cta_b_txtdiv .btndiv a {
        height: 60px;
    }
}

.cta_typeC .cta_c_title{
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
}
.cta_typeC .cta_c_title span{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}
.cta_typeC .cta_c_title span .yellow_txt{
    color: #FFE500;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.cta_typeC .cta_c_colsmain{
    display: flex;
    width: 95%;
    max-width: 878px;
    align-self: center;
    z-index: 2;
    margin-top: 24px;
}
.cta_typeC .cta_c_colsmain .mainimgdiv{
    display: flex;
    width: 100%;
    max-width: 440px;
    align-items: center;
}
.cta_typeC .cta_c_colsmain .mainimgdiv img{
    display: block;
    width: 100%;
    height: auto;
}
.cta_typeC .cta_c_colsmain .txtdiv{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.cta_typeC .cta_c_colsmain .txtdiv .detailtxtdiv{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cta_typeC .cta_c_colsmain .txtdiv .detailtxtdiv p{
    margin: 0;
    display: flex;
    flex-direction: column;
}
.cta_typeC .cta_c_colsmain .txtdiv .detailtxtdiv p span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}
.cta_typeC .cta_c_colsmain .txtdiv .btndiv{
    justify-content: center;
    display: flex;
    width: 100%;
}
.cta_typeC .cta_c_colsmain .txtdiv .btndiv a{
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 32.16px */

    border-radius: 32px;
    background: #FFE500;
    box-shadow: 0px 5px 0px 0px #998900;
    text-decoration: none;
    display: flex;
    height: 64px;
    display: flex;
    width: 100%;
    max-width: 360px;
    justify-content: center;
    align-items: center;
    gap: 16px;

    position: relative;
    top: 0;
}
.cta_typeC .cta_c_colsmain .txtdiv .btndiv a:hover{
    cursor: pointer;
    transition: all .5s;
    top: 5px;
    box-shadow: 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px){
    .cta_typeC .cta_c_colsmain {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .cta_typeC .cta_c_title {
        margin-top: 20px;
    }
    .cta_typeC .cta_c_colsmain .txtdiv .detailtxtdiv {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-self: center;
    }
}
@media screen and (max-width: 650px){
    .cta_typeC .cta_c_title span {
        font-size: 19px;
    }
    .cta_typeC .cta_c_title span:nth-child(2){
        font-size: 24px;
    }
    .cta_typeC .cta_c_title span:nth-child(2) .yellow_txt{
        font-size: 24px;
    }
}
@media screen and (max-width: 550px){
    .cta_typeC .cta_c_colsmain .txtdiv .detailtxtdiv p span {
        font-size: 14px;
    }
    .cta_typeC .cta_c_title span:nth-child(2) {
        font-size: 20px;
    }
    .cta_typeC .cta_c_colsmain .txtdiv .detailtxtdiv p span {
        font-size: 12px;
    }
    .cta_typeC .cta_c_colsmain .txtdiv .btndiv a {
        height: 60px;
    }
}

@media screen and (max-width: 374px) {
    .cta_typeC .cta_c_title span {
        font-size: 18px;
    }
}


/* cta_typeD */
.cta_typeD .cta_c_title{
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
}
.cta_typeD .cta_c_title span{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}
.cta_typeD .cta_c_title span .yellow_txt{
    color: #FFE500;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.cta_typeD .cta_c_colsmain{
    display: flex;
    width: 95%;
    max-width: 878px;
    align-self: center;
    z-index: 2;
    margin-top: 24px;
}
.cta_typeD .cta_c_colsmain .mainimgdiv{
    display: flex;
    width: 100%;
    max-width: 440px;
    align-items: center;
}
.cta_typeD .cta_c_colsmain .mainimgdiv img{
    display: block;
    width: 100%;
    height: auto;
}
.cta_typeD .cta_c_colsmain .txtdiv{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.cta_typeD .cta_c_colsmain .txtdiv .detailtxtdiv{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cta_typeD .cta_c_colsmain .txtdiv .detailtxtdiv p{
    margin: 0;
    display: flex;
    flex-direction: column;
}
.cta_typeD .cta_c_colsmain .txtdiv .detailtxtdiv p span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}
.cta_typeD .cta_c_colsmain .txtdiv .btndiv{
    justify-content: center;
    display: flex;
    width: 100%;
}
.cta_typeD .cta_c_colsmain .txtdiv .btndiv a{
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 32.16px */

    border-radius: 32px;
    background: #FFE500;
    box-shadow: 0px 4px 0px 0px #998900;
    text-decoration: none;
    display: flex;
    height: 64px;
    display: flex;
    width: 100%;
    max-width: 360px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    top: 0;
}
.cta_typeD .cta_c_colsmain .txtdiv .btndiv a:hover{
    cursor: pointer;
    transition: all .5s;
    top: 5px;
    box-shadow: 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px){
    .cta_typeD .cta_c_colsmain {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .cta_typeD .cta_c_title {
        margin-top: 20px;
    }
    .cta_typeD .cta_c_colsmain .txtdiv .detailtxtdiv {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-self: center;
    }
}
@media screen and (max-width: 700px){
    .cta_typeD .cta_c_title span {
        font-size: 16px;
    }
    .cta_typeD .cta_c_title span:nth-child(2){
        font-size: 20px;
    }
    .cta_typeD .cta_c_title span:nth-child(2) .yellow_txt{
        font-size: 20px;
    }
}
@media screen and (max-width: 550px){
    .cta_typeD .cta_c_colsmain .txtdiv .detailtxtdiv p span {
        font-size: 14px;
    }
    .cta_typeD .cta_c_colsmain .txtdiv .btndiv a {
        height: 60px;
    }
}
@media screen and (max-width: 374px) {
    .cta_typeD .cta_c_title span {
        font-size: 14px;
    }
    .cta_typeD .cta_c_title span:nth-child(2) .yellow_txt {
        font-size: 18px;
    }
}