@charset "UTF-8";
.productList {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.productList__item {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 40px;
}
.productList__item__img {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 100%;
}
.productList__item__content {
  text-align: left;
  padding: 10px 5px 10px 5px;
}
.productList__item__content .name {
  color: #696969;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 10px 0 3px 0;
}
.productList__item__content .price {
  display: flex;
  justify-content: flex-start;
}
.productList__item__content .price p {
  color: #a50000;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.productList__item__content .price p.del {
  margin-right: 10px;
  color: #a2a1a1;
  text-decoration: line-through;
}
.productList__item.new .productList__item__img:before {
  content: "新品";
  background-color: #ac0000;
  color: #fff;
  padding: 5px 20px;
  position: absolute;
  top: 0;
}
@media (max-width: 640px) {
  .productList__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .productList__item__content .name {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 3px 0;
  }
  .productList__item__content .price {
    flex-direction: column;
  }
  .productList__item__content .price p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.idxPro {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  width: calc(100% + 20px);
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 40px;
}
.idxPro__item {
  padding: 10px;
  width: 25%;
  margin-bottom: 50px;
}
.idxPro__item a {
  width: 100%;
  padding-bottom: 100%;
  background-image: url("../images/no_photo.jpg");
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.idxPro__item a:hover {
  top: -5px;
  box-shadow: 2px 2px 4px #333;
}
.idxPro__item .name {
  font-size: 1em;
  color: #010101;
  padding: 10px 0;
  position: relative;
  top: 0;
  max-width: 90%;
  font-weight: 400;
}
.idxPro__item .pricebox {
  display: flex;
}
.idxPro__item .pricebox p {
  font-size: 0.9em;
  font-weight: 700;
}
.idxPro__item .pricebox p.price {
  color: #545454;
  text-decoration: line-through;
  margin-right: 15px;
}
.idxPro__item .pricebox p.sale {
  color: #a40c0c;
}
@media (max-width: 854px) {
  .idxPro__item {
    width: 50%;
  }
  .idxPro__item a div .name {
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .idxPro__item {
    margin-bottom: 20px;
  }
}

.productList__item__img .more {
  position: absolute;
  width: 80%;
  height: 80%;
  border: 1px solid #fff;
  top: 10%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: scale(0, 0);
}
.productList__item__img .more span {
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.productList__item a:hover .more {
  opacity: 1;
  transform: scale(1, 1);
}

.proinTop {
  padding: 40px 0;
  display: flex;
}
.proinTop__left {
  width: 50%;
  flex-shrink: 0;
}
.proinTop__right {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 50px;
}
.proinTop__right .cat {
  font-size: 15px;
  color: #696969;
  letter-spacing: 0.08em;
}
.proinTop__right h3 {
  color: #696969;
  font-size: 24px;
  padding: 7px 0;
}
.proinTop__right .price {
  font-size: 15px;
  color: #a50000;
  letter-spacing: 0.1em;
  font-weight: bolder;
  padding-top: 3px;
}
.proinTop__right .price .del {
  color: #a2a1a1;
  text-decoration: line-through;
  margin-right: 10px;
}
.proinTop__right__content {
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .proinTop {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .proinTop__left {
    width: 100%;
  }
  .proinTop__right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .proinTop__left {
    width: 100%;
    margin-left: 0;
  }
  .proinTop__right {
    width: 100%;
    margin-left: 0;
  }
}

.proinBottom > p {
  font-size: 15px;
  color: #171717;
  padding: 30px 0;
}
.proinBottom .textcontent {
  padding: 35px 95px;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 980px) {
  .proinBottom .textcontent {
    padding: 35px;
  }
}
@media (max-width: 640px) {
  .proinBottom .textcontent {
    padding: 35px 0;
  }
}

.productimg .img__main {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-size: center center;
}
.productimg .img__list {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 5px;
}
.productimg .img__list li {
  width: 25%;
  padding: 5px;
}
.productimg .img__list li div.img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-size: center center;
}
@media (max-width: 1024px) {
  .productimg .img__list {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 5px;
  }
  .productimg .img__list li {
    padding: 5px;
  }
}

.contentbox {
  display: flex;
  padding-top: 10px;
}
.contentbox .tit {
  font-size: 15px;
  color: #171717;
  letter-spacing: 0.1em;
  width: 65px;
  flex-shrink: 0;
  line-height: 1.8;
}
.contentbox .con {
  flex-grow: 1;
}
.contentbox .con .numbox {
  width: 100%;
}
.contentbox .con .btnlist {
  flex-wrap: wrap;
}
.contentbox .con .btnlist button {
  width: calc(50% - 15px);
  margin-bottom: 15px;
  min-width: 180px;
  flex-grow: 1;
}
.contentbox.num {
  align-items: center;
}

.numbox {
  display: flex;
  justify-content: space-between;
  border: 1px solid #c4c4c4;
  align-items: center;
  margin: 10px 0;
  max-width: 100%;
}
.numbox input[type=text] {
  border: 0;
  text-align: center;
  text-align-last: center;
  height: 35px;
  font-size: 15px;
  width: 150px;
}
.numbox span {
  padding: 5px 10px;
  cursor: pointer;
}

.share {
  padding: 10px 0;
  display: flex;
}
.share a {
  margin-right: 7px;
}/*# sourceMappingURL=pro_style01.css.map */