@charset "UTF-8";
/* CSS Document */

#sp-Wrap {
	width: 650px;
	font-size:15px;
	line-height: 1.6;
	color: #333;
	margin: 0 0 80px 40px;
	padding: 0;
}
#sp-Wrap h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}
#sp-Wrap p {
	line-height: 1.6!important;
}
#sp-Wrap img {
	width: 100%;
	vertical-align: bottom;
}
#sp-Wrap a {
	/*color: #53a928;
	color: #48665a;*/
	color: #00684f;
	text-decoration: none;
}
#sp-Wrap a:hover {
	/*color: #53a928;
	color: #48665a;*/
	color: #00684f;
	text-decoration: underline;
}
#sp-Wrap li a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}
#sp-Wrap ul {
	overflow: hidden;
	margin: 0;
}
#sp-Wrap ul:after {
	clear: both;
}

#sp-Wrap .smp {
	display: none;
}


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

#sp-Wrap .set {
	margin-bottom: 60px;
}
#sp-Wrap h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 10px;
	text-align: center;
	margin-bottom: 40px;
}
#sp-Wrap ul:after{
	clear: both;
}


/* タイトル導入部分 ************************/
#title h2 {
	font-size: 28px;
	font-weight: bold;
	margin:20px 0;
}


/* XSって？ ************************/
#about.set {
	margin-bottom: 80px;
}
#about img {
	margin-bottom: 10px;
}
#about .column {
	margin-bottom: 40px;
	overflow:hidden;
}
#about .column:last-child {
	margin-bottom: 0;
}
#about h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.8;
}

#about li {
	width: 320px;
	float: left;
}
#about li:nth-child(odd) {
	padding-right:10px;
}
#about li:nth-child(even) {
	padding-right: 0px;
}


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

#lineup .item-Wrap {
	margin-bottom: 60px;
}
#lineup .item-line {
    width: 650px;
    height: 45px;
    background: url('../img/item_line.png');
    margin-bottom: 10px;
    background-size: 650px 45px;
}

/*横並びメニュー*/

#about #menu-6item {
    margin: 40px 0;
}

#about #menu-6item .menu-lineup {
    background: url('../img/6item_bg.png');
    width: 650px;
    height: 190px;
	margin-top: 20px;
}
#about #menu-6item .menu-lineup ul {
	overflow: hidden;
}
#about #menu-6item .menu-lineup li {
	margin: 0px;
	float: left;
	width: auto;
	padding: 0;
	text-align: center;
}
#about #menu-6item .menu-lineup li a {
	display: block;
	color: #333;
	font-size: 12.5px;
	font-weight: bold;
}
#about #menu-6item .menu-lineup li a:hover {
	text-decoration: none;
}
#about #menu-6item .menu-lineup li figure {
	display: table;
	margin: 0;
}
#about #menu-6item .menu-lineup li figure img {
	height: 144px;
	margin-bottom:15px;
	width: auto;
	margin: 0px 15px;
}
#about #menu-6item .menu-lineup li a figcaption {
	caption-side: bottom;
  display: table-caption;
	line-height: 1.3;
	margin-top: 10px;
}
/* ホチキス調整 */
/*#about #menu-6item .menu-lineup li:nth-child(2) a figcaption {
	margin: 0;
}*/
#about #menu-6item .menu-lineup li:first-child {
	margin-left: 40px;
}

/* ステーショナリーキット */
#sp-Wrap .kit {
	padding: 15px 20px 15px 15px;
	margin-bottom: 50px;
	border: 2px solid #eeeeee;
	box-sizing: border-box;
}
#sp-Wrap .kit img {
	width: 140px;
	float: left;
	margin: 0;
}
#sp-Wrap .kit a p {
	float: right;
	width: 440px;
	color: #333;
	font-size: 13px;
}
#sp-Wrap .kit a p.bold {
	font-weight: bold;
	font-size: 15px;
	padding: 15px 0;
}
#sp-Wrap .kit a p span {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #999;
}
#sp-Wrap .kit::after {
  content: "";
  display: block;
  clear: both;
}

/* カラー */
#sp-Wrap ul#color {
	display: flex;
	justify-content:space-around;
	margin: 30px 30px 60px;
}
ul#color li {
	width: 18%;
	padding: 0!important;
}
ul#color li a {
	position:relative;
	display: block;
	background-color: #eee;
  border-radius: 50%;
	padding-top: 100%;
  color: #fff;
	text-align: center;
}
ul#color li a:hover {
	opacity: .8;
	color: #fff;
}
ul#color li a span {
	position:absolute;
	width: 100%;
	display: block;
	font-size: 16px;
	margin: -10px 0;
	top:50%;
}
/* 色玉 */
ul#color li:nth-child(1) a {
	background-color: #2d2c2f;
}
ul#color li:nth-child(2) a{
	background-color: #fff;
	color: #333;
	border: 2px solid #eee;
	box-sizing: border-box;
}
ul#color li:nth-child(3) a {
	background-color: #9f3640;
}
ul#color li:nth-child(4) a {
	background-color: #0f4e67;
}

/* ボタン ************************/

/* 商品を見るボタン */
.more {
  text-align: center;
  margin-top: 15px;
	}
.more a {
  width: 70%;
  margin: 0 auto;
  display: block;
  border: 1px solid #bbb;
  font-size: 14px;
  box-sizing: border-box;
  letter-spacing: 1.5!important;
  border-radius: 6px;
  color: #444!important;
	padding: 15px;
	}
#sp-Wrap .more a:hover {
  border: 1px solid #999;
  color: #999!important;
  background-color: #f2f2f2;
	text-decoration: none;
	}

/* 全商品を見るボタン */
.more_cate {
  text-align: center;
  margin-top: 15px;
	}
.more_cate a {
  width: 100%;
  margin: 0 auto;
  display: block;
	border: 1px solid #48665a;
	background-color: #48665a;
	/*
	border: 1px solid #00684f;
	background-color: #00684f;
	*/
  font-size: 16px;
  letter-spacing: 1.5!important;
  border-radius: 6px;
  color: #fff!important;
	padding: 15px;
	box-sizing: border-box;
	font-weight: bold;
	}
#sp-Wrap .more_cate a:hover {
  border: 1px solid #48665a;
  color: #fff!important;
  background-color: #6d857b;
	text-decoration: none;

	}

/* アイテム ************************/

/* アイテムメイン部分 */
#lineup .item-title {
	overflow: hidden;
	margin-bottom: 40px;
}
#lineup .item-catch {
	font-size: 26px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 1.6;
}
#lineup h4.font-small {
	font-size: 24px!important;
}
#lineup .item-tx {
	width: 320px;
	float: left;
}
#lineup .item-tx img {
	margin-bottom: 10px;
}
.item-tx .item-name {
	margin: 0 0 10px;
}
.item-tx .item-name a {
	font-size: 18px;
	font-weight: bold;
}
.item-tx .item-price {
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
	font-weight: normal;
}
#lineup .item-spec {
	width: 320px;
	float: right;
}
#lineup .item-spec:after {
	clear: both;
}

/* アイテムポイント部分 */
#lineup .item-point {
	overflow: hidden;
	margin-bottom: 15px;
}
#lineup .item-point p {
	font-weight: bold;
	padding: 0 5px;
}
.item-point li {
	width: 320px;
	margin-bottom: 25px;
	float: left;
}
.item-point li:nth-child(odd) {
	padding-right:10px;
}
.item-point li:nth-child(even) {
	padding-right: 0px;
}

.item-point li img {
	margin-bottom: 10px;
}


/* アイテムポイント部分2 */
.item-point.type2 li:nth-child(1) {
	width: 650px;
}
/*
.item-point.type2 li > img.left {
	width: 324px!important;
	float: left;
}
.item-point.type2 li > img.right {
	width: 325px!important;
	float: right;
}
.item-point.type2 li > img.right:after {
	clear: both;
}
*/
.item-point.type2 li {
	width: 320px;
	margin-bottom: 25px;
	float: left;
}
.item-point.type2 li:nth-child(even) {
	padding-right:10px;
}
.item-point.type2 li:nth-child(odd) {
	padding-right: 0px;
}
.item-point li img {
	margin-bottom: 10px;
}


/* アイテムカラバリ部分 */
#lineup .item-color {
	border-top: solid 2px #f2f2f2;
	overflow: hidden;
}
#lineup .item-color-title {
	margin: 25px 0;
	text-align: center;
	font-size: 22px;
	display: none;
}
#lineup .item-color-title a {
	font-weight: bold;
}
#lineup .item-color-title > span {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}


#lineup .item-color.type2 {
	border-top: solid 2px #f2f2f2;
	overflow: hidden;
	margin-top: 30px;
}
#lineup .item-color.type2 .item-color-title {
	margin: 25px 0;
	text-align: center;
	font-size: 16px;
}
#lineup .item-color.type2 .item-color-title a {
	font-weight: bold;
}
#lineup .item-color.type2 .item-color-title > span {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.item-color li {
	width: 150px;
	float: left;
	padding-right: 15px;
	margin-top: 20px;
}
.item-color li:nth-child(4n) {
	padding-right: 0px;
}
.item-color li img {
	margin-bottom: 8px;
}
.item-color li p {
	font-size: 14px;
	padding: 0 5px;
}

/* 右メニュー（PC用） ************************/

#sp-Wrap .right-menu {
    position: fixed;
    right: 0;
    background: url('../img/rightmenu_bg.png');
    bottom: 80px;
    width: 74px;
    height: 454px;
    z-index: 2;
}
#sp-Wrap .right-menu img {
	height: 64px;
	margin: 0;
}


/* ボタン ************************/

/*
#sp-Wrap .link_btn a {
	color: #333;
}
#sp-Wrap .link_btn a:hover {
	text-decoration: none;
}
*/



/* 商品一覧消し */
.centerbox {
display: none;
}
