@charset "UTF-8";
.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

.if-category_buttons {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 812px) {
  .if-category_buttons {
    padding: 0 3.125vw;
    flex-wrap: wrap;
  }
}

.if-category_buttons .if-category_buttonItem {
  display: block;
  width: 49.555%;
  /* ナビボタンの数ごとに数値を変更してください */
  /* --- 参考までに
  width: 49.5%;　2つ
  width: 33%;　3つ
------------------ */
  opacity: 1;
  transition: opacity .2s;
}

.if-category_buttons .if-category_buttonItem:hover {
  opacity: 0.7;
}

.if-category_buttons .if-category_buttonItem img {
  width: 100%;
}

/* --- ピックアップ商品 --- */
h2 {
  width: 100%;
  margin-top: 4.5%;
  margin-bottom: 0.5%;
}

h2 img {
  width: 100%;
}

p img {
  width: 100%;
  padding: 0;
}

ul.itemList {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  /*Android4.3*/
  /*Firefox21*/
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

ul.itemList li {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*Google Chrome、Safari*/
  -moz-box-sizing: border-box;
  /*Firefox*/
  -ms-box-sizing: border-box;
  /*IE*/
  -o-box-sizing: border-box;
  /*Opera*/
}

ul.itemList li:hover {
  opacity: 0.7;
}

ul.itemList li img {
  width: 100%;
}



.if-keywords_title {
  margin-bottom: 4.6875vw;
  padding: 1.5625vw 0;
  font-size: 3.75vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 813px) {
  .if-keywords_title {
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 24px;
  }
}

.if-keywords_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -3.125vw 0 0 -1.5625vw;
  padding: 0 3.125vw 6.25vw;
}

@media screen and (min-width: 813px) {
  .if-keywords_list {
    margin: -20px 0 0 -10px;
    padding: 0 20px 40px;
  }
}

.if-keywords_list > li {
  display: inline-block;
  margin: 3.125vw 0 0 1.5625vw;
}

@media screen and (min-width: 813px) {
  .if-keywords_list > li {
    margin: 20px 0 0 10px;
  }
}

.if-keywords_list a {
  display: block;
  padding: 1.25vw 3.125vw;
  background: #E6E6E6;
  color: #333;
  border-radius: 9999px;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 813px) {
  .if-keywords_list a {
    padding: 8px 20px;
    font-size: 24px;
  }
  .if-keywords_list a:hover {
    opacity: 0.4;
  }
}



@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
