#pet-food {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

#pet-food img {
  width: 100%;
  height: auto;
}

#pet-food .pc_none {
  display: none;
}

/*---------------------
 コンテンツ
---------------------*/
#pet-food .contents {
  width: 100%;
  margin: 2% auto;
}
#worries_d,#worries_c {
  scroll-margin-top: 10rem;
}
/*---------------------
 見捐し
---------------------*/
#pet-food h2 {
  font-size: 30px;
  text-align: center;
  margin: 2rem auto .5rem;
  color: #fff;
}
#pet-food .category_area h2:first-child {
  margin: 0 auto .5rem;
}

#pet-food section.premium h2 {
  margin-top: 6%;
}

#pet-food h3 {
  font-size: 25px;
  text-align: center;
}
#pet-food h2.contents_title {
  color: #222;
}

/*---------------------
 アイテム
---------------------*/
#pet-food .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

#pet-food .item li {
  margin-bottom: 15px;
  background-color: #fff;
}

#pet-food .item li a dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#pet-food .item li a dd p {
  font-size: 20px;
  text-align: center;
  color: #333;
}

/*---------------------
 ブランド戲ボタン
---------------------*/
#pet-food .bland {
  margin-bottom: 4%;
  padding: 2% 0;
  background-color: #f1ebbb;
  text-align: center;
}

#pet-food .bland-name {
  width: 92%;
  margin: 0 auto;
  text-align: center;
  background-color: #b3a220;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}

#pet-food .bland-name a {
  font-size: 23px;
  color: #fff;
  padding: 5px 0;
  display: block;
}

#pet-food .bland-name::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: solid #fff 3px;
  border-right: solid #fff 3px;
  transform: rotate(45deg);
}

#pet-food .bland-text {
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
}

#pet-food .select-name {
  font-size: 23px;
  color: #fff;
  text-align: center;
  background-color: #b3a220;
  padding: 5px 0;
  display: block;
  margin: 0 auto 2%;
}

#pet-food .bland ul {
  width: 92%;
  margin: 2% auto 15px;
}

#pet-food .bland .btn_col_1 {
  margin-top: 2%;
}

#pet-food .bland .btn_col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#pet-food .bland .btn_col_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#pet-food .bland .btn_col_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

#pet-food .bland .btn_col_5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 92%;
  margin: 0 auto 15px;
}

#pet-food .bland ul li {
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 5px;
  text-align: center;
  display: flex;
}

#pet-food .bland ul li a {
  color: #333;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

#pet-food .bland-btn {
  width: 92%;
  margin: 0 auto 10px;
  background-color: #df1e1e;
  border: solid 2px #df1e1e;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

#pet-food .bland-btn a {
  font-size: 20px;
  color: #fff;
  padding: 7px 0;
  display: block;
}

#pet-food .bland-btn::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: solid #fff 3px;
  border-right: solid #fff 3px;
  transform: rotate(45deg);
}

/*---------------------
 価格プ??
---------------------*/
#pet-food .contents .price {
  font-size: 36px;
  color: #df1e1e;
  margin-bottom: 0;
}

#pet-food .contents .price .spesicalprice {
  display: none;
}

#pet-food .contents .intax {
  font-size: 15px;
  color: #df1e1e;
  margin-bottom: 0;
}

/*---------------------
 タブ旙り替え
---------------------*/
/* 抛タブ */
.tab-wrap {}

.tab-wrap>ul {
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.tab-btn  {
  width: 33%;
  padding: 1rem 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  margin: 0 2% 0;
  border: solid 1px #e4670b;
  box-sizing: border-box;
  color: #e4670b;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-btn a  {
  font-size: 25px;
}

.tab-btn.show {
  background: #e4670b;
  color: #fff;
}
.tab-btn.show a {
  display: block;
}
.tab-btn.show a:hover {
  color: #fff!important;
}
.tab-btn:last-child {
  color: #19b3da;
  border: solid 1px #19b3da;
}

.tab-btn.show:last-child {
  background: #19b3da;
  color: #fff;
}

.tab-contents {
  display: none;
  margin: 0 auto;
  border-radius: 5px;
}

.tab-contents.cat {
  display: none;
  margin: 0 auto;
  border-radius: 5px;
}
.tab-contents.cat .category_area {
  background-color: #19b3da;
  padding: 5%;
}

.tab-contents.dog .category_area {
  background-color: #e4670b;
  padding: 3%;
}

.tab-contents.show {
  display: block;
}

/* 子タブ */
.tab-wrap-2>ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 0 10%;
  align-items: center;
}

.tab-wrap-2>ul .mi {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.tab-btn-2 {
  text-align: center;
  list-style: none;
  cursor: pointer;
  position: relative;
}

.tab-btn-2 img {
  z-index: 2;
  position: relative;
}

.tab-btn-2::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  /* border-radius: 50%; */
  z-index: 1;
  transition: 0.5s;
}

.tab-btn-2:hover::after {
  width: 160px;
  height: 115px;
  top: -4%;
  transition: 0.5s;
  background-color: #ffffff66;
}

.tab-btn-2.show::after {
  content: "";
  width: 160px;
  height: 115px;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}

.tab-contents-2 {
  display: none;
  background-color: #fff;
  border-radius: 5px;
}

.tab-contents-2.show {
  display: block;
}

/*-----------------------
 TOPへ戻る
-----------------------*/
#pet-food .navi {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

#pet-food .top {
  position: relative;
  background-color: #000000c9;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  text-align: center;
}

#pet-food .top::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 40%;
  border: transparent solid 8px;
  border-bottom: solid #fff 11px;
}

#pet-food .top a {
  font-size: 16px;
  color: #fff;
  line-height: 95px;
  display: block;
}

/*-----------------------
 ストアボタン
-----------------------*/
#pet-food .store-btn {
  width: 80%;
  margin: 3% auto;
  background-color: #917e32;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

#pet-food .store-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 39%;
  right: 10%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}

#pet-food .store-btn a {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  display: block;
}


/*-----------------------
 カルーセルスライダー
-----------------------*/
#icon {
  margin: 15px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
}

#icon .col_icon {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 175px;
  /* overflow: hidden; */
  margin-bottom: 10px;
}

#icon .col_icon li {
  /* padding: 3%; */
  display: inline-block;
  text-align: center;
  margin: 0 0 10px;
}

#icon .col_icon li a {
  display: block;
}

#icon .col_icon li a img {
  width: 85%;
  /* background-color: #eaeaea; */
  background-color: #fff;
  border-radius: 50%;
}

#icon .col_icon li p {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

/*---------------------
 プレミアムフード
---------------------*/
#pet-food .premium {
  margin: 2rem 0 0;
}

#pet-food .premium h2 {
  color: #222;
}

#pet-food .item_inner {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  align-items: center;
  padding: 1rem 0;
  gap:1rem;
}

#pet-food .item_inner p {
  font-size: 1rem;
  font-size: 1rem;
  background-color: #fbfbfb;
  padding: 1rem;
}

#pet-food .item_btn li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 47%;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 11%;
  transition: .3s;
}

#pet-food .item_btn li a:hover::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 47%;
  width: 6px;
  height: 6px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 0 0 3px;
  right: 11%;
  transition: .3s;
}

#pet-food .item_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0 0;
}

#pet-food .item_btn li {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: .5rem 0;
  border-radius: 50px;
  border: 1px #222 solid;
}

#pet-food .item_btn li:hover {
  background-color: #fff;
  color: #222;
  border: 1px #222 solid;
}

#pet-food .item_btn li a {
  display: block;
  position: relative;
}

#pet-food .border {
  border-bottom: 1px #ccc solid;

}

/* 20251202改修/////////////////////////// */

#icon .col_icon li a img {
  border-radius: 85px;
  padding: 1.8rem 0;
}

.category_area img {
  border-radius: 5px;
}
.category_col_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 75%;
  margin: auto;
}
.category_col_4 {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.category_col_3 li,.category_col_4 li {
  background-color: #fff;
  padding: .5rem;
  border-radius: 5px;
}
.categry_text {
  font-size: .8rem;
  text-align: center;
}


.tab-inner input[type="radio"] {
  display: none;
}

  .tab-hed-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1em;
    margin-bottom: 1rem;
}

.tab-label-inner {
  flex: 1 1 calc(20% - 4px);
  padding: 0.5em;
  background: #ffffff57;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffffff0f;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  height: 2rem;
  border-radius: 5px;
  color: #ffffffad;
}

.tab-label-inner:hover {
  background: #ffffffb7;
  transition: .3s;
}

.tab-content-inner {
  display: none;
  padding: 1em;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}

#worry-tab-1:checked ~ .worry-1,
#worry-tab-2:checked ~ .worry-2,
#worry-tab-3:checked ~ .worry-3,
#worry-tab-4:checked ~ .worry-4,
#worry-tab-5:checked ~ .worry-5,
#worry-tab-6:checked ~ .worry-6,
#worry-tab-7:checked ~ .worry-7 {
  display: block;
}

#worry-tab-1:checked ~ .tab-hed-inner label[for="worry-tab-1"],
#worry-tab-2:checked ~ .tab-hed-inner label[for="worry-tab-2"],
#worry-tab-3:checked ~ .tab-hed-inner label[for="worry-tab-3"],
#worry-tab-4:checked ~ .tab-hed-inner label[for="worry-tab-4"],
#worry-tab-5:checked ~ .tab-hed-inner label[for="worry-tab-5"],
#worry-tab-6:checked ~ .tab-hed-inner label[for="worry-tab-6"],
#worry-tab-7:checked ~ .tab-hed-inner label[for="worry-tab-7"] {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #222;
}

.tab .tab-content li a {
  padding:0!important;
}
.tab .tab-content li {
  padding: 1%;
}
#pet-food .category_item ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  }

#pet-food .category_item .swiper-container {
  padding-bottom: 5px;
  }

  #pet-food .category_item li dd.p_wish {
    margin: 5px 0;
    /* height: 25px; */
    letter-spacing: 0;
  }
  #pet-food .category_item li dd .wish {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
  }
  #pet-food .category_item li .icon .p_icon {
    display: none;
  }
  #pet-food .category_item li .icon span img {
    width: calc(100% / 3 - 2px);
  }
  #pet-food .category_item div.price-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .buy_price .intax {
    font-size: 12px!important;
  }
  .p_name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
  }
  .p_name a {
    font-size: 12px;
  }
  #pet-food .category_item .sale {
    color: #E50012;
  }
  #pet-food .category_item .m_price {
    font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
    font-size: 1.7em;
    font-weight: 700;
  }
  #pet-food .category_item span.m_price_grid {
  background: #383838;
  color: #fff;
  padding: 0 6px;
  font-size: 0.7em;
  display: table-cell;
  }
  #pet-food .category_item .sale span.m_price_grid {
  background: #E50012;
  display: inline-flex;
  align-items: center;
  }
  #pet-food .category_item .price_comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  }
  #pet-food .category_item .teiki_price {
  color: #D5570B;
  border: 1px solid #D5570B;
  }
  #pet-food .category_item .price_comment * {
  line-height: 1;
  font-size: 80%;
  padding: 2px 3px;
  margin-top: 5px;
  }
  #pet-food .btn-black {
  margin: 20px 0 10px;
  }
  #pet-food .color1 .btn-black a {
  background-color: #2d3341;
  border: 2px solid #2d3341;
  width: 80%;
  padding: 12px 0;
  font-size: 20px;
  }
  #pet-food .color1 .btn-black a:hover {
  background-color: #fff;
  border: 2px solid #2d3341;
  color: #2d3341;
  width: 80%;
  }
  #pet-food .color1 .btn-black::after {
  font-family: "Material Icons";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  content: "expand_more";
  transform: rotate(-90deg);
  transition: 0.3s all;
  right: 36%;
  margin: 18px auto 0;
  }
  #pet-food .color1 .btn-black:hover::after  {
  color: #2d3341;
  right: 34%;
  margin: 17px auto 0;
  }


  /* item 価格下アイコン */
  #pet-food .category_item .price-icons .m_price_grid{
    width: calc(100% / 3 - 0px);
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    padding: 2px 0;
  }

  #pet-food .category_item .price-icons .sale{
  background-color: #e50012;
  color: #fff;
  }

  #pet-food .category_item .price-icons .medama{
  background-color: #f1da3e;
  color: #bd1e18;
  }

  #pet-food .category_item .price-icons .coupon_i{
  background-color: #1051c9;
  color: #fff;
  }

  #pet-food .category_item .price-icons .pointup{
  background-color: #a6a40e;
  color: #fff;
  }

  #pet-food .category_item .price-icons .outlet{
  background-color: #e50012;
  color: #fff;
  }
