html, body{
  font-size: inherit;
}

/* ヘッダー */
.ec-layoutRole__header {
	background-color: #09F;
}
.ec-headerTitle,
.ec-cartNavi,
.ec-headerNav .ec-headerNav__itemIcon,
.ec-headerNav .ec-headerNav__itemLink {
	color: #eee;
}

.ec-headerNaviRole {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
	width: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

/* ロゴ */
.ec-headerTitle .ec-headerTitle__title a {
	margin-bottom: 15px;
}

/* ロゴ全体 */
.ec-headerRole {
	padding: 0;
}
.ec-layoutRole__contents {
	padding-top: 10px;
}

/* ナビゲーションバー */
.ec-categoryNaviRole {
    border-top: solid 1px #D9D9D9;
	background-color: #09F;
	max-width: none;
	margin: 0;
}
.ec-itemNav__nav li a {
	background: transparent;
	color: #eee;
}
.ec-itemNav__nav > li:hover > a {
	background: #ACD6FF;
}

.ec-itemNav__nav li ul li a,
.ec-itemNav__nav li ul li ul li a {
	background: #fff;
}
.ec-itemNav__nav li ul li a,
.ec-itemNav__nav li ul li ul li a,
.ec-itemNav__nav li ul li ul:before {
	color: #525263;
}
.ec-itemNav__nav > li:hover li:hover > a,
.ec-itemNav__nav li:hover ul li ul li a:hover {
	background: #cccccc;
}

.ec-itemNav__nav li ul li {
	float: none;
	width: 100%;
}

/* ハンバーガーメニュー */
.ec-headerNavSP {
	left: auto;
	right: 10px;
	top: 8px;
}

/* ドロワー */
.ec-drawerRole {
	left: auto;
	right: 0;
	transform: translateX(100%);
}
.ec-drawerRole.is-active {
	transform: translateX(0);
}
/* 閉じるボタン */
.ec-drawerRoleClose {
	left: 10px;
}

/* フッター */
.ec-footerRole {
	background-color: #09F;
	border-style: none;
}
.ec-footerNavi,
.ec-footerTitle {
	color: #eee;
}
.ec-footerNavi .ec-footerNavi__link a {
	text-decoration: none;
	border-style: none;
}

/* デカい画面用に幅は1300pxまでとする */
.ec-layoutRole .ec-layoutRole__contents {
	max-width: 1300px;
}
/* スライドショー */
.ec-sliderRole {
	padding: 0 8px;
}

/* タイトル */
h3.bg_black {
	text-align:center;
	font-size:1.5em;
	line-height:1.5;
	background-color: #09F;
	margin-bottom:25px;
	color:#fff;
}
h3.bg_white {
	text-align:center;
	font-size:1.2em;
	line-height:1.5;
	background-color:#fff;
	border:1px solid #09f;
	margin-bottom:25px;
	color:#000;
}
h4 {
	background-color:#09f;
	padding:5px 10px;
	border-left:10px solid #873B3C;
	color:#fff !important;
}


/* SP設定 */
/* SPでサブメニューを出す */
.ec-headerCategoryArea .ec-itemNav__nav li ul {
	display: block;
}
/* ヘッダーのスペース */
.ec-layoutRole__footer .ec-headerNaviRole {
	padding: 0;
	padding-top: 8px;
}
/* カートの位置 */
.ec-headerRole__cart {
	margin-right: 65px;
}
.ec-headerTitle__title .copy {
	font-size: 0.5rem;
}
/* PC設定 */
@media screen and (min-width: 768px) {
	/* ヘッダーのスペース */
	.ec-layoutRole__header .ec-headerNaviRole {
		padding: 20px 15px;
	}
	/* カートの位置 */
	.ec-headerRole__cart {
		margin-right: 0;
	}
	.ec-headerRole__cart .ec-cartNavi {
		background-color: transparent;
		border: solid 1px #eee;
	}
	.ec-headerTitle__title .copy {
		font-size: 1rem;
	}
}
