/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.50.1785655326
Updated: 2026-08-02 16:22:06

*/


/* ==========================================
   PAGE TOP Button
========================================== */

#bibi-back-to-top{

    position:fixed;
    right:24px;
    bottom:24px;

    width:120px;
    height:46px;

    display:none;
    align-items:center;
    justify-content:center;

    background:#ffffff;

    border:1px solid #d8c7a5;
    border-radius:999px;

    text-decoration:none;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

    z-index:9999;

    user-select:none;
    -webkit-tap-highlight-color:transparent;
}

#bibi-back-to-top .text{

    font-size:11px;
    letter-spacing:.18em;
    font-weight:500;
    color:#23364d;

    line-height:1;

    white-space:nowrap;
}

/* スマホ */

@media (max-width:768px){

    #bibi-back-to-top{

        width:108px;
        height:42px;

        right:16px;
        bottom:16px;
    }

    #bibi-back-to-top .text{

        font-size:10px;
        letter-spacing:.15em;
    }

}