/* --- compornent --- */
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: .7rem;
}
sup {
    bottom: .8ex;
}
sub {
    top: .5ex;
}
.pc-hide{
    display: none;
}
.sp-hide{
    display: block;
}
.c-txt{
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.8rem;
    letter-spacing: 0.05em;
}

/* --- mv --- */
.l-mv{
    background: #c6ebfd;
    background-image: linear-gradient(0deg, #c4ebff 0%, #ffe3b7 100%);
}
.l-mv__img{
    display: block;
    width: 1170px;
    margin: 0 auto;
}

/* --- about --- */
.l-about{
    padding: 80px 0 0;
    text-align: center;
}
.l-about__txt{
    padding-bottom: 0;
    line-height: 2.2rem;
}

/* --- item --- */
.l-item{
    padding: 80px 0 0;
}
.l-item__inner{
    text-align: center;
    background: rgb(240 248 251);
    padding: 80px 50px;
}
.l-item__inner-01{
    background: rgb(244 245 245);
}
.l-item__inner-02{
    background: rgb(230 240 241);
}
.l-item__inner-03{
    background: rgb(215 235 237);
}
.l-item__container{
    display: flex;
    text-align: left;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.l-item__img{
    width: 50%;
}
.l-item__tag{
    display: inline-block;
    margin-bottom: 13px;
    padding: 3px 10px 5px;
    border: 1px solid;
}
.l-item__name{
    padding-bottom: 11px;
    color: #294c74;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: bold;
}
.l-item__heading{
    padding-top: 7px;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.6em;
    color: #294c74;
}
.l-item__txtContent{
    padding-bottom: 0;
    text-align: left;
    font-size: 1rem;
}
.l-item__spec{
    margin: 0 0 8px;
    color: #294c74;
    font-size: 1rem;
    letter-spacing: 0.05em;
}
.l-item__price{
    color: #294c74;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.l-item__btn{
    background-color: #ffffff;
}
.l-item__subTxtContent{
    padding-bottom: 0;
    font-size: .7rem;
    text-align: left;
    line-height: 1.2rem;
}

/* --- spec --- */
.l-spec{
    margin-top: 80px;
    background: #dff8fa;
    background-image: linear-gradient(318deg, #c8f3fd 0%, #fffff6 80%, #fff6da 100%);
}
.l-spec__container{
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}
.l-spec__inner{
    display: inline-block;
}
.l-spec__title{
    padding-bottom: 45px;
    color: #294c74;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: bold;
}
.l-spec__txt{
    text-align: left;
}
.l-spec__imgContainer{
    text-align: center;
}
.l-spec__subTxt{
    padding-bottom: 0;
    font-size: .7rem;
    text-align: left;
    line-height: 1.2rem;
}
.l-spec__txt--center{
    text-align: center;
}

/* --- ugc --- */
.l-ugc{
    margin-top: 80px;
}
.l-ugc__title{
    padding: 0 0 50px;
    text-align: center;
    color: #294c74;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: bold;
}

/* --- campaign --- */
.l-campaign{
    padding: 80px 0 0;
    text-align: center;
}
.l-campaign__txt{
    line-height: 2.2rem;
}
.l-campaign__comment{
    padding: 0 0 10px 0;
    margin: 0;
}
.l-campaign__btn{
    display: inline-block;
    padding: 15px 30px;
    width: 480px;
    background-color: #c19e68;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.9rem;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0px 3px 5px rgb(90 52 19 / 30%);
    box-shadow: 0px 3px 5px rgb(90 52 19 / 30%);
    cursor: pointer;
}
.l-campaign__title{
    margin: 0;
    padding: 40px 0 15px;
}
.l-campaign__subTxtContainer{
    display: flex;
    justify-content: center;
}
.l-campaign__subTxt{
    font-size: .8rem;
    text-align: left;
}

/* --- utility --- */
.u-yen{
    font-size: 1rem;
}
.u-strong{
    background-color: #c9f3fd;
    background-image: linear-gradient(90deg, #c4f2ff 0%, #ffffe2 50%, #fff0d4 100%);
    font-size: 1.3rem;
    font-weight: bold;
}
.u-h2sup{
    bottom: 2.5ex;
}

/* --- smart phone --- */
@media screen and (max-width: 767px){
    /* --- compornent --- */
    .pc-hide{
        display: block;
    }
    .sp-hide{
        display: none;
    }

    /* --- about --- */
    .l-about{
        padding: 40px 0 0;
    }
    .l-about__txt{
        padding: 0 5vw 0;
        line-height: 1.9rem;
    }
    .l-about__date{
        display: block;
        padding: 15px 30px;
        font-size: 1.2rem;
    }

    /* --- item --- */
    .l-item{
        padding: 40px 0 0;
    }
    .l-item__inner{
        padding: 50px 5vw;
    }
    .l-item__container{
        display: block;
    }
    .l-item__img{
        width: 100%;
    }
    .l-item__tag{
        font-size: .8rem;
        padding: 1px 6px;
    }
    
    .l-item__txt{
        padding-top: 40px;
        text-align: center;
    }
    .l-item__name{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .l-item__spec{
        margin-bottom: 3px;
        font-size: .9rem;
    }
    .l-item__price{
        font-size: 1.2rem;
    }
    .l-item__heading{
        padding-top: 12px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 1.5rem;
    }
    .l-item__txtContent{
        font-size: .8rem;
        line-height: 1.7rem;
        text-align: center;
    }
    .l-item__subTxtContent{
        font-size: .6rem;
        line-height: 1.1rem;
        padding-top: 10px;
        text-align: center;
    }

    /* --- spec --- */
    .l-spec{
        margin-top: 50px;
    }
    .l-spec__container{
        padding: 50px 5vw;
        text-align: center;
    }
    .l-spec__title{
        padding-bottom: 10px;
        font-size: 1.24rem;
        line-height: 1.9rem;
    }
    .l-spec__txt{
        padding: 10px 0 0 0;
        text-align: center;
        line-height: 1.7rem;
    }
    .l-spec__img{
        padding-top: 10px;
    }
    .l-spec__subTxt{
        font-size: .6rem;
        line-height: 1.1rem;
        padding-top: 20px;
        text-align: center;
    }

    /* --- ugc --- */
    .l-ugc{
        margin-top: 40px;
    }
    .l-ugc__title{
        padding: 0 0 25px;
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
    .l-ugc__txt01{
        font-size: 1.3rem;
    }

    /* --- campaign --- */
    .l-campaign {
        padding: 40px 0 0;
    }
    .l-campaign__txt{
        padding: 0 5vw;
    }
    .l-campaign__comment{
        padding-top: 20px;
    }
    .l-campaign__subTxt{
        padding: 0 5vw 60px;
        font-size: .7rem;
    }
    .l-campaign__btn{
        display: block;
        margin: 0 5vw;
        width: auto;
        font-size: 1.2rem;
    }

    /* --- utility --- */
    .u-strong{
        font-size: 1rem;
    }
    .u-h2sup {
        bottom: 1.5ex;
        font-size: 10px;
    }
}