@charset "UTF-8";
/*
Theme Name: Storefront Child
Author: John Doe
Author URI: https://example.com/
Version: 1.0.0
Description: Storefront Child Theme
Template: storefront
Tags: e-commerce
*/


body {
    position: relative;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
    background: #fff;
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

/* Bootstrap4 Compatibility */
.footer-widgets.col-1,
.footer-widgets.col-2,
.footer-widgets.col-3,
.footer-widgets.col-4 {
    max-width: 100%;
}

.site-branding a.custom-logo-link {
    display: inline-block;
}


/* サイドバー非表示 */
.woocommerce #secondary {
    display: none;
}

.woocommerce .content-area {
    width: 100%;
}

.woocommerce-cart #secondary,
.woocommerce-checkout #secondary {
    display: none;
}

.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    width: 100%;
}

.woocommerce .widget_product_search,
.woocommerce-products-header__title.page-title,
.orderby,
.site-search,
.wc-tabs {
    display: none;
}

.site-header {
    border: none;
}

.woocommerce-tabs .panel {
    width: 100%;
}



.site-header .site-branding img {
    max-width: 150px;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    padding: 1em
}

.storefront-breadcrumb {
    margin-bottom: 0;
}


/* age-gate */
.age-gate__heading {
    width: 150px;
}