/** Shopify CDN: Minification failed

Line 413:0 Unexpected "}"

**/
/* CSS Document */
.prodact_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}


.prodact_list li {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.prodact_list li:nth-child(3n) {
  margin-right: 0;
}

.prodact_list_img {
  background: #cccccc;
  position: relative;
}

.prodact_list_img img {
  width: 100%;
}

.prodact_list_img:after {
  content: "";
  background: url("../images/prodact/prodact_list_arrow.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.prodact_list_name {
  position: absolute;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  left: 0;
  bottom: 10px;
  padding: 10px 30px;
}

.prodavr_list_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px 0;
}

.prodavr_list_list li {
  width: 48.5%;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: bold;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 5px 10px 5px 0;
}

.prodavr_list_list li a {
  width: 100%;
  color: #333;
  display: block;
  text-decoration: none;
}

.prodavr_list_list li:before {
  display: inline-block;
  background: url("../images/side_arrow.png") no-repeat;
  content: "";
  width: 6px;
  height: 11px;
  background-size: contain;
  margin: 0 10px;
}

.prodact_list li.prodact_list_info {
  border: none;
}

.prodact_list li.prodact_list_info a {
  background: #e27933;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 5px;
  font-weight: bold;
  line-height: 2.8rem;
  margin-bottom: 20px;
}

.prodact_list li.prodact_list_info a:after {
  background: url("../images/foot_boc2_btn_icon.png") no-repeat;
  width: 36px;
  height: 36px;
  background-size: cover;
  display: inline-block;
  margin-left: 20px;
  content: "";
}

.prodact_list li.prodact_list_info p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .prodact_list li {
    width: 48.5%;
  }
  .prodact_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .prodact_list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {

.collection.page-width {
    padding-left:10px!important;
  }
#main-collection-filters{
  padding-left:10px!important;
}
.top_contents{
  /*padding-left:10px;
  padding-right:10px;*/
}

.action_box{
    padding-left:10px;
  padding-right:10px;
}
  
  .prodact_list li {
    width: 100%;
    margin-right: 0;
  }
  .prodact_list li:nth-child(3n) {
    margin-right: 0;
  }
  .prodavr_list_list li {
    width: 48.5%;
  }
}

.prodact_tit {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.prodact_category_mv {
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-bottom: 45px;
}

.prodact_category_mv .txt1 {
  top: 16.66%;
  left: 4.5%;
  font-size: 1.8rem;
  position: absolute;
}

.prodact_category_mv h2 {
  top: 30%;
  font-size: 3.8rem;
  position: absolute;
  left: 4.5%;
}

.prodact_category_mv .txt2 {
  bottom: 13.33%;
  left: 4.5%;
  font-size: 1.5rem;
  position: absolute;
  line-height: 1.5;
  padding-right: 4.5%;
}

@media screen and (max-width: 599px) {
  .prodact_category_mv h2 {
    top: 23%;
    font-size: 3rem;
  }
  .prodact_category_mv .txt1 {
    top: 12%;
    font-size: 1.8rem;
  }
  .prodact_category_mv .txt2 {
    bottom: 9%;
  }
  .prodact_category_mv h2 {
    font-size: 3rem;
  }
  .prodact_category_mv img {
    min-height: 300px;
    object-fit: cover;
  }
}

.prodact_category_category {
  margin-bottom: 20px;
}

.prodact_category_category h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.prodact_category_category ul {
  display: flex;
  flex-wrap: wrap;
}

.prodact_category_category ul li {
  margin-right: 2%;
  width: 23.5%;
  margin-bottom: 20px;
}

.prodact_category_category ul li a {
  display: block;
  text-decoration: none;
}

.prodact_category_category ul li:nth-child(4n) {
  margin-right: 0;
}

.prodact_category_category ul li img {
  width: 100%;
  vertical-align: bottom;
}

.prodact_category_category ul li div {
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 10px;
}

.prodact_category_category ul li div:after {
  content: "";
  background: url("../images/prodact/prodact_list_arrow.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.prodact_category_category ul li p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 599px) {
  .prodact_category_category ul li {
    width: 49%;
  }
  .prodact_category_category ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.item_list {
  display: flex;
  flex-wrap: wrap;
}

.item_list li {
  width: 23.5%;
  padding-right: 2%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  box-sizing: content-box;
}

.item_list li a {
  text-decoration: none !important;
  display: block;
}

.item_list li:nth-child(4n) {
  padding-right: 0;
}

.item_list li .item_img {
  margin-bottom: 10px;
}

.item_list li .item_name {
  margin-bottom: 10px;
  color: #5285d1;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item_list li .postage {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e27933;
  padding: 4px 10px;
  border: 1px solid #e27933;
  display: inline-block;
  margin-bottom: 10px;
}

.item_list li .price {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 10px;
}

.item_list li .price {
  font-size: 1.3rem;
  color: #333;
}

.item_list li .price span {
  font-weight: bold;
  color: #dd0011;
}

.item_list li .go_cart_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.item_list li .go_cart {
  background: #e27933;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  height: 34px;
  width: 100%;
  border-radius: 4px;
}

.item_list li .go_cart:hover {
  color: #ffff00 !important;
  opacity: 1;
  text-decoration: none !important;
}

.item_list li .recomend {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("../images/prodact/item_list_star.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .item_list li {
    width: 48.5%;
  }
  .item_list li:nth-child(2n) {
    padding-right: 0;
  }
}

.prodact_mcategory_mv {
  display: flex;
  background: url("../images/prodact/m_category_mvbg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
    background-size: 100% !important;
}
}

.prodact_mcategory_mv .img_box {
  width: 36%;
  position: relative;
  background: url("../images/prodact/m_category_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center left;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.prodact_mcategory_mv .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 105%;
}

.prodact_mcategory_mv .img_box .icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 2.2rem;
  padding: 5px 7px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
}

.prodact_mcategory_mv .wbox {
  background: rgba(255, 255, 255, 0.90);
  width: 64%;
  padding: 3.3% 10px 3.3% 4.5%;
  position: relative;
}

.prodact_mcategory_mv .wbox .txt1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.prodact_mcategory_mv .wbox .txt2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}

.prodact_mcategory_mv .wbox .txt3 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #e27933;
  line-height: 1.17;
  text-shadow: 3px 3px 1px #ffffc7;
  margin-bottom: 17px;
}

.prodact_mcategory_mv .wbox .txt_list {
  display: flex;
}

.prodact_mcategory_mv .wbox .txt_list li {
  color: #e27933;
  font-size: 1.9rem;
  line-height: 1;
  padding: 8px;
  margin-right: 10px;
  border: 2px solid #e27933;
}

.prodact_mcategory_mv .wbox .txt_list li:last-child {
  margin-right: 0;
}

.prodact_mcategory_mv .wbox .gizagiza {
  position: absolute;
  top: 32px;
  right: 41px;
  font-size: 1.8rem;
}

.prodact_mcategory_mv .wbox .gizagiza .giza_txt1 {
  padding-top: 15px;
}

.prodact_mcategory_mv .wbox .gizagiza .giza_txt2 {
  padding-top: 5px;
  font-size: 3.4rem;
  color: #ffff53;
}

.prodact_mcategory_mv .wbox .gizagiza {
  display: block;
  width: 85px;
  height: 85px;
  line-height: 1;
  background: #ff0000;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  rotation: -52deg;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}

.prodact_mcategory_mv .wbox .gizagiza span {
  display: block;
  width: 85px;
  height: 85px;
  background: #ff0000;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  rotation: 18deg;
}

.content_stit{
 font-size:1.8rem;
  font-weight:bold;
  color:#e27933;
}

.contents_box .cc{
  margin-bottom:20px;
}
.contents_box .crb{
  margin-bottom:40px;
}

@media screen and (max-width: 830px) {
  .prodact_mcategory_mv .wbox .gizagiza {
    zoom: 0.6;
    top: 85px;
  }
}

@media screen and (max-width: 599px) {
.prodact_mcategory_mv .wbox .txt_list li{
  font-size:1.4rem;
}


  
  .prodact_mcategory_mv .wbox .gizagiza {
    zoom: 1;
    top: 32px;
  }
  .prodact_mcategory_mv {
    flex-wrap: wrap;
  }
  .prodact_mcategory_mv .wbox {
    width: 100%;
    padding-left:0;
    padding-right:0;
  }
  .prodact_mcategory_mv .img_box {
    width: 100%;
    height: 18rem;
  }
  .prodact_mcategory_mv .wbox .txt1 {
    font-size: 1.3rem;
  }
  .prodact_mcategory_mv .wbox .txt3 {
    font-size: 3.2rem;
  }
  .prodact_mcategory_mv .wbox .txt_list li {
    width: 50%;
    text-align: center;
    line-height: 1.2;
    display: flex;
justify-content: center;
align-items: center;
  }
}

@media screen and (max-width: 414px) {
  .prodact_mcategory_mv .wbox .gizagiza {
    zoom: 0.75;
    top: -88px;
    right: 18px;
  }
}

.top_contents h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_contents p {
  line-height: 1.5;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.action_box {
  display: flex;
  margin-bottom: 40px;
}

.action_box .go_item_list {
  width: 100%;
  max-width: 480px;
  margin-right: 20px;
  border: 2px solid #e27933;
  border-radius: 4px;
  height: 80px;
}

.action_box .go_item_list a {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #e27933;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.action_box .go_item_list a:before {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  content: "";
  display: inline-block;
  background: url("../images/prodact/go_item_list_icon.png") no-repeat;
  background-size: cover;
}

.action_box .go_item_list a:after {
  width: 12px;
  height: 7.5px;
  margin-left: 10px;
  content: "";
  display: inline-block;
  background: url("../images/prodact/go_item_list_arrow.png") no-repeat;
  background-size: cover;
}

.action_box .go_item_list a:hover {
  opacity: 1;
  color: #f4bf4a !important;
  text-decoration: none !important;
}

.action_box .go_om {
  width: 100%;
  max-width: 390px;
  background: #e27933;
  height: 80px;
  border-radius: 4px;
}

.action_box .go_om a {
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  width: 100%;
  height: 100%;
}

.action_box .go_om a:hover {
  opacity: 1;
  color: #ffff00 !important;
  text-decoration: none !important;
}

.action_box .go_om a:after {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  content: "";
  display: inline-block;
  background: url("../images/foot_boc2_btn_icon.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .action_box {
    display: block;
  }
  .action_box .go_item_list {
    margin-bottom: 20px;
  }
  .action_box .go_om {
    max-width: 100%;
  }
}

.caution {
  margin-bottom: 40px;
}

.caution dl {
  display: flex;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.caution dt {
  width: 30%;
  max-width: 130px;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #dd0011;
  color: #fff;
  justify-content: center;
  font-weight: bold;
}

.caution dd {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #dd0011;
  background: #fff5f6;
  border: 1px solid #dd0011;
  line-height: 1.6;
}

#ProductGridContainer h2.title.title--primary {
	font-size: 1.6rem;
  	line-height: 1.5;
}
.pagination__item {
	border:none !important;
}
li.pagination__item--current {

}