#wrap_categorylp .pc_none {display: none !important;}
#store-pet {max-width: 900px;margin: 0 auto;overflow: hidden;}
/*------------------------------------------
■
------------------------------------------*/
#wrap_categorylp {margin: 0 auto;width: 900px;}
#wrap_categorylp a {text-decoration: none;}
#wrap_categorylp a:active * {opacity: 0.9;}
#wrap_categorylp img {max-width: 100%;}
#wrap_categorylp section {clear: both;}
#store-pet .back{background-color: #eee;padding-bottom: 5px;margin-top: 5px;}
#store-pet h1 {color: #fff;background-color: #917e32;display: inline-block;padding: 3px 72px;font-size: 24px;font-weight: 400;position: relative;word-break: break-all;}
#store-pet h1:after {position: absolute;top: 0;right: -17px;width: 0;height: 0;content: '';border-width: 42px 17px 0 0;border-style: solid;border-color: #917e32 transparent transparent transparent;}
#store-pet h2 {color: #917e32;margin: 25px 0 15px;padding: 0 0 0 6px;font-size: 24px;border-bottom: dashed 1px;}
#store-pet .border_none {border: none;}
#store-pet #c_event {margin-top: 5%;}

/*------------------------------------------
イベント
------------------------------------------*/
#store-pet #event {
  background-color: #ffd4d4;
  padding-bottom: 4%;
}
#store-pet #event h2 {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}
#store-pet #event h3 {
  font-size: 30px;
  color: #eb1c1b;
  text-align: center;
  margin-bottom: 5px;
}
#store-pet #event ul {
  width: 90%;
  margin: 0 auto;
}
#store-pet #event ul li {
  background-color: #b9b9b9;
  margin-bottom: 15px;
  position: relative;
}
#store-pet #event ul li .point_icon {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 150px;
  height: 150px;
}
#store-pet #event .medama {
  text-align: center;
  width: 450px;
  margin: 0 auto 5%;
}
#store-pet #event .event_btn {
  width: 90%;
  margin: 30px auto 20px;
  background: linear-gradient(90deg, #eb1c1b, #eb1c1b);
  border: solid 2px #eb1c1b;
  border-radius: 5px;
  position: relative;
}
#store-pet #event .event_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 18%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
#store-pet #event .event_btn a {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  display: block;
  transition: 0.3s;
}
#store-pet #event .event_btn:hover {
  background: #fff;
  transition: 0.3s;
}
#store-pet #event .event_btn:hover::after {
  right: 15%;
  border-top: solid 3px #ea1c1c;
  border-right: solid 3px #ea1c1c;
  transition: 0.3s;
}
#store-pet #event .event_btn:hover a {
  color: linear-gradient(90deg, #ea1c1c, #ff3000);
}

/* #store-pet #event .pet_outlet {
  background-color: #1051c9;
} */

/*------------------------------------------
検索窓
------------------------------------------*/
#wrap_categorylp #c_search {
  width: 100%;
  margin: auto;
}
#wrap_categorylp #search_window {
  margin: 0 auto 10px;
  box-sizing: border-box;
  background-color: #eee;
  padding: 5px 20px 12px;
  border-radius: 5px;
}
#wrap_categorylp #search_window .title {
  color: #333;
  font-size: 15px;
  margin-bottom: 3px;
}
#wrap_categorylp #search_window .input-box input {
  border: none;
  width: calc(100% - 70px);
  padding: 6px 1em;
  height: 100%;
  background-color: #fff;
}
#wrap_categorylp #search_window .input-box input:focus {
  outline: none;
}
#wrap_categorylp #search_window .input-box {
  display: flex;
  border: 1px solid #222;
}
#wrap_categorylp #search_window .input-box .button {
  cursor: pointer;
  border: none;
  background-color: #222;
  color: #fff;
  padding: 0 1em;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  border-left: 1px solid;
}
#wrap_categorylp #search_window .input-box .button:hover {
  background-color: #fff;
  color: #222;
}
#wrap_categorylp #search_window .input-box .button::before {
  content: "\e955";
  color: #fff;
  font-family: "fontPlazaIcon" !important;
  font-size: 16px;
  margin-right: 2px;
  transition: 0.5s;
}
#wrap_categorylp #search_window .input-box .button:hover::before {
  color: #222;
}
#store-pet #search_window .coupon {
  background-color: #f1f08f;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0 8px;
}
#store-pet #search_window .coupon a {
  font-size: 18px;
  color: #eb150e;
  display: block;
  padding: 0 10px;
  border-bottom: solid 1px #eb150e;
  display: inline-block;
}
#store-pet #search_window .point_10 {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  background-color: #ee241d;
  margin-top: 5px;
}
#store-pet #search_window .point_10 span {
  font-size: 20px;
}
#store-pet #search_window .col_2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
  margin-bottom: 10px;
}

/*---------ホットワード------------*/
#wrap_categorylp #search_window .hotword2 {margin-bottom: 10px;overflow: hidden;}
#wrap_categorylp #search_window .hotword2 dd {margin-right: 10px;float: left;}
#wrap_categorylp #search_window .hotword2 dd a {color: #1170d5;}

/*------------------------------------------
■アンカーリンク
------------------------------------------*/
#store-pet .ank_search {
  border-radius: 90px;
  border: 1px solid;
  overflow: hidden;
  margin: 10px 0 5px;
  background-color: #fff;
}
#store-pet .ank_search ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#store-pet .ank_search li {
  text-align: center;
}
#store-pet .ank_search ul.link_2 li {
  width: calc(100% / 2);
  border-right: 1px solid;
}
#store-pet .ank_search ul.link_2 li:last-of-type {
  border: none;
}
#store-pet .ank_search ul.link_3 li {
  width: calc(100% / 3);
  border-right: 1px solid;
  padding: 5px 0 0 0;
}
#store-pet .ank_search ul.link_3 li:last-of-type {
  border: none;
}
#store-pet .ank_search ul.link_4 li {
  width: calc(100% / 4);
  border-right: 1px solid;
  padding: 5px 0;
  margin: 5px 0;
}
#store-pet .ank_search ul.link_4 li:last-child {
  border: none;
}

/*------------------------------------------
スライダー
------------------------------------------*/
#store-pet #c_slider_2 {
  padding: 0 6% 20px;
  margin: 0 auto;
}
#store-pet #c_slider_2 li {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}


#store-pet .slider_re {
  position: relative;
}
#store-pet .slider_re .swiper-button-next {
  left: auto;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .7;
  width: 35px;
}
#store-pet .slider_re .swiper-button-prev {
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .6;
  width: 35px;
}
.swiper-container {
  padding-bottom: 20px;
}
#store-pet .swiper-container {
  z-index: 0;
}
#store-pet #c_slider_1 .swiper-slide {
  opacity: 0.5;
  transition: 0.3s;
}
#store-pet #c_slider_1 .swiper-slide-active {
  opacity: 1;
  transition: 0.3s;
}
.swiper-wrapper~.swiper-pagination-bullets {
  text-align: center;
}
.swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: unset;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  background-color: #222;
  opacity: .2;
  border-radius: 50%;
}
.swiper-wrapper~.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #222;
  opacity: 1;
}
.swiper-button-next {
  right: 9px;
  left: auto;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .7;
  width: 35px;
}
.swiper-button-prev {
  left: 9px;
  top: 44%;
  background-color: #fff;
  border-radius: 79px;
  height: 35px;
  opacity: .6;
  width: 35px;
}

/*------------------------------------------
■カテゴリ　#c_iconcategory　※アイコン並べるペット用品スタイル
------------------------------------------*/
#store-pet #wrap_categorylp #c_iconcategory ul.col_10 {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  gap: 10px;
  margin-bottom: 15px;
}
#store-pet ul.dog_icon li,
#store-pet ul.cat_icon li {
  background-size: auto 43px;
  padding-left: 48px;
  margin-bottom: 0 !important;
  font-size: 25px;
  color: #3f2a1b;
}
#store-pet ul.dog_icon li {
  background: url(../IMAGE/store-pet/dogicon.jpg) no-repeat 0 0;
  background-size: auto 43px;
}
#store-pet ul.cat_icon li {
  background: url(../IMAGE/store-pet/caticon.jpg) no-repeat 0 0;
  background-size: auto 43px;
}

/* ペットpタグ緑背景の指定 */
#store-pet #wrap_categorylp #c_iconcategory li p {
  background-color: #d4e6c4;
  font-size: 0.7rem !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
} /* ここまで */

/*------------------------------------------
■カラム
-----------カ-------------------------------*/
#store-pet .col_2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px;
}


#store-pet .col_3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}

/*------------------------------------------
■コラム
------------------------------------------*/
#store-pet .columns > div a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f0f0f0;
  padding: 5px;
}
#store-pet .columns > div a .image {
  width: 42%;
}
#store-pet .columns div > .text {
  padding: 0 2%;
}
#store-pet .columns div div h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px;
  margin: 0 0 8px 0;
  padding: 0 0 5px;
}
#store-pet .columns .btn {
  font-size: 16px;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  background-color: #e0b24e;
  border-radius: 50px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------
■商品一覧
------------------------------------------*/
#store-pet .week {
  display: none;
}
#store-pet .week.today {
  display: block;
}
#store-pet .item2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:10px;
  row-gap: 10px;
  margin: 5px 0;
}
#store-pet .item2 ul li {
    margin: 0 5px;
}
#store-pet .item2 ul li:last-child {
  margin: 0;;
}
#store-pet .item2 li dd.p_wish {
  margin: 2px 0;
  height: 25px;
  letter-spacing: 0;
}
#store-pet .item2 li dd .wish {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#store-pet .item2 li .icon .p_icon {
  display: none;
}
#store-pet .item2 li .icon span img {
  width: calc(100% / 3 - 2px);
}
#store-pet .item2 div.price-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#store-pet .item2 .sale {
  color: #E50012;
}
#store-pet .item2 .m_price {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 1.5em;
  font-weight: 700;
}
#store-pet .item2 span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
}
#store-pet .item2 .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
}
#store-pet .item2 .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
#store-pet .item2 .teiki_price {
  color: #D5570B;
  border: 1px solid #D5570B;
}
#store-pet .item2 .price_comment * {
  line-height: 1;
  font-size: 80%;
  padding: 2px 3px;
}
#store-pet .p_name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#store-pet .btn-black {
  margin: 0 auto;
  display: none;
}
#store-pet .btn-yellow {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
}
#store-pet .btn-yellow a {
  border-radius: 5px;
  background-color: #e0b24e;
  border: 1px solid #e0b24e;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  display: block;
  color: #fff;
  box-sizing: border-box;
}
#store-pet .btn-yellow a:hover {
  background-color: #fff;
  border: 1px solid #e0b24e;
  color: #e0b24e!important;
}

/*------------------------------------------
■価格下アイコン
------------------------------------------*/
#store-pet .item2 .price-icons{
  padding-bottom: 2px;
}
#store-pet .item2 .price-icons .m_price_grid{
  width: calc(100% / 3 - 4px);
  text-align: center;
  font-size: 10px;
}
#store-pet .item2 .price-icons .sale{
  background-color: #e50012;
  color: #fff;
}
#store-pet .item2 .price-icons .medama{
  background-color: #f1da3e;
  color: #bd1e18;
}
#store-pet .item2 .price-icons .coupon_i{
  background-color: #1051c9;
  color: #fff;
}
#store-pet .item2 .price-icons .pointup{
  background-color: #a6a40e;
  color: #fff;
}
#store-pet .item2 .price-icons .outlet{
  background-color: #e50012;
  color: #fff;
}

/*TOPランキング*/
/* #store-pet h3 {
  padding: 10px 0;
  border-bottom: dashed 1px #707070;
  margin: 50px 0 30px;
} */
#store-pet .item2-area_list-only h3 i {
  margin-right: 5px;
}
#store-pet .ranking-list-item {
  display: grid;
}
#store-pet .ranking-list-item {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 21% 1fr 1fr 1fr 1fr 1fr;
}
#store-pet .ranking-list-item .item {
  position: relative;
  margin: 8px 10px 0 10px;
  min-width: 0;
}
#store-pet .ranking-list-item .item-1 {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
  border-radius: 5px;
}
#store-pet .ranking-list-item li {
  background: #fff;
  color: #383838;
  border-radius: 5px;
}
#store-pet .ranking-list-item .item-1 a {
  font-size: 1em;
}
#store-pet .ranking-list-item a {
  display: block;
  line-height: 1.1em;
  font-size: 90%;
}
#store-pet .ranking-list-item img {
  width: 100%;
  border-radius: 10px;
}
#store-pet .p_wish {
  text-align: right;
  line-height: 0;
}
#store-pet .ranking-list-item .name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 400;
  letter-spacing: normal;
  word-break: break-all;
}
#store-pet .ranking-list-item .item-1 .price {
  font-size: 1.5em !important;
}
#store-pet .ranking-list-item .price {
  font-size: 1.2em !important;
}
.buy_price>ol, .buy_price>ul {
  display: -webkit-flex;
  display: inline-flex;
  -webkit-align-items: end;
  align-items: end;
  margin: 5px auto;
}
#store-pet .ranking-list-item .item-1 .price {
  font-size: 1.5em !important;
}
#store-pet .ranking-list-item .price {
  font-size: 1.2em !important;
}
#store-pet .ranking-list-item li {
  background: #fff;
  color: #383838;
  border-radius: 5px;
}
#store-pet .ranking-list-item .rank-num-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 7%;
  padding: 8px;
  text-align: center;
  font-size: 15px;
  background-color: #383838;
  color: #fff;
}
#store-pet .ranking-list-item .rank-num {
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
  padding: 3px;
  text-align: center;
  font-size: 10px;
  background-color: #383838;
  color: #fff;
}

/*---------ランキング---------*/
#store-pet div.ranking {
  margin-bottom: 20px;
}
#store-pet .ranking .p_wish,
#store-pet .ranking .price_comment,
#store-pet .ranking .btn-black,
#store-pet .ranking .price-icons {
    display: none !important;
}
#store-pet .ranking .pickup-item-slider {
    overflow-x: auto;
    width: 100%;
}
#store-pet .ranking ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    width: 180%;
    padding-top: 30px;
}
#store-pet .ranking ul li {
    margin: 0 5px;
    position: relative;
}
#store-pet .ranking ul li:nth-child(1)::after {
  content: "1";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../IMAGE/c_8578/rank_1.png);
  background-size: contain;
  background-color: transparent;
  line-height: 47px;
  color: #222;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#store-pet .ranking ul li:nth-child(2)::after {
  content: "2";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../IMAGE/c_8578/rank_2.png);
  background-size: contain;
  background-color: transparent;
  line-height: 47px;
  color: #222;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#store-pet .ranking ul li:nth-child(3)::after {
  content: "3";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url(../IMAGE/c_8578/rank_3.png);
  background-size: contain;
  background-color: transparent;
  line-height: 47px;
  color: #222;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#store-pet .ranking ul li:nth-child(n+4)::after {
  position: absolute;
  top: -27px;
  left: 0px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #222;
}
#store-pet .ranking ul li:nth-child(4)::after {
  content: "4";
}
#store-pet .ranking ul li:nth-child(5)::after {
  content: "5";
}
#store-pet .ranking ul li:nth-child(6)::after {
  content: "6";
}
#store-pet .ranking ul li:nth-child(7)::after {
  content: "7";
}
#store-pet .ranking ul li:nth-child(8)::after {
  content: "8";
}
#store-pet .ranking ul li:last-child {
    margin: 0;
}
#store-pet .ranking li dd.p_wish {
    margin: 2px 0;
    height: 25px;
    letter-spacing: 0;
}
#store-pet .ranking li dd .wish {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
#store-pet .ranking li .icon .p_icon {
    display: none;
}
#store-pet .ranking li .icon span img {
    width: calc(100% / 3 - 2px);
}
#store-pet .ranking div.price-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#store-pet .ranking .sale {
    color: #E50012;
}
#store-pet .ranking .m_price {
    font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
    font-size: 1.5em;
    font-weight: 700;
}
#store-pet .ranking .intax {
  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
  font-size: 0.8em;
}
#store-pet .ranking span.m_price_grid {
    background: #383838;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#store-pet .ranking .sale span.m_price_grid {
    background: #E50012;
    display: inline-flex;
    align-items: center;
}
#store-pet .ranking .price_comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
#store-pet .ranking .teiki_price {
    color: #D5570B;
    border: 1px solid #D5570B;
}
#store-pet .ranking .price_comment * {
    line-height: 1;
    font-size: 80%;
    padding: 2px 3px;
}
#store-pet .p_name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 auto 5px;
}
#store-pet .btn-black {
    margin: 0 auto;
    display: none;
}
#store-pet .btn-red {
    background-color: #e50012;
    border: 1px solid #e50012;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
#store-pet .btn-red a {
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    display: block;
}
#store-pet .btn-red a:hover {
    background-color: #fff;
    border: 1px solid #e50012;
    color: #e50012!important;
}
.star_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #ccc;
}
.com_ranking li dd.itemcg_star .star_rating {
    font-size: 1em;
}
.star_rating:after, .star_rating:before {
    content: "★★★★★";
}
.action-wish:after {
    font-family: "Material Icons";
    content: "favorite";
    opacity: 0;
    transform: scale(.5, .5);
    transform-origin: center center;
    color: #e50012 !important;
}