@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
base
--------------------------------*/
body{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #323232;
}
h2,h3,h4,h5,h6{
    line-height: 1.3;
}
a{
    color: #29bbff;
}
img{
    max-width: 100%;
    height: auto;
}
.wrap{
    margin: auto;
    max-width: 768px;
}
.contents{
    margin: auto;
    max-width: 428px;
}
.h2{
    margin-bottom: 16px;
    padding: 8px;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    background: rgba(255,255,255,0.8);
    border: solid 2px #f279ac;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
.h2::before,
.h2::after{
    width: 28px;
    height: 34px;
}
.h2::before{
    background: url(../images2/heading-heart-left.webp) no-repeat center / contain;
    top: 0;
    left: -2px;
}
.h2::after{
    background: url(../images2/heading-heart-right.webp) no-repeat center / contain;
    right: -2px;
    bottom: 0;
}
.bg-red .h2{
    border: solid 2px #2ea8e6;
}
.bg-red .h2::before{
    background: url(../images2/heading-bheart-left.webp) no-repeat center / contain;
}
.bg-red .h2::after{
    background: url(../images2/heading-bheart-right.webp) no-repeat center / contain;
}
.h2 .icon{
    width: 60px;
}
.h2 .text{
    padding: 0 19px;
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.bg-blue{
    background: url(../images2/bg-blue.webp) top center / 60px;
}
.bg-red{
    background: url(../images2/bg-red.webp) top center / 60px;
}
.bag{
    text-shadow: -2px -2px 0px rgb(255,255,255),-2px -1px 0px rgb(255,255,255),-2px 0px 0px rgb(255,255,255),-2px 1px 0px rgb(255,255,255),-2px 2px 0px rgb(255,255,255),-1px -2px 0px rgb(255,255,255),-1px 2px 0px rgb(255,255,255),0px -2px 0px rgb(255,255,255),0px 2px 0px rgb(255,255,255),1px -2px 0px rgb(255,255,255),1px 2px 0px rgb(255,255,255),2px -2px 0px rgb(255,255,255),2px -1px 0px rgb(255,255,255),2px 0px 0px rgb(255,255,255),2px 1px 0px rgb(255,255,255),2px 2px 0px rgb(255,255,255);
}
.strong{
    color: #f21873;
}
.price .balloon .strong,
.bg-red .h2 .strong{
    color: #2ea8e5;
}
.btn-box{
    margin: 32px 16px;
}
.btn{
    padding: 8px 76px 8px 8px;
    display: block;
    background: #52cc52;
    border-radius: 100px;
    position: relative;
    box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
    animation: animation 1s ease-in-out infinite;
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
@keyframes animation{
    0%{
        transform: scale(1,1);
    }
    50%{
        transform: scale(0.95,0.95);
    }
}
.btn::before,
.btn::after{
    top: 0;
    bottom: 0;
}
.btn::before{
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50px;
    right: 14px;
}
.btn::after{
    width: 30px;
    height: 30px;
    background: url(../images2/btn-icon.webp) no-repeat center / contain;
    top: -2px;
    right: 24px;
}
.h2::before,
.h2::after,
.price .h3 .balloon::before,
.price .letter .pic::before,
.price .letter .pic::after,
.btn::before,
.btn::after{
    margin: auto;
    content: "";
    position: absolute;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
    padding: 12px 8px 20px;
    background: url(../images2/hero-bg.webp) no-repeat center / cover;
    position: relative;
    overflow: hidden;
}
.hero .phone{
    position: absolute;
    top: 15%;
    left: -6%;
    right: 33%;
}
.hero .phone .phone-img{
    position: relative;
    z-index: 1;
}
.hero .phone video{
    width: 84%;
    border-radius: 20px;
    position: absolute;
    top: 2%;
    left: 9%;
    transform: rotate(5deg);
}
.hero .text{
    position: relative;
    z-index: 2;
}
.about-price,
.woman,
.review{
    padding: 32px 16px 0;
    overflow: hidden;
}
.about,
.price{
    margin-bottom: 32px;
}
.about .h2::before{
    display: none;
}
.about .h2 .text{
    padding: 0 19px 0 0;
}
.about .box{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}
.about .box .text{
    flex: 1;
}
.about .box .img-box{
    width: 100px;
}
.price .h3{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    font-size: 16px;
    font-weight: bold;
}
.price .h3 .icon{
    width: 60px;
}
.price .h3 .balloon{
    display: block;
    flex: 1;
    border: solid 20px;
    border-image: url(../images2/price-heading-balloon.webp) 32 round stretch;
    position: relative;
    text-align: center;
}
.price .h3 .balloon::before{
    width: 32px;
    height: 14px;
    background: url(../images2/price-heading-tail.webp) no-repeat center / contain;
    left: -30px;
    bottom: -17px;
}
.price .h3 .text{
    margin: -6px;
    padding-top: 2px;
    display: block;
    background: white;
}
.price .text{
    margin-bottom: 16px;
}
.price .img-box{
    margin-bottom: 16px;
}
.price .letter{
    padding: 16px;
    background: white;
}
.price .letter .text-box{
    background-color: #fff;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 2em;
    line-height: 2em;
    padding-bottom: 1px;
}
.price .letter .text{
    margin-bottom: 2em;
}
.price .letter .text:last-child{
    margin-bottom: 0;
}
.price .letter .pic{
    margin: 24px 8px;
    position: relative;
}
.price .letter .pic::before,
.price .letter .pic::after{
    width: 50px;
    height: 50px;
    background: url(../images2/price-letter-tape.webp) no-repeat center / contain;
}
.price .letter .pic::before{
    top: -18px;
    left: -18px;
}
.price .letter .pic::after{
    right: -18px;
    bottom: -18px;
}
.woman{
    overflow: hidden;
}
.woman .phone-box{
    margin-bottom: 32px;
    background: url(../images2/woman-box-top.webp) no-repeat top center / 100%, url(../images2/woman-box-btm.webp) no-repeat bottom center / 100%, url(../images2/woman-box-mid.webp) repeat-y top center / 100%;
    position: relative;
}
.woman .phone-box .phone{
    padding: 17.4% 11% 10.7%;
    position: relative;
}
.woman .li{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: dotted 2px #f279ac;
}
.woman .li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.woman .li > .inner{
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}
.woman .li .left{
    width: 87px;
}
.woman .li .right{
    flex: 1;
}
.woman .right .inner{
    font-weight: bold;
}
.woman .inner .status{
    margin-bottom: 6px;
    padding: 4px;
    background: #f279ac;
    text-align: center;
    line-height: 1.4;
    color: white;
}
.woman .inner .online-wrap{
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.woman .online-wrap .online-box{
    width: 28px;
}
.woman .online-wrap .text{
    flex: 1;
    line-height: 1.4;
}
.woman .right .h3{
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
}
.woman .text img{
    margin-left: 4px;
    width: 14px;
}
.review .box{
    margin-bottom: 16px;
    padding: 8px;
    background: rgba(255,255,255,0.8);
}
.review .box .inner{
    padding: 16px;
    border: solid 1px #cccccc;
}
.review .inner .heading{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}
.review .heading .icon{
    padding: 8px 2px 0 2px;
    width: 60px;
    height: 60px;
    border: solid 1px #cccccc;
    border-radius: 60px;
    overflow: hidden;
}
.review .heading .info{
    flex: 1;
    line-height: 1.2;
}
.review .info .name{
    font-weight: bold;
}
.review .info .star{
    word-break: break-all;
    letter-spacing: 5px;
    font-size: 20px;
    color: #ff9e03;
}
.footer{
    padding: 8px 16px;
    background: #1a1a1a;
}
.footer .text{
    font-size: 14px;
    text-align: center;
    color: white;
}

/*--------------------------------
tablet
--------------------------------*/
@media screen and (min-width: 600px){
    body{
        font-size: 24px;
    }
    .contents{
        max-width: inherit;
    }
    .h2{
        margin-bottom: 32px;
        padding: 16px;
        min-height: 124px;
        column-gap: 32px;
        border: solid 4px #f279ac;
        font-size: 32px;
    }
    .h2::before,
    .h2::after{
        width: 40px;
        height: 50px;
    }
    .h2::before{
        left: -4px;
    }
    .h2::after{
        right: -4px;
    }
    .h2 .icon{
        width: 84px;
    }
    .h2 .text{
        font-size: 32px;
    }
    .btn-box{
        margin: 64px 32px;
    }
    .btn{
        padding: 16px 112px 16px 16px;
        font-size: 32px;
    }
    .btn::before{
        width: 70px;
        height: 70px;
        border-radius: 70px;
        right: 26px;
    }
    .btn::after{
        width: 40px;
        height: 40px;
        top: -2px;
        right: 41px;
    }
    .bg-blue{
        background: url(../images2/bg-blue.webp) top center / 100px;
    }
    .bg-red{
        background: url(../images2/bg-red.webp) top center / 100px;
    }
    .hero{
        padding: 24px 16px 40px;
    }
    .about-price,
    .woman,
    .review{
        padding: 64px 32px 0;
    }
    .about,
    .price{
        margin-bottom: 64px;
    }
    .about .box{
        margin-bottom: 32px;
        column-gap: 32px;
    }
    .about .box .img-box{
        width: 140px;
    }
    .price .h3{
        margin-bottom: 32px;
        column-gap: 32px;
        font-size: 24px;
    }
    .price .h3 .icon{
        width: 100px;
    }
    .price .h3 .balloon{
        border: solid 32px;
        border-image: url(../images2/price-heading-balloon.webp) 32 round stretch;
    }
    .price .h3 .balloon::before{
        width: 54px;
        height: 22px;
        left: -52px;
        bottom: -27px;
    }
    .price .h3 .text{
        margin: -12px;
    }
    .price .text{
        margin-bottom: 32px;
    }
    .price .img-box{
        margin-bottom: 32px;
    }
    .price .letter{
        padding: 32px;
    }
    .price .letter .pic{
        margin: 48px 16px;
    }
    .price .letter .pic::before,
    .price .letter .pic::after{
        width: 100px;
        height: 100px;
    }
    .price .letter .pic::before{
        top: -36px;
        left: -36px;
    }
    .price .letter .pic::after{
        right: -36px;
        bottom: -36px;
    }
    .woman .phone-box{
        margin-bottom: 64px;
    }
    .woman .li{
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: dotted 4px #f279ac;
    }
    .woman .li > .inner{
        column-gap: 16px;
    }
    .woman .right .h3{
        margin-bottom: 8px;
        font-size: 24px;
    }
    .woman .li .left{
        width: 116px;
    }
    .bg-red .h2{
        border: solid 4px #2ea8e6;
    }
    .review .box{
        margin-bottom: 32px;
        padding: 16px;
    }
    .review .box .inner{
        padding: 24px;
        border: solid 2px #ccc;
    }
    .review .inner .heading{
        margin-bottom: 32px;
        column-gap: 16px;
    }
    .review .heading .icon{
        padding: 12px 4px 0 4px;
        width: 100px;
        height: 100px;
    }
    .review .info .star{
        margin-top: 4px;
        font-size: 28px;
    }
    .footer{
        padding: 12px 32px;
    }
    .footer .text{
        font-size: 20px;
    }
}