#pagetop{display: grid;place-items: center;width: 50px;height: 50px;border-radius: 50%;background:linear-gradient(to right,#b7e1ea,#f4919c);position: fixed;bottom:50px;right:30px;z-index: 100;text-decoration: none;}
.conv_btn { display: none; }
@media screen and (max-width:740px) {
.conv_btn { width: 100%; position: fixed; left: 0; bottom: 0; background:linear-gradient(to right,#b7e1ea,#f4919c); z-index: 30; text-align: center; padding: 10px 0; font-weight: bold; }
.conv_btn a { display: inline-flex; gap:0 10px;justify-content: center;align-items: center;color: #143855; font-size: 20px; padding: 5px 20px; border-radius: 20px;text-decoration: none;}
}
footer{position: relative;background:linear-gradient(#143855 10%, #00a6ba 90%);padding:100px 0 300px;z-index: 10;}
footer:before{content:"";width: 54%;height: 100%; position: absolute;bottom:0;left: 0;background:url(../img/common/illust_bottom_left.svg)no-repeat;background-size: contain;background-position: bottom left;z-index: -1;}
#pet footer:before{content:"";width: 54%;height: 100%; position: absolute;bottom:0;left: 0;background:url(../img/pet/illust_bottom_left.svg)no-repeat;background-size: contain;background-position: bottom left;z-index: -1;}
footer:after{content:"";width: 46%;height:100%; position: absolute;bottom:0;right: 0;background:url(../img/common/illust_bottom_right.svg)no-repeat;background-size: contain;background-position: bottom right;z-index: -1;}
#pet footer:after{content:"";width: 46%;height:100%; position: absolute;bottom:0;right: 0;background:url(../img/pet/illust_bottom_right.svg)no-repeat;background-size: contain;background-position: bottom right;z-index: -1;}
.footer_inner{max-width: 700px;margin: 0 auto;color:#f8f8f8;padding:0 0 100px;}
#fnav{padding: 0 0 30px;}
.fnav_ttl{font-size: 60px;font-weight: 900;}
#fnav a{display: block;font-size: 20px;font-weight: 700;text-decoration: none;color:#f8f8f8;padding:0 0 .5em .25em;}
#fnav a:before{content:"▶︎";padding:0 .25em 0 0;}
/*.footer_service_name{padding: 100px 0 0;font-family: "Shippori Mincho", serif;font-size: 23px;font-weight: 800;text-decoration: none;color: #f8f8f8;}*/
.footer_service{display: inline-flex;gap:0 70px;}
.footer_service_name_pet{color:#f8f8f8;text-decoration: none;font-family: "Shippori Mincho", serif;font-weight: 800;font-size: 14px;display: inline-grid;line-height: .5;justify-items: center;padding: 0 0 10px;}
.copyright{padding: 10px 0 0;font-size: 15px;}
.footer_service_name_main{position: absolute;bottom: 70px;left: 50%;transform: translateX(-50%);}
.footer_cat{position: absolute;bottom: 0;left: 10vw;}
/*.footer_dog{position: absolute;bottom: 0;right: 10vw;}*/
@media screen and (max-width:980px) {
    .footer_cat{left: 0;}
    /*.footer_dog{right: 0;}*/
}
@media screen and (max-width:740px) {
    #pagetop{bottom:70px;right: 10px;}
    footer{padding:100px 20px 300px;}
    .fnav_ttl{font-size: 30px;padding:0 0 .5em;}
    #fnav a{font-size: 18px;}
    .footer_service{display: block;}
    .footer_service_name_pet{padding: 0 0 30px;}
    .footer_service_name_main{bottom: 100px;}
    .footer_cat{width: 30vw;bottom: 50px;}
    /*.footer_dog{width: 50vw;bottom: 50px;}*/
}