@charset "utf-8";

/* =====================
  共通
===================== */

section#pi_s_cat_up { /* サブカテ非表示 */
	display: none;
}

#cate_wrap.tpl_01 {
	margin-bottom: 50px;
}
#cate_wrap.tpl_01 section {
	margin-top: 45px;
}

#cate_wrap.tpl_01 a {
	text-decoration: none;
}
#cate_wrap.tpl_01 a:active {
	transition: 0.2s;
	opacity: 0.6;
}
#cate_wrap.tpl_01 p a {
	text-decoration: underline;
}

#cate_wrap.tpl_01 p {
	margin: 0!important;
	padding: 0;
}

#cate_wrap.tpl_01 img {
	vertical-align: bottom;
}

#cate_wrap.tpl_01 ul {
	margin-top: 20px;
}
#cate_wrap.tpl_01 ul img {
	margin-bottom: 10px;
}
#cate_wrap.tpl_01 ul li:nth-child(n+2) {
	margin-top: 25px;
}

#cate_wrap.tpl_01 h2.bar { /* 見出し調整 */
	background-color: #333;
	color: #fff;
	border: 0px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0.7em;
}


/* =====================
  導入部分
===================== */

#cate_wrap.tpl_01 .cate_lead h1 {
	font-size: 14.5px;
  padding: 0.3em 0 0.7em;
}
#cate_wrap.tpl_01 h2 {
	font-size: 14px;
	margin: 5px 0 10px 0;
}

/* =====================
	1カラム（上画像、下テキスト）
  ul.column1
	ul.column1_smp
===================== */

#cate_wrap.tpl_01 ul.column1 h3,
ul.column1_smp h3 {
	margin: .1em 0 .4em;
	font-size: 13px;
}


/* =====================
	3カラム（上画像、下テキスト）
  ul.column3
===================== */

#cate_wrap.tpl_01 ul.column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cate_wrap.tpl_01 ul.column3 li {
	width: 30%;
	margin-top: 20px;
}
#cate_wrap.tpl_01 ul.column3 li:nth-child(-n+3) {
	margin-top: 0;
}
#cate_wrap.tpl_01 ul.column3 h4 {
	font-size: 11.5px;
	margin: -3px 0 0;
	padding: 0;
}
#cate_wrap.tpl_01 ul.column3 h4 a  {
	text-decoration: none;
}

/* =====================
	ラインアップ
===================== */

/* 見出し
------------------------*/
#lineup li h3 {
	font-size: 14.5px;
	text-align: center;
	/*letter-spacing: .03em;*/
	margin: 0 0 1em;
}
#lineup li.limset h3 { /* 限定セットh3調整
	letter-spacing: normal;
	font-size: 14px;
	*/
}
#lineup li h3 span { /* 日本語
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
	letter-spacing: normal;
	*/
}

/* テキスト部分
------------------------*/
#lineup ul li p.p_info { /* セット用 注釈 */
	font-size: 11px;
	margin: .3em 0 1em 0!important;
}



/* =====================
  おすすめ商品
===================== */

/* 見出し
------------------------*/
#osusume h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 40px 0;
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	justify-content: center; /* 文字を中央寄せ */
}
#osusume h3::before,
#osusume h3::after {
	background-color: #eee; /* 横線の色 */
	content: "";
	height: 3px; /* 横線の高さ */
	/*width: 30%; /* 横線の長さ */
	flex-grow: 1; /* 横幅いっぱい */
}
#osusume h3::before {
	margin-right: 20px; /* 文字との余白 */
}
#osusume h3::after {
	margin-left: 20px; /* 文字との余白 */
}

/* aエリア調整
------------------------*/
#osusume ul.column3 a {
	display: block;
}
