@charset "UTF-8";

div.cart01{
    background:url(../image/pc/cv_pc_bg01.png)no-repeat center center;
}

div.cart02{
    background:url(../image/pc/cv_pc_bg02.png)no-repeat center center;
    background-size: contain;
    width: 900px;
    height: 2669px;
    position: relative;
}

div.cart02 > p.btn01{
    position: absolute;
    top: 1988px;
    left: 42px;
}
div.cart02 > p.btn02{
    position: absolute;
    top: 1266px;
    right: 38px;
}

div.cart02 > p.btn03{
    position: absolute;
    top: 2234px;
    right: 88px;
}

div.wrapper{
    position: relative;
    height: 100%;
    min-height: 100vh;
}

div#fixed_btn{
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 10px auto;
}

div#fixed_btn > a{
    width: 100%;
}

div#fixed_btn > a > img{
    width: 100%;
    height: auto;
}

div#fixed_btn_sp{
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    width: 100%;
}