@charset "utf-8";

.lp_erick_curry{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #282728;
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
    font-feature-settings: "palt";
}
.lp_erick_curry img{
    height: 100%;
    margin: 0;
    line-height: 0;
}
.lp_erick_curry .is-pc{
    display: inherit;
}
.lp_erick_curry .is-sp{
    display: none;
}
.lp_erick_curry .about{
    width: 100%;
    margin-top: 113px;
}
.lp_erick_curry .about .title{
    font-size: 40px;
    letter-spacing: 0.18em;
    text-align: center;
    font-weight: bold;
}
.lp_erick_curry .about .about_cont{
    margin-top: 78px;
    display: flex;
    justify-content: space-between;
}
.lp_erick_curry .about .imgarea{
    width: 42.91%;
}
.lp_erick_curry .about .imgarea img{
    box-shadow: -13px -13px 17px rgba(170, 170, 170, 0.06);
}
.lp_erick_curry .about .textarea{
    width: 50%;
}
/*
.lp_erick_curry .about .textarea .name{
    margin-top: 36px;
    height: 30px;
}
.lp_erick_curry .about .textarea .name img{
    width: 284px;
}
*/
.lp_erick_curry .about .textarea .text{
    /*margin-top: 36px;*/
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.14em;
}
.lp_erick_curry .about .textarea .img{
    margin-top: 84px;
}
.lp_erick_curry .about .textarea .img img{
    box-shadow: -13px -13px 17px rgba(170, 170, 170, 0.06);
}
.lp_erick_curry .produced{
    width: 100%;
    margin-top: 120px;
    padding: 62px 0 98px 60px;
    box-sizing: border-box;
    background: repeat center / cover url(../img/erick_curry/produced_bg.png);
}
.lp_erick_curry .produced .catch{
    width: 100%;
}
.lp_erick_curry .produced .people{
    width: 100%;
    margin-top: 52px;
    padding-right: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.lp_erick_curry .produced .people .imgarea{
    width: 32.96%;
}
.lp_erick_curry .produced .people .imgarea img{
    box-shadow: -7px -7px 19px rgba(85, 85, 85, 0.15);
}
.lp_erick_curry .produced .people .textarea{
    width: 62.4%;
}
.lp_erick_curry .produced .people .textarea .name{
    font-size: 32px;
    line-height: 1.34;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.lp_erick_curry .produced .people .textarea .text{
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.13em;
}
.lp_erick_curry .cv{
    width: 600px;
    height: 110px;
    margin: 82px auto 0;
    position: relative;
}
.lp_erick_curry .cv::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 1;
    background: #8f230a;
    transition: all 0.4s;
}
.lp_erick_curry .cv:hover::before{
    background: rgba(143,35,10,0.5);
}
.lp_erick_curry .cv a{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #b43a1e;
    transition: all 0.4s;
}
.lp_erick_curry .cv:hover a{
    background: rgba(143,46,20,0.5);
}
.lp_erick_curry .tenobe{
    width: 100%;
    margin-top: 110px;
    padding: 62px 60px 98px;
    box-sizing: border-box;
    background: repeat center / cover url(../img/erick_curry/produced_bg.png);
}
.lp_erick_curry .tenobe .title{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-align: center;
    font-weight: bold;
}
.lp_erick_curry .tenobe .tenobe_cont li{
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp_erick_curry .tenobe .tenobe_cont li:nth-child(odd){
    flex-direction: row-reverse;
}
.lp_erick_curry .tenobe .tenobe_cont li .imgarea{
    width: 50%;
}
.lp_erick_curry .tenobe .tenobe_cont li .imgarea img{
    box-shadow: -7px -7px 19px rgba(85, 85, 85, 0.15);
}
.lp_erick_curry .tenobe .tenobe_cont li .textarea{
    width: 45.55%;
}
.lp_erick_curry .tenobe .tenobe_cont li .textarea .catch{
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 2px solid #282728;
    font-size: 32px;
    line-height: 1.375;
    letter-spacing: 0.16em;
    font-weight: bold;
}
.lp_erick_curry .tenobe .tenobe_cont li .textarea .text{
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.14em;
}
/*
.lp_erick_curry .tenobe .tenobe_ideal{
    width: 100%;
    margin-top: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp_erick_curry .tenobe .tenobe_ideal .imgarea{
    width: 33.14%;
}
.lp_erick_curry .tenobe .tenobe_ideal .textarea{
    width: 62.96%;
}
.lp_erick_curry .tenobe .tenobe_ideal .textarea .catch{
    font-size: 22px;
    line-height: 1.68;
    letter-spacing: 0.15em;
}
.lp_erick_curry .tenobe .tenobe_ideal .textarea .catch span.lg{
    font-size: 36px;
    line-height: 1.27;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.lp_erick_curry .tenobe .tenobe_ideal .textarea .name{
    margin-top: 42px;
    font-size: 22px;
    line-height: 1.77;
    letter-spacing: 0.15em;
}
.lp_erick_curry .tenobe .tenobe_ideal .textarea .name span.lg{
    font-size: 25px;
    line-height: 1.56;
    font-weight: bold;
}
*/
.lp_erick_curry .balance{
    width: 100%;
    margin-top: 110px;
    padding: 10px 0 114px;
    box-sizing: border-box;
    background: repeat center / cover url(../img/erick_curry/produced_bg.png);
}
.lp_erick_curry .balance .title{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-align: center;
    font-weight: bold;
}
.lp_erick_curry .balance .balance_cont li{
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp_erick_curry .balance .balance_cont li:nth-child(odd){
    padding-left: 60px;
    flex-direction: row-reverse;
}
.lp_erick_curry .balance .balance_cont li:nth-child(even){
    padding-right: 60px;
}
.lp_erick_curry .balance .balance_cont li .imgarea{
    width: 50%;
}
.lp_erick_curry .balance .balance_cont li .textarea{
    width: 45.55%;
}
.lp_erick_curry .balance .balance_cont li .textarea .catch{
    width: 100%;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    font-weight: bold;
}
.lp_erick_curry .balance .balance_cont li .textarea .catch span.red{
    color: #b43a1e;
}
.lp_erick_curry .balance .balance_cont li .textarea .text{
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.13em;
}
.lp_erick_curry .collab{
    width: 100%;
}
.lp_erick_curry .collab .collab_cont{
    width: 100%;
    margin-top: 90px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.lp_erick_curry .collab .collab_cont::after{
    content: "";
    width: 7.91%;
    height: 7.91%;
    position: absolute;
    top: 55.11%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: no-repeat center / cover url(../img/erick_curry/collab_cross.png);
}
.lp_erick_curry .collab .collab_cont li{
    width: 48.16%;
    padding: 18px 18px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: repeat center / cover url(../img/erick_curry/produced_bg.png);
}
.lp_erick_curry .collab .collab_cont li .name{
    margin: 38px auto 0;
    padding: 14px 52px;
    border-radius: 56px;
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.lp_erick_curry .collab .collab_cont li:nth-child(1) .name{background: #b94d37;}
.lp_erick_curry .collab .collab_cont li:nth-child(2) .name{background: #aa8535;}
.lp_erick_curry .collab .collab_cont li .text{
    width: 93.38%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.1em;
}
.lp_erick_curry .video{
    width: 90%;
    margin: 112px auto 0;
    display: flex;
    justify-content: center;
}
.lp_erick_curry .video video{
    max-width: 100%;
    margin: 0 auto;
}
.lp_erick_curry .recipe{
    width: 100%;
    margin-top: 114px;
    padding: 24px 70px 94px;
    box-sizing: border-box;
    background: repeat center / cover url(../img/erick_curry/produced_bg.png);
}
.lp_erick_curry .recipe .title{
    margin-top: 70px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-align: center;
    font-weight: bold;
}
.lp_erick_curry .recipe .title span.sm{
    font-size: 30px;
}
.lp_erick_curry .recipe .recipe_cont_defroat{
    width: 100%;
    margin-top: 40px;
    padding: 60px 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}
.lp_erick_curry .recipe .recipe_cont_defroat li{
    width: 45.4%;
    position: relative;
}
.lp_erick_curry .recipe .recipe_cont_defroat li:not(:last-child)::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10.1149425%;
    display: inline-block;
    background: #e4e4e4;
}
.lp_erick_curry .recipe .recipe_cont_defroat li .catch{
    padding: 14px 24px;
    border-radius: 56px;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: #ffffff;
}
.lp_erick_curry .recipe .recipe_cont_defroat li:nth-child(1) .catch{background: #155336;}
.lp_erick_curry .recipe .recipe_cont_defroat li:nth-child(2) .catch{background: #b94d37;}
.lp_erick_curry .recipe .recipe_cont_defroat li .text{
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.05em;
}
.lp_erick_curry .recipe .recipe_cont_defroat li .img{
    margin-top: 9px;
}
.lp_erick_curry .recipe .recipe_cont_way{
    width: 100%;
    margin-top: 40px;
    padding: 60px 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}
.lp_erick_curry .recipe .recipe_cont_way li{
    width: 29.63%;
    position: relative;
}
.lp_erick_curry .recipe .recipe_cont_way li:not(:last-child)::before{
    content: "";
    width: 17px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translatYX(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: calc(-5.9440559% - 17px + 2px);
    z-index: 3;
    display: inline-block;
    background: no-repeat center / cover #ffffff url(../img/erick_curry/way_arrow.png);
}
.lp_erick_curry .recipe .recipe_cont_way li:not(:last-child)::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5.9440559%;
    z-index: 2;
    display: inline-block;
    background: #e4e4e4;
}
.lp_erick_curry .recipe .recipe_cont_way li .num{
    width: 36px;
    height: 36px;
    margin-top: 17px;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    background: #b43a1e;
}
.lp_erick_curry .recipe .recipe_cont_way li .text{
    margin: 8px 0 26px;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.05em;
}

@media screen and (max-width:768.98px) {
    .lp_erick_curry .is-pc{
        display: none;
    }
    .lp_erick_curry .is-sp{
        display: inline;
    }
    .lp_erick_curry img.is-sp{
        width: 100%;
        height: auto;
    }
    .lp_erick_curry{
        width: 100%;
        max-width: inherit;
    }
    .lp_erick_curry .about{
        width: 100%;
        margin-top: 56px;
    }
    .lp_erick_curry .about .title{
        font-size: 28px;
        letter-spacing: 0.16em;
        text-align: center;
        font-weight: bold;
    }
    .lp_erick_curry .about .about_cont{
        margin-top: 33px;
    }
    .lp_erick_curry .about .imgarea{
        display: none;
    }
    .lp_erick_curry .about .imgarea img{
        box-shadow: -13px -13px 17px rgba(170, 170, 170, 0.06);
    }
    .lp_erick_curry .about .textarea{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    /*
    .lp_erick_curry .about .textarea .name{
        width: 56.23%;
        margin-top: 36px;
        height: auto;
        order: 3;
    }
    .lp_erick_curry .about .textarea .name img{
        width: 284px;
    }
    */
    .lp_erick_curry .about .textarea .text{
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.13em;
        order: 4;
    }
    .lp_erick_curry .about .textarea .img{
        margin-top: 0;
    }
    .lp_erick_curry .about .textarea .img.img01{
        width: 91.3%;
        margin-left: auto;
        margin-right: 0;
        order: 1;
    }
    .lp_erick_curry .about .textarea .img.img02{
        width: 70.43%;
        margin-top: 34px;
        margin-left: 0;
        margin-right: auto;
        order: 2;
    }
    .lp_erick_curry .about .textarea .img img{
        box-shadow: -13px -13px 17px rgba(170, 170, 170, 0.06);
    }
    .lp_erick_curry .produced{
        width: 100%;
        margin-top: 53px;
        padding: 16px 0 44px;
        box-sizing: border-box;
        background: repeat center / contain url(../img/erick_curry/produced_bg.png);
    }
    .lp_erick_curry .produced .catch{
        width: 100%;
    }
    .lp_erick_curry .produced .catch img{
        margin-left: -4.34%;
    }
    .lp_erick_curry .produced .people{
        width: 100%;
        margin-top: 14px;
        padding-right: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .lp_erick_curry .produced .people .imgarea{
        width: 63.18%;
    }
    .lp_erick_curry .produced .people .imgarea img{
        box-shadow: -7px -7px 19px rgba(85, 85, 85, 0.15);
    }
    .lp_erick_curry .produced .people .textarea{
        width: 91.3%;
    }
    .lp_erick_curry .produced .people .textarea .name{
        margin-top: 30px;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
    .lp_erick_curry .produced .people .textarea .text{
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.12em;
    }
    .lp_erick_curry .cv{
        width: 91.3%;
        height: 68px;
        margin: 33px auto 0;
        position: relative;
    }
    .lp_erick_curry .cv::before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 3px;
        left: 4px;
        z-index: 1;
        background: #8f230a;
        transition: all 0.4s;
    }
    .lp_erick_curry .cv a{
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 0.1em;
        color: #ffffff;
        background: #b43a1e;
        transition: all 0.4s;
    }
    .lp_erick_curry .tenobe{
        width: 100%;
        margin-top: 60px;
        padding: 52px 15px;
        box-sizing: border-box;
        background: repeat center / contain url(../img/erick_curry/produced_bg.png);
    }
    .lp_erick_curry .tenobe .title{
        font-size: 28px;
        line-height: 1;
        letter-spacing: 0.16em;
        text-align: center;
        font-weight: bold;
    }
    .lp_erick_curry .tenobe .tenobe_cont li,
    .lp_erick_curry .tenobe .tenobe_cont li:nth-child(odd){
        width: 100%;
        margin-top: 46px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
    .lp_erick_curry .tenobe .tenobe_cont li .imgarea{
        width: 100%;
        margin-top: 12px;
    }
    .lp_erick_curry .tenobe .tenobe_cont li .imgarea img{
        box-shadow: -7px -7px 19px rgba(85, 85, 85, 0.15);
    }
    .lp_erick_curry .tenobe .tenobe_cont li .textarea{
        width: 100%;
    }
    .lp_erick_curry .tenobe .tenobe_cont li .textarea .catch{
        width: 100%;
        padding-bottom: 8px;
        border-bottom: 1px solid #282728;
        font-size: 23px;
        line-height: 1.43;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
    .lp_erick_curry .tenobe .tenobe_cont li .textarea .text{
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.13em;
    }
    /*
    .lp_erick_curry .tenobe .tenobe_ideal{
        width: 100%;
        margin-top: 108px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .lp_erick_curry .tenobe .tenobe_ideal .imgarea{
        width: 63.18%;
    }
    .lp_erick_curry .tenobe .tenobe_ideal .textarea{
        width: 100%;
    }
    .lp_erick_curry .tenobe .tenobe_ideal .textarea .catch{
        width: 100%;
        margin-top: 32px;
        font-size: 17px;
        line-height: 1.91;
        letter-spacing: 0.1em;
        text-align: left;
    }
    .lp_erick_curry .tenobe .tenobe_ideal .textarea .catch span.lg{
        width: 100%;
        display: inline-block;
        font-size: 24px;
        line-height: 1.44;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
    .lp_erick_curry .tenobe .tenobe_ideal .textarea .name{
        margin-top: 28px;
        font-size: 16px;
        line-height: 1.66;
        letter-spacing: 0.13em;
    }
    .lp_erick_curry .tenobe .tenobe_ideal .textarea .name span.lg{
        font-size: 19px;
        line-height: 1.55;
        font-weight: bold;
    }
    */
    .lp_erick_curry .balance{
        width: 100%;
        margin-top: 110px;
        padding: 45px 15px 42px;
        box-sizing: border-box;
        background: repeat center / contain url(../img/erick_curry/produced_bg.png);
    }
    .lp_erick_curry .balance .title{
        font-size: 25px;
        line-height: 1;
        letter-spacing: 0.13em;
        text-align: center;
        font-weight: bold;
    }
    .lp_erick_curry .balance .balance_cont li{
        width: 100%;
        margin-top: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .lp_erick_curry .balance .balance_cont li:first-child{
        margin-top: 0;
    }
    .lp_erick_curry .balance .balance_cont li:nth-child(odd){
        padding-left: 0;
        flex-direction: column;
    }
    .lp_erick_curry .balance .balance_cont li:nth-child(even){
        padding-right: 0;
    }
    .lp_erick_curry .balance .balance_cont li .imgarea{
        width: 100%;
    }
    .lp_erick_curry .balance .balance_cont li .textarea{
        width: 100%;
    }
    .lp_erick_curry .balance .balance_cont li .textarea .catch{
        width: 100%;
        margin-top: 25px;
        font-size: 25px;
        line-height: 1.42;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
    .lp_erick_curry .balance .balance_cont li .textarea .catch span.red{
        color: #b43a1e;
    }
    .lp_erick_curry .balance .balance_cont li .textarea .text{
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.15em;
    }
    .lp_erick_curry .collab{
        width: 100%;
    }
    .lp_erick_curry .collab .collab_cont{
        width: 100%;
        margin-top: 54px;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .lp_erick_curry .collab .collab_cont::after{
        content: "";
        display: none;
    }
    .lp_erick_curry .collab .collab_cont li{
        width: 100%;
        padding: 18px 18px 40px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background: repeat center / contain url(../img/erick_curry/produced_bg.png);
    }
    .lp_erick_curry .collab .collab_cont li:not(:first-child){
        margin-top: 28px;
        position: relative;
    }
    .lp_erick_curry .collab .collab_cont li:not(:first-child)::before{
        content: "";
        width: 18.55%;
        height: 18.55%;
        position: absolute;
        top: -66px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background: no-repeat center / contain url(../img/erick_curry/collab_cross.png);
    }
    .lp_erick_curry .collab .collab_cont li .name{
        margin: 25px auto 0;
        padding: 8px 26px;
        border-radius: 26px;
        display: inline-block;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 0.12em;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
    }
    .lp_erick_curry .collab .collab_cont li:nth-child(1) .name{background: #b94d37;}
    .lp_erick_curry .collab .collab_cont li:nth-child(2) .name{background: #aa8535;}
    .lp_erick_curry .collab .collab_cont li .text{
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.1em;
    }
    .lp_erick_curry .video{
        width: 100%;
        margin: 58px auto 0;
    }
    .lp_erick_curry .video video{
        max-width: 100%;
        margin: 0 auto;
    }
    .lp_erick_curry .recipe{
        width: 100%;
        margin-top: 60px;
        padding: 1px 15px 41px;
        box-sizing: border-box;
    }
    .lp_erick_curry .recipe .title{
        margin-top: 56px;
        font-size: 28px;
        line-height: 1.32;
        letter-spacing: 0.1em;
        text-align: center;
        font-weight: bold;
    }
    .lp_erick_curry .recipe .title span.sm{
        font-size: 20px;
    }
    .lp_erick_curry .recipe .recipe_cont_defroat{
        width: 100%;
        margin-top: 19px;
        padding: 35px 20px 45px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background: #ffffff;
    }
    .lp_erick_curry .recipe .recipe_cont_defroat li{
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
    }
    .lp_erick_curry .recipe .recipe_cont_defroat li:not(:last-child)::after{
        content: "";
        display: none;
    }
    .lp_erick_curry .recipe .recipe_cont_defroat li:not(:first-child){
        margin-top: 42px;
        padding-top: 40px;
        border-top: 2px solid #e4e4e4;
    }
    .lp_erick_curry .recipe .recipe_cont_defroat li .catch{
        padding: 12px 28px;
        border-radius: 36px;
        display: inline-block;
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: 0;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
    }
    .lp_erick_curry .recipe .recipe_cont_defroat li:nth-child(1) .catch{background: #155336;}
    .lp_erick_curry .recipe .recipe_cont_defroat li:nth-child(2) .catch{background: #b94d37;}
    .lp_erick_curry .recipe .recipe_cont_defroat li .text{
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.05em;
        text-align: left;
    }
    .lp_erick_curry .recipe .recipe_cont_defroat li .img{
        margin-top: 18px;
    }
    .lp_erick_curry .recipe .recipe_cont_way{
        width: 100%;
        margin-top: 19px;
        padding: 35px 20px 45px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background: #ffffff;
    }
    .lp_erick_curry .recipe .recipe_cont_way li{
        width: 100%;
        position: relative;
    }
    .lp_erick_curry .recipe .recipe_cont_way li:not(:last-child){
        padding-bottom: 80px;
    }
    .lp_erick_curry .recipe .recipe_cont_way li:not(:last-child)::before{
        content: "";
        width: 15.5px;
        height: 27.5px;
        margin-left: -13.75px;
        position: absolute;
        top: auto;
        bottom: calc(40px - 15.5px - 4px);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 3;
        display: inline-block;
        transform: rotate(90deg);
        background: no-repeat center / cover #ffffff url(../img/erick_curry/way_arrow.png);
    }
    .lp_erick_curry .recipe .recipe_cont_way li:not(:last-child)::after{
        content: "";
        width: 100%;
        height: 2px;
        top: auto;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 2;
    }
    .lp_erick_curry .recipe .recipe_cont_way li .num{
        width: 32px;
        height: 32px;
        margin-top: 15px;
        border-radius: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        line-height: 1;
        font-weight: bold;
        color: #ffffff;
        background: #b43a1e;
    }
    .lp_erick_curry .recipe .recipe_cont_way li .text{
        margin: 7px 0 0;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }
}