@charset "utf-8";
/* h1見出し */
#container .mv #contents_title.contents_title--howto{
    top: 50%;
}
#container .mv .ttl_obi--line2{
    height: 340px;
}
.c-mv_title{
    color: #ff551e;
    font-size: calc(min(72px, max(50px, 50px + 22*(100vw - 768px) / 598)));
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-top: 20px;
    line-height: 1.4;
}
.c-mv_title span{
    font-size: 36px;
    display: block;
    margin-top: 10px;
}

/* h2見出し */
#howto .c-ttl01{
    color: #fff;
    background: var(--main_color);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    max-width: 672px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-align: center;
    margin: 123px 0 106px;
    padding: 10px 0;
}

/* h3見出し */
#howto .c-ttl02{
    color: var(--brown);
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.32em;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 94px;
}
#howto .c-ttl02::after {
    content: "";
    position: absolute;
    background: url(../img/leaf.png) no-repeat center center;
    background-size: cover;
    width: 384px;
    height: 67px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#howto .c-ttl02 span{
    margin-right: 15px;
    width: 41px;
    height: 41px;
    transform: translateY(3px);
}
#howto .c-ttl02 strong{
    font-size: 23.77px;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* h2見出し（PICK UP） */
#pickup .c-ttl-pickup{
    color: #503700;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-align: center;
    margin-bottom: 70px;
}

@media only screen and (max-width: 768px){
    #container .mv .ttl_obi--line2{
        height: 130px;
    }
    .c-mv_title{
        font-size: 26px;
        margin-top: 3px;
        width: 100%;
        padding: 0;
    }
    .c-mv_title span{
        font-size: 14px;
        margin-top: 5px;
    }
    #howto .c-ttl01{
        font-size: 18px;
        text-align: justify;
        margin: 43px 0;
        padding: 13px 0 13px 29px;
        width: 85%;
    }
    #howto .c-ttl02{
        font-size: 20px;
        letter-spacing: 0.1em;
        padding-bottom: 16px;
        margin-bottom: 40px;
    }
    #howto .c-ttl02::after {
        width: 252px;
        height: 45px;
    }
    #howto .c-ttl02 span{
        width: 20px;
        height: 20px;
        margin-right: 6px;
        transform: translateY(2px);
    }
    #howto .c-ttl02 strong{
        font-size: 14px;
        left: 51%;
    }
    #pickup .c-ttl-pickup{
        margin-bottom: 25px;
    }
}   