/******************************
	検索結果表示
*******************************/
div.result {
    margin: 10px auto;
    padding: 0px 20px;
}

@media screen and (max-width: 768px){
	div.result {
		padding: 0px 5px;
	}
}

div.result_left{
	float:left;
}

p.result{
	margin:0;
	font-size:12px;
}

.result span {
    color: #f00;
    font-size: 17px;
    font-weight: bold;
}

/******************************
	商品一覧列挙エリア
*******************************/
.itemlist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 25px;
}

.itembox {
	border: 1px solid #ddd;
	width: 100%;
}
.itembox a {
	width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.item_tn {
	margin: 0px 5px 30px 5px;
    padding: 0 0px;
    width: calc((100% - 30px) / 3);
    display: flex;
    flex-flow: column;
}

.item_tn:nth-child(4n) {
	margin-right: 0;
}

/* 商品価格 */
.itemlist div samp {
	padding:0 5px 5px 5px;
	  flex-grow: 2;
	  display: flex;
	  flex-flow: column;
  }

  .itemlist div samp strong {
	  clear:both;
	  display:block;
	  text-align:left;
	  color:#f00;
	  font-size:14px;
  }

  .itemlist div samp p.nomal {
    clear: both;
    display: block;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

  .itemlist div a {
	color:#333;
	text-decoration:none;
  }

  .itemlist div a.item-tn {
	position: relative;
	display: block;
	background:#fff;
  }

  .itemlist div a:hover {
	color:#666;
	text-decoration:underline;
  }

  .itemlist div h3 {
  }

  .itemlist div h3 a {
	color:#36c;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 5px;
	overflow:hidden;
	width: 100%;
	font-size: 15px;
  }

  .itemlist div h3 a:hover {
	color:#f90;
	text-decoration:underline;
  }

  .itemlist div em {
		padding:5px 5px;
		font-style:normal;
		font-size:13px;
		text-align:left;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

  .itemlist img.itemphoto {
	position:absolute;
	border:1px dotted #333;
  }

  .itemlist img.item-tn, .itemlist img.item-soldout {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  }

  .itemlist img.item-new {
	position:absolute;
	top:0;
	left:0;
  }

	@media screen and (max-width: 768px){
		.itemlist div em {
			padding:5px 0;
			font-size: min(3.125vw, 13px);
		}
	}

/******************************
	商品ステータス
*******************************/
.itemlist div p.options {
  margin:0;
  padding:0;
  text-align: left;
}

.itemlist div p.options img {
  margin:0 2px 2px 0 !important;
}

/******************************
	他のブランド一覧のヘッダ
*******************************/
h2.other {
	clear:both;
	color:#fff;
	font-size:14px;
	margin:40px 0 5px 0;
	padding:5px;
	background-color:#ff9900;
	border-bottom:5px solid #cc3300;
}


div.brand_icon{
	padding:1em 0;
	text-align:left;
	width: 100%;
}

/******************************
	ページ一覧
*******************************/
div.pages {
    width: 40%;
    min-width: 450px;
    margin: 15px 0 20px 0;
    float: left;
}

div.result div.pages {
    margin: 15px 0 0px 0;
}

div.pages ul{
	list-style:none;
	margin:auto;
	padding:0;
    display: flex;
    width: 100%;
}

div.pages li{
	float:left;
	margin-right:2px;
    flex-grow: 2;
    max-width: 50px;
}

div.pages li a,.pages li strong{
	display:block;
	padding:8px 2px;
	border:1px solid #ccc;
	text-align:center;
	color: #ff9900;
	font-size:12px;
	text-decoration:none;
}

div.pages li a:hover,div.pages li strong{
	background-color:#ff9900;
	color:#fff;
}

/* .genteiarea{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #f1f1f1;
}

.genteiarea img {
    width: 100%;
}

.img_left {
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
} */

/* p.txt {
    margin: 20px;
}

.genteiarea p.txt{
    width: 60%;
    float: left;
	margin: 20px;
} */

/* div.b_store_a{
	margin:40px 20px;
}

.genteiarea p.b_store ,
.genteiarea p.b_zone{
	width: 100%;
}

.genteiarea_banner{
    margin: 10px 5px 10px;
    text-align: center;
}

p.genteiarea_banner img {
    width: 100%;
} */

/* @media screen and (max-width: 768px){
	.genteiarea p.txt {
		width:100%;
		float:none;
		margin:10px;
	}

	div.b_store_a{
		width:100%;
		margin: 10px;
	}
} */


.backimages{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: auto;
	box-sizing: border-box;
	background: #f1f1f1;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.backimages>div:first-child{
	width: 70%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
.backimages>div:last-child{
	width: 30%;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
}
.backimages>div>img{
	width: 100%;
}
.gee-gentei-midashi{
	font-weight:bold;
	font-size:1.35em;
}

@media screen and (max-width: 768px) {
	.backimages>div:first-child{
		width: 100%;
		padding: 20px 15px 15px;
	}
	.backimages>div:last-child{
		width: 100%;
		padding: 0 15px 20px;
	}
	.gee-gentei-midashi{
		font-size: 1.2em;
	}
}
.img_right div{
	height: 46px;
	width:100%;
	margin-bottom: 15px;
	display: table;
}
.img_right div a{
	padding: 10px 5px;
	box-sizing: border-box;
	color:#fff;
	background: linear-gradient(#ba3013,#de3e1e);
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1rem;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}
.img_right div a:hover{
	text-decoration: none;
	background:#ea601f;
}
.pc-d-n{
	display: none;
}
@media screen and (max-width: 768px) {
	.img_right{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.img_right div{
		width: calc((100% - 15px) / 2 );
		width: -webkit-calc((100% - 15px) / 2 );
		margin-right: 15px;
		margin-bottom: 0;
	}
	.img_right div:last-of-type{
		margin-right: 0;
	}
}

	@media screen and (max-width: 500px) {
		.pc-d-n{
			display: block;
		}
		.sp-d-n{
			display: none;
		}
	}

/******************************
	フォーム
*******************************/
div.result_right {
	padding: 15px 0 0 0;
    float: right;
    display: flex;
    flex-flow: column;
    max-width: 380px;
}

/******************************
	商品のソート
*******************************/
div.order {
	padding-top:5px;
	float:right;
	clear:both;
}


/******************************
	商品の表示件数
*******************************/
div.result_right ul{
  float:left;
}

div.result_right li{
	float:left;
	margin:0 10px 0 0;
	font-size:14px;
}

div.result_right a {
    color: #ff9900;
}


/******************************
	別ブランドのもっと見るボタン
*******************************/
div.more_button {
	margin-bottom: 30px;
	width: 100%;
	justify-content: center;
	display: flex;
}

div.more_button a {
	border: 2px solid #069;
	border-radius: 2px;
	padding: 8px 25px;
	background: #fff;
	color: #069;
}

/******************************
	SP関係
*******************************/

@media screen and (max-width: 768px){

	p.result {
		font-size: 13px;
		font-weight: bold;
	}

	div.more_button a {
		padding: 10px 100px;
		font-size: 13px;
	}


	/* ページャー */
	div.pages {
		width:100%;
    	min-width: auto;
		margin:10px 0;
		float: none;
		display: flex;
	}

	div.pages ul{
		justify-content: center;
		overflow: hidden;
	}

	/* セレクトボックス */

	div.disp_num{
		float:left;
		width: 38%;
		padding: 3px;
		margin: 15px 0 0 0;
	}

	div.disp_order{
		float:left;
		width: 31%;
		padding: 3px;
		margin: 15px 0 0 0;
	}

	div.disp_num select , div.disp_order select{
		height: 30px;
		width: 100%;
	}

	div.disp_searchline{
		float:left;
		width: 24%;
		padding: 3px;
		margin: 15px 0 0 0;
	}

	div.disp_searchline ul{
		display:flex;
		height:30px;
		justify-content: flex-end;
	}

	div.disp_searchline ul li{
		width: 33%;
		max-width: 30px;
		display:flex;
		opacity: 0.5;
		cursor: pointer;
	}

	div.disp_searchline ul li img{
		width: 100%;
	}

	div.disp_searchline ul li#searchline2{
		opacity: 1;
		cursor: auto;
	}
	#maincol.line_one div.disp_searchline ul li#searchline1{
		opacity: 1;
		cursor: auto;
	}
	#maincol.line_one div.disp_searchline ul li#searchline2{
		opacity: 0.5;
		cursor: pointer;
	}
	#maincol.line_three div.disp_searchline ul li#searchline3{
		opacity: 1;
		cursor: auto;
	}
	#maincol.line_three div.disp_searchline ul li#searchline2{
		opacity: 0.5;
		cursor: pointer;
	}

	/******************************
	商品一覧列挙エリア(SP)
	*******************************/
	.itemlist {
		margin: 0;
	}

	.itembox {
		/* max-width: 180px;
		max-height: 180px;
		min-width: 120px;
		min-height: 120px;
		width: 20vw;
		height: 20vw; */
	}

	.itembox a{
	}

	.item_tn {
	width: calc((100% - 10px) / 2);
	}

	.item_tn:nth-of-type(4n) {
	margin-right: 5px;
	}

	.item_tn:nth-of-type(4n+1) {
	margin-left: 5px;
	}

	.item_tn:nth-of-type(2n) {
	margin-right: 0;
	}

	.item_tn:nth-of-type(2n+1) {
	margin-left: 0;
	}

	.line_one .item_tn {
	width: 100%;
	}

	.line_one .item_tn:nth-of-type(4n) {
	margin-right: 0;
	}

	.line_one .item_tn:nth-of-type(4n+1) {
	margin-left: 0;
	}

	.line_one .item_tn:nth-of-type(2n) {
	margin-right: 0;
	}

	.line_one .item_tn:nth-of-type(2n+1) {
	margin-left: 0;
	}

	.line_three .item_tn {
	width: calc((100% - 25px) / 3);
	margin-bottom: 10px;
	}

	.line_three .item_tn:nth-of-type(4n) {
	margin-right: 5px;
	}

	.line_three .item_tn:nth-of-type(4n+1) {
	margin-left: 5px;
	}

	.line_three .item_tn:nth-of-type(2n) {
	margin-right: 5px;
	}

	.line_three .item_tn:nth-of-type(2n+1) {
	margin-left: 5px;
	}

	.line_three .item_tn:nth-of-type(3n) {
	margin-right: 0;
	}

	.line_three .item_tn:nth-of-type(3n+1) {
	margin-left: 0;
	}

	.line_three .item_tn em, .line_three .item_tn samp, .line_three .item_tn h3,.line_three .itemsize,.line_three .itemcolor {
	display:none;
	}

	.pankuzu {
		font-size: 9px;
	}
	/* スマホ表示時、 カラーチップをタップでtitle属性を表示*/
	.colortip[title] {
		position: relative;
		display: inline-flex;
		justify-content: center;
    }
	.colortip[title]:hover::after{
    content:attr(title);
        position: absolute;
        top: 25px;
        left: 15px;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        padding: 0px 5px 0px 5px;
        display: inline-block;
        width: auto;
        white-space:nowrap;
        z-index:10;
	}
}

/* バナーのマウスオーバー */
div.itembox:hover a {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.itemsize {
	padding: 5px 0px 0px 5px;
	font-size: 10px;
}

.itemcolor {
	padding: 5px 0px 0px 5px;
	font-size: 10px;
}
/* カラーチップのレイアウト */
.colortip {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  text-align:center;
  line-height: 16px;
  margin: 3px 0px 0px 0px;
}

/*カラー検索実装対応*/
.tagbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5px;
  max-height: 600px;
	overflow: hidden;
}

.colortag {
	border: 1px solid #dcdde2;
  padding: 2px 5px;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 12px;
  cursor : pointer;
  background-color: #dcdde2;
  color: #000;
}

/*溢れたタグを表示させるボタン*/
.more{
  margin: 0 auto;
  width: 8px;
  text-align: center;
  color: #2e9ce5;
  cursor: pointer;
  margin-top: 3px;

  &:after{
    content:'';
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    width: 8px;
    height: 8px;
    border-top: #000000 2px solid;
    border-right: #000000 2px solid;
    transform: rotate(135deg);
  }
  &.is-active{
    &:after{
      -webkit-transform:rotate(180deg);
      transform:rotate(315deg);
    }
  }
}