@charset "utf-8";
.c-subhead-ttlwrap{
    background-image: url(../img/product_aujua/head_bg.jpg);
}
.p-intro{
    position: relative;
    padding: 1rem 0;
}
.p-intro-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233,217,173,.4);
}
.p-intro .c-inner > *:not(:last-child){
    margin-bottom: .4rem;
}
.p-intro .c-sec-btn{
    width: min(100%,395px);
}
.p-conts--wrap{
    position: relative;
    overflow: hidden;
    background: url(../img/product_aujua/conts_bg.png), linear-gradient(to bottom,#dad1c8, #e4d1ce);
    background-repeat: no-repeat;
    background-position:  top center;
    background-size: 100% auto;
}
.p-conts{
    position: relative;
    padding-top: 1rem;
}
.p-conts-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, .4);
    text-align: right;
}
.p-conts-ttl span{
    display: inline-block;
    background: #560707;
    color: #fff;
    padding: 0 .1rem;
    margin-bottom: .1rem;
}
.p-feature-box{
    display: grid;
    gap: .4rem;
    margin-top: .8rem;
}
.p-feature-box-item{
    background: #fff;
    padding: 1rem .7rem .7rem;
    -webkit-box-shadow: 0 0 8px 2px rgba(63, 45, 41, .25);
    box-shadow: 0 0 8px 2px rgba(63, 45, 41, .25);
    display: flex;
    gap: .3rem;
    position: relative;
}
.p-feature-box-item:first-child:before{
    content: '';
    width: 2.6rem;
    height: 1.4rem;
    background: url(../img/common/product_deco.png) no-repeat center center / 100% auto;
    position: absolute;
    top: -.4rem;
    left: -1rem;
}
.p-feature-box-item:last-child:before{
    content: '';
    width: 3rem;
    height: 1.5rem;
    background: url(../img/common/product_deco02.png) no-repeat center center / 100% auto;
    position: absolute;
    bottom: -.4rem;
    right: -1rem;
}
.p-feature-box-item > figure{
    flex: 0 0 4rem;
}
.p-feature-box-item > div{
    display: grid;
    gap: .1rem;
}
.c-2col-box-item-ttl{
    display: flex;
    align-items: end;
    gap: .1rem;
}
.p-feature-box-item-deco{
    flex: 0 0 auto;
    display: flex;
    align-items: baseline;
    background: linear-gradient(to right,#d08c5a,#f0c87c);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.p-conts02{
    position: relative;
    padding: 1.5rem 0;
}
.p-conts02-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, .4);
}
.c-product-list.list02 > div:first-child::before{
    display: none;
}
.c-product-list.list02 > div:last-child::before{
    content: '';
    width: 3rem;
    height: 1.5rem;
    background: url(../img/common/product_deco02.png) no-repeat center center / 100% auto;
    position: absolute;
    bottom: -.4rem;
    right: -1rem;
}
.p-others{
    background: url(../img/product_aujua/others_bg.png) no-repeat top center / cover;
    position: relative;
    padding: 1rem 0;
}
.p-others-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(233, 217, 173, .4);
    text-align: right;
}
.p-others-list{
    display: grid;
    gap: .7rem;
}
.p-others .c-2col-box02 > div{
    display: grid;
    gap: .1rem;
}
.p-others-list .c-2col-box02:nth-child(even){
    flex-direction: row-reverse;
}
.p-others-list .c-2col-box02:first-child figure{
    border-right: 2px solid #c6b2b3;
    border-bottom: 2px solid #c6b2b3;
}
@media only screen and (max-width: 1024px) {
    .p-conts .c-inner{
        overflow: hidden;
    }
    .p-conts02 .c-inner{
        overflow: hidden;
    }
    .p-feature-box-item{
        flex-direction: column-reverse;
        padding: .5rem;
    }
    .c-2col-box-item-ttl{
        flex-direction: column;
        align-items: start;
    }
    .p-conts02{
        padding-top: 2rem;
    }
    .p-conts02-list > div{
        padding: .5rem;
    }
    .c-product-list.list02{
        grid-template-columns: repeat(1,1fr);
    }
    .c-product-list.list02 .c-product-list-box{
        grid-template-columns: repeat(1,1fr);
        place-items: center;
    }
    .p-others-list{
        gap: 1rem;
    }
    .p-others-list .c-2col-box02:nth-child(even){
        flex-direction: column;
    }
}