@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* topicPath
-------------------------------------------------------------*/
#topicPath{
	color:#666;
	font-size:12px;
	line-height:1.4;
	width:950px;
	min-height:36px;
	margin:6px auto 10px;
}
#topicPath p a{
	text-decoration: underline;
}
#topicPath p .current{
	text-decoration: none;
}
#contents #topicPath{
	font-size:13px;
	line-height:1.4;
	width:960px;
	min-height:36px;
	margin:8px auto 10px;
}
#concept #container #topicPath{
	margin:120px auto 10px;
}
#user #contents #topicPath p{
	font-size:13px!important;
	width:710px;
}

/* contents
-------------------------------------------------------------*/
#pageBody{
	width:950px;
	margin:145px auto 0;
}
#conceptBg{
  width: 100%;
  background: url("../../concept/img/footimg_pc.png") bottom repeat-x;
	display:block;
}
#concept #pageBody{
	width:960px;  
	margin:32px auto 0;
	display:block;
}
#concept #contentsWide{
  padding-bottom: 200px;
}
#contents{
	line-height:1.8;
	float:left;
	width:710px;
}
#contents .mT1L{margin-top:1.8em;}
.contentsWide #contents{
	float:none;
	width:950px;
	margin:0 auto;
}

/* sp-box-break */
.sp-box-break{}

/* title
-------------------------------------------------------------*/
/* categoryTitle */
.categoryTitle{
	margin-bottom: 6px;
	text-align: center;
	color: #4c4c4c;
	font-size: 36px;
	position: relative;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	padding:0 0 18px;
	/*padding-bottom:3px;
	border-bottom:1px solid #8d8d8d;*/
}
.categoryTitle:after{
	content:"";
	display:block;
	width:100px;
	height:3px;
	background:#4c4c4c;
	border-radius:10px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.categorySubTitle{
	text-align: center;
	margin-bottom: 28px;
}
.categorySubTitle>img{
  max-width: 45%;
  min-width: 220px;
  margin: 0 auto;
}
/* pageTtl */
.pageTitle{
	color:#4c4c4c;
	font-size:30px;
	line-height:1.2;
	font-weight:bold;
	text-align: center;
	margin-bottom:30px;
}
.pageTitle .sub{
	color:#464646;
	font-size:16px;
	font-weight:bold;
	margin-right:20px;
}
/* backNumberTitle */
.backNumberTitle{
	color:#4c4c4c;
	font-size:24px;
	line-height:1.2;
	font-weight:bold;
	text-align: center;
	margin-bottom:30px;
}
/* ttl-dft */
.ttl-dft{
	font-size:22px;
	line-height:1.3;
	font-weight:normal;
	margin:50px 0 20px;
	padding-top:10px;
	border-top:1px dotted #666;
}
.pageTitle+.ttl-dft{margin-top:0;}

/* ttl-catch*/
.ttl-catch{
	font-size:26px;
	line-height:1.8;
	font-weight:700;
	margin:16px 0 78px;
	text-align: center;
}
/* uDotline*/
.uDotline{
	padding-bottom:30px;
	border-bottom:1px dotted #666;
}

/* text
-------------------------------------------------------------*/
/* atn */
.atn,
.list-atn,
.atnNum,
.list-atnNum{
	color:#666;
	font-size:14px;
	line-height:1.6;
	margin-top:15px;
}
.atn.textS,
.list-atn.textS,
.atnNum.textS,
.list-atnNum.textS{font-size:12px;}
.atn,
.list-atn li{
	text-indent:-1em;
	margin-left:1em;
}
.atnNum,
.list-atnNum li{
	text-indent:-1.84em;
	margin-left:1.84em;
}
#concept{
  background: #fbf0ec;
}
.textconcept{
	color:#666;
	font-size:20px;
	line-height:2.2;
}
.textconcept+.textconcept{
  margin-top: 40px;
}
#user .pageTitle{
	font-size:20px;
	line-height: 1.6;
}
#user #contents p{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.8;
}
/*#user #contents p img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}*/
#contents .main-img>img{
	width: 100%;
	height: auto;
}
#user #contents .box-itemList .ttl{
	position: relative;
 vertical-align: middle;
 width: 100%;
 line-height: 1.4;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 5px;
 display: table;
 height: 38px;
}
#user #contents .box-itemList .ttl>span{
 display: table-cell;
 vertical-align: middle;
}
#user #contents .box-itemList .ttl:after{
	content: '';
	width: 130px;
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #4c4c4c;
}
#user #contents .box-itemList .update{
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}
/* fadein
-------------------------------------------------------------*/
.fadein {
	opacity : 0.1;
	transform : translate(0px, 100px);
	transition : opacity 1000ms,transform 1000ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}
/* link
-------------------------------------------------------------*/
/* link-sns01 */
.link-sns01{
	font-size:0;
	text-align:center;
	margin:50px 0;
}
.link-sns01 dt,
.link-sns01 dd,
.link-sns01 li{
	display:inline-block;
	vertical-align:top;
}
.link-sns01 dt{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	margin-right:10px;
}
.link-sns01 li{margin-left:12px;}

/* link-sns02 */
.link-sns02{
	font-size:0;
	line-height:1;
	text-align:right;
	margin-top:50px;
}
.link-sns02>li{
	font-size:10px;
	display:inline-block;
	vertical-align:top;
	height:20px;
}
.link-sns02>li+li{margin-left:15px;}

/* list
-------------------------------------------------------------*/

/* toggle-set
-------------------------------------------------------------*/
.toggle-set>.toggle-btn,
.toggle-set .toggle-close{
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.toggle-set>.toggle-box{display:none;}
.toggle-set.open>.toggle-box{display:block;}

/* toggle-sp */
.toggle-sp>.toggle-btn{cursor:auto;}
.toggle-sp .toggle-close{display:none;}
.toggle-sp>.toggle-box{display:block;}

/* delete JS Style */
@media only screen and (min-width:768px){
.toggle-sp>.toggle-box{display:block !important;}
}

/* box-itemList
-------------------------------------------------------------*/
.box-itemList{line-height:1.5;}
.box-itemList>div+div{margin-top:30px;}
.box-itemList div>a{
	color:#333;
	text-decoration:none;
	display:block;
}
.box-itemList .new,
.box-itemList .hot{position:relative;}
.box-itemList .new:before,
.box-itemList .hot:before{
	content:"";
	display:block;
	background:url(../img/parts_spr.png) no-repeat 0 -20px;
	width:43px;
	height:45px;
	position:absolute;
	top:-5px;
	left:5px;
	z-index:1;
}
.box-itemList .hot:before{background-position:-45px -20px;}
.box-itemList .photo{margin-bottom:2px !important;}

.box-itemList .ttl{
	position: relative;
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	/*min-height: 40px;*/
 display: table;
 height: 38px;
 width: 100%;
}
.box-itemList .ttl>span{
 display: table-cell;
 vertical-align: middle;
}
.box-itemList .ttl:after{
	content: '';
	width: 130px;
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #4c4c4c;
}
.box-itemList a:hover .ttl{text-decoration:underline;}
.box-itemList .ttl02{
	font-size:16px;
	line-height:1.3;
	font-weight:500;
	margin-top:2px;
}
.box-itemList a:hover .ttl02{text-decoration:underline;}
.box-itemList .update{
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}
.box-itemList .photo>img{
	width: 100%;
	height: auto;
}
.box-itemList .text{
	font-size:12px;
	margin-top:8px;
}
/*.box-itemList .clm3{background:url(../img/bg_coming_clm3.jpg) no-repeat right 0;}*/
.box-itemList .clm3>div{
	background-color:#fff;
	float:left;
	width:209px;
	margin-left:17px;
}
.box-itemList .clm3.backnumber>div{margin-left:37px;}
.contentsWide .box-itemList .clm3.backnumber>div:nth-child(3n+1){margin-left:37px;}
.contentsWide .box-itemList .clm3.backnumber>div:nth-child(4n+1){margin-left:0;clear: both;}
.box-itemList .clm3>div:nth-child(3n+1){margin-left:0;}
.contentsWide .box-itemList .clm3>div:nth-child(3n+1){margin-left:17px;}
.contentsWide .box-itemList .clm3>div:nth-child(4n+1){margin-left:0;}
/* box-itemListS
-------------------------------------------------------------*/
.box-itemListS{
	font-size:13px;
	line-height:1.35;
	margin-top:5px;
}
.box-itemListS>div{
	float:left;
	width:calc(100% / 4);
	/*border-right:1px dotted #ccc;*/
	position:relative;
}
.halfbox{
	width: 50%;
	float: right;
}
.fourth{
	width: 25%;
	float: right;
}
.box-itemListS>div:nth-child(4n+1){clear:both;}
.box-itemListS>div:nth-child(4n){border-right:none;}
.box-itemListS>div{margin-top:10px;}
.box-itemListS>div:before{
	content:"";
	display:block;
	height:0;
	/*border-top:1px dotted #ccc;*/
	position:absolute;
	top:-5px;
	right:10px;
	left:10px;
}
.box-itemListS>div:nth-child(4n+1):before{left:0;}
.box-itemListS>div:nth-child(4n):before{right:0;}
.box-itemListS>div>a{
	color:#333;
	text-decoration:none;
	display:block;
	padding:20px 10px 40px;
}
.box-itemListS>div>.itembox{
	color:#333;
	text-decoration:none;
	display:block;
	padding:20px 8px 20px;
	text-align:center;
	line-height: 1.6;
}
.box-itemListS>div>.itembox.textRed a{color:#cc0033!important;}
.box-itemListS>div>.itembox.textRed a:hover{text-decoration-color: #cc0033; }
.box-itemListS .photo{text-align:center;}
.box-itemListS .name{
	/*margin-top:10px;*/
	/*min-height: 38px;*/
 display: table;
 width: 100%;
 height: 38px;
}
.box-itemListS .name>span{
 display: table-cell;
 vertical-align: middle;
}
.box-itemListS a:hover .name{text-decoration:underline;}
.box-itemListS .price{
	font-size:20px;
	margin-top:5px;
	padding-top:5px;
	position: relative;
}
.box-itemListS .price:after{
	content: '';
	position: absolute;
	width: 130px;
	top:0;
	left:50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #626262;
}
.box-itemListS .price .textS{
	font-size:12px;
	font-weight:500;
}
/* bannerArea */
.bannerArea>.boxL{
	float:left;
	width:318px;/*width:209px;*/
	margin-right:23px;
}
.bannerArea>.boxR{
	width:318px;
	float:left;
}
/* box-ranking
-------------------------------------------------------------*/
.box-ranking{
	font-size:12px;
	line-height:1.3;
	font-weight:500;
}
.box-ranking>div{
	float:left;
	width:131px;
	border-right:1px dotted #494949;
}
.box-ranking>div:nth-child(5n+1){
	clear:both;
	border-left:1px dotted #494949;
}
.box-ranking>div:nth-child(n+6){margin-top:30px;}
.box-ranking>div>div.rankingbox{
	color:#333;
	text-decoration:none;
	display:block;
	padding:32px 10px 0;
	position:relative;
}
.box-ranking>div>div.rankingbox:before{
	content:"";
	display:block;
	background:url(../img/parts_spr.png) no-repeat -90px -20px;
	width:33px;
	height:43px;
	position:absolute;
	top:-7px;
	left:7px;
	z-index:1;
}
.box-ranking>div:nth-child(2)>div.rankingbox:before{background-position:-125px -20px;}
.box-ranking>div:nth-child(3)>div.rankingbox:before{background-position:-160px -20px;}
.box-ranking>div:nth-child(4)>div.rankingbox:before{background-position:-195px -20px;}
.box-ranking>div:nth-child(5)>div.rankingbox:before{background-position:-230px -20px;}
.box-ranking .photo{text-align:center;}
.box-ranking .name{margin-top:10px;}
.box-ranking a:hover .name{text-decoration:underline;}
.box-ranking .price{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.box-ranking .textS{
	color:#333;
	font-size:10px;
	font-weight:500;
}
/* box-flyer
-------------------------------------------------------------*/
.box-flyer{line-height:1.4;}
.box-flyer>div{
	float:left;
	width:244px;/*width:209px;*/
	margin-left:17px;
	padding-top: 16px;
}
.box-flyer>div:nth-child(3n+1){
	clear:both;
	margin-left:0;
}
.box-flyer>div:nth-child(n+4){margin-top:30px;}
.box-flyer>div>a{
	color:#333;
	text-decoration:none;
	display:block;
	/*overflow:hidden;*/
}
.box-flyer .photo{/*float:left;*/}
.box-flyer .photo img{width: 244px;}
.box-flyer .photo+div{/*margin-left:198px;*/}
.box-flyer .ttl{
	font-size:15px;
	font-weight:500;
	margin-bottom:15px;
}
.box-flyer a:hover .ttl{text-decoration:underline;}
.box-flyer .sttl{
	display:block;
	margin:8px 0 5px;
}
/* box-whatsnewS
-------------------------------------------------------------*/
.box-whatsnewS,
.flyer-box{
	line-height:1.6;
	margin-top:50px;
}
.box-whatsnewS dt,
.flyer-box dt{
	line-height:1;
	text-align:center;
	padding-bottom:8px;
	border-bottom:1px solid #a3a3a3;
}
/*.box-whatsnewS ul{border-top:1px dotted #acacac;}*/
.box-whatsnewS li,
.flyer-box li{
	color:#666;
	padding:15px 0;
	border-bottom:1px dotted #acacac;
	overflow:hidden;
}
.box-whatsnewS li .photo,
.flyer-box li .photo{
	float:left;
	padding-top:1px;
}
.box-whatsnewS li .photo+.text,
.flyer-box li .photo+.text{
	display:block;
	margin-left:70px;
}
.box-whatsnewS li a,
.flyer-box li a{
	color:#019e97;
	text-decoration:underline;
}
.box-whatsnewS li a:hover,
.flyer-box li a:hover{color:#74beba;}
.box-whatsnewS .btn,
.flyer-box .btn{
	font-size:14px;
	line-height:1.3;
	font-weight:500;
	text-align:center;
	margin-top:10px;
}
.box-whatsnewS .btn a,
.flyer-box .btn a{
	color:#333;
	text-decoration:underline;
}
.box-whatsnewS .btn a:hover,
.flyer-box .btn a:hover{color:#999;}


/*=============================================================
 localMenu
=============================================================*/
#localMenu{
	line-height:1.4;
	float:right;
	width:205px;
}
#localMenu p.ttlmenu{
	width: 205px;
	height: 38px;
	color: #4c4c4c;
	font-weight: 700;
	padding: 0 10px;
	display: table-cell;
	text-align: center;
 	vertical-align: middle;
}
/* lm-list
-------------------------------------------------------------*/
.lm-list{
	font-size:14px;
	border-top:1px solid #999;
}
.lm-list li{
	padding: 0;
	border-top:1px solid #999;
}
.lm-list>li:first-child{border-top:none;}
.lm-list a{
	color:#4c4c4c;
	text-decoration:none;
	display:block;
	padding:14px 8px 14px 10px;
	position:relative;
}
.lm-list>li:last-child{
	border-bottom: none;
	padding-top: 28px;
}
.lm-list>li:last-child a{
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
}
#news .lm-list{
	border-top:none;
}
#news .lm-list li,
#news .lm-list>li:last-child{
	border-top: none;
	margin-bottom: 2px;
	padding-top: 0;
}
#news .lm-list a,
#news .lm-list>li:last-child a{
	padding: 8px;
	text-align: center;
	border: 1px solid #d47e82;
	background-color: #fff;
	font-weight: normal;
}
#news .lm-list+.ttlmenu{
	padding-top: 20px;
}

/*.lm-list a:before{
	content:"";
	background:url(../img/parts_spr.png) no-repeat -10px 0;
	display:block;
	width:10px;
	height:13px;
	position:absolute;
	top:14px;
	left:15px;
}*/
.lm-list a:hover,
#news .lm-list a:hover,
#news .lm-list>li:last-child a:hover{background-color:#f4dedf;}
.lm-list>li:last-child a:hover{background-color:#ccc;}
.lm-list li.act>a{
	background-color:#f4dedf;
}
.lm-list li.act>a:before{background-position:-20px 0;}
.lm-list li .textS{font-size:13px;}



/* column
-------------------------------------------------------------*/
#contentsWide .box-clm2>.boxL{
	float:left;
	width:450px;
	text-align: center;
}
#contentsWide .box-clm2>.boxR{
	float:right;
	width:450px;
	text-align: center;
}
.box-clm2 .ttlAbout{
	font-size: 16px;
	line-height: 1.8;
	font-weight:normal;
	margin:30px 0;
}
.box-clm2 .ttlAbout span{
	font-weight: 500;
	color:#009e96;
}

/* conceptTrim
-------------------------------------------------------------*/
.conceptTrim{}

/* list-news
-------------------------------------------------------------*/
.list-news{
	line-height: 1.6;
}
.list-news dt{
	width: 17em;
  padding-top: 20px;
  position: relative;
}
.list-news dd {
	margin-top: -1.6em;
	padding: 0 0 20px 20em;
	border-bottom: 1px solid #999;
}
.list-news dt em {
	font-size: 85.7%;
	font-style: normal;
	white-space: nowrap;
	line-height: 20px;
	display: block;
	text-align: center;
	width: 10.67em;
	height: 20px;
	position: absolute;
	top: 19px;
	right: -1.9em;
}
/* */
.iconNews{
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
.iconNewShop{
	color: #fff;
	background-color: #d47e82;
	border: 1px solid #d47e82;
}
.iconFlyer{
	color: #d47e82;
	background-color: #f6e5e6;
	border: 1px solid #d47e82;
}
.iconHotItems{
	color: #545454;
	background-color: #dbdbdb;
	border: 1px solid #545454;	
}
.iconOurBlog{
	color: #fff;
	background-color: #999;
	border: 1px solid #999;	
}

.list-news dd a{
	color: #d47e82;
  text-decoration: underline;
}
.list-news dd a:hover{color:#e39598;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/*=============================================================
 contents Layout
=============================================================*/
/* topicPath
-------------------------------------------------------------*/
#topicPath,
#contents #topicPath,
#user #contents #topicPath p	{
	font-size:10px;
	width:100%;
}
#concept #container #topicPath{
	margin:80px auto 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}  
/* contents
-------------------------------------------------------------*/
#pageBody,
#concept #pageBody{
	width:auto;
	margin:90px 0 0;
/*	padding-right:12px;
	padding-left:12px;*/
	padding-right:16px;
	padding-left:16px;
}
#concept #pageBody{
  margin:32px auto 0;
}
#contents,
.contentsWide #contents{
	float:none;
	width:auto;
}
#concept #contentsWide{
  margin-bottom: 0;
  padding-bottom: 140px;
}
#concept .fLeft, #concept .fRight{
  max-width: none!important;
  margin-left: 0!important;
  margin-right: 0!important;
  margin-bottom: 40px;
}
#conceptBg {
  background: url(../../concept/img/footimg_sp.png) bottom no-repeat ;
  background-size: 100%;
}  
/* sp-box-break */
.sp-box-break{
	margin-left:-12px;
	margin-right:-12px;
}
/* title
-------------------------------------------------------------*/
/* categoryTitle */
.categoryTitle{
	margin:15px 0 8px;
	font-size: 24px;
	padding : 0 0 18px
}
.categoryTitle:after{
	width:80px;
	height:2px;
}
#concept .categoryTitle{
  margin:0 0 0;
}
.categorySubTitle{
	margin-bottom: 28px!important;
}	
.categorySubTitle>img{
	max-width : 45%;
	min-width: 220px;
}
.categoryTitle img{
	max-width: 160px;
}
#concept .categoryTitle img	{
	max-width: 220px;
}
#product .categoryTitle img,
#user .categoryTitle img,
#news .categoryTitle img	{
	max-width: 280px;
}
/* pageTtl */
.pageTitle{
	font-size:22px;
	margin-bottom:20px;
}
#user .pageTitle{
	font-size:18px;
	line-height: 1.4;
}
/* backNumberTitle */
.backNumberTitle{
	font-size:20px;
}
/* sub */
.pageTitle .sub{
	font-size:12px;
	margin-right:15px;
}
/* ttl-dft */
.ttl-dft{
	font-size:20px;
	margin:40px 0 18px;
	padding-top:14px;
}
/* ttl-catch */
.ttl-catch{
	font-size:17px;
	font-weight : 600;
	margin:20px 0 18px;
}
#concept .ttl-catch{
  margin:10px 0 26px;
}
/* uDotline*/
.uDotline{
	padding-bottom:20px;
}
	
/* text
-------------------------------------------------------------*/
/* atn */
.atn,
.list-atn,
.atnNum,
.list-atnNum{font-size:12px;}
.textconcept{
	font-size:11px;
	font-weight: 600;
	line-height:2.0;
	margin-top: 30px;
}
.textconcept+.textconcept {
   margin-top: 30px;
}	
#contents .main-img{
	margin-left: -16px;
	margin-right: -16px;
}
#user #contents p{
	font-size : 14px;
	line-height : 1.8;
}	
/* link
-------------------------------------------------------------*/
/* link-sns01 */
.link-sns01{margin:30px 0;}

/* link-sns02 */
.link-sns02{text-align:center;}

/* list
-------------------------------------------------------------*/

/* toggle-set
-------------------------------------------------------------*/
/* toggle-sp */
.toggle-sp>.toggle-btn{cursor:pointer;}
.toggle-sp .toggle-close{display:block;}
.toggle-sp>.toggle-box{display:none;}

/* box-itemList
-------------------------------------------------------------*/
.box-itemList>div+div{margin-top:30px;}
.box-itemList>div:not(.clm3),
.box-itemList .clm3>div,
.box-itemList div>a{
	display:table;
	width:100%;
}
.box-itemListS>div>.itembox{
	display:table;
	width:90%;
}
.halfbox,.fourth{width: 100%;}
.box-itemList .new:before{
	width:34px;
	height:35px;
}
.box-itemList .photo{
	display:table-cell;
	vertical-align:top;
	width:166px;
	margin-bottom:0;
	padding-right:15px;
}
.box-itemList .photo img{width:166px;}
.box-itemList .photo+div{
	display:table-cell;
	vertical-align:middle;
}
.box-itemList .photo+div>*:first-child{margin-top:0;}
.box-itemList .ttl02{font-size:13px;}
.box-itemList .clm3{background:none;}
.box-itemList .clm3>div{
	float:none;
	margin-left:0;
}
.box-itemList .clm3>div+div{margin-top:30px;}
.box-itemList .clm3.backnumber>div{margin-left:0px;}	
.contentsWide .box-itemList .clm3>div:nth-child(3n+1){margin-left:0;}
.contentsWide .box-itemList .clm3.backnumber>div:nth-child(3n+1){margin-left:0;}
.contentsWide .box-itemList .clm3.backnumber{

}
.contentsWide .box-itemList .clm3.backnumber>div>a{
	display: flex;
	flex-wrap: wrap;
	max-width: 320px;
	margin: 0 auto;
}
.contentsWide .box-itemList .clm3.backnumber>div>a>*{
 width: calc((100% - 20px)/2);
}
/* box-itemListS
-------------------------------------------------------------*/
.box-itemListS{font-size:12px;}
.box-itemListS>div{
	box-sizing:border-box;
	width:50%;
}
.box-itemListS>div:nth-child(4n+1){clear:none;}
.box-itemListS>div:nth-child(odd){clear:both;}
.box-itemListS>div:nth-child(even){border-right:none;}
.box-itemListS>div:nth-child(n+3){margin-top:10px;}
.box-itemListS>div:before{
	content:"";
	display:block;
	height:0;
	border-top:1px dotted #ccc;
	position:absolute;
	top:-5px;
	right:10px;
	left:10px;
}
.box-itemListS>div:nth-child(odd):before{left:0;}
.box-itemListS>div:nth-child(even):before{right:0;}
.box-itemListS>div>a{padding-bottom:20px;}
.box-itemListS .photo img{width:100%;}
.box-itemListS .name{
	width: 100%;
	margin : 0px auto 0;
	min-height: 43px;
	}
.box-itemListS .price{
	/*max-width:154px;*/
	font-size: 14px;
	margin:0 auto;
}
/* bannerArea */
.bannerArea>.boxL{
	float:none;
	width: auto;
	margin-right:0px;
	margin-bottom: 20px;
}
.bannerArea>.boxR{
	float:none;
	width: auto;
}	
/* box-ranking
-------------------------------------------------------------*/
.box-ranking{font-size:10px;}
.box-ranking>div{
	box-sizing:border-box;
	width:33.3%;
}
.box-ranking>div:nth-child(5n+1){
	clear:none;
	border-left:none;
}
.box-ranking>div:nth-child(3n+1){
	clear:both;
	border-left:1px dotted #494949;
}
.box-ranking>div:nth-child(n+4){margin-top:30px;}
.box-ranking>div>div.rankingbox{padding-top:28px;}
.box-ranking>div>div.rankingbox:before{
	width:32px;/*28px*/
	height:42px;/*37px*/
	top:-5px;
	left:7px;
}
.box-ranking .photo img{width:96px;}
.box-ranking .price{font-size:12px;}
.box-ranking .textS{font-size:8px;}

/* box-flyer
-------------------------------------------------------------*/
.box-flyer{font-size:12px;}
.box-flyer>div{
	box-sizing:border-box;
	width:100%;/*50%;*/
	margin-left:0;
	padding-left:8px;
}
.box-flyer>div:nth-child(odd){
	/*padding-right:8px;*/
	padding-left:0;
}
.box-flyer .photo{
	float:none;
	margin-bottom:10px;
}
.box-flyer .photo img{width:100%;/*width:165px;*/}
.box-flyer .photo+div{margin-left:0;}
.box-flyer .ttl{
	font-size:13px;
	margin-bottom:8px;
}
/* box-whatsnewS
-------------------------------------------------------------*/
.box-whatsnewS,.flyer-box{margin-top:40px;}
.flyer-box dt img,
.box-whatsnewS dt img{width:105px;}
/*.flyer-box dt img	{width: 65px;}*/
.box-whatsnewS li,.flyer-box li{padding:6px 0;}
.box-whatsnewS li .photo,.flyer-box li .photo{width:49px;}
.box-whatsnewS li .photo+.text,.flyer-box li .photo+.text{margin-left:65px;}

.box-whatsnewS .btn,
.flyer-box .btn{
	margin-top:-1px;
}
.box-whatsnewS .btn a,
.flyer-box .btn a{
	color:#666;
	/*text-decoration:none;
	background-color:#dcdcdc;*/
	display:block;
	padding:15px 8px;
}
.box-whatsnewS .btn a:hover{
	/*color:#666;
	background-color:#e6e6e6;*/
}
.box-whatsnewS .btn a:before,
.flyer-box .btn a:before{
	content:"";
	display:inline-block;
	background:no-repeat -30px 0;
	width:11px;
	height:7px;
	margin:0 12px 1px -15px;
}
/* conceptTrim
-------------------------------------------------------------*/
.conceptTrim{
	overflow: hidden;
	width: 340px;
	height: 215px;
	margin: auto;	
	position: relative;
}
.conceptTrim  span.concepts{
	display: block;
	margin: 0 -25% 0 -25%;
	}
.conceptTrim img {
  width: 100%;
  height:auto; 
}
/*=============================================================
 localMenu
=============================================================*/
#localMenu{
	float:none;
	width:auto;
	margin-top:30px;
}
#localMenu p.ttlmenu{
	display: block;
	width: auto;
	line-height: 20px;
	padding: 20px 15px 10px;
	height: auto;
}
/* lm-list
-------------------------------------------------------------*/
.lm-list{font-size:14px;}
/*.lm-list li{padding:3px 0;}*/
/*.lm-list a{padding-left:30px;}*/
.lm-list a:before{
	width:7px;
	height:9px;
	top:15px;
	left:12px;
}
.lm-list li .textS{font-size:12px;}

/* column
-------------------------------------------------------------*/
#contentsWide .box-clm2>.boxL,
#contentsWide .box-clm2>.boxR{
	float:none;
	width:auto;
	max-width:337px;
	margin-left:auto;
	margin-right:auto;
}
	
.box-clm2 .ttlAbout{margin:20px 0;}
	
/* list-news
-------------------------------------------------------------*/
.list-news{
	font-size: 1.0em;
	line-height: 1.6;
}
.list-news dd {
	margin-top: 1.0em;
	padding: 0 0 20px 0em;
}
.list-news dt em {
	width: 10.67em;
	top: 20px;
}
	
#concept .box-clm2>div>img{
	max-width: 500px;
}	
	
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){





}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){


/* box-itemList
-------------------------------------------------------------*/
.box-itemList .photo,
.box-itemList .photo img{width:146px;}



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (max-width:767px), only screen and (max-device-width:767px){

.box-itemList .new:before,
.box-itemList .hot:before,
.box-ranking>div>a:before,
/*.box-whatsnewS .btn a:before,*/
.lm-list a:before{
	background-image:url(../img/parts_sp_spr.png);
	background-size:auto 65px;
}


}
