@charset "UTF-8";

/**======================================
	goods
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.icon-shopping-cart::before {
  padding-right: 10px;
}

/*--------------------------------------
	index
---------------------------------------*/

.goods_box a {
  text-decoration: none;
}

.goods_box .list_cont a .pic_cont {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

.list_cont .li_category {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 2px 8px 3px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.list_cont .li_category.cat01 {
  background: #c3003a;
}

.list_cont .li_category.cat02 {
  background: #3a546b;
}

.list_cont .li_category.cat03 {
  background: #d5a02e;
}

.list_cont .li_category.cat04 {
  background: #918d43;
}

.list_cont .li_category.cat05 {
  background: #787cac;
}

.list_cont .li_category.cat06 {
  background: #604439;
}

.list_cont .li_category.cat07 {
  background: #6f2757;
}

.list_cont .li_category.cat08 {
  background: #c1541c;
}

.list_cont .li_category.cat09 {
  background: #565d63;
}

.list_cont .li_category.cat10 {
  background: #baaa52;
}

.goods_box .list_cont a .pic_cont p.object_fit {
  margin-bottom: 0;
}

.goods_box .list_cont a img {
  transition: 0.5s;
}

.goods_box .list_cont a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}

/*--------------------------------------
	single
---------------------------------------*/

#goods_single_contents .goods_box .image_cont .mainimg {
  margin-bottom: 10px;
  border: 1px solid #999;
}

#goods_single_contents .goods_box .image_cont .subimg_ul {
  display: flex;
  flex-wrap: wrap;
}

#goods_single_contents .goods_box .image_cont .subimg_ul li {
  margin-right: 2%;
  margin-bottom: 0.5em;
  width: 23.5%;
  cursor: pointer;
}

#goods_single_contents .goods_box .image_cont .subimg_ul li.current {
  border: 2px solid #333;
}

#goods_single_contents .goods_box .image_cont .subimg_ul li:nth-of-type(4n) {
  margin-right: 0;
}

#goods_single_contents .goods_box .image_cont .subimg_ul li img {
  transition: 0.3s;
}

#goods_single_contents .goods_box .image_cont .subimg_ul li:hover img {
  opacity: 0.8;
  transition: 0.3s;
}

#goods_single_contents .goods_box .texts_cont {
  position: relative;
  padding-top: 1em;
}

#goods_single_contents .goods_box .texts_cont .heading03::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  background-color: var(--text_color);
  width: 80px;
  height: 2px;
  border-style: solid;
  border-width: 0;
}

#goods_single_contents .goods_box .texts_cont .goods_num {
  margin-bottom: 0.5em;
}

#goods_single_contents .goods_box .texts_cont .goods_price {
  margin-bottom: 1em;
}

#goods_single_contents .goods_box .texts_cont .buy_button {
  margin-top: 25px;
}

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

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 960px) {
  #goods_single_contents .goods_box .image_cont {
    flex-basis: 50%;
    max-width: 50%;
  }

  #goods_single_contents .goods_box .texts_cont {
    flex-basis: 45%;
    max-width: 45%;
  }
}
