:root{
    --YuGothic: "游ゴシック" , "游ゴシック体" , YuGothic , "Yu Gothic" , "メイリオ" , Meiryo , "ＭＳ ゴシック" , "MS Gothic" , HiraKakuProN-W3 , "TakaoExゴシック" , TakaoExGothic , "MotoyaLCedar" , "Droid Sans Japanese" , sans-serif;
}


@media (min-width:768px) {
    .step-intro{
        display: none !important;
    }
}

@media (max-width:768px) {
    .pc-only{
        display: none !important;
    }
}
.step-intro{
    font-family: var(--YuGothic);
}
.step-intro .v-sp-header{
    width: 100%;
}

.step-intro .cta {
    padding: 10px 0;
    background-color: white;
    display: flex;
    flex-direction: column;
}
.step-intro .cta img{
    width: 100%;
}

.step-intro .row-step{
    background-color: #f3f7e6;
}

.step-intro .row-step .title{
    font-weight: 1000;
    color: #4f4f4f;
    font-size: 28px;
    padding: 20px 0;
    font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif !important;
}
.step-intro .row-step .step-next{
    height: 15px;
    margin: 0 4px;
}
.step-intro .row-step .title .esp-title{
    color: #91be23;
    font-size: 28px;
}

.step-intro .row-step .step-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px 20px 10px;
}

.step-intro .row-step .step-list .step-item{
    width: 29%;
    max-width: 29%;
    min-width: 29%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}   

.step-intro .row-step .step-list .step-item .head-title{
    color: #91be23;
    font-size: 16px;
    font-weight: bold;
}
.step-intro .row-step .step-list .step-item .head-title span{
    font-size: 20px;
    margin-left: 5px;
}
.step-intro .row-step .step-list .step-item .content{
    font-size: 14px;
    font-weight: bold;
    
    font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif !important;
}

.step-intro .row-step .step-list .step-item .bottom-logos{
    display: flex;
}

.step-intro .row-step .step-list .step-item .bottom-logos img{
    width: auto;
    height: 30px;
    margin: 10px;
}


.step-intro .promote-line{
    background-color: #8ac10c;
    padding: 15px 10px;
}


.step-intro .promote-line .head-title{
    color: white;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.step-intro .promote-line .line{
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: left;
    margin: 10px 0;
    white-space: nowrap;
    letter-spacing: -1px;
}
.step-intro .promote-line .line .esp-text{
    font-size: 28px;
    color: #db2850;
    background-color: white;
    padding:3px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.step-intro .column-step{
    padding: 20px 10px 0 10px;
}

.step-intro .column-step .step{
    background-color: #f8fff1;
    padding: 20px 10px;
    margin: 10px 0;
}

.step-intro .column-step .step .head-title{
    font-size: 23px;
    font-weight: bold;
    color: #8ac10c;
    border-bottom: 2px solid #8ac10c;
    padding-bottom: 3px;
    display: inline;
    white-space: nowrap;
}

.step-intro .column-step .step .center-image{
    margin: 20px 0;
}

.step-intro .column-step .step:nth-child(1) .center-image img{
    width: 90vw;
}

.step-intro .column-step .step:nth-child(2) .center-image img{
    width: 60vw;
}

.step-intro .column-step .step:nth-child(3) .center-image img{
    width: 70vw;
}

.step-intro .column-step .step .content{
    text-align: center;
    font-size: 12px;
    font-weight: light;
    line-height: 20px;
    color: #4f4f4f;
}

.step-intro .column-step .step .content p:nth-child(2){
    white-space: nowrap;
}


.step-intro .price{
    background-color: #f9e9cd;
    border-top: 2px solid #746750;
    border-bottom: 2px solid #746750;
}

.step-intro .price .head-title{
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    color: #af8731;
    padding-top: 15px;
    text-shadow: 0 0 5px white;
}
.slick-list{
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.step-intro .price .row {
    display: flex;
    flex-wrap: no-wrap;
    padding: 10px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.step-intro .price .row .item{
    display: flex;
    background-color: white;
    padding: 10px 10px 0 0;
    height: 90px;
    margin-right: 20px;
    flex-shrink:0;
}
.step-intro .price .row .item img{
    max-width: 100%;
    height: 70px;
    padding: 0 20px;
}
.step-intro .price .row .item .info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.step-intro .price .row .item .info .prod-name{
    font-size: 14px;
    font-weight: bolder;
    position: relative;
    top: 5px;
}
.step-intro .price .row .item .info .price-text{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -5px;
    width: fit-content;
}
.step-intro .price .row .item .red-text{
    font-size:42px;
    font-weight: bolder;
    background: -webkit-linear-gradient(top, #e02d50, #c81150);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}