@charset "UTF-8";

/*
	共通
	非表示設定
	詳細リンク(text + border)
	コンテンツ設定
	カテゴリタイトル及びトピックパス
	カテゴリキャッチ
*/

/*** 共通 ***/
html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	color: #444;
	overflow-x: hidden;/* simply-scrollの横スクロールバーの高さ分を非表示 */
}
body {
	/* background:#cd0000; */
}
@media print, screen and (min-width: 768px) {
body {
	min-width: 980px;
}
}

/* デフォルトリンクカラー */
a, a:link {
	/*color: #0000DE;*/
	color:#00479d;
	overflow: hidden;
	outline: none;
}
a:visited {
	color: #941D55;
	overflow: hidden;
	outline: none;
}
a:active,
a:hover {
	color: #CC0000;
	overflow: hidden;
	outline: none;
}
a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

/* PCの電話番号リンクを無効化 */
a[href^="tel:"] { cursor: default; }

/* Reset */
ul { padding: 0; margin: 0; list-style: none; }


/*** 非表示設定 ***/
.hide-all {
	display:none !important;
}
.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.hide-sp {
		display:none !important;
	}
}
@media print, screen and (min-width: 768px) {
	.hide-pc {
		display:none !important;
	}
}

/*** 詳細リンク(text + border) ***/
/* .detail-link a.black {
	color: #000;
	border: 2px solid #000;
}
.detail-link a.white {
	color: #fff;
	border: 2px solid #fff;
}
.detail-link a,
.detail-link a:link {
	text-decoration: none;
}
.detail-link a.black:visited,
.detail-link a.black:active,
.detail-link a.black:hover,
.detail-link a.black:focus {
	color: #000;
}
.detail-link a.white:visited,
.detail-link a.white:active,
.detail-link a.white:hover,
.detail-link a.white:focus {
	color: #fff;
}
@media only screen and (max-width: 767px) {
.detail-link a {
	width: 56%;
	display: block;
	font-size: 1.1em;
	line-height: 1.0em;
	text-align: center;
	border: 2px solid #000;
	padding: 2.4% 0 2.2%;
	margin: 0 auto;
}
}
@media print, screen and (min-width: 768px) {
.detail-link a {
	width: 300px;
	display: block;
	font-size: 18px;
	line-height: 1.0em;
	text-align: center;
	border: 2px solid #000;
	padding: 16px 0;
	margin: 0 auto;
	transition: 0.3s;
	backface-visibility: hidden;
}
.detail-link a.black:hover {
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.detail-link a.white:hover {
	color: #000;
	background: rgba(255,255,255,0.7);
}
} */

/*** 詳細リンク(image) ***/
@media only screen and (max-width: 767px) {
	.detail-link {
		width: 86.667%;
		margin: 0 auto;
	}
	.detail-link a {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		margin: 0 auto;
	}
	.detail-link a.sand {
		display: block;
		background: url(../images/_share/btn-detail-sand.png) no-repeat 0 0;
		padding: 17.692% 0 0;
		background-size: contain;
	}
	.detail-link a.moca {
		display: block;
		background: url(../images/_share/btn-detail-moca.png) no-repeat 0 0;
		padding: 17.692% 0 0;
		background-size: contain;
	}
}
@media print, screen and (min-width: 768px) {
	.detail-link {
		/*width: 460px;*/
		margin: 0 auto;
	}
	.detail-link a {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		transition: 0.3s;
		backface-visibility: hidden;
		margin: 0 auto;
	}
	.detail-link a.sand {
		display: block;
		background: url(../images/_share/btn-detail-sand.png) no-repeat 0 0;
		width: 368px;
		height: 65px;
		background-size: contain;
	}
	.detail-link a.moca {
		display: block;
		background: url(../images/_share/btn-detail-moca.png) no-repeat 0 0;
		width: 368px;
		height: 65px;
		background-size: contain;
	}
	.detail-link a:hover {
		opacity: 0.7;
	}
}

/*** コンテンツ設定 ***/
#container {
	position: relative;
}
#content {
	background: #FFF;
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 999;
}
@media print, screen and (min-width: 768px) {
	#content {
		min-width: 980px;
	}
}

/*** カテゴリタイトル及びトピックパス ***/
/* カテゴリタイトル(第2階層) */
@media only screen and (max-width: 767px) {
	.tree #category-head-frame { /* 画像指定は各カテゴリcss */
		background: url(../images/blank.gif) no-repeat center;
		background-size: cover;
		height: 200px;
		position: relative;
	}

	.tree #category-head-frame-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		height: 200px;
		padding: 80px 0 0;
		box-sizing: border-box;
	}
	.tree #category-head-group { /* 設定は各カテゴリcss */
		width: 94%;
		margin: 0 auto;
	}
	.tree #category-head-group h1 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat center;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		height: 40px;
		background-size: contain;
	}
}
@media print, screen and (min-width: 768px) {
	.tree #category-head-frame { /* 画像指定は各カテゴリcss */
		background: url(../images/blank.gif) no-repeat center;
		background-size: auto 100%;
		width: 100%;
		height: 340px;
		position: relative;
	}
	.tree #category-head-frame-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		box-sizing: border-box;
		width: 100%;
		height: 340px;
		padding: 120px 0 0;
	}
	.tree #category-head-group {
		width: 940px;
		margin: 0 auto;
	}
	.tree #category-head-group h1 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat 0 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		width: 1px;
		height: 1px;
		background-size: contain;
		margin: 0 auto;
	}
}
/* カテゴリタイトル(第3階層) */
@media only screen and (max-width: 767px) {
	.tree #category-head-frame2 { /* 画像指定は各カテゴリcss */
		background: url(../images/blank.gif) no-repeat center;
		background-size: cover;
		height: 200px;
		position: relative;
	}
	.utilization #category-head-frame2 { /* 画像指定は各カテゴリcss */
		height: 160px;
	}

	.tree #category-head-frame2-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		height: 200px;
		padding: 60px 0 0;
		box-sizing: border-box;
	}
	.utilization #category-head-frame2-inner {
		height: 160px;
		padding: 30px 0 0
	}
	#utilization-index #category-head-frame2-inner {
		height: 160px;
		padding: 56px 0 0
	}
	.tree #category-head-group2 { /* 設定は各カテゴリcss */
		width: 94%;
		margin: 0 auto;
	}
	.tree #category-head-group2 h1 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat center;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		height: 80px;
		background-size: contain;
	}
	#utilization-index #category-head-group2 h1 { /* 画像指定は各カテゴリcss */
		height: 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.tree #category-head-frame2 { /* 画像指定は各カテゴリcss */
		background: url(../images/blank.gif) no-repeat center;
		background-size: auto 100%;
		width: 100%;
		height: 340px;
		position: relative;
	}
	.tree #category-head-frame2-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		box-sizing: border-box;
		width: 100%;
		height: 340px;
		padding: 106px 0 0;
	}
	#utilization-index #category-head-frame2-inner {
		padding: 96px 0 0;
	}
	.tree #category-head-group2 {
		width: 940px;
		margin: 0 auto;
	}
	.tree #category-head-group2 h1 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat 0 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		width: 1px;
		height: 1px;
		background-size: contain;
		margin: 0 auto;
	}
}
/* カテゴリタイトル(第2・3階層)※商品ラインナップのみ */
@media only screen and (max-width: 767px) {
	.tree #category-head-frame2p { /* 画像指定は各カテゴリcss */
		background: url(../images/blank.gif) no-repeat center;
		background-size: cover;
		height: 140px;
		position: relative;
	}

	.tree #category-head-frame2p-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		height: 140px;
		padding: 50px 0 0;
		box-sizing: border-box;
	}
	.product-lineup #category-head-frame2p-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		height: 140px;
		padding: 20px 0 0;
		box-sizing: border-box;
	}
	.tree #category-head-group2p { /* 設定は各カテゴリcss */
		width: 94%;
		margin: 0 auto;
	}
	.tree #category-head-group2p h1 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat center;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		height: 40px;
		background-size: contain;
	}
	.product-lineup #category-head-group2p h1 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat center;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		height: 80px;
		background-size: contain;
	}
}
@media print, screen and (min-width: 768px) {
	.tree #category-head-frame2p { /* 画像指定は各カテゴリcss */
		background: url(../images/blank.gif) no-repeat center;
		background-size: auto 100%;
		width: 100%;
		height: 290px;
		position: relative;
	}
	.tree #category-head-frame2p-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		box-sizing: border-box;
		width: 100%;
		height: 290px;
		padding: 106px 0 0;
	}
	.product-lineup #category-head-frame2p-inner {
		background: url(../images/_share/global-header-tree-dot.png) repeat center;
		box-sizing: border-box;
		width: 100%;
		height: 290px;
		padding: 60px 0 0;
	}
	.tree #category-head-group2p {
		width: 940px;
		margin: 0 auto;
	}
	.tree #category-head-group2p h1 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat 0 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		width: 1px;
		height: 1px;
		background-size: contain;
		margin: 0 auto;
	}
}

/*トピックパス*/
#topicpath {
	background: rgba(35,24,21,0.3);
	color: #fff;
	font-size: 14px !important;   
	line-height: 1.6;
	width: 100%;
	padding: 12px 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}
#topicpath ul {
	width: 940px;
	list-style: none;
	margin: 0 auto;
}
#topicpath li {
	float: left;
}
#topicpath li.sub {
	padding-left: 10px;
	width: auto;
}
#topicpath li.sub:before {
	letter-spacing: 0px !important;
    content: "〉" !important;
}

#topicpath a,
#topicpath a:link {
	color:#fff;
}
#topicpath a:visited {
	color:#fff;
}
#topicpath a:active,
#topicpath a:hover {
	color: #fff;
	text-decoration: none;
}
#topicpath a:focus {
	color: #fff;
}

/*** カテゴリキャッチ(第2階層・第3階層 共通) ***/
@media only screen and (max-width: 767px) {
	.tree #category-catch-frame,
	.tree #category-catch-frame2 {
		width: 100%;
		background: #fff;
		padding: 14.4% 0;
	}
	.tree #category-catch-frame-inner,
	.tree #category-catch-frame2-inner {
		width: 94%;
		margin: 0 auto;
	}
	.tree #category-catch-group,
	.tree #category-catch-group2 { /* 設定は各カテゴリcss */
		width: 100%;
		margin: 0 auto;
	}
	.tree #category-catch-group h2,
	.tree #category-catch-group2 h2 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat center;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		padding: 1% 0 0;
		background-size: contain;
	}
}
@media print, screen and (min-width: 768px) {
	.tree #category-catch-frame,
	.tree #category-catch-frame2 {
		width: 100%;
		background: #fff;
		padding: 74px 0;
	}
	.tree #category-catch-frame-inner,
	.tree #category-catch-frame2-inner {
		width: 940px;
		margin: 0 auto;
	}
	.tree #category-catch-group,
	.tree #category-catch-group2 {
		width: 940px;
		margin: 0 auto;
	}
	.tree #category-catch-group h2,
	.tree #category-catch-group2 h2 { /* 画像指定は各カテゴリcss */
		display: block;
		background: url(../images/blank.gif) no-repeat 0 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		width: 1px;
		height: 1px;
		margin: 0 auto;
	}
}
