@charset "utf-8";
main{
    background: url(../img/beauty_sommelier/bg.png) no-repeat top center / 100% auto;
}
.c-subhead-ttlwrap{
    background-image: url(../img/beauty_sommelier/head_bg.jpg);
}
.p-intro{
    position: relative;
    padding-top: 1rem;
}
.p-intro-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233,217,173,.4);
}
.p-intro-pic{
    width: min(100%,800px);
    margin: .6rem auto 0;
}
.p-feature{
    padding: 1rem 0;
    position: relative;
}
.p-feature-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(233,217,173,.4);
    text-align: right;
}
.c-2col-box-item-num{
    background: linear-gradient(to bottom, #f4cc76, #eeb973);
    background-clip: text;
    color: transparent;
}
@media only screen and (max-width: 1024px) {
    .p-intro{
        padding-bottom: 1rem;
    }
}