/*---------------------------------------
  [PC] 絞り込み
----------------------------------------*/


/* リンクボックス */

.search_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search_link_list li {
    width: 390px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.search_link_list li:nth-of-type(2n) {
    margin-right: 0;
}

.search_link_list li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
}

.search_link_list li a::before,
.search_link_list li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.search_link_list li a::before {
    right: 20px;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    border-top: 1px solid #95989a;
    border-right: 1px solid #95989a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 検索履歴 */

.searchHistoryBox {
    width: 800px;
    margin: 0 auto 109px;
}

.search_history_list li {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    border-bottom: 1px solid #ededed;
}

.search_history_list li:first-of-type {
    border-top: 1px solid #ededed;
}

.search_history_list li a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}

.search_history_list li a:hover {
    text-decoration: underline;
}

.search_history_list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 44px;
    cursor: pointer;
}

.accordion_menu {
    height: 100px;
    overflow: hidden;
    transition: .4s;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    height: 120px;
    overflow: hidden;
    transition: .4s;
    position: relative;
}

.accordion_menu::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    transition: all .4s;
    background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
    z-index:500
  }

  .accordion_menu.active::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    transition: all .4s;
    background: transparent;
    z-index:-500
  }

.more_searchHistory_img {
    width: 22px;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
}


/* トレンドキーワード */

.keywordBox {
    background-color: #fbfbfb;
    padding: 20px 0 60px;
    height: 210px;
    overflow: hidden;
    transition: .4s;
    position: relative;
}

.keywordBox::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    transition: all .4s;
    background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
  }

  .keywordBox.active::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    transition: all .4s;
    background: transparent;
}

.trend_tag {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.trend_tag li {
    margin: 0 0 15px 5px;
}

.trend_tag a {
    display: flex;
    align-items: center;
    min-height: 30px;
    color: #221c1c;
    font-size: 12px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 2px 15px;
    border-radius: 17px;
    box-sizing: border-box;
}

.trend_tag a:hover {
    background-color: #efefef;
}

.more_trendKeyword_img {
    width: 22px;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
}


/*---------------------------------------
  [PC] カテゴリー
----------------------------------------*/

#page_itemSearch .search_category_list_ttl,
#page_itemSearch .search_category_list_ttl+.searchBox {
    margin-bottom: 60px;
}

.search_category_list {
    margin-bottom: 115px;
}

.search_category_list ul {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.search_category_list li {
    width: 200px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.search_category_list li:nth-child(5n) {
    margin-right: 0;
}

.search_category_list li:nth-child(5n+1) {
    clear: left;
}

.search_category_list li a {
    display: table;
    width: 200px;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 1px;
    text-decoration: none;
}

.search_category_list li a>* {
    display: table-cell;
    vertical-align: middle;
}

.search_category_list li .img {
    width: 40px;
}

.search_category_list li .img div {
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    /*FF*/
    -webkit-border-radius: 20px;
    /*Sf,Ch*/
    border-radius: 20px;
    overflow: hidden;
}

.search_category_list li .img img {
    width: 40px;
}

.search_category_list li .name {
    padding-left: 12px;
    text-align: left;
}


/*---------------------------------------
  [PC] 検索結果ページ
----------------------------------------*/

.leftmenuframe_ .checksort a {
    background: #1A73E8;
}

#page_itemList .ttl_05,
#page_newsList .ttl_05 {
/*    margin-bottom: 80px;*/
}

.search_message_block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    font-size: 14px;
}

.search_list_block+.feature_inner {
    padding-top: 60px;
    border-top: 1px dotted #d6d6d6;
}

#goods_item_list .feature_inner:nth-of-type(1) {
	/* border-bottom: 1px solid #d6d6d6; */
}

.listPhoto .item_icon2 span {
    display: inline-flex;
    max-width: 175px;
    min-height: 18px;
    height: auto;
    align-items: center;
    font-size: 11px;
    line-height: normal;
}

.listPhoto .item_icon2 .icon-band {
    max-width: 100%;
    margin-right: 0;
    padding-right: 40px;
}


/* 2列表示 */

.item_list_c2 {
    display: flex;
    flex-wrap: wrap;
}

.item_list_c2 li {
    width: calc(50% - (15px / 2));
    margin-right: 15px;
    margin-bottom: 66px;
}

.item_list_c2 li:nth-of-type(2n) {
    margin-right: 0;
}


/* NEWS */

#page_newsList #modalOpen.on {
    display: flex;
}

#page_newsList #modalOpen .modalPosi {
    display: block;
}


/* 並び替え */

ul.view_sort {
    display: flex;
    margin-bottom: 30px;
}

ul.view_sort li {
    margin-right: 10px;
}

.view_sort .select_01 {
    width: 200px;
    height: 30px;
    background: url(../../ships_img/pc/parts/ico_search_select.png) center right 10px no-repeat;
}


/* 左絞り込みメニュー */

.leftSearchBox .search_inner {
    width: 193px;
    height: 40px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.leftSearchBox input.searchForm2 {
    border: none;
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
}

.leftSearchBox input.searchIcon2 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 6px;
}

.text_slide dd a,
.text_slide section dd a {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 30px;
    border-bottom: 1px #eeeeee solid;
    background: url(../ships_img/pc/parts/icon_left_menu.png) center left 12px no-repeat;
    text-decoration: none;
}


/* タイトル */

.search_list_block:first-of-type {
    border-top: 1px solid #ccc;
}

.search_list_block .info{
	cursor:pointer;
}


#goods_item_list .feature_inner:nth-of-type(1)+.search_list_block{
	border-top: 0px;
}

.search_link {	
    padding-top: 60px;
    margin-bottom: 30px;
}

.search_link .ttl_02 .strong {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.search_link .ttl_02 .strong::after {
    content: "/";
    font-size: 12px;
    padding: 0 0.5em;
}

.search_left {
    text-align: left;
    float: left;
}

.search_right {
    text-align: right;
    margin-right: 15px;
}

a.search_link_a {
    text-decoration: none;
}

.search_right a::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    vertical-align: middle;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px;
    margin-left: 5px;
}


/* ページャー */

#page_itemlist .paging .paging_prev,
#page_newslist .paging .paging_prev {
    padding-left: 10px;
}

ul.paging {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

ul.paging li:first-of-type a,
ul.paging li:last-of-type a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 60%;
    background: #eeeeee;
    font-size: 14px;
}

ul.paging li a {
    text-decoration: none;
    display: inline-block;
    padding: 2px 15px;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

ul.paging li.active a {
    color: #cccccc;
}

ul.paging li.page-item.disabled a {
    font-weight: normal;
    color: #cccccc;
}


/* カテゴリーナビ
----------------------------------------*/

.search_nav,
.search_category_nav {
    display: flex;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.search_nav li {
    position: relative;
    width: 100%;
    text-align: center;
}

.search_category_nav li {
    position: relative;
    width: 112px;
    text-align: center;
}

.search_nav li:after,
.search_category_nav li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    left: 0;
    bottom: -1px;
}

.search_nav li a,
.search_nav li span,
.search_category_nav li a,
.search_category_nav li span {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 5px 14px 14px;
}

.search_category_nav li span {
    padding: 0;
}

.search_nav li a:hover,
.search_category_nav li a:hover {
    color: #666;
}

.search_nav li.active:after,
.search_nav li:hover:after,
.search_category_nav li.active:after,
.search_category_nav li:hover:after {
    background-color: #333;
}

.search_nav li.active span,
.search_category_nav li.active span {
    font-weight: bold;
}


/* 店舗一覧
----------------------------------------*/

.shopList .item_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.shopList .item_list::after {
    display: none;
}

.shopList .item_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 15px 0;
    margin: 0;
}

.shopList .item_list li:nth-of-type(even) {
    margin-right: 0;
}

.shopList .item_list li label {
    display: flex;
    justify-content: space-between;
}

.shopList .item_list li .img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}

.shopList .item_list li .img a {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: -50%;
    right: -50%;
    margin: auto;
}

.shopList .item_list li .img a img {
    max-width: inherit;
    height: 100%;
}

.shopList .item_list li .info {
    width: 340px;
    font-size: 12px;
    line-height: 1.6;
}

.shopList .item_list li .info .name {
    font-size: 14px;
    padding: 0;
    margin-bottom: 1em;
}

.shopList .item_list li .info dt {
    display: inline;
    margin-right: 1em;
}

.shopList .item_list li .info dd,
.shopList .item_list li .info dd a {
    display: inline;
}

.shopList .item_list li .info .open a {
    text-decoration: underline;
}

.shopList .item_list li .info .open a:hover {
    text-decoration: none;
}

.shopList .item_list li .info {
    padding-right: 32px;
}

.shopList.bulk_deletion_mode.position_rc .deletion_checkbox {
    right: 20px;
}


/* スタイリング
----------------------------------------*/

.stylingList .item_list_c5 .up_day {
    padding: 0;
    font-size: 12px;
    color: #666;
    background: none;
    height: auto;
    text-align: left;
    font-weight: normal;
}


/*　スタッフ
----------------------------------------*/

.staffList .item_list_c4 li {
    margin-right: 100px;
    width: 140px;
}

.staffList .item_list_c4 li:nth-of-type(4n) {
    margin-right: 0;
}

.staffList .item_list_c4 .staff_photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.staffList .item_list_c4 .staff_photo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.staffList .item_list_c4 .staff_photo a img {
    max-width: none;
    width: 100%;
}

.staffList .item_list_c4 .info {
    position: relative;
}

.staffList .item_list_c4 p {
    line-height: 22px;
}

.staffList .item_list_c4 .staff {
    font-size: 14px;
}

.staffList .item_list_c4 .staff a {
    color: #666;
}

.staffList .item_list_c4 .shop {
    font-size: 12px;
}

.staffList .item_list_c4 .staff_info_tag {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.staffList .item_list_c4 .staff_info_tag a {
    line-height: 1.4em;
    color: #666;
}


/*---------------------------------------
  [PC] お気に入り登録（1ステップで登録済になるタイプ）
----------------------------------------*/


/* ボタンベース */

.btn_02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 318px;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
    background: #eeeeee;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #04345a;
    text-decoration: none;
}

.btn_02 img {
    margin-right: 10px;
}

.btn_02.on {
    background: #fff;
    border: 1px solid #eee;
}


/* 下ボタン */

.favorites_1step_btn {
    margin-bottom: 30px;
}


/* 上ボタン */

.favorites_1step_btn_2 a {
    text-decoration: none;
    border: none;
}

.favorites_1step_btn_2 dl {
    text-align: center;
}

.favorites_1step_btn_2 dt img {
    width: 14px;
}

.favorites_1step_btn_2 dd {
    color: #04345a;
    font-size: 8px;
    font-weight: bold;
    white-space: nowrap;
}


/* 一覧のアイコン */

.favorites_1step_ico {
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
}

.favorites_1step_ico .btn_favorite_s {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorites_1step_ico .btn_favorite_s img {
    width: 16px;
    height: 14px;
}


/*---------------------------------------
  [PC] 商品一覧
----------------------------------------*/

.item_list_c4 .item_icon span {
    font-size: 11px;
}

.item_list_c4 li .listPhoto,
.item_list_c5 li .listPhoto {
    overflow: initial;
}

.btn_favorite_item {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    z-index: 100;
    cursor: pointer;
}

.item_list_c4 li .listPhoto .btn_favorite_item img,
.item_list_c5 li .listPhoto .btn_favorite_item img,
#stylingItem li .listPhoto .btn_favorite_item img {
    width: 16px;
    height: 14px;
}

#modalOpen #modal_item_list_favorite {
    width: 650px;
    max-height: 85vh;
    overflow: hidden;
    background: #efefef;
    padding-top: 30px;
}

#modalOpen #modal_item_list_favorite .modal_noAddress {
    padding: 0;
    max-height: 60vh;
    overflow-y: auto;
    background-color: #fff;
    margin: 0 30px 30px;
}

#page_itemList #modalOpen.on {
    display: flex;
}

#page_itemList #modalOpen .modalPosi {
    display: block;
}

.modal_subtitle_bookmark {
    margin-bottom: 45px;
}

#modal_item_list_favorite .modal_title_bookmark {
    font-size: 18px;
    margin-bottom: 20px;
}

#modal_item_list_favorite #cartBox {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(3) {
    width: 250px;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(3) a {
    display: flex;
    width: 250px;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(3) a img {
    width: auto;
    height: auto;
}

#modal_item_list_favorite .itemselectbox+hr {
    margin: 10px 0;
}

.item_variation_list {
    height: 100%;
}

.item_variation_list .btn_favorite_l {
    overflow: inherit;
    z-index: inherit;
    position: relative;
}


/* 絞り込み*/

.leftmenuframe_ input[type="checkbox"],
.leftmenuframe_ input[type="radio"] {
    display: none;
}

.text_slide2 > dt,
.text_slide2 > section > dt {
    background-position: 9px center;
}

.text_slide > dt > a,
.text_slide > section > dt > a {
    display: flex;
    align-items: center;
}


/*チェックボックス*/

.leftmenuframe_ input[type="checkbox"]+label {
    background-image: url(../../ships_img/pc/parts/check02_off.png);
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 8px 0 8px 24px;
    cursor: pointer;
}

.leftmenuframe_ input[type="checkbox"]:checked+label {
    background-image: url(../../ships_img/pc/parts/check02_on.png);
}

.leftmenuframe_ .chk_list_color input[type="checkbox"]+label {
    background-image: none;
}

.leftmenuframe_ .chk_list_color input[type="checkbox"]:checked+label {
    background-image: url(../../ships_img/pc/parts/check_color.png);
}
#category_sort input[type="checkbox"]+label,
#magazine_sort input[type="checkbox"]+label,
#store_sort input[type="checkbox"]+label,
#goods_size_sort input[type="checkbox"]+label {
    border-bottom: 1px #eeeeee solid;
}


/*ラジオボタン*/

.leftmenuframe_ input[type="radio"]+label {
    border-bottom: none;
}

#label_chksort input[type="radio"]+label {
    border-bottom: 1px #eeeeee solid;
}

.leftmenuframe_ ul#view_sort li,
.leftmenuframe_ ul#stock_sort li,
.leftmenuframe_ ul#color_displays_sort li,
.leftmenuframe_ ul#hemming_sort li,
.leftmenuframe_ ul#pricetype_sort li,
.leftmenuframe_ ul#wrapping_sort li {
    border-bottom: 1px #eeeeee solid;
}

.leftmenuframe_ ul#view_sort li a,
.leftmenuframe_ ul#stock_sort li a,
.leftmenuframe_ ul#color_displays_sort li a,
.leftmenuframe_ ul#hemming_sort li a,
.leftmenuframe_ ul#pricetype_sort li a,
.leftmenuframe_ ul#wrapping_sort li a {
    display: block;
    padding: 16px 20px 14px 12px;
    background-image: none;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    font-size: 11px;
    line-height: 12px;
}

.leftmenuframe_ ul#view_sort li a::before,
.leftmenuframe_ ul#view_sort li a::after,
.leftmenuframe_ ul#stock_sort li a::before,
.leftmenuframe_ ul#stock_sort li a::after,
.leftmenuframe_ ul#color_displays_sort li a::before,
.leftmenuframe_ ul#color_displays_sort li a::after,
.leftmenuframe_ ul#hemming_sort li a::before,
.leftmenuframe_ ul#hemming_sort li a::after,
.leftmenuframe_ ul#pricetype_sort li a::before,
.leftmenuframe_ ul#pricetype_sort li a::after,
.leftmenuframe_ ul#wrapping_sort li a::before,
.leftmenuframe_ ul#wrapping_sort li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.leftmenuframe_ ul#view_sort li a::before,
.leftmenuframe_ ul#stock_sort li a::before,
.leftmenuframe_ ul#color_displays_sort li a::before,
.leftmenuframe_ ul#hemming_sort li a::before,
.leftmenuframe_ ul#pricetype_sort li a::before,
.leftmenuframe_ ul#wrapping_sort li a::before {
    right: 6px;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leftmenuframe_ ul#view_sort li a.current,
.leftmenuframe_ ul#stock_sort li a.current,
.leftmenuframe_ ul#color_displays_sort li a.current,
.leftmenuframe_ ul#hemming_sort li a.current,
.leftmenuframe_ ul#pricetype_sort li a.current,
.leftmenuframe_ ul#wrapping_sort li a.current {
    background-color: #eeeeee;
}


/*各タブ調整*/

#search_itemtopics,
#search_news,
#search_feature,
#search_store,
#search_styling,
#search_staff {
	width: 893px;
}

#search_itemtopics #page_memEntry2,
#search_news #page_memEntry2,
#search_feature #page_memEntry2,
#search_store #page_memEntry2,
#search_styling #page_memEntry2,
#search_staff #page_memEntry2 {
    width: 100%;
}

#search_itemtopics #page_memEntry2 #favoriteList li,
#search_news #page_memEntry2 #favoriteList li,
#search_styling #page_memEntry2 #favoriteList li,
#search_staff #page_memEntry2 #favoriteList li {
    float: none;
    width: calc(20% - 15px);
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 66px;
    position: relative;
}
#search_itemtopics .paging,
#search_news .paging,
#search_feature .paging,
#search_store .paging,
#search_styling .paging,
#search_staff .paging {
	display: none;
}

/****/

#search_store #page_memEntry2 #favoriteList li {
    width: calc(50% - 15px);
}

#search_store #favoriteList.favorites_store .item_list li .img {
    margin-right: 10px;
}


/****/

#search_feature #page_memEntry2 #favoriteList li {
    width: calc(33.3333% - 15px);
}

#search_staff #page_memEntry2 #favoriteList li {
    width: 140px;
    margin-right: 38px;
}

/****/

#search_itemtopics #favoriteList.favorites_itemtopics .item_list li .listPhoto a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 196px;
    margin-bottom: 10px;
}

/* お気に入り画面とトンマナ合わせる
----------------------------------------*/
#favoriteList .item_list {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 10px;
}

#favoriteList li {
 float: none;
 width: 208px;
 display: flex;
 flex-direction: column;
 margin-right: 15px;
 margin-bottom: 66px;
 position: relative;
}

#favoriteList li:nth-of-type(5n) {
 margin-right: 0;
}

#favoriteList li .item_photo {
 width: 208px;
 height: auto;
 margin-bottom: 20px;
}

/* [スタイル] */

#favoriteList.favorites_coordinate .item_list .listCoodi {
 position: relative;
 height: 218px;
}

#favoriteList.favorites_coordinate .item_list .listCoodi img {
    height: 100%;
    object-fit: contain;
}

#favoriteList.favorites_coordinate .item_list .up_day {
 font-size: 12px;
 padding: 20px 0 15px;
 color: #666;
}

#favoriteList.favorites_coordinate .item_list .shop {
 font-size: 14px;
 color: #333;
 line-height: 1.5;
 padding-bottom: 10px;
}

/* [スタッフ] */

#favoriteList.favorites_staff .item_list li {
 margin-right: 100px;
 width: 140px;
}

#favoriteList.favorites_staff .item_list li:nth-of-type(5n) {
 margin-right: 0;
}

#favoriteList.favorites_staff .item_list .staff_photo {
 position: relative;
 width: 100%;
 height: 0;
 padding-top: 100%;
 border-radius: 50%;
 overflow: hidden;
 margin-bottom: 10px;
}

#favoriteList.favorites_staff .item_list .staff_photo img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #ccc;
 max-width: none;
}

#favoriteList.favorites_staff .item_list .info {
 position: relative;
}

#favoriteList.favorites_staff .item_list p {
 line-height: 22px;
}

#favoriteList.favorites_staff .item_list .staff {
 font-size: 14px;
 color: #666;
}

#favoriteList.favorites_staff .item_list .shop {
 font-size: 12px;
}

/* [店舗] */

#favoriteList.favorites_store .item_list {
 display: flex;
 margin-bottom: 60px;
}

#favoriteList.favorites_store .item_list::after {
 display: none;
}

#favoriteList.favorites_store .item_list li {
 width: 540px;
 padding: 15px 20px;
 margin: 0 20px 0 0;
 border-bottom: 1px solid #d5d5d5;
}

#favoriteList.favorites_store .item_list li:nth-of-type(even) {
 margin-right: 0;
}

#favoriteList.favorites_store .item_list li:nth-of-type(1),
#favoriteList.favorites_store .item_list li:nth-of-type(2) {
 border-top: 1px solid #d5d5d5;
}

#favoriteList.favorites_store .item_list li label {
 display: flex;
 justify-content: space-between;
}

#favoriteList.favorites_store .item_list li .img {
 width: 150px;
 min-width: 150px;
 height: 150px;
 position: relative;
 overflow: hidden;
}

#favoriteList.favorites_store .item_list li .img a {
 position: absolute;
 width: 100%;
 height: 150px;
 top: 0;
 left: -50%;
 right: -50%;
 margin: auto;
}

#favoriteList.favorites_store .item_list li .img a img {
 max-width: inherit;
 height: 100%;
}

#favoriteList.favorites_store .item_list li .info {
 width: 340px;
 font-size: 12px;
 line-height: 1.6;
}

#favoriteList.favorites_store .item_list li .info .name {
 font-size: 14px;
 padding: 0;
 margin-bottom: 1em;
}

#favoriteList.favorites_store .item_list li .info dt {
 display: inline;
 margin-right: 1em;
}

#favoriteList.favorites_store .item_list li .info dd,
#favoriteList.favorites_store .item_list li .info dd a {
 display: inline;
}

#favoriteList.favorites_store .item_list li .info .open a {
 text-decoration: underline;
}

#favoriteList.favorites_store .item_list li .info .open a:hover {
 text-decoration: none;
}

#favoriteList.favorites_store .item_list li .info {
 padding-right: 32px;
}

/* [特集][ニュース][アイテムトピックス] */

#favoriteList.favorites_itemtopics .item_list li {
 width: 208px;
}

#favoriteList.favorites_news .item_list li .listPhoto,
#favoriteList.favorites_specialty .item_list li .listPhoto,
#favoriteList.favorites_itemtopics .item_list li .listPhoto {
 margin-bottom: 2px;
}

#favoriteList.favorites_news .item_list li p,
#favoriteList.favorites_specialty .item_list li p,
#favoriteList.favorites_itemtopics .item_list li p {
 font-size: 14px;
}


/* [ニュース] */

#favoriteList.favorites_news .item_list li {
 width: 208px;
 margin-right: 15px;
}

#favoriteList.favorites_news .item_list li:nth-of-type(5n) {
 margin-right: 0;
}

.bulk_deletion_mode #favoriteList.favorites_news .item_list li.end label:after {
 background-color: rgba(0, 0, 0, 0);
}

#global.news_list {
 overflow: initial;
}


/* [特集] */

#favoriteList.favorites_specialty .item_list li {
 width: 356px;
}

#favoriteList.favorites_specialty .item_list li:nth-of-type(5n) {
 margin-right: 15px;
}

#favoriteList.favorites_specialty .item_list li:nth-of-type(3n) {
 margin-right: 0;
}


/* [アイテムトピックス] */

#favoriteList.favorites_itemtopics .item_list li .listPhoto a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 208px;
 height: 250px;
}

#favoriteList.favorites_itemtopics .item_list li .list_date {
 font-size: 12px;
}

#favoriteList.favorites_itemtopics .item_list li .brand {
 color: #666;
}

/* 読み込み中画面 */
#search.now_loading {
    background: url(../../ships_img/pc/parts/search-loader.gif) center top 50px no-repeat;
    width: 100%;
    height: 20vw;
}

/*---------------------------------------
  [SP] 動画一覧ページ
----------------------------------------*/
#search_video ul.item_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0px;
}
#search_video ul.item_list li {
  width: 270px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#search_video ul.item_list li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#search_video ul.item_list li+li {
  margin-left: 34px;
}
#search_video ul.item_list li:nth-child(3n+1) {
  margin-left: 0;
}
#search_video ul.item_list li:nth-child(n+4) {
  margin-top: 60px;
}

.video_sizing {
  width: 530px;
  height: 700px;
}
.video_photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65.99%;
  text-align: center;
  border: 1px solid #eee;
}

.video_photo img {
  width: auto;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*--------recommend-------------*/

#recommender_pc212 .dv_rc_items {
	width: calc(100% / 5 - 1px);
}
.search_reco_{
width:878px;
float:right;

}

/*--------pickup画像調整（正方形・長方形対応）-------------*/
.search_list_block .pickupList .item_list_c2 li .listPhoto {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 432px;
}

#ships_header .h_search .h_searchbox {
    background: #f5f8fa;
    box-shadow: 0 0 4px -1px;
   }

.header-search-form {
    width: 250px;
    min-width: 0px;
    height: 36px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid var(--alias-color-border-primary-default);
    border-radius: 4px;
    background-color: var(--alias-color-background-secondary-default);
}

.search_txt_area {
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0px;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.search_txt_area::-webkit-scrollbar{
    display:none;
}

.search_word {
    display: inline-flex;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    min-height: 25px;
}

.search_word_txt{
    align-self: center;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 6px;
    max-width: 236px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: black;
}

.remove_btn {
    padding-right: 10px;
    border-radius: 4px 20px 20px 4px;
    align-items: center;
    background: none;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0;
    min-height: inherit;
    min-width: inherit;
    overflow: hidden;
    padding: 4px;
    padding-right: 10px;
    user-select: none;
    color: black;
}

.hidden {
    display: none;
}

.category_condition_block{
    margin-bottom: 25px;
}

.category_condition_block > div {
    font-size: 13px;
    font-weight: bold;
}

.category_condition_list{
    margin-left: 15px;
}

.search_list_block .stylingList .item_list_c4 .listCoodi{
    height: 277px;
}

.search_list_block .stylingList .item_list_c4 .listCoodi img{
    height: 100%;
    object-fit: contain;
}

#goods_size_sort .goods_size_chksort .border {
    width: 100%;
    float: none;
    padding-left: 15px;
}