@charset "UTF-8";
a {
	color: #000;
}

a:hover {
	color: #666;
}

body {
	background-color: #FFF;
}

body:after {
	content: " ";
	display: none;
	/* Prevent from displaying. */
}

@media only screen and (min-width: 993px) {
	body:after {
		content: "mediaLarge";
	}
}

@media only screen and (max-width: 992px) {
	body:after {
		content: "mediaMiddle";
	}
}

@media only screen and (max-width: 769px) {
	body:after {
		content: "mediaSmall";
	}
}


/**
 *   ラッパー
 */

#wrapper {
	min-width: 1000px;
	margin: 0 auto !important;
}

@media only screen and (max-width: 769px) {
	#wrapper {
		min-width: 100%;
		margin: 0 auto !important;
	}
}


/**
 *   共通パーツ
 */

.background {
	background: url(../images/bg-knit.jpg) center;
	background-size: contain;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}


/**
 *   表示・非表示設定
 */

.sm-visible {
	display: none !important;
}
#main_top_slider_sp.sm-visible {
	display: block !important;
}


@media only screen and (max-width: 769px) {
	.sm-hide {
		display: none !important;
	}
	.sm-visible {
		display: block !important;
	}
	/* #main_top_slider_pc.sm-hide {
		display: block !important;
	} */
}

/* メインスライダー */
#main_top_slider_sp_wrap {
	display: none !important;
}
@media only screen and (max-width: 769px) {
	#main_top_slider_pc_wrap {
		display: none !important;
	}
	#main_top_slider_sp_wrap {
		display: block !important;
	}
}


/**
 *   セクション共通
 */

 .section {
	margin: 0 auto 80px;
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
}

.section>.more {
	position: absolute;
	top: 10px;
	right: 0;
}


.section .section-contents {
	margin: 0 auto;
}



/***************▼固定ヘッダー▼*****************/

#headAreaPcSecond, header {
	z-index: 9999;
}




/***************headTop*****************/

#headTop {
	width: 100%;
	height: 38px;
	background-color: rgba(0, 0, 0, 1.0);
	z-index: 950;
}

#headObi {
	width: 1000px;
	margin: 0 auto 0;
	padding: 7px 0 0;
	display: block;
}

#headObi h1 {
	height: 30px;
	max-width: 98px;
	float: left;
}

#headObi h1 img {
	height: 24px;
	/*width: 100%;
    max-width:98px;*/
}

#headNaviArea {
	/*width: 100%;
    max-width:570px;*/
	float: right;
	color: #FFF;
	margin-top: 3px;
	margin-right: 0px;
	font-size: 90%;
}

#headNaviArea li a {
	color: #FFF;
	text-decoration: none;
}

.headNavi {
	width: auto;
	float: left;
	color: #FFF;
	/*letter-spacing: 0.1em;*/
	font-size: 0;
}

.headNavi li {
	float: none;
	padding: 0;
	display: inline-block;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 11px;
}

.headNavi li:last-child {
	border-right: none;
	padding-left: 10px;
}

.headNavi li a {
	padding: 0 10px;
}

.headNavi li.no_link {
	padding: 0 10px;
}

#headNaviArea li a {
	color: #FFF;
}

#headNaviArea li a:hover {
	color: #ccc;
}

#headNaviArea li a span {
	color: #FFF;
}

#headNaviArea li a span:hover {
	color: #ccc;
}

.headNavi li i {
	color: #FFF;
}

.headNavi .navi_sns {
	margin-top: 0px;
}

.headNavi .navi_sns img {
	vertical-align: bottom;
}

.headNavi .navi_sns a {
	margin-right: 3px;
	padding: 0;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.9);
}


/***************headBottom*****************/


/***************headNavi*****************/

#headBottom {
	width: 1000px;
	height: 38px;
	margin: 0 auto;
	padding: 30px 0 10px !important;
	font-size: 90%;
	display: block;
	z-index: 800;
	/*background-color:rgba(255,255,255, 0.9);*/
}


/***************headNavi*****************/



/***************search*****************/

#searchArea {
	width: 20%;
	max-width: 150px;
	/* height:28px; */
	float: right;
	margin-top: -2px;
	position: relative;
}

input#searchbox {
	width: 76%;
	height: auto;
	border: 1px solid #ccc;
	margin-top: 3px;
}

form button#searchButton {
	width: 10%;
	height: 20px;
	background: #FFF;
	border-style: none;
	cursor: pointer;
	padding: 0;
	position: absolute;
	right: 18px;
	top: 1px;
}

#search_detail_btn {
	float: right;
	padding-top: 0px;
	line-height: 21px;
}

.icon-search {
	font-size: 14px;
	vertical-align: middle;
}


/***************▲headArea▲*****************/

.FS2_repeater {
	text-align: right;
	width: 1000px;
	margin: 20px auto 10px;
}

#naviCategory ul#naviInside li {
	display: inline-block;
}

#naviCategory .leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}


#naviCategory ul#naviInside .childBase li {
	display: block;
	width: 100px;
	height: 36px;
	text-align: left;
	line-height: 3.5;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


#naviCategory ul#naviInside .childTops li {
	display: block;
	width: 120px;
	height: 36px;
	text-align: left;
	line-height: 3.5;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


#naviCategory ul#naviInside .childOne li {
	display: block;
	width: 180px;
	height: 36px;
	text-align: left;
	line-height: 3.5;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}




/* メインメニュー */

#naviCategory ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* サブメニュー1段目 */

#naviCategory ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 9999;
}


/* サブメニュー2段目以降 */

#naviCategory ul ul ul {
	top: 0;
	left: 100%;
}


/* リスト */

#naviCategory li {
	float: left;
}

#naviCategory li li {
	clear: both;
}

#naviCategory li:hover {
	position: relative;
}

#naviCategory li:hover>ul {
	display: block
}


#naviCategory .column1 {
	position: relative;
}

#naviCategory .column1 ul {
	display: block;
}

#naviCategory .column1 * ul {
	display: none;
}

#naviCategory .column2 {
	position: relative;
}

#naviCategory .column2 ul {
	display: block;
}

#naviCategory .column2 * ul {
	display: none;
}

#naviCategory .column3 {
	position: relative;
}

#naviCategory .column3 ul {
	display: block;
}

#naviCategory .column3 * ul {
	display: none;
}