.price-p {position: relative;}
.product__fav-item {
  position: absolute;
  top: -4px;
  right: 2em;
  text-align: center;
}
.favorite-button {
  border: none;
  background: none;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  /*text-decoration: underline;*/
  color: #08c;
}
.favorite-button::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 400; 
}
.favorite-button i {
  vertical-align: middle;
  margin-right: .3em;
}
.favorite-button span {
  font-size: 14px;
}
.favorite-button:hover {
  color: #374b66;
}
.favorite-button.fav-items {
 color: #e66a6a; 
}
.favorite-button.fav-items::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
}
.seriesWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 20px;
}
.seriesWrap .seriesBlock {
  width: 50%;
}
.seriesWrap .seriesBlock a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.seriesWrap .seriesBlock a img {
  max-width: 30%;
}
.seriesWrap .seriesBlock a h3 {
  margin: 0;
  padding-bottom: 3px;
  font-weight: 900;
  color: #222;
  border: none;
  margin-left: 10px;
  font-size: 3.5vw;
}
.seriesWrap .seriesBlock a p {
  width: 100%;
  color: #999;
  text-align: center;
  font-size: 10px;
}
.seriesWrap > a.imgBtn_wrap {
  height: 36px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.seriesWrap > a.imgBtn_wrap img {
  height: 100%;
  max-width: none;
  width: auto;
}
.detail_cat_list + h3 {
  margin: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #8e8e8e;
}

/* 230724 */
.sponlyTopNavi {
  padding-bottom: 50px;
}
.sponlyTopNavi h3 {
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #8e8e8e;
}

.select li a{
	color:#273037;
	text-align:center;
	margin-right:1%;
	margin-bottom:15px;
	width:23.9%;
	float:left;
	border:1px solid #ddd;
	padding:30px 0;
	border-radius:4px;
	background:#fff;
	position:relative;
  background:#fafafa;
}
.select li span{
	display:block;
	font-size:1.8em;
	position:relative;
	margin-bottom:5px;
  background:#fafafa;
}
.select li a i{
	position:absolute;
	right:18px;
	top:40%;
  background:#fafafa;
}
.select li:nth-child(4n) a{
	margin-right:0%;
  background:#fafafa;
}
.select li img{
	display:block;
	margin:0 auto;
	max-width:150px;
}

@media (max-width:1000px){
.select {padding: 10px 0px;display: flex; flex-wrap: wrap;justify-content: space-between;}
  .select::before, .select::after {content: none !important;}
  .select li {width: 48%;}
.select li a{
	margin-right:0%;
	margin-bottom:10px;
	width:100%;
	padding:10px 0;
  font-size: 12px;
}
  .select li span {
    font-size: 1.3em;
  }
.select ul.group li a{
	margin-right:3%;
	width:47.5%;
}
.select li span::after{
	top:50%;
}
.select li:nth-child(2n) a{
	margin-right:0%;
}
.select li img{
	display:block;
	margin:0 auto;
	max-width:100px;
}
}

.accordeon--content {
  display: none;
}
.accordeon--trigger {
  position: relative;
  cursor: pointer;
}
.accordeon--trigger::after {
  content: "more";
  position: absolute;
  top: 2px;
  right: 15px;
}
.accordeon--trigger::before {
  content: "";
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
    background-position: -630px -215px;
    width: 11px;
    height: 24px;
    position: absolute;
    top: 2px;
    right: 2px;
    background-size: 552px 480px;
}

/* 230809 */


@media (max-width: 480px){
    .product-list__unit {
        min-height: 300px!important;
    }
}

.bg_white{
  width: calc(100% + 40px);
  margin-left: -20px;
  background: #fff;
  padding-top: 20px;
}
.newSec{
   margin: 50px calc(50% - 50vw) 0!important;
   padding: 1px 30px !important;
}
.sponlyTopNavi h3 {
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #8e8e8e;
}
.sponlyTopNavi .seriesWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}


.sponlyTopNavi .seriesBlock {
    width: 100%;
}
.sponlyTopNavi .seriesBlock a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.sponlyTopNavi .seriesBlock a img {
    max-width: 30%;
}
.sponlyTopNavi .seriesBlock h3 {
  font-weight: 900;
  color: #222;
  border: none;
  margin-left: 10px;
  font-size: 3.5vw;
}
.sponlyTopNavi .seriesBlock p {
  width: 100%;
  color: #999;
  text-align: center;
  font-size: 10px;
}
.sponlyTopNavi .seriesWrap > a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.sponlyTopNavi .tab{
  padding-top:20px;
}

.sponlyTopNavi ul.banner-list.row{
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
.sponlyTopNavi li.banner-list__unit {
    display: inline-block;
    width: 48%;
}
.sponlyTopNavi li.banner-list__unit p{
text-align:center;
color:#222;
    font-family: "游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
}
.sponlyTopNavi .tabContents{
  padding-bottom:20px;
}
.sponlyTopNavi .tabSwitch li .seriesBlock{
  border-bottom: 2px solid #fff;
}
.sponlyTopNavi .tabSwitch li.active .seriesBlock{
    border-color:#bdb0a5;
}
@media (max-width: 768px) {
  .recommend-list.row.row3 {
    display: flex;
    align-items: center;
  }
  .recommend-list.row.row3 .product-list__unit {
    max-width: 33.3333%;
    flex: 0 0 33.33333%;
    min-height: fit-content !important;
    height: auto !important;
  }
  .recommend-list.row.row3 .product-list__unit .product-list__name {
    white-space: normal;
    text-decoration: underline;
  }
  .recommend-list.row.row3 .product-list__unit .product-list__price {
    font-size: 1em;
  }


/* ▼カテゴリ下部検索パーツ調整用▼ */
.bottom_search {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.bottom_search p {
    margin-bottom: 5px;
    font-weight: bold;
}
.section__block p {
    line-height: 2;
    font-family: sans-serif;
}
#bottom_search.p_draw_search .openSearch {
    display: none !important;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 80%;
    color: #000;
    text-decoration: underline;
}
.cat_search_draw {
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.cat_search_draw .header__search-form--phone, .search_draw .header__search-form--phone input {
    position: static;
    width: 100%;
}
.cat_search_draw .header__search-form--phone dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.cat_search_draw .header__search-form--phone dl > dt {
    margin: 0 0 10px;
    width: 6em;
}
.cat_search_draw .header__search-form--phone dl > dd {
    margin: 0 0 10px;
    width: calc(100% - 6em);
}
.cat_search_draw .header__search-form--phone input, .cat_search_draw .header__search-form--phone select {
    height: 40px;
    line-height: 40px;
}
.cat_search_draw .header__search-form--phone .sch_btn {
    position: static;
    display: table;
    margin: 10px auto;
    background: #314c69;
    color: #fff;
    width: 90%;
    border-radius: 4px;
}
#bottom_search .cat_search_draw .header__search-form--phone .close {
    display: none !important;
    float: none;
    width: 90%;
    text-align: center;
    position: static;
    display: table;
    color: inherit;
    font-size: 0.8em;
    margin: auto;
    font-family: " &#10612; &#229; ", YuGothic, " &#10612; &#229; Medium", "Yu Gothic Medium", " &#10612; &#229; ", "Yu Gothic", " &#6500; &#43370;", sans-serif;
}
/* ▲カテゴリ下部検索パーツ調整用▲ */

/*ヘッダー検索パーツ調整用*/
	div#search_draw {
    top: 102px;
}
  .search_draw .header__search-form--phone, .search_draw .header__search-form--phone input {
    width: 95%;
}
}

@media (min-width: 992px) {
  #side.cateOnly {display: block;max-width: 250px;}
  .cateWrap {max-width: 1200px; display: flex; justify-content: space-between;}
  .cateWrap .cateRight {max-width: 910px;width: 100%;}
}

.sc_title {
  margin: 10px 0 30px;
  padding: 13px 0 19px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Noto Serif JP;
}
.sc_title > a {
  color: #314C69 !important;
  font-size: 12px;
  font-weight: 500;
}
.sc_title > a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #314C69;
    border-right: 1px solid #314C69;
    transform: rotate(45deg);
    transform-origin: right;
    margin-left: 5px;
}
@media (max-width: 768px) {
  .sc_title {
  margin: 20px 0 10px;
  padding: 0 0 14px;
}
}

.cateMain {position: relative;margin-bottom: 30px;}
.cateMain img {max-width: 100%;}
.cateMain .section__title-h2_03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Noto Serif JP;
}

.product-list__btn {color: #fff !important;}