@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;
}

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;
}

/* 全てのページにおいてページタイトルを非表示にする（スマホ・PC共通） */
.entry-header .entry-title,
.entry-header .section-title,
.entry-header h1,
header.entry-header,
.page-header {
    display: none !important;
}

/* スマホ表示で特有の余白や下線を強制的に消す */
.site-main .entry-header,
.site-main header.entry-header,
.hentry .entry-header {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
    min-height: 0 !important;
}

/* もし「TOP」などの文字がまだ残る場合、その親要素も隠す */
.home .type-page .entry-header {
    display: none !important;
}

