#pet-food {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

#pet-food img {
  width: 100%;
}

#pet-food .pc_none {
  display: none;
}

/*---------------------
 コンテンツ
---------------------*/
#pet-food .contents {
  width: 100%;
  margin: 2% auto;
}

/*---------------------
 見捐し
---------------------*/
#pet-food h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

#pet-food section.premium h2 {
  margin-top: 12%;
}

#pet-food h3 {
  font-size: 25px;
  text-align: center;
}

/*---------------------
 アイテム
---------------------*/
#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: 10px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  margin: 0 2% 0;
  border: solid 1px #e4670b;
  box-sizing: border-box;
  font-size: 25px;
  color: #e4670b;
  border-radius: 5px 5px 0 0;
}

.tab-btn.show {
  background: #e4670b;
  color: #fff;
}

.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;
  background-color: #e4670b;
}

.tab-contents.cat {
  display: none;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #19b3da;
}

.tab-contents.show {
  display: block;
  padding: 5%;
}

/* 子タブ */
.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;
}

#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;

}