@charset "UTF-8";

html {
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.main__wrap{
    width: 100%;
    max-width: 480px;
    margin: auto;
    background-color: #F7F5F4;
}

/* id="cpdetail" */
.cpdetail__wrap{
    position: relative;
    padding: 0 25px;
}

.cpdetail__inner{
    position: absolute;
    width: 100%;
    padding: 0 25px;
    left: 0;
    top: -228px;
}

.cpdetail__mainwrap{
    background-color: white;
    margin-top: -34px;
    border-radius: 18px;
    border: 3px solid #3B1A15;
}

.cpdetail__mainimg{
    width: calc(100% - 15px);
    margin: 0 auto;
    display: block;
}

.cpdetail__cta{
    padding: 0 25px;
    padding-bottom: 25px;
    padding-top: 12px;
    text-align: center;
}

.cpdetail__cta--title{
    font-size: 23px;
    font-weight: 700;
    color:#CE993A;
}

.cpdetail__cta--title span{
    margin-left: -6px;
    margin-right: -6px;
}

.cpdetail__cta--price{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.cpdetail__cta--pricel{
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #3C1004;
    border-radius: 5px;
    padding: 1.5px 10px;
}

.cpdetail__cta--pricer{
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #3C1004;
}

.cpdetail__cta--yen{
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

.cpdetail__cta--tax{
    font-size: 16px;
    font-weight: 500;
    margin-left: -7px;
}

.cpdetail__cta--btn{
    position: relative;
}


.cpdetail__cta--content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    color:#3C1004;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}

.cpdetail__cta--content img{
    width: 19px;
    height: 19px;
    margin-right: 18px;
}

/* id="catch" */
.catch{
    margin-top: -1px;
}

.catch__mainimg{
    margin-top: -38px;
}

.catch__inner{
    padding: 0 38px;
}

.catch__toptxt{
    font-size: 20px;
    line-height: 38px;
    color: #46342E;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: -5px;
}

.catch__bottomtxt{
    font-size: 18px;
    line-height: 38px;
    color: #46342E;
    font-weight: 500;
    margin-top: 50px;
}

.catch__talk{
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.catch__talk--imgr{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.catch__talk--imgl{
    width: 80px;
    height: 80px;
    margin-left: 20px;
}

.catch__talk--hukidashi{
    position: relative;
    width: 100%;
    height: 100%;
}

.catch__talk--txtr{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    line-height: 24px;
    color: #46342E;
    font-weight: 500;
    width: 100%;
    margin-left: 4%;
    padding: 0 16px;
}

.catch__talk--txtl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    line-height: 24px;
    color: #46342E;
    font-weight: 500;
    width: 100%;
    margin-right: 4%;
    padding: 0 16px;
}

/* id="product" */
.product{
    position: relative;
    background-color: #3c1004;
}

.product__catimg{
    width: 109px;
    margin-top: 40px;
    margin-bottom: 7px;
}

.product__catch{
    font-size: 25px;
    color: #CE993A;
    font-weight: 700;
    line-height: 39px;
}

.product__annotationicon{
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
    line-height: 33px;
    margin-left: 1px;
}

.product__annotation{
    display: block;
    font-size: 13px;
    color: white;
    margin-top: 6px;
}

.product__title{
    display: inline-block;
    background-color: white;
    color: #46342E;
    border-radius: 9px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.product__txt{
    font-weight: 500;
    font-size: 17px;
    color: white;
    margin-top: 30px;
    margin-bottom: 35px;
    line-height: 34px;
}

.product__inner{
    padding: 0 50px;
}

/* id="point" */
.point{
    padding: 0 50px;
}

.point__catch1st{
    margin-top: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #CE993A;
    line-height: 42px;
}

.point__catch1st--brown{
    font-size: 26px;
    color: #3C1004;
}

.point__catch1st--mini{
    font-size: 24px;
}

.point__specialimg{
    margin-top: 20px;
    margin-bottom: 30px;
}

.point__catch1st--txt{
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #555251;
}

.point__graphimg{
    max-width: 333px;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    margin-bottom: 50px;
}

.point__catch2nd{
    color:#CE993A;
    font-size: 26px;
    font-weight: 700;

}

.point__catch2nd--big{
    font-size: 32px;
}

.point__creamimg{
    margin: 30px 0;
}

.point__catch2nd--txt{
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #555251;
}

.point__funny--wrap{
    position: relative;
    margin-top: 40px;
}

.point_diatopimg{
    position: absolute;
    top: 0;
    left: 0;
}

.point__funny--title{
    font-size: 25px;
    font-weight: 700;
    color: #CE993A;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 34px;
}

.point__funny--list li{
    font-size: 15px;
    font-weight: 500;
    color: #3C1004;
    margin-bottom: 10px;
    padding: 14px 23px;
    padding-left: 47px;
    background: white;
    position: relative;
    border-radius: 15px;
}

.point_diabottomimg{
    margin-top: 14px;
}

.point__checkimg{
    position: absolute;
    left: 22px;
    top: 21px;
    width: 17px;
    height: 17px;
}

.point__funny--color{
    font-size: 18px;
    font-weight: 700;
    color: #CE993A;
}

/* id="cta" */
.cta{
    background-color: white;
}

.cta__topimg{
    margin-bottom: -45px;
}

.cta__productimg{
    padding: 0 25px;
}

.cta__moretxt{
    text-align: center;
    color: #CE993A;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 8px;
    margin-bottom: 22px;
}

.cta__moretxt--mini{
    font-size: 18px;
    margin-left: -5px;
    margin-right: -5px;
}

.cta__bonusimg{
    width: 192px;
    margin: 0 auto;
    display: block;
}

.cta__hukidashi{
    margin: 0 50px;
    margin-top: 13px;
    position: relative;
}

.cta__hukidashi img{
    width: 100%;
}

.cta__hukidashi p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
    line-height: 24px;
    color: #46342E;
    font-weight: 500;
    width: 100%;
    padding: 0px 50px;
    margin-top: 3%;
}

.cta__title{
    font-size: 24px;
    font-weight: 700;
    color: #CE993A;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 29px;
}

.cta__content--product{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cta__content--product a{
    font-size:17px;
    font-weight: 700;
    color: #CE993A;
    text-decoration: underline;
    text-underline-offset: 4.5px;
}

.cta__content--product img{
    width: 152px;
    height: auto;
}

.cta__content--annotation p{
    font-size: 13px;
    margin-bottom: 6px;
    color: #555251;
}

.cta__content--wrap{
    margin-bottom: 16px;
    padding: 0 50px;
}

.cta__price{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.cta__price--l{
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #3C1004;
    border-radius: 5px;
    padding: 1.5px 10px;
}

.cta__price--r{
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    color: #3C1004;
}

.cta__price--yen{
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

.cta__price--tax{
    font-size: 16px;
    font-weight: 500;
    margin-left: -7px;
}

.cta__price--shipping{
    background-color: #3C1004;
    color: white;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    padding: 13px 13.5px;
    border-radius: 100px;
    margin-left: -13px;
    margin-top: -10px;
}

.cta__pricebtn {
    position: relative;
    margin: 0 38px;
    margin-bottom: 30px;
}

.cta__pricebtn--content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    color:#3C1004;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}

.cta__pricebtn--content img{
    width: 19px;
    height: 19px;
    margin-right: 18px;
}

.cta__annotation{
    padding: 0 38px;
}

.cta__annotation p{
    position: relative;
    font-size: 15px;
    color: #555251;
    margin-bottom: 5px;
    padding-left: 25px;
}

.cta__annotation p.cta__annotation--bold{
    font-weight: 600;
}

.cta__annotation span{
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 470px){

    .cpdetail__cta--content{
        font-size: 14px;
    }

    .cpdetail__cta--content img{
        width: 15px;
        height: 15px;
        margin-right: 9px;
    }

    .cpdetail__cta--title {
        font-size: 17px;
    }

    .catch__toptxt{
        font-size: 17px;
    }

    .catch__inner {
        padding: 0 30px;
    }

    .catch__bottomtxt {
        font-size: 17px;
        line-height: 32px;
    }

    .product__inner {
        padding: 0 30px;
    }

    .point {
        padding: 0 30px;
    }

    .point__catch2nd {
        font-size: 22px;
    }

    .cta__title {
        font-size: 22px;
    }

    .cta__content--wrap {
        padding: 0 30px;
    }

    .cta__pricebtn {
        margin: 0 30px;
        margin-bottom: 30px;
    }

    .cta__annotation {
        padding: 0 30px;
    }

    .cta__hukidashi p{
        font-size: 14px;
        padding: 0 20px;
    }

    .cta__content--product img{
        width: 120px;
    }

    .cpdetail__inner{
        top: -180px;
    }
}