@charset "UTF-8";
/* #main */
#main {
  background-color: #FDFFF9;
}
#main > .l-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 100px;
  padding-top: 100px;
}
#main #primary {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 75%;
}
#main #primary .sort-box {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
#main #primary .sort-box__number {
  font-size: 1.6rem;
  width: 100%;
}
#main #primary .sort-box__per {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-right: 40px;
}
#main #primary .sort-box__order {
  font-size: 1.5rem;
  flex-shrink: 0;
}
#main #primary .sort-box select {
  background-color: #EDEDE8;
  border: 0;
  border-radius: 3px;
  height: 30px;
  margin-left: 5px;
  padding-left: 25px;
  padding-right: 10px;
}
#main #primary .page-header {
  display: none;
}
#main #primary .cat-il.type-grid {
  border-bottom: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
#main #primary .cat-il.type-grid article {
  border-bottom: 1px solid #8FA573;
  margin-bottom: 3%;
  margin-right: 2%;
  padding-bottom: 1.5%;
  width: 32%;
}
#main #primary .cat-il.type-grid article:nth-child(3n) {
  margin-right: 0;
}
#main #primary .cat-il.type-grid article .itemimg {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#main #primary .cat-il.type-grid article .itemimg img {
  height: auto;
  width: 100%;
}
#main #primary .cat-il.type-grid article .itemcategory {
  color: #1F5019;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6px;
}
#main #primary .cat-il.type-grid article .itemname {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  font-weight: 500;
  height: 3em;
  line-height: 1.5em;
  margin-bottom: 8px;
}
#main #primary .cat-il.type-grid article .itemname a {
  color: #503A19;
  text-decoration: none;
}
#main #primary .cat-il.type-grid article .itemprice {
  color: #333;
  font-family: "Rubik", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}
#main #primary .cat-il.type-grid article .itemprice .tax {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
#main #secondary {
  flex-shrink: 0;
  width: 20%;
}
#main #secondary .widget_welcart_category .widget_title {
  color: #DE6F1A;
  font-family: "Rubik", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4166666667em;
}
#main #secondary .widget_welcart_category ul.ucart_widget_body li {
  margin-bottom: 12px;
  position: relative;
}
#main #secondary .widget_welcart_category ul.ucart_widget_body li:last-child {
  margin-bottom: 0;
}
#main #secondary .widget_welcart_category ul.ucart_widget_body li::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 15px;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
}
#main #secondary .widget_welcart_category ul.ucart_widget_body li a {
  box-shadow: inset 0 0 0 1px #8FA573;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 15px 0 15px 20px;
  text-decoration: none;
}
#main #secondary .widget_welcart_category ul.ucart_widget_body li a:hover {
  background-color: #E9EFE0;
}
#main #secondary .widget_welcart_category ul.ucart_widget_body li.current-cat::after {
  background-image: url(../images/common/ico-arrow-05.svg);
}
#main #secondary .widget_welcart_category ul.ucart_widget_body li.current-cat a {
  background-color: #1F5019;
  color: #fff;
}
#main #secondary .widget_nav_menu {
  margin-top: 12px;
}
#main #secondary .widget_nav_menu li {
  margin-bottom: 10px;
}
#main #secondary .widget_nav_menu li a {
  color: #503A19;
  line-height: 1.5;
  font-size: 1.4rem;
}

.mytheme-sort-bar {
  border-bottom: 1px solid #333;
  color: #503A19;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.mytheme-sort-bar__num {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px;
}
.mytheme-sort-bar__order {
  display: flex;
}
.mytheme-sort-bar__order a {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #503A19;
  border-radius: 3px;
  color: #503A19;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
}
.mytheme-sort-bar__order a:last-child {
  margin-right: 0;
}
.mytheme-sort-bar__order a.on {
  background-color: #503A19;
  color: #fff;
}

.mytheme-found-posts {
  color: #503A19;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 26px;
  margin-top: 32px;
}

.p-pagination {
  margin-top: -26px;
  padding-top: 0;
}

@media screen and (max-width: 1432px) { /**/ }

@media screen and (max-width: 1272px) { /**/ }

@media screen and (max-width: 1172px) { /**/ }

@media screen and (max-width: 1080px) { /**/ }

@media screen and (max-width: 1072px) { /**/ }

@media screen and (max-width: 1023px) { /**/ }

@media screen and (max-width: 767px) { /**/
  #main > .l-container {
    flex-direction: column-reverse;
    padding-bottom: 10.2564102564vw;
    padding-top: 10.2564102564vw;
  }
  #main #primary {
    width: 100%;
  }
  #main #primary .sort-box {
    flex-wrap: wrap;
  }
  #main #primary .sort-box__number {
    font-size: 3.3333333333vw;
    margin-bottom: 5.1282051282vw;
  }
  #main #primary .sort-box__per {
    font-size: 3.3333333333vw;
    margin-right: 0;
    width: 50%;
  }
  #main #primary .sort-box__per span {
    display: block;
    margin-bottom: 5px;
  }
  #main #primary .sort-box__order {
    font-size: 3.3333333333vw;
    width: 50%;
  }
  #main #primary .sort-box__order span {
    display: block;
    margin-bottom: 5px;
  }
  #main #primary .sort-box select {
    height: 7.6923076923vw;
    margin-left: 0;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
  #main #primary .cat-il.type-grid {
    justify-content: space-between;
    margin-bottom: -5.1282051282vw;
  }
  #main #primary .cat-il.type-grid article {
    margin-bottom: 5.1282051282vw;
    margin-right: 0;
    padding-bottom: 3.8461538462vw;
    width: 48.57%;
  }
  #main #primary .cat-il.type-grid article .itemimg {
    margin-bottom: 2.5641025641vw;
  }
  #main #primary .cat-il.type-grid article .itemcategory {
    font-size: 3.0769230769vw;
    margin-bottom: 1.5384615385vw;
  }
  #main #primary .cat-il.type-grid article .itemname {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 3.0769230769vw;
    height: 4.5em;
    line-height: 1.5em;
    margin-bottom: 2.0512820513vw;
  }
  #main #primary .cat-il.type-grid article .itemprice {
    font-size: 4.358974359vw;
  }
  #main #primary .cat-il.type-grid article .itemprice .tax {
    font-size: 2.5641025641vw;
  }
  #main #secondary {
    margin-bottom: 7.6923076923vw;
    width: 100%;
  }
  #main #secondary .widget_welcart_category ul.ucart_widget_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main #secondary .widget_welcart_category ul.ucart_widget_body li {
    margin-bottom: 1.2820512821vw;
    width: 48.57%;
  }
  #main #secondary .widget_welcart_category ul.ucart_widget_body li::after {
    display: none;
  }
  #main #secondary .widget_welcart_category ul.ucart_widget_body li a {
    border-radius: 1.0256410256vw;
    font-size: 3.0769230769vw;
    padding: 3.0769230769vw 0 3.0769230769vw 5.1282051282vw;
  }
  #main #secondary .widget_nav_menu {
    display: none;
  }
  .mytheme-sort-bar {
    flex-direction: column;
    margin-bottom: 7.6923076923vw;
    padding-bottom: 3.8461538462vw;
  }
  .mytheme-sort-bar__num {
    font-size: 3.5897435897vw;
    line-height: 7.6923076923vw;
    margin-bottom: 3.5897435897vw;
  }
  .mytheme-sort-bar__order a {
    border-radius: 0.7692307692vw;
    font-size: 3.5897435897vw;
    height: 7.6923076923vw;
    line-height: 7.6923076923vw;
    margin-right: 2.5641025641vw;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .mytheme-found-posts {
    margin-top: 7.6923076923vw;
  }
  .p-pagination {
    margin-top: 7.6923076923vw;
  } }

@media screen and (max-width: 1240px) {
  #main #primary .sort-box__per {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1040px) {
  .mytheme-found-posts {
    text-align: center;
  }
  .p-pagination {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=../map/item-category.css.map */
