/******************************
	検索結果表示
*******************************/
div.result {
	margin:10px 0;
	padding: 0px 0 15px 0;
	border-bottom:1px solid;
}

div.result_left{
	float:left;
}

p.result{
	margin:0;
	font-size:12px;
}

p.result strong{
	color:#f00;
	font-size:16px;
}

/******************************
	商品一覧列挙エリア
*******************************/
.itemlist {
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
}

.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) / 4);
    display: flex;
    flex-flow: column;
}

.item_tn:nth-of-type(4n) {
	margin-right: 0;
}
.item_tn:nth-of-type(4n+1) {
	margin-left: 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:#000;
	font-size:14px;
}

.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 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;
  display: flex;
}

.itemlist div p.options img {
  margin:0 2px 2px 0 !important;
}

/******************************
	他のブランド一覧のヘッダ
*******************************/
div.wraph2{
	display: flex;
	width: 100%;
	margin:10px 0;
	background-color:#0090DB;
	border-bottom:5px solid #33C0EE;
}
  
div.wraph2 h2 {
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 17px;
	box-sizing: border-box;
}


h3.brand_icon{
	padding:1em 0;
	text-align:left;
	width: 100%;
}

/**************************
    新着ニュース
***************************/
#new_news {
}

.news_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.searchevents {
  width: 100%;
  text-align: center;
}

.genre_tag {
  display:flex;
  width: 15%;
  margin: auto;
}

.genre_tag p {
  border: 1px solid;
  width: 50%;
  text-align: center;
  margin: auto;
  font-size: 13px;
}

.news_info {
  width: 85%;
}

.news_info h3 {
  display: flex;
}

.news_info em {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin: 0 5px;
}

.news_info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 768px){

  .searchevents select {
    width: 90%;
    height: 35px;
  }

 .news_info {
    width:100%;
    margin: 5px auto;
  }

  .genre_tag {
    width:100%;
  }

  .genre_tag em,
  .genre_tag p {
    width:30%;
    margin:0;
  }
  .genre_tag em{
    margin: 0 5px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
  }
}

/******************************
	ページ一覧
*******************************/
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;
	font-size:12px;
	text-decoration:none;
}

div.pages li a:hover,div.pages li strong{
	background-color:#0090DB;
	color:#fff;
}

div{
	font-style:normal;
}

/******************************
	フォーム
*******************************/
div.result_right {
	padding:20px 0 0 0;
	float:right;
}

/******************************
	商品のソート
*******************************/
div.order {
	padding-top:5px;
	float:right;
	clear:both;
}


/******************************
	商品の表示件数
*******************************/
div.result_right ul{
  float:left;
  margin:0 0 0 20px;
}

div.result_right li{
	float:left;
	margin:0 20px 0 0;
  font-size:14px;
}

div{
	font-style:normal;
}


/******************************
	別ブランドのもっと見るボタン
*******************************/
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;
	}

	.itemlist div samp strong {
		font-size: 17px;
	}

	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.result div.pages {
	    margin: 10px 0;
	}

	div.pages ul{
	    justify-content: center;
    overflow: hidden;
	}

	/* セレクトボックス */

	div.disp_num{
		float:left;
		width: 36%;
		/* margin: 3px; */
		padding: 3px;
	}

	div.disp_order{
		float:left;
		width: 36%;
		padding: 3px;
	}

	div.disp_num select , div.disp_order select{
		height: 30px;
		width: 100%;
	}

	div.disp_searchline{
		float:left;
		width: 26%;
		padding: 3px;
	}

	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;
	}
	#contents_center_inner.line_one div.disp_searchline ul li#searchline1{
		opacity: 1;
		cursor: auto;
	}
	#contents_center_inner.line_one div.disp_searchline ul li#searchline2{
		opacity: 0.5;
		cursor: pointer;
	}
	#contents_center_inner.line_three div.disp_searchline ul li#searchline3{
		opacity: 1;
		cursor: auto;
	}
	#contents_center_inner.line_three div.disp_searchline ul li#searchline2{
		opacity: 0.5;
		cursor: pointer;
	}
    

	/******************************
	商品一覧列挙エリア(SP)
	*******************************/
	.itemlist {
	}

	.itembox {
	}
	
	.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% - 20px) / 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: 11px;
}

.itemcolor {
	padding: 5px 0px 0px 5px;
	font-size: 11px;
}
/* カラーチップのレイアウト */
.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);
    }
  }
}