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

#sp-wrap {
	font-size:100%;
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
}
#sp-wrap h1,h2,h3,h4,p,ul {
	margin: 0;
	padding: 0;
}
#sp-wrap p {
    line-height: 1.7!important;
    font-size: 14px;
}
#sp-wrap img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#sp-wrap a {
	color: #53a928;
	text-decoration: none;
}

#sp-wrap li {
	color: #333;
}
#contents section .title_c {
	display: none;
}



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

#sp-wrap .set {
	margin-bottom:60px;
}

#sp-wrap h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 6px;
	text-align: center;
	margin-bottom: 15px;
}
#sp-wrap ul:after{
	clear: both;
}
#sp-wrap .pc {
	display: none;
}


/*コラム*/

#sp-wrap .set img {
	margin-bottom: 10px;
}
#sp-wrap .set h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#sp-wrap .column {
	margin-bottom: 40px;
	overflow:hidden;
}
#sp-wrap .column:last-child {
	margin-bottom: 0;
}

#sp-wrap .column-2 li {
	margin:0 0 25px 0;
}

#sp-wrap .set .column-2 img {
    margin-bottom: 5px;
}

#sp-wrap .column-2 li:last-child {
	margin-bottom: 0px;
}

#sp-wrap .column p {
	margin: auto 5px;
}



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


/* about ************************/

/* リンクあり2カラム*/
#sp-wrap .p-about-ttl {
	font-size: 16px;
	font-weight: bold!important;

}

/*リンクボタン*/
#sp-wrap .column .p-about-link a {
	margin-top: 15px;
    display: block;
    border-radius: 5px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #333;
    color: #333!important;
    text-align: center;
    background-size: 5px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-decoration: none!important;
    z-index: 1;
}
#sp-wrap .column .p-about-link a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 5px;
    height: 9px;
    margin: -4px 0 0 20px;
    background: url(../../common/arrow_black.png) no-repeat 0 0;
    background-size: 5px auto;
}


/* プロダクト部分 ************************/

#sp-wrap .p-product-ttl {
	font-weight: bold;
	font-size: 16px;
}

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

#sp-wrap .lineup > .column-1 {
    margin-bottom: 10px;
}
#sp-wrap .item {
	margin: 0 0 20px 0;
	border-top: 2px solid #eee;
}
#sp-wrap .item-main {
    overflow: hidden;
    margin-top: 20px;
}


#sp-wrap .item-main img {
	margin-right: 3%;
	width: 48%;
	float: left;
	display: block;
	margin-bottom: 0px!important;
}
#sp-wrap .item-main-smp {
	overflow: hidden;
	margin-bottom: 5px;
}
#sp-wrap .item-main-smp:after {
	clear: both;

}
#sp-wrap .item-tx  {
	float: right;
	width: 48%;
}
#sp-wrap .item-tx2  {
	width: 100%;
}
#sp-wrap .item-tx .item-name {
	font-size: 16px;
	font-weight: bold!important;

}
#sp-wrap .item-tx .item-price {
	font-size: 12px!important;
	display: none; /* 202301 追加 */

}

#sp-wrap .item-tx .item-spec {
	margin-top: 10px 0 0;
	font-size: 11px;
}





/* 特集トップへリンク */
p.sptop.smp {
	margin-bottom: 10px;
	font-size: 12px!important;
	display: block;
}

/* アイテムカラバリ部分 */

#sp-wrap ul.item-color {
    margin: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
#sp-wrap .item-color li {
	width: 22%;
	float: left;
	padding-right: 4%;
}
#sp-wrap .item-color li:nth-child(4n) {
	margin-right: 0px;
}
#sp-wrap .item-color li img {
	margin-bottom: 8px;
	padding: 0;
}
#sp-wrap .item-color li p {
	font-size: 14px!important;
	padding: 0 5px;
	text-align: center;
	font-weight: bold;

}
#sp-wrap .item-color li span {
	display: none;
}
#sp-wrap .item-color li {
    width: 30%;
    float: left;
    padding-right: 3%;
}

#sp-wrap .item-color li a {
    display: block!important;
}


/* ページ下部メニュー ************************/
#sp-wrap .smp-menu {
	margin: 0 0 20px 0;
    font-size: 0;
	padding: 0;
}
#sp-wrap .smp-menu li {
    display: inline-block;
	width: 100%;
    box-sizing: border-box;
}


/* ボタン */
#sp-wrap .linkbtn a {
	margin-top: 10px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #333;
    color: #333!important;
    text-align: center;
    background-size: 5px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    margin-bottom: 30px;
}
#sp-wrap .linkbtn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 6px;
    height: 10px;
    margin: -5px 0 0 20px;
    background: url(../../common/arrow_black.png) no-repeat 0 0;
    background-size: 6px auto;
}

/* ボタン（高） */
#sp-wrap .linkbtn-main a {
	margin-top: 10px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    background-color: #76a32d;
    border: 1px solid #76a32d;
    color: #fff!important;
    text-align: center;
    background-size: 5px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    margin-bottom: 30px;
}
#sp-wrap .linkbtn-main a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 6px;
    height: 10px;
    margin: -5px 0 0 20px;
    background: url(../../common/arrow_white.png) no-repeat 0 0;
    background-size: 6px auto;
}

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