@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
#feature-group-items #pagination
{
    display: none;
}

.special_feature_page_wrap .ank_pos
{
    position: absolute;
    top: calc(var(--headvh) * -1);
    left: 0;
}
.special_feature_page_wrap .otoi_awase_wrap
{
    display: flex;

    width: 600px;
    margin-top: 16px;
    padding: 32px;

    border: 1px solid #ccc;
    border-radius: 16px;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap .otoi_awase_wrap
    {
        display: block;

        width: 100%;
        margin-top: 3.7209302326vw;
        padding: 7.4418604651vw;
    }
}
.special_feature_page_wrap .otoi_awase_wrap .left_area_otoi
{
    width: 300px;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap .otoi_awase_wrap .left_area_otoi
    {
        width: 100%;
    }
}
.special_feature_page_wrap .otoi_awase_wrap .left_area_otoi .text1
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    color: #333;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap .otoi_awase_wrap .left_area_otoi .text1
    {
        font-size: 3.2558139535vw;

        text-align: center;
    }
}
.special_feature_page_wrap .otoi_awase_wrap .left_area_otoi .text2
{
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 8px;

    color: #737373;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap .otoi_awase_wrap .left_area_otoi .text2
    {
        font-size: 3.023255814vw;

        margin-top: 1.8604651163vw;

        text-align: center;
    }
}
.special_feature_page_wrap .otoi_awase_wrap .left_area_otoi .text3
{
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 8px;

    color: #333;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap .otoi_awase_wrap .left_area_otoi .text3
    {
        font-size: 3.023255814vw;

        margin-top: 1.8604651163vw;

        text-align: center;
    }
}
.special_feature_page_wrap .otoi_awase_wrap .right_area_otoi
{
    width: 200px;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap .otoi_awase_wrap .right_area_otoi
    {
        width: 46.511627907vw;
        margin: auto;
        margin-top: 3.7209302326vw;
    }
}
.special_feature_page_wrap .otoi_awase_wrap .right_area_otoi img
{
    width: 100%;
}
.special_feature_page_wrap .insta_load_area
{
    display: block;

    width: 540px;
    margin: auto;
    margin-top: 40px;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap .insta_load_area
    {
        width: unset;
        margin-top: 9.3023255814vw;
    }
}
.special_feature_page_wrap .space_area
{
    width: 1.3em;
}
.special_feature_page_wrap .ank_link
{
    display: flex;

    align-items: flex-start;
}

.special_feature_page_wrap
{
    width: 952px;
    margin: auto;
    margin-top: 64px;
    margin-bottom: 80px;

    border-radius: 24px;
    background: #fff;
}
@media screen and (max-width: 750px)
{
    .special_feature_page_wrap
    {
        width: 100%;
    }
}

.special_feature_cmn_wrap
{
    width: 792px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 750px)
{
    .special_feature_cmn_wrap
    {
        width: 100%;
        margin-top: unset;
        padding: 9.4vw 5.6vw;
    }
}

.spc_time_wrap
{
    margin-top: 20px;
}
@media screen and (max-width: 750px)
{
    .spc_time_wrap
    {
        margin-top: 4.6511627907vw;
    }
}

.spc_fea_h1 span
{
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    color: #236a4f;
}
@media screen and (max-width: 750px)
{
    .spc_fea_h1 span
    {
        font-size: 6.4vw;
    }
}

.spc_fea_time
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 20px;

    color: #666;
}
@media screen and (max-width: 750px)
{
    .spc_fea_time
    {
        font-size: 3.7vw;

        margin-top: 4.26666vw;
    }
}

.spc_fea_h1_img
{
    width: 100%;
    height: auto;
    margin-top: 20px;

    border-radius: 24px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_h1_img
    {
        margin-top: 5.333vw;

        border-radius: 3.7209302326vw;
    }
}

.wi_50par
{
    display: block;

    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 750px)
{
    .wi_50par
    {
        width: 100%;
    }
}

.wi_75par
{
    display: block;

    width: 75%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 750px)
{
    .wi_75par
    {
        width: 100%;
    }
}

.spc_fea_img_cap
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 20px;

    color: #666;
}
@media screen and (max-width: 750px)
{
    .spc_fea_img_cap
    {
        font-size: 3.7vw;

        margin-top: 2.13333vw;
    }
}

.spc_fea_main_txt
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 40px;

    color: #333;
}
@media screen and (max-width: 750px)
{
    .spc_fea_main_txt
    {
        font-size: 3.7vw;

        margin-top: 5.3333vw;
    }
}

.spc_fea_h2_wrap
{
    margin-top: 40px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_h2_wrap
    {
        margin-top: 12.8vw;
    }
}

.spc_fea_h2
{
    font-family: 'Noto Sans JP';
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-top: 24px;

    color: #236a4f;
}
@media screen and (max-width: 750px)
{
    .spc_fea_h2
    {
        font-size: 5.3vw;

        margin-top: 5.5813953488vw;
    }
}

.spc_fea_h3
{
    font-family: 'Noto Sans JP';
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-top: 24px;

    color: #236a4f;
}
@media screen and (max-width: 750px)
{
    .spc_fea_h3
    {
        font-size: 3.9534883721vw;

        margin-top: 5.5813953488vw;
    }
}

.under_line_plus
{
    background: linear-gradient(transparent 60%, #ff0 50%);
}

.spc_fea_h2_img
{
    width: 100%;
    height: auto;

    border-radius: 16px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_h2_img
    {
        width: 100%;
    }
}

.spc_fea_line
{
    width: 100%;
    height: 1px;
    margin-top: 16px;

    background-color: #236a4f;
}
@media screen and (max-width: 750px)
{
    .spc_fea_line
    {
        margin-top: 2.13333vw;
    }
}

.spc_fea_line_gray
{
    width: 100%;
    height: 1px;
    margin-top: 32px;

    background-color: #d9d9d9;
}
@media screen and (max-width: 750px)
{
    .spc_fea_line_gray
    {
        margin-top: 8.5333vw;
    }
}

.spc_fea_1type_wrap
{
    display: flex;
    flex-direction: row;

    width: 100%;
    margin-top: 40px;

    justify-content: space-between;
}
@media screen and (max-width: 750px)
{
    .spc_fea_1type_wrap
    {
        display: block;

        margin-top: 5.33333vw;
    }
}

.spc_fea_1type_wrap_reverse
{
    display: flex;
    flex-direction: row-reverse;

    width: 100%;
    margin-top: 40px;

    justify-content: space-between;
}
@media screen and (max-width: 750px)
{
    .spc_fea_1type_wrap_reverse
    {
        display: block;

        margin-top: 5.33333vw;
    }
}

.spc_fea_2type_wrap
{
    display: flex;
    flex-direction: row;

    width: 100%;
    margin-top: 40px;

    justify-content: space-between;
}
@media screen and (max-width: 750px)
{
    .spc_fea_2type_wrap
    {
        display: block;

        margin-top: 5.33333vw;
    }
}

.spc_fea_1type_img
{
    width: 364px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_1type_img
    {
        width: 100%;
    }
}

.spc_fea_2type_mix
{
    width: 364px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_2type_mix
    {
        width: 100%;
    }
}

@media screen and (max-width: 750px)
{
    .spc_fea_2type_mix:not(:nth-child(1))
    {
        margin-top: 5.33333vw;
    }
}

.spc_fea_1type_txt
{
    width: 364px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_1type_txt
    {
        width: 100%;
    }
}

.spc_fea_komidasi
{
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    color: #333;
}
@media screen and (max-width: 750px)
{
    .spc_fea_komidasi
    {
        font-size: 4.2vw;

        margin-top: 6.4vw;
    }
}

.spc_fea_1type_main_txt
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 20px;

    color: #333;
}
@media screen and (max-width: 750px)
{
    .spc_fea_1type_main_txt
    {
        font-size: 3.7vw;

        margin-top: 2.13333vw;
    }
}

.spc_fea_2type_main_txt
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 20px;

    color: #333;
}
@media screen and (max-width: 750px)
{
    .spc_fea_2type_main_txt
    {
        font-size: 3.7vw;

        margin-top: 4.26666vw;
    }
}

.spc_fea_table_type_wrap
{
    display: flex;

    width: 100%;
    margin-top: 40px;

    border-top: 1px solid #d9d9d9;

    flex-wrap: wrap;
}
@media screen and (max-width: 750px)
{
    .spc_fea_table_type_wrap
    {
        display: block;
    }
}
.spc_fea_table_type_wrap dt
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    width: 26%;
    margin-top: 20px;
    padding: 0 20px 20px 0;

    color: #333;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}
@media screen and (max-width: 750px)
{
    .spc_fea_table_type_wrap dt
    {
        font-size: 3.7vw;

        width: 100%;

        border-bottom: unset;
    }
}
.spc_fea_table_type_wrap dd
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    width: 74%;
    margin-top: 20px;
    padding: 0 20px 20px 0;

    color: #333;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}
@media screen and (max-width: 750px)
{
    .spc_fea_table_type_wrap dd
    {
        font-size: 3.7vw;

        width: 100%;
        margin-top: 0;
    }
}

.spc_fea_box_type_wrap
{
    font-family: 'Noto Sans JP';

    margin-top: 40px;
    padding: 24px;

    color: #333;
    border-radius: 16px;
    background-color: #f5f5f5;
}

.spc_fea_box_type_midasi
{
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    margin-bottom: 20px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_box_type_midasi
    {
        font-size: 4.2vw;
    }
}

.spc_fea_box_type_txt
{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
@media screen and (max-width: 750px) and (max-width: 750px)
{
    .spc_fea_box_type_txt
    {
        font-size: 3.7vw;
    }
}

.spc_fea_nomal_txt_wrap
{
    margin-top: 40px;
}

.spc_fea_nomal_txt
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-bottom: 8px;
    padding-left: 1em;

    text-indent: -1em;

    color: #333;
}
@media screen and (max-width: 750px)
{
    .spc_fea_nomal_txt
    {
        font-size: 3.7vw;
    }
}

.spc_fea_bt_nomal_wrap
{
    display: inline-block;

    margin-right: 24px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_nomal_wrap
    {
        margin-top: 4.2vw;
    }
}

.spc_fea_bt_nomal
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 200%;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    min-width: 180px;
    padding: 9px 20px;

    text-align: center;
    /* 28px */
    letter-spacing: 1.4px;

    color: #236a4f;
    border: 1px solid #236a4f;
    border-radius: 100px;
    background-color: #fff;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_nomal
    {
        font-size: 3.7vw;

        padding: 2.6vw 5.3vw;
    }
}

.spc_fea_bt_strong_wrap
{
    display: inline-block;

    margin-right: 24px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_strong_wrap
    {
        margin-top: 4.2vw;
    }
}

.spc_fea_bt_strong
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 200%;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    min-width: 180px;
    padding: 9px 20px;

    text-align: center;
    /* 28px */
    letter-spacing: 1.4px;

    color: #fff;
    border: 1px solid #236a4f;
    border-radius: 100px;
    background-color: #236a4f;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_strong
    {
        font-size: 3.7vw;

        padding: 2.6vw 5.3vw;
    }
}

.spc_fea_bt_wrap
{
    margin-top: 50px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_wrap
    {
        margin-top: 6.4vw;
    }
}

.spc_fea_bt_back_wrap
{
    display: inline-block;

    margin-right: 24px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_back_wrap
    {
        margin-top: 4.2vw;
    }
}

.spc_fea_bt_back
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 200%;

    position: relative;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    min-width: 180px;
    padding: 9px 20px 9px 30px;

    text-align: center;
    /* 28px */
    letter-spacing: 1.4px;

    color: #236a4f;
    border: 1px solid #236a4f;
    border-radius: 100px;
    background-color: #fff;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_back
    {
        font-size: 3.7vw;

        padding: 2.6vw 5.3vw 2.6vw 8vw;
    }
}
.spc_fea_bt_back::before
{
    position: absolute;
    z-index: 50;
    top: calc(50% - 8px);
    left: 20px;

    width: 9px;
    height: 16px;

    content: '';
    transition: .3s all;

    background-image: url('../img/cmn_back_icn.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 750px)
{
    .spc_fea_bt_back::before
    {
        top: calc(50% - 2.133vw);
        left: 5.333vw;

        width: 2.4vw;
        height: 4.2666vw;
    }
}
.spc_fea_bt_back:hover::before
{
    left: 17px;
}

.spc_fea_nomal_txt2_wrap
{
    margin-top: 50px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_nomal_txt2_wrap
    {
        margin-top: 6.4vw;
    }
}

a.spc_fea_nomal_txt2_link
{
    text-decoration: underline;

    color: #236a4f;

    text-underline-offset: 4.4px;
}

.spc_fea_yotube_area
{
    margin-top: 80px;
    margin-bottom: 80px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_yotube_area
    {
        margin-top: 9.3vw;
        margin-bottom: 9.3vw;
    }
}
.spc_fea_yotube_area iframe
{
    width: 100%;
    height: 446px;
}
@media screen and (max-width: 750px)
{
    .spc_fea_yotube_area iframe
    {
        height: 49.9vw;
    }
}

.spc_cmn_line
{
    width: 100%;
    height: 1px;
    margin: 40px 0;

    background: #d9d9d9;
}

.spc_fea_mokuji_wrap
{
    margin-top: 40px;
    padding: 24px;

    border-radius: 16px;
    background: #fcfceb;
}
.spc_fea_mokuji_wrap .spc_fea_mokuji_txt0
{
    font-family: Jost;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    margin-bottom: 19px;

    color: #236a4f;
}
.spc_fea_mokuji_wrap .spc_fea_mokuji .spc_fea_mokuji_txt1:nth-child(n+2)
{
    margin-top: 20px;
}
.spc_fea_mokuji_wrap .spc_fea_mokuji .spc_fea_mokuji_txt1
{
    display: flex;
}
.spc_fea_mokuji_wrap .spc_fea_mokuji .spc_fea_mokuji_txt1 .number_text
{
    font-family: Jost;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;

    margin-right: 16px;

    word-break: keep-all;

    color: #236a4f;
}
.spc_fea_mokuji_wrap .spc_fea_mokuji .spc_fea_mokuji_txt1 .text
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    color: #236a4f;
}

.spc_cmn_mt_80
{
    margin-top: 80px;
}
.spc_cmn_1280_line
{
    width: 100%;
    height: 1px;
    margin-top: 80px;
    margin-bottom: 80px;

    background: #d9d9d9;
}
@media screen and (max-width: 750px)
{
    .spc_cmn_1280_line
    {
        margin-top: 18.6vw;
        margin-bottom: 18.6vw;
    }
}

.num_small_left_set
{
    display: inline !important;
}
@media screen and (max-width: 750px)
{
    .num_small_left_set
    {
        display: block;
    }
}

.feature-vari-fixed-purchase-price
{
    display: none;
}

.favoriteRegistration
{
    display: none;
}

.feature-item-add-favorite
{
    display: none;
}

.feature-vari-cart-add
{
    display: none;
}

.feature-vari-cart-add-fixed-purchase
{
    display: none;
}

.val_xcc_cuctum
{
    display: none;
}

.feature-item-product-id
{
    display: none;
}

#feature-group-items #list-title
{
    display: none;
}
#feature-group-items .kanren_title
{
    margin-bottom: 40px;
    padding: 0 40px;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .kanren_title
    {
        margin-bottom: 9.3023255814vw;
        padding: 0 5.58vw;
    }
}
#feature-group-items .kanren_txt1
{
    font-family: 'Jost', serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    letter-spacing: 2px;

    color: #236a4f;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .kanren_txt1
    {
        font-size: 4.6511627907vw;

        display: block;
    }
}
#feature-group-items .kanren_txt2
{
    font-family: 'Noto Sans JP', serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-left: 24px;

    letter-spacing: 1.4px;

    color: #236a4f;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .kanren_txt2
    {
        font-size: 3.2558139535vw;

        display: block;

        margin-left: unset;
    }
}
#feature-group-items .product-list-inner
{
    width: 1280px;
    margin: auto;
    padding: 0 40px !important;

    background: #f5f5f5 !important;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .product-list-inner
    {
        width: 100%;
        padding: 0 !important;
    }
}
#feature-group-items .feature-item-list
{
    gap: 25px;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .feature-item-list
    {
        gap: unset;
        justify-content: space-between;
    }
}
#feature-group-items .feature-item
{
    width: 220px;
    margin-bottom: unset;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .feature-item
    {
        width: 48.8vw;
        margin-bottom: 3.7209302326vw;
    }
}
#feature-group-items .feature-item #productImage
{
    width: 220px;
    height: unset;

    border-radius: 8px;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .feature-item #productImage
    {
        width: 100%;
    }
}
#feature-group-items .feature-item-name
{
    font-family: 'Noto Sans JP', serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-top: 16px;

    text-align: left;

    color: #236a4f;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .feature-item-name
    {
        font-size: 3.023255814vw;

        margin-top: 3.7209302326vw;
        padding: 0 3.72vw;
    }
}
#feature-group-items #product-list-0
{
    padding: unset !important;

    background: #f5f5f5 !important;
}
#feature-group-items .feature-vari-price
{
    font-family: 'Jost', serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    display: none;
    display: none;

    margin-top: 8px;

    text-align: left;

    color: #666;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .feature-vari-price
    {
        font-size: 3.488372093vw;

        margin-top: 1.8604651163vw;
        padding: 0 3.72vw;
    }
}
#feature-group-items .feature-vari-price .txt_yen
{
    font-family: 'Noto Sans JP', serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 10px;

    color: #666;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .feature-vari-price .txt_yen
    {
        font-size: 2.3255813953vw;
    }
}
#feature-group-items .feature-vari-price .txt_tax
{
    font-family: 'Noto Sans JP', serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 10px;

    color: #666;
}
@media screen and (max-width: 750px)
{
    #feature-group-items .feature-vari-price .txt_tax
    {
        font-size: 2.3255813953vw;
    }
}

.kuchikomi_mark
{
    display: none;
}

.fea_green_txt
{
    color: #236a4f;
}

.fea_bold
{
    font-weight: 700;
}

.fea_m_t_80px
{
    margin-top: 80px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_80px
    {
        margin-top: 18.6046511628vw;
    }
}

.fea_m_t_72px
{
    margin-top: 72px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_72px
    {
        margin-top: 16.7441860465vw;
    }
}

.fea_m_t_64px
{
    margin-top: 64px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_64px
    {
        margin-top: 14.8837209302vw;
    }
}

.fea_m_t_56px
{
    margin-top: 56px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_56px
    {
        margin-top: 13.023255814vw;
    }
}

.fea_m_t_48px
{
    margin-top: 48px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_48px
    {
        margin-top: 11.1627906977vw;
    }
}

.fea_m_t_40px
{
    margin-top: 40px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_40px
    {
        margin-top: 9.3023255814vw;
    }
}

.fea_m_t_32px
{
    margin-top: 32px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_32px
    {
        margin-top: 7.4418604651vw;
    }
}

.fea_m_t_24px
{
    margin-top: 24px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_24px
    {
        margin-top: 5.5813953488vw;
    }
}

.fea_m_t_16px
{
    margin-top: 16px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_16px
    {
        margin-top: 3.7209302326vw;
    }
}

.fea_m_t_8px
{
    margin-top: 8px;
}
@media screen and (max-width: 750px)
{
    .fea_m_t_8px
    {
        margin-top: 1.8604651163vw;
    }
}
