@charset "utf-8";
/*[search]*/
.harfbox{
	display:block;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 24px;
	width:calc(100% - 48px);
	vertical-align: top;
}
.harfbox .harf_left{
	display:block;
}
.harfbox .harf_left .harf_left_inner{
	margin:21px 0 0 0;
}
.harfbox .harf_right{
	display:block;
	width:100%;
	vertical-align: top;
}.harfbox .harf_right .harf_right_inner{
	margin:21px 0 0 0;
}
.harfbox .harf_right .harf_right_toppic img{
	width:100%;
	height:auto;
}
.harfbox .harf_right .harf_right_toptext{
	width:100%;
	height:auto;
}
.searchboxleft {
    margin: 0;
    padding: 12px 0 25px 0;
    position: relative;
    box-shadow: 0px 4px 40px rgb(76 55 43 / 8%);
    border-radius: 4px;
}
dl.search-table{
	margin:20px 24px 20px 24px;
	padding:0;
	font-size:0;
	display:table;
	width:calc(100% - 59px);
}
dl.search-table dt{
	display: table-cell;
	width:44px;
	text-align:left;
	padding:0 11px 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	margin-left: 0;
	white-space: nowrap;
}
dl.search-table dd{
	display: table-cell;
	width:calc(100% - 158px);
	padding:0;
	position: relative;
	text-align:left;
}
dl.search-table dd select{
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	border-radius: 4px;
	padding:12px;
	width:100%;
	margin:0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}
dl.search-table dd::after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 8%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #9E9E9E;
	border-right: 2px solid #9E9E9E;
	z-index: 1;
}
/*rangbar*/
dl.search-table-rangbar{
	margin:20px 24px 20px 24px;
	padding:0;
	font-size:0;
	display:table;
	width:calc(100% - 59px);
}
dl.search-table-rangbar dt{
	display: table-cell;
	width:44px;
	height:40px;
	text-align:left;
	padding:0 11px 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	margin-left: 0;
	white-space: nowrap;
	vertical-align : middle;
}
dl.search-table-rangbar dd{
	display: table-cell;
	width:calc(100% - 158px);
	padding:0;
	position: relative;
	text-align:left;
	vertical-align : top;
}
dl.search-table-rangbar dd::after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 8%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 0px solid #9E9E9E;
	border-right: 0px solid #9E9E9E;
	z-index: 0;
}
dl.search-table-rangbar > dd > .nstPriceSliderDog,
dl.search-table-rangbar > dd > .nstMoonageSliderDog,
dl.search-table-rangbar > dd > .nstPriceSliderCat,
dl.search-table-rangbar > dd > .nstMoonageSliderCat{
	width:calc(100vw - 140px);
}

/*search 表示非表示切替*/
.tabs .tab-label-search {
	background-color: #fff;
	margin: 0;
	padding: 3px 0;
	border-bottom: none;
	font-size: 12px;
	text-align:center;
	color:#4C372B;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: 0.02em;
	width: calc((100% - 9px) / 2);
	display: inline-block;
}
/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {
	opacity: 0.7;
}
/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content,
.tabs input[name="tab-search-radio"],
.tabs .tab-content {
	display: none;
}
/* タブ内容のスタイル */
.tabs .tab-content{
	min-height: 200px;
}
/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content,
.tabs #tab-3:checked ~ .tab-3-content{
	 display: block;
}
/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-search-radio"]:checked + .tab-search-label {
	border-bottom: 6px solid #4C372B;
	color: #4C372B;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
}
/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
	border-bottom: 6px solid #4C372B;
	color: #4C372B;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	letter-spacing: 0.02em;
	width: calc(100% / 3);
	display: inline-block;
	line-height:18px;
}
.tabs #tab-search1:checked ~ .tab-search1-content,
.tabs #tab-search2:checked ~ .tab-search2-content{
	 display: block;
}
/*search*/
.tabs input[name="tab-radio"]:checked + .tab-label-search {
	border-bottom: 6px solid #4C372B;
	color: #4C372B;
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	text-align:center;
	letter-spacing: 0.02em;
	width: calc(100% / 2);
	display: inline-block;
}
/***[Price]***/
dl.search-table-rangbar dd .leftPriceLabel {
    position: absolute;
    left: 0;
    top: 30px;
    font-size:12px;
}
dl.search-table-rangbar dd .rightPriceLabel {
    position: absolute;
    right: 0;
    top: 30px;
    font-size:12px;
}
/***[moonage]***/
dl.search-table-rangbar dd .leftLabel {
    position: absolute;
    left: 0;
    top: 30px;
    font-size:12px;
}
dl.search-table-rangbar dd .rightLabel {
    position: absolute;
    right: 0;
    top: 30px;
    font-size:12px;
}
/***[switch]***/
dl.search-table-switchbox{
	margin:20px 24px 20px 24px;
	padding:0;
	font-size:0;
	display:table;
	width:calc(100% - 59px);
}
dl.search-table-switchbox dt{
	display: table-cell;
	width:44px;
	text-align:left;
	padding:0 11px 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	margin-left: 0;
	white-space: nowrap;
	vertical-align: middle;
}
dl.search-table-switchbox dd{
	display: table-cell;
	width:calc(100% - 158px);
	padding:0;
	position: relative;
	text-align:left;
	height:31px;
}
dl.search-table-switchbox dd .switch{
	position: absolute;
	top:0;
	left:0;
}
dl.search-table-switchbox dd::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 0px solid #9E9E9E;
    border-right: 0px solid #9E9E9E;
    z-index: 0;
}
/***[switch]***/
.switchArea {
  line-height    : 31px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 27px;                /* 文字サイズ         */
  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 51px;               /* ボタンの横幅       */
  background     : #fff;                /* デフォルト背景色   */
}
 /* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}
 /* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 31px;                /* ボタンの高さ       */
  border         : 2px solid #4C372B;   /* 未選択タブのの枠線 */
  border-radius  : 30px;                /* 角丸               */
}
 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked +label {
  border-color   : #4C372B;
  background     : #4C372B;
}
 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 27px;                /* 丸の横幅           */
  height         : 27px;                /* 丸の高さ           */
  background     : #4C372B;             /* カーソルタブの背景 */
  top            : 2px;                 /* 親要素からの位置   */
  left           : 2px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}
 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(20px);    /* 丸も右へ移動       */
  background     : #fff;             /* カーソルタブの背景 */
}
/***[問合せno]***/
dl.searchno-table{
	margin: 30px 24px 29px 24px;
	padding: 0;
	font-size: 0;
	display: table;
	width: calc(100% - 59px);
}
dl.searchno-table dt{
	display: table-cell;
	width: 128px;
	text-align: left;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	margin-left: 44px;
}
dl.searchno-table dd{
    text-align: right;
}
dl.search-table dd {
    display: table-cell;
    width: calc(100% - 187px);
    padding: 0;
    position: relative;
    text-align: left;
}
dl.searchno-table dd input.searchinput{
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	border-radius: 4px;
	width:calc(100% - 24px);
	height:44px;
	font-size:12px;
	padding: 0 1em;
}
.tab-content > form > p.searchsubmit > .submit{
	background: #4C372B;
	border-radius: 4px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.02em;
	padding:12px;
	margin:12px auto 0 auto;
	width:calc(100% - 48px);
	box-shadow:none;
	border: none;
}
.tab-content > form > p.searchsubmit > .submit > span{
	font-size: 14px;
}
/***[search_result_count]***/
dl.search_result_count{
	display:table;
	width:100%;
	margin-top:20px;
}
dl.search_result_count dt{
	display:table-cell;
	font-weight:normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333333;
	text-align:left;
}
dl.search_result_count dd{
	display:table-cell;
	width:calc(100% - 50%);
	text-align:right;
}
/***[search_result_list]***/
ul.search_result_list{
	clear:both;
	margin:0;
	padding:0px 0 27px 0;
}
ul.search_result_list > li > a > img.search_result_pic{
	width:100%;
	border-radius: 4px;
}
ul.search_result_list > li{
	position: relative;
	display:block;
	width:100%;
	margin:0 auto;
	margin:25px 0 0 0;
}
ul.search_result_list > li:first-child{
	margin:13px 0 0 0;
}
ul.search_result_list > li > a > .search_result_liner{
	position: absolute;
	left:0;
	bottom:0;
	background: linear-gradient(0.68deg, rgba(53, 53, 53, 0.6) 13.55%, rgba(255, 255, 255, 0) 95.49%);
	border-radius: 4px;
	height:97px;
	width:100%;
}
ul.search_result_list > li > a > .search_result_title{
	position: absolute;
	left:17px;
	right:17px;
	bottom:61px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
	text-align:left;
}
ul.search_result_list > li > a > .search_result_title > .search_result_parent{
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
ul.search_result_list > li > a > .search_result_shop{
	position: absolute;
	left:17px;
	bottom:40px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
}
ul.search_result_list > li > a > .search_result_price{
	position: absolute;
	left:17px;
	bottom:17px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
	width:calc(100% - 24px);
}
ul.search_result_list > li > a > .search_result_price > ul.search_result_price_inner{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
ul.search_result_list > li > a > .search_result_price > ul.search_result_price_inner > li:nth-child(1){
	text-align:left;
	width: fit-content;
	margin:0 10px 0 0;
}
ul.search_result_list > li > a > .search_result_price > ul.search_result_price_inner > li:nth-child(2){
	text-align:left;
	width: fit-content;
	margin:0 10px 0 0;
}
@media screen and (max-width:320px) {
	ul.search_result_list > li > a > .search_result_price > ul.search_result_price_inner > li:nth-child(1),
	ul.search_result_list > li > a > .search_result_price > ul.search_result_price_inner > li:nth-child(2){
	margin:0 1px 0 0;
	}
}
ul.search_result_list > li > a > .search_result_price > ul.search_result_price_inner > li:nth-child(3){
	text-align:right;
}
form.sort > select.select_sort{
	border: 0px solid #ffffff;
	box-sizing: border-box;
	padding:12px 26px 12px 12px;
	width:auto;
	margin:0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/common/recommended.png") top right no-repeat;
	background-position: right 0 center;
}
/*[「続きを読む」の上のPIC]*/
.search_pic{
	position: relative;
}
.search_pic img{
	border-radius: 4px;
	width:100%;
	height:auto;
}
.search_pic > .search_result_liner {
}
.search_pic > .search_result_liner > .searchtitle-box{
	display:none;
}
/*[「続きを読む」の上のPIC]end*/
/*[「続きを読む」の開閉ボタン]*/
.cp_box_search *, .cp_box_search *:before, .cp_box_search *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box_search {
	position: relative;
	margin-top:25px;
}
.cp_box_search label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.cp_box_search input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box_search label:before {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	width: 16rem;
	font-size:16px;
	content: 'もっと見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #4C372B;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 0);
}
.cp_box_search label:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 17px;
	right: 27%;
	width: 15px;
	height: 15px;
	border-top: 2px solid #4C372B;
	border-right: 2px solid #4C372B;
	transform: rotate(135deg);
	margin: 15px 17px 0 0;
}
.cp_box_search input {
	display: none;
}
.cp_box_search .cp_container {
	overflow: hidden;
	height: 220px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box_search input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box_search input:checked + label:before {
	content: '閉じる';
}
.cp_box_search input:checked + label:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 27%;
	width: 15px;
	height: 15px;
	border-top: 2px solid #4C372B;
	border-right: 2px solid #4C372B;
	transform: rotate(-45deg);
	margin: 15px 17px 0 0;
}
.cp_box_search input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*文字部分*/
.description{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333333;
	text-align:left;
	margin:16px 0 0 0;
}
/*[「続きを読む」の開閉ボタン]end*/
/*[検索結果0件]*/
.sorry{
	margin:0 0 20px 0;
}
.sorry > img{
	width:100%;
	height:auto;
}
/*.ranking_title{
	margin:50px 0 26px 0;
	display:table;
	width:100%;
}
.ranking_title > li:first-child{
	display:table-cell;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #4C372B;
	text-align:left;
}
.ranking_title > li:last-child{
	display:table-cell;
}
.ranking_title > li:last-child > .ranking_link{
	padding:12px 13px;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #4C372B;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #4C372B;
	display:block;
}*/
.ranking-box{
	margin:0 0 40px 0;
	width:100%;
}
.ranking{
	text-align:left;
	padding: 0;
	vertical-align: top;
	position: relative;
}
.ranking .ranking_inner img{/*no.1 pic*/
	width:100%;
	height:auto;
	border-radius: 6px;
}
.ranking .number_back{
	position: absolute;
	background-image: url(/common_nn/images/common/ranking_number.png);
	background-size:cover;
	top:0;
	left:0;
	width:44px;
	height:44px;
}
.ranking .number{
	position: absolute;
	top:0;
	left:0;
	width:44px;
	height:44px;
	font-family: Avenir Next;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #FFFFFF;
	transform: rotate(-45deg);
}
.ranking .numbertext{
	position: absolute;
	left: 0;
	right: 0;
	top: 70%;
	bottom: 0;
	background: linear-gradient(0.68deg, rgba(53, 53, 53, 0.6) 13.55%, rgba(255, 255, 255, 0) 95.49%);
	border-radius: 4px;
}
.ranking .numbertext .numbertext_inner{
	font-family: Noto Sans JP;
	margin:10px 15px 12px 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
}
.ranking .numbertext .numbersmalltext_inner{
	font-family: Noto Sans JP;
	margin:20px 15px 0 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
}
.ranking_inner_title{
	font-family: Noto Sans JP;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #4C372B;
	text-align:left;
	margin: 20px 0 15px 0;
}
.ranking_inner_text{
	font-family: Noto Sans JP;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333333;
	text-align:left;
	margin:0 0 50px 0;
}
.runking-list{
	display:block;
	margin:0;
	width:100%;
	letter-spacing: -0.5em;
}
.runking-list > li{
	display:inline-block;
	width:100%;
	margin:47px 0 0 0;
	padding:0;
}
.runking-list > li:first-child{
	margin:0;
}
.runking-list > li > .runking-list_inner > img{
	width:100%;
	height:auto;
}
.ranking-list_inner_text{
	font-family: Noto Sans JP;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #333333;
	text-align:left;
	margin:20px 0 0 0;
}
/*[検索結果0件]end*/
/*[検索結果0の犬猫表示切替]*/
/*タブ切り替え全体のスタイル*/
.zerotabs {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:left;
	position: relative;
}
.ranking_title{
	margin:0;
	display:inline-block;
	width:calc(100% - 100px);
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #4C372B;
	text-align:left;
	position: absolute;
	top:10px;
	left:0;
}
/*タブのスタイル*/
.tab_item {
	width:100px;
	height: 47px;
	border-radius: 4px;
	border: 1px solid #4C372B;
	line-height: 47px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	/*display:inline-block;*/
	float:right;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0 0 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#catitem:checked ~ #cat_content,
#dogitem:checked ~ #dog_content
 {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.zerotabs input:checked + .tab_item {
  /*background-color: #5ab4bd;
  color: #fff;*/
display:none;
}
/*[検索結果0の犬猫表示切替]end*/
/*[もっと詳しく絞り込む]*/
.searchboxleft > .tab-content > #form1 > div.search_more.acc_box,
.searchboxleft > .tab-content > #form2 > div.search_more.acc_box{
	padding-left:0;
}
/*[もっと詳しく絞り込む]end*/