html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    background-color: #FFFFFF;
}
.content_wrapper{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

img{
    max-width: 100%;
}

#pagetop{
    bottom: 90px;
    position: fixed;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

@media(max-width:600px){
    #pagetop{
        bottom: 80px;
        right: 10px;
    }    
}

#pagetop:hover{
    opacity: 0.7;
}

.c-page-top{
    background-color:#6699a3;
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px
}

@media (min-width: 601px){
    .c-page-top{
        height: 50px;
        width: 50px;
    }
}

.c-page-top a{
    align-items: center;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.c-page-top  svg{
    fill: #FFFFFF;
    height: 20px;
    width: 20px;
}

.suicchi-button-container{
    position: relative;
}

.suicchi-buy-button{
    font-size: 18px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    background-color: #ca4862;
    border-radius: 34px;
    padding-left: 52px;
    padding-right: 52px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 14%;
    right: 6%;
    box-shadow: rgb(0,0,0,0.16) 1px 5px 5px;
}


@media(max-width:800px){
    .suicchi-buy-button{
        top: 14.3%;
    }
}



@media(max-width:600px){
    .suicchi-buy-button{
        display: none;
    }
}


.suicchi-buy-button:hover{
    background-color: #b64158;
}
.suicchi-buy-button:focus{
    background-color: #b64158;
}



.shopify-buy-frame{
    position: fixed;
    z-index: 9999;
    right: 0;
    top: auto;
    bottom: 30px;
}

@media(max-width:600px){
    .shopify-buy-frame{
        right: 0;
        left: 0;
        top: auto;
        bottom: 20px;
        width: 100%;
        max-width: none!important;
    }
}