

.offer-btn {
    margin: 0 auto;
}

.offer-btn img {
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin:center;
}

@keyframes anime1 {
    from {
        transform: scale(0.9,0.9);
    }
    to {
        transform: scale(1,1);
    }
}

/*ピンク文字*/
.pink{
    color: #E6A4B4;
    font-weight: 500;
}

/*太文字*/
.futo{
    font-size: 1.1rem;
    font-weight: 400;
}

/*マーカー*/
.marker{
    background: #E6A4B4;
    background:linear-gradient(transparent 80%, #E6A4B4 80%);
}
/* no.1 */
h2{
    font-size: 1.3rem;
}

h2 span{
    font-size: 1.3rem;
    color: #48b;
}

/* thanks */

.thanks p{
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}

/* point */

.point h2{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
}

.point p{
    font-size: 1rem;
    line-height: 2rem;
}


.pointimg{
    width: 70%;
    margin: 35px;
}

.mov{
    width: 60%;
    margin: 20px;
}


.reviewimg{
    border: solid 1px #FFE5E5;
    box-shadow: 4px 4px #FFE5E5;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.reviewimg img{
    width: 100%;
    height: auto;
}

/*スマホ枠*/
.sumaho-waku img, .sumaho-waku:after, .sumaho-waku:before {
    max-width: 200px;/*スマホ幅の最大値*/
    background-color: #111;/*スマホの色*/
    color: #666;/*◎ボタンの色*/
    display: block;
}
.sumaho-waku img {
    width: 100%;
    height: auto;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0 auto;
}
.sumaho-waku:before, .sumaho-waku:after {
    display: block;
    text-align: center;
    font-family: 'MS PGothic', sans-serif;
    line-height: 1em;
    margin:0 auto;
}
.sumaho-waku:before {
    content: '…';
    font-size: 30px;
    border-radius: 30px 30px 0 0;
    height: 30px;
    margin: 0 auto;
}
