@charset "utf-8";
/*
Theme Name: Katawara Child
Theme URI:
Template: katawara
Description:
Author:
Tags:
Text Domain: katawara
Version: 0.0.1
*/

:root {
    /* ハンバーガーアイコン */
    /* --vk-mobile-nav-menu-btn-bg-src: url(https://olistyle.saishin-sp.com/wp-content/uploads/2023/11/menu_icon_153999.svg); */
    /* page-topアイコン */
    --ver_page_top_button_url: url(https://japan-cannabis.com/wp-content/uploads/2024/05/2.svg);
}

.scrolled .page_top_btn {
    background-color: unset;
    box-shadow: unset;
}

.page_top_btn {
    transform: scale(2);
}

/* ヘッダーロゴ */
@media screen and (min-width: 1200px) {
    .admin-bar .l-site-header {
        display: flex;
        flex-direction: column;
    }
}

.add-header-logo-header {
    text-align: center;
    margin-top: auto;
    margin-bottom: 2.6em;
}

.add-header-logo-header img {
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width:1199px){
    .add-header-logo-header img {
        max-width: 10em;
    }
    .add-header-affiliate {
        text-align: center;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width:1200px) {
    .add-header-affiliate {
        text-align: center;
    }
    .add-header-affiliate img {
        margin: .5em auto;
    }
}




/* 1200px以上の場合、only-pcを表示し、only-spを非表示にする */
@media screen and (min-width: 1200px) {
    .only-pc {
/*         display: block; */
    }
    .only-sp {
        display: none !important;;
    }
}

/* 1199px以下の場合、only-spを表示し、only-pcを非表示にする */
@media screen and (max-width: 1199px) {
    .only-pc {
        display: none !important;;
    }
    .only-sp {
/*         display: block ; */
    }
}


/* 広告アラート表示 */
.veu_promotion-alert {
    border: 1px solid #ffb5b5;
    text-align: justify;
	padding:1%;
}