@charset "utf-8";

/* =====================
  共通
===================== */
#cate_wrap.tpl_01 {
	margin-bottom: 60px;
}
#cate_wrap.tpl_01 section {
	margin-top: 60px;
}

#cate_wrap.tpl_01 a {
	color: #333;
}
#cate_wrap.tpl_01 a:hover {
	color: #666;
	text-decoration: none;
}

#cate_wrap.tpl_01 p {
	margin: 0!important;
	padding: 0;
	line-height: 1.8!important;
}
#cate_wrap.tpl_01 p a {
	text-decoration: underline;
}

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

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

/* =====================
	1カラム（上画像、下テキスト）
  ul.column1
===================== */
#cate_wrap.tpl_01 ul.column1 {
	width: 100%;
}
#cate_wrap.tpl_01 ul.column1 h3 { /* h3調整 */
	font-size: 14px;
	margin: .1em 0 .4em;
}
#cate_wrap.tpl_01 ul.column1 li:nth-child(n+2) { /* リスト余白調整 */
	margin-top: 25px;
}
#cate_wrap.tpl_01 ul.column1 li img {
	margin: 0 0 10px 0; /* 画像余白調整 */
	width: 100%;
}

/* =====================
	1カラム（右画像、左テキスト）
  ul.column1_type2_pc
===================== */

#cate_wrap.tpl_01 ul.column1_type2_pc li {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
#cate_wrap.tpl_01 ul.column1_type2_pc li img {
	width: 325px;
	margin-right: 20px;
	float: left;
}
#cate_wrap.tpl_01 ul.column1_type2_pc li p {
	width: 325px;
	float: right;
}

/* =====================
	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%;
}
#cate_wrap.tpl_01 ul.column3 li:nth-child(-n+3) {
	margin-top: 0;
}
#cate_wrap.tpl_01 ul.column3 h4 {
	font-size: 12px;
	margin: .6em 0 0 0;
	padding: 0;
}

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

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

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

/* 見出し
------------------------*/
/*
#lineup .column1_type2_pc li h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 20px 0;
	text-align: center;
	letter-spacing: .13em;
}
#lineup ul.column1_type2_pc li h3 span {
	display: block;
	font-size: 12px;
	margin: 5px 0 10px;
}
*/
/* h3を横並びにしたパターン。↑とかぶる。あとで整理 */
#lineup li h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 20px;
	/*letter-spacing: .03em;*/
}
#lineup li.limset h3 { /* 限定セットh3調整 */
	letter-spacing: normal;
	/*font-size: 17px;*/
}
#lineup li h3 span { /* 日本語部分
	display: inline-block;
	font-size: 12px;
	margin-left: 12px;
	letter-spacing: normal;
	*/
}

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



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

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

/* リスト調整
------------------------*/
#osusume ul.column3 {
	margin-top: 20px;
}
