@charset "utf-8";

.mt32{
    margin-top: 32px !important;
}
.mt52{
    margin-top: 52px !important;
}
.mb12{
    margin-bottom: 12px !important;
}
@media screen and (max-width: 767px) {
    .mt4_sp{
        margin-top: 4px !important;
    }
    .mb8_sp{
        margin-bottom: 8px !important;
    }
    .mb60_sp{
        margin-bottom: 60px !important;
    }
    .mt32_sp{
        margin-top: 32px !important;
    }
    .pb60_sp{
        padding-bottom: 60px !important;
    }
    .pt60_sp{
        padding-top: 60px !important;
    }
}
.sp_dis{
    display: none;
}
.tab_dis{
    display: none;
}
@media screen and (max-width: 767px) {
    img{
        max-width: 100%;
    }
    .sp_dis{
        display: block !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    img{
        width: 100%;
        max-width: unset;
    }
    .pc_dis{
        display: block !important;
    }
    .sp_dis{
        display: none !important;
    }
    .tab_dis{
        display: block !important;
    }
}
.inner_1040{
    max-width: 1040px;
    margin: 0 auto;
    height: auto;
}
.inner_958{
    max-width: 958px;
    margin: 0 auto;
    height: auto;
}
@media screen and (max-width: 767px) {
    .inner_339_sp{
        max-width: 339px;
    }
    .inner_345_sp{
        max-width: 345px;
    }
}
ul.notes_fz12_number li{
    color: #333;
}
.disF_c{
    display: flex;
    justify-content: center;
}
.bg_gray{
    background: #EDE3E3;
}
.bg_yellow{
    background: #FFEEE4;
}
.bg_offwhite{
    background: #FFF7F2;
}
.cp_date_fz24{
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .fz22_sp{
        font-size: 22px !important;
    }
}
.color_720000{
    color: #720000;
}

.c-kv {
    width: 100%;
}
.c-kv__inner {
    width: 100%;
}
.c-kv__main-image {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .c-kv__main-image{
        padding-top: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .header_official_kw{
        position: unset !important;
        background-color: #fff;
        border-bottom: 1px solid #aaa;
    }
    nav.header_nav_dropdown ul.ul_in_dropdown{
        justify-content: normal !important;
    }
}
#c-price{
    background: #FFFFFF;
}
.c-price__container{
    position: relative;
    background: #FFEEE4;
    display: flex;
    height: 347px;
    padding: 40px 24px 16px 24px;
    text-align: left;
    border-radius: 12px;
    gap: 24px;
}
@media screen and (max-width: 767px) {
    .c-price__container{
        height: auto;
        flex-direction: column;
        padding: 40px 15px 24px;
        gap: 16px;
    }
}
.c-price__label{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.c-price__label-text{
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-bottom: 7px;
}
.c-price__label-text::before{
    content: "";
    width: 26px;
    height: 2px;
    box-sizing: border-box;
    background-color: #333333;
    transform: rotate(60deg);
}
.c-price__label-text::after{
    content: "";
    width: 26px;
    height: 2px;
    box-sizing: border-box;
    background-color: #333333;
    transform: rotate(-60deg);
}
.c-price__label-text p{
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.c-price__label .ribbon {
    display: inline-block;
    position: relative;
    height: 56px;
    text-align: center;
    box-sizing: border-box;
}
.c-price__label .ribbon:before {
    content: '';
    position: absolute;
    width: 69px;
    bottom: -12px;
    left: -54px;
    z-index: -2;
    border: 28px solid #FFDD00;
    border-left-color: transparent;
}
.c-price__label .ribbon:after {
    content: '';
    position: absolute;
    width: 69px;
    bottom: -12px;
    right: -54px;
    z-index: -2;
    border: 28px solid #FFDD00;
    border-right-color: transparent;
}
.c-price__label .ribbon h1 {
    display: inline-block;
    max-width: 588px;
    width: max-content;
    position: relative;
    margin: 0;
    padding: 14px 28px;
    background: #FD0;
    color: #333;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.c-price__label .ribbon h1:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #D6B900;
}
.c-price__label .ribbon h1:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #D6B900;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .c-price__label-text p{
        font-size: 18px;
        line-height: 20px;
    }
    #c-price .c-price__label-text p .fz14_sp{
        font-size: 1.4rem !important;
    }
    .c-price__label-text::before,
    .c-price__label-text::after {
        width: 16px;
    }
    .c-price__label .ribbon{
        height: 56px;
    }
    .c-price__label .ribbon:before{
        width: 55px;
        bottom: -4px;
        left: -41px;
        border: 20px solid #FFDD00;
        border-left-color: transparent;
    }
    .c-price__label .ribbon:after{
        width: 55px;
        bottom: -4px;
        right: -41px;
        border: 20px solid #FFDD00;
        border-right-color: transparent;
    }
    .c-price__label .ribbon h1{
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .c-price__label {
        top: -90px;
    }
    .c-price__label-text {
        gap: 0px;
        margin-bottom: 6px;
    }
    .c-price__label-text::before,
    .c-price__label-text::after {
        width: 18px;
    }
    .c-price__label-text p {
        font-size: 18px;
        line-height: 20px;
    }
    .c-price__label .ribbon {
        height: 70px;
    }
    .c-price__label .ribbon:before {
        width: 49px;
        border: 30px solid #FFDD00;
        border-left-color: transparent;
        bottom: -20px;
        left: -46px;
    }
    .c-price__label .ribbon:after {
        width: 49px;
        border: 30px solid #FFDD00;
        border-right-color: transparent;
        bottom: -20px;
        right: -46px;
    }
    .c-price__label .ribbon h1 {
        max-width: 239px;
        font-size: 16px;
        padding: 8px 16px;
    }
    .c-price__label .ribbon h1:before {
        border-bottom: solid 15px transparent;
        border-right: solid 16px #D6B900;
    }
    .c-price__label .ribbon h1:after {
        border-bottom: solid 15px transparent;
        border-left: solid 16px #D6B900;
    }
}
.col_D71920 {
    color: #D71920;
}

.c-price__head{
    flex-shrink: 0;
    align-items: center;
    display: flex;
    max-width: 604px;
    width: max-content;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .c-price__head{
        flex-direction: column;
        gap: 16px;
    } 
}
.c-price__img{
    max-width: 198px;
}
@media screen and (max-width: 767px) {
    .c-price__img{
        max-width: 160px;
    }
}
.c-price__img img{
    width: 100%;
}
.c-price__head .c-price__detail{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.c-price__head .c-price__detail .c-price__detail__txt{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    .c-price__head .c-price__detail .c-price__detail__txt{
        text-align: center;
        font-size: 18px;
    }
}
.c-price__head .c-price__detail .c-price__detail__price{
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
@media screen and (max-width: 767px) {
    .c-price__head .c-price__detail .c-price__detail__price{
        text-align: center;
        font-size: 42px;
        line-height: 36px;
    }
}
.c-price__head .c-price__detail .notes_fz12_number li{
    color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .c-price__img{
        max-width: 160px;
    }
    .c-price__container{
        padding: 30px 24px 16px 24px;
        gap: 12px;
        height: 245px;
    }
    .c-price__head .c-price__detail .c-price__detail__txt{
        font-size: 18px;
        line-height: 20px;
    }
    .c-price__head .c-price__detail .c-price__detail__price{
        font-size: 32px;
        line-height: 32px;
    }
    #c-price .c-price__head .c-price__detail .c-price__detail__price .fz24_sp{
        font-size: 2.4rem !important;
    }
    #c-price .c-price__head .c-price__detail .c-price__detail__price .fz22_sp{
        font-size: 2.2rem !important;
    }
    .c-price__head .c-price__detail .notes_fz12_number{
        margin: 0 !important;
    }
    .c-price__head .c-price__detail .notes_fz12_number li{
        padding-left: 12px;
    }
}
@media screen and (max-width: 767px) {
    .c-price__head .c-price__detail .notes_fz12_number li{
        text-align: center;
        padding-left: 10px;
    }
}
.c-price__body{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-left: 2px solid var(--gray, #EDE3E3);
}
@media screen and (max-width: 767px) {
    .c-price__body{
        border: none;
    }
}
.c-price__body .c-price__detail{
    width: 100%;
    padding-left: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .c-price__body .c-price__detail{
        padding-left: 12px;
    }
}
@media screen and (max-width: 767px) {
    .c-price__body .c-price__detail{
        padding-left: 0;
    }
}
.c-price__body .l-price__detail__btn_top{
    display: flex;
    height: 61px;
    position: relative;
    padding: 0 24px;
    align-items: center;
    border-radius: 100px;
    background: #D71920;
    box-shadow: 0 6px 0 0 rgba(215, 25, 32, 0.15);
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    justify-content: center;
}
.c-price__body .l-price__detail__btn_top::before{
    display: inline-block;
    position: absolute;
    left: 12px;
    vertical-align: middle;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url(/assets/images/icon/2025/icon_btn_buy.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.c-price__body .l-price__detail__btn_top:hover{
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.8;
    color:#fff;
    box-shadow: 0 1px 0 0 rgba(215, 25, 32, 0.15);
    transition: all 0.2s;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .c-price__body .l-price__detail__btn_top{
        line-height: 24px;
        padding: 5px 0 5px 50px;
    }
}
@media screen and (max-width: 767px) {
    .c-price__body .l-price__detail__btn_top{
        font-size: 20px;
        line-height: 20px;
        height: 46px;
    }
}
.c-price__body .l-price__detail__btn_bottom{
    display: flex;
    height: 54px;
    padding: 0 24px 0 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    border: 2px solid var(--TREND-RED, #D71920);
    background: #FFF;
    box-shadow: 0 6px 0 0 rgba(215, 25, 32, 0.15);
    color: var(--TREND-RED, #D71920);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.c-price__body .l-price__detail__btn_bottom::before{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url(/assets/images/icon/2025/icon_btn_buy.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .c-price__body .l-price__detail__btn_bottom{
        height: 46px;
        font-size: 16px;
        line-height: 20px;
    }
}
.c-price__body .notes_fz12_number li{
    color: #000;
}
.c-price__note{
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}
.c-price__note a{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-underline-position: under;
}

.title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.title h2{
    color: #853000;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .title h2{
        font-size: 40px;
        line-height: 56px;
        white-space: nowrap;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 767px) {
    .title{
        max-width: 345px;
        margin: 0 auto;
    }
    .title h2{
        font-size: 24px;
        line-height: 32px;
    }
}
.center-line{
    max-width: 300px;
    width: 0;
    height: 2px;
    background-color: #853000;
    flex-grow: 1;
}
#c-reason img{
    width: 100%;
}
#c-reason .taC.disF_c{
    gap: 44px;
}
@media screen and (max-width: 767px) {
    #c-reason .taC.disF_c{
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}
#c-reason .taC.mt32 img{
    max-width: 850px;
}
@media screen and (max-width: 767px) {
    #c-reason .taC.mt32 img{
        max-width: 345px;
    }
}
.reason-text{
    font-size: 16px;
    line-height: 27px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .reason-text{
        font-size: 14px;
        line-height: 26px;
    }
}
.reason-text span.line{
    font-weight: 700;
}
.reason-card-lists{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 63px;
    padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .reason-card-lists{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        padding-bottom: 60px;
    }
}
.reason-card{
    display: flex;
    flex-direction: column;
    max-width: 505px;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    padding: 24px 20px;
    gap: 35px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
    .reason-card{
        max-width: 345px;
        gap: 16px;
    }
}
.reason-card > h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .reason-card > h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .reason-card > h3{
        font-size: 20px;
        line-height: 30px;
    }
}
.reason-card > div > p{
    font-size: 16px;
    line-height: 27px;
}
@media screen and (max-width: 767px) {
    .reason-card > div > p{
        font-size: 14px;
        line-height: 26px;
    }
}
.reason-card.card-right{
    background-image: url(/assets/images/vbms/2025/bg_top_product.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    gap: 15px;
}
.reason-card.card-right img{
    max-width: 110px;
    width: 100%;
}
.reason-card.card-left{
    background-image: url(/assets/images/vbms/2025/bg_av_test.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.reason-card.card-left img{
    max-width: 165px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .reason-card.card-left img{
        max-width: 140px;
    }
}
.reason-img-box{
    display: flex;
    max-width: 220px;
    width: 100%;
    gap: 8px;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .reason-img-box{
        max-width: 270px;
    }
}
.reason-img-box img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .reason-img-box img{
        max-width: 160px;
    }
}
.reason-img-box p{
    color:#333;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.reason-img-box p span{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 4px;
}

.reason-text-box{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    margin: 15px auto 20px;
    position: relative;
    -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
}
.reason-text-box::after{
    content: '';
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: -43px;
    border: 25px solid transparent;
    border-right-color: #fff;
}
@media screen and (max-width: 767px) {
    .reason-text-box{
        max-width: 345px;
        border-radius: 12px;
    }
    .reason-text-box::after{
        left: 50%;
        transform: translateX(-50%);
        top: -43px;
        border-bottom-color: #D71920;
        border-right-color: transparent;
    }
}
.reason-text-box .sub-title{
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px 8px 0 0;
    background: var(--TREND-RED, #D71920);
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
@media screen and (max-width: 767px) {
    .reason-text-box .sub-title{
        font-size: 20px;
        line-height: 26px;
        padding: 12px 0;
        border-radius: 12px 12px 0 0;
    }
}
.reason-text-box div{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
@media screen and (max-width: 767px) {
    .reason-text-box div{
        padding: 20px 16px;
    }
}

#c-features{
    background: #FFEEE4;
    padding: 80px 0 15px;
}
#c-features .disF_c{
    flex-direction: column;
    gap: 20px;
    margin: 60px auto;
    max-width: 952px;
}
@media screen and (max-width: 767px) {
    #c-features{
        padding: 60px 0;
    }
    #c-features .disF_c{
        max-width: 345px;
        gap: 32px;
        margin-bottom: 0;
        margin-top: 32px;
    }
}
.c-feature-list{
    width: 100%;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 24px 40px;
    gap: 32px;
}
@media screen and (max-width: 767px) {
    .c-feature-list{
        padding: 24px 16px;
    }
    .list-imgbox{
        text-align: center;
    }
}
.c-feature-list .list-imgbox img{
    width: 160px;
    height: 160px;
}
@media screen and (max-width: 767px) {
    .c-feature-list .list-imgbox img{
        width: 120px;
        height: 120px;
    }
}
.c-feature-list .list-textbox{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .c-feature-list .list-textbox{
        gap: 16px;
    }
}
.c-feature-list .feature-subtitle{
    display: flex;
    align-items: center;
    gap: 12px;
}
.feature-subtitle .feature-num{
    color: var(--cart_red, #F43C60);
    leading-trim: both;
    text-edge: cap;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    padding-right: 12px;
    border-right: 2px solid var(--red-line, #FFD9DA);
}
.c-feature-list .feature-text{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.c-feature-list .feature-text ul li{
    color: #666;
}
#c-features > div > div > div.taC > a{
    padding: 12px 54px;
    align-items: center;
    text-decoration: none;
    border-radius: 100px;
    border: 2px solid #D71920;
    background: #FFF;
    box-shadow: 0 6px 0 0 rgba(215, 25, 32, 0.15);
}

.tab-switch{
    position: relative;
}
.m-tab{
    position: relative;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .m-tab{
        margin-top: 32px;
    }
}
.m-tab::after{
    background-color: #CE032B;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.m-tab__inner{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1148px;
    width: 84.041%;
    gap: 22px;
}
.tab-panel{
    display: flex;
    gap: 25px;
    border: none;
    width: 100%;
    text-align: center;
    top: -76px;
    justify-content: center;
}
.tab-panel input[type="radio"]{
    display: none;
}
@media screen and (max-width: 767px) {
    .tab-panel{
        gap: 15px;
    }
}
.tab-label{
    display: inline-block;
    width: 290px;
    padding: 24px 0;
    text-align: center;
    cursor: pointer;
    background-color: #EDE3E3;
    margin-right: -1px;
    z-index: 10;
    position: relative;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    top: -3px;
}
@media screen and (max-width: 767px) {
    .tab-label{
        width: 165px;
        font-size: 20px;
        line-height: 24px;
    }
}
.tab-panel input[type="radio"]:checked + .tab-label{
    border-top: 3px solid #CE032B;
    border-left: 3px solid #CE032B;
    border-right: 3px solid #CE032B;
    background-color: white;
    top: 0px;
    color: #CE032B;
}

.ar-switch-tab{
    display: flex;
    justify-content: center;
    margin-top: 24px;
    align-items: center;
    gap: 8px;
}
.ar-switch-tab p{
    color: #333;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .ar-switch-tab p{
        font-size: 24px;
    }
}
.ar-switch-tab .btn-group{
    display: flex;
    width: 220px;
    border-radius: 12px;
    background: #EDE3E3;
}
@media screen and (max-width: 767px) {
    .ar-switch-tab .btn-group{
        width: 200px;
    }
}
.btn-group input[type="radio"]{
    display: none;
}
.ar-switch-tab .select-button{
    flex-grow: 1;
    padding: 12px 0px;
    text-align: center;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}
.ar-switch-tab .btn-group input[type="radio"]:checked + .select-button{
    border: 3px solid var(--TREND-RED, #D71920);
    background: #FFF;
    border-radius: 12px;
}
@media screen and (max-width: 767px) {
    .ar-switch-tab .select-button{
        font-size: 20px;
        line-height: 20px;
    }
}

.col_1{
    width: 100%;
    margin: 0;
    padding: 0;
}
.cp_content_frame{
    background-image: linear-gradient(to right, #436FFF 10%, #9D02EB 60%, #e81b10);
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .cp_content_frame{
        height: 190px;
    }
}
@media screen and (max-width: 767px) {
    .cp_content_frame{
        height: 293px;
        margin: 0 auto;
    }
}
.cp_content_box{
    width: calc(100% - 6px);
    height: 169px;
    background: #fff;
    border-radius: 7px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    .cp_date_box{
        text-align: center;
    }
    .cp_content_box{
        height: 184px;
    }
}
@media screen and (max-width: 767px) {
    .cp_content_box{
        height: 287px;
    }
    .cp_date_box{
        text-align: center;
        font-size: 15px;
    }

}
.cp_content_frame > p.cp_content_box{
    text-align: center;
    color: #000;
}
@media screen and (max-width: 767px) {
    .cp_content_frame > p.cp_content_box{
        flex-direction: column;
        gap: 4px;
    }
}
.cp_date_box .txt_grad{
    color: #436fff !important;
    background: linear-gradient(0deg, var(--color-blue-63, #436FFF) 10%, var(--color-violet-46, #9D02EB) 60%, var(--color-red-49, #E81B10) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
    .cp_date_box span.txt_grad{
        margin: 8px 0 !important;
        line-height: 38px;
    }
}
.cp_content_frame > .cp_content_box div.cp_date_box{
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .cp_content_frame > .cp_content_box div.cp_date_box{
        flex-direction: column;
    }
}
.cp_content_frame > .cp_content_box div.cp_date_box p:nth-of-type(1){
    line-height: 2em;
    background: #f7f7f7;
    border-radius: 1em;
    padding: 0em 0.5em;
    color: #808080;
}
@media screen and (max-width: 767px) {
    .cp_content_frame > .cp_content_box div.cp_date_box p:nth-of-type(1){
        font-size: 14px;
        line-height: 28px;
        padding: 0 8px;
        border-radius: 16px;
    }
    .cp_content_frame > .cp_content_box div.cp_date_box p:nth-of-type(2){
        font-size: 18px !important;
    }
}
.table-compare-sep{
    border-spacing: 8px 4px;
    border-collapse: separate;
    width: 1040px;
    table-layout: fixed;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .table-compare-sep{
        width: 656px;
    }
}
table > thead > tr > th:nth-child(1){
    background: #fff;
    position: sticky;
    left: 8px;
    z-index: 50;
}
table > thead > tr > th:nth-child(1)::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 110%;
    background: #fff;
    top: 0;
    left: -8px;
}

.feature-description{
    display: table-cell !important;
    background: #FFEEE4;
    padding: 20px !important;
    vertical-align: middle;
    position: sticky;
    left: 8px;
    z-index: 50;
}
.feature-description::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -8px;
}
tr:nth-child(1) th.feature-description{
    background: #FFCFB4;
}
.feature-description ul.notes_fz12_number li{
    padding-left: 12px;
}
@media screen and (max-width: 767px) {
    .feature-description{
        padding: 8px !important;   
    }
    tr:nth-child(1) th.feature-description{
        padding: 12px 8px !important;
    }
}
.feature-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
tr:nth-child(1) th.feature-description .feature-title{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    .feature-title{
        font-size: 12px;
        line-height: 16px;
    }
    tr:nth-child(1) th.feature-description .feature-title{
        font-size: 12px;
        line-height: 22px;
    }
    #content-tab1-arbtn1 table > tbody .notes_fz12_number li,
    #content-tab1-arbtn2 table > tbody .notes_fz12_number li,
    #content-tab2-arbtn1 table > tbody .notes_fz12_number li,
    #content-tab2-arbtn2 table > tbody .notes_fz12_number li{
        font-size: 10px;
        line-height: 16px;
    }
}
.title-cell{
    padding: 24px 24px 16px 24px;
    width: 236px;
    text-align: center;
}
.title-cell > img:nth-child(1){
    max-width: 120px;
    width: 100%;
    margin-bottom: 8px;
}
.title-cell > img:nth-child(2){
    max-width: 183px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .title-cell{
        width: 160px;
        padding: 12px 0;
    }
    .title-cell > img:nth-child(1){
        max-width: 80px;
    }
}
.cell-cv{
    padding: 16px 0;
    border: 2px solid #DD3F5E;
    background: #FFEEE4;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .cell-cv{
        padding: 12px 0;
    }
}
.cell-cv p{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .cell-cv p{
        font-size: 28px;
    }
}
.cell-cv .ribbon2{
    display: inline-block;
    max-width: 204px;
    width: 100%;
    position: relative;
    padding: 8px 0;
    background: #FFDD00;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
}
.cell-cv .ribbon2::before{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 24px #C6AB00;
}
@media screen and (max-width: 767px) {
    .cell-cv .ribbon2{
        max-width: 136px;
        padding: 4px 0;
        font-size: 12px;
    }
}
.cell-cv .ribbon2 .fz12{
    line-height: 12px !important;
}
.cell-cv a{
    display: flex;
    position: relative;
    padding: 0px 6px;
    max-width: 204px;
    margin: 0 auto;
    border-radius: 100px;
    border: 2px solid var(--TREND-RED, #D71920);
    background: var(--TREND-RED, #D71920);
    box-shadow: 0 4px 0 0 rgba(218, 66, 96, 0.15);
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    justify-content: center;
    align-items: center;
}
.cell-cv a::before{
    display: inline-block;
    position: absolute;
    left: 6px;
    vertical-align: middle;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/assets/images/icon/2025/icon_btn_buy.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.cell-cv a:hover{
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 0.8;
    color: #fff;
    box-shadow: 0 1px 0 0 rgba(215, 25, 32, 0.15);
    transition: all 0.2s;
}
@media screen and (max-width: 767px) {
    .cell-cv a{
        max-width: 135px;
        font-size: 18px;
        line-height: 34px;
    }
    .cell-cv a span{
        padding-left: 28px;
    }
}
.cell-text{
    padding: 12px 0;
    vertical-align: middle;
    position: relative;
}
@media screen and (max-width: 767px) {
    .cell-text{
        padding: 8px 0;
    }
}
.cell-support-yes{
    background-position: center;
    background-image: url(/assets/images/icon/2025/icon-check.svg);
    background-repeat: no-repeat;
}
.cell-support-no{
    width: 24px;
    height: 2px;
    background-color: black;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
    #c-price,
    #c-reason,
    #c-features{
        padding-right: 30px;
        padding-left: 30px;
    }
    #price-table .title{
        padding: 0 30px;
    }
    #price-table .inner_1040{
        padding: 0 30px;
    }
}

.col_box.flex_box.hidden{
    display: none;
}
#cp_textarea.hidden{
    display: none;
}
#cp_textarea.open{
    display: block;
}
.ribbon2.opacity0{
    opacity: 0;
}