@charset "UTF-8";
.header-nav .nav-link_product {
  color: #FFF;
  background-color: #CEA53D;
}

@media print, screen and (min-width: 768px) {
  .products_list {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .products_list > * {
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .products_list {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .products_list > * {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.products_list li {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 768px) {
  .products_list li {
    margin-bottom: 30px;
  }
}
.products_photo {
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  display: flex;
  justify-content: top;
  align-items: top;
}
@media print, screen and (min-width: 768px) {
  .products_photo {
    height: 330px;
  }
}
.products_title {
  background-color: rgba(29, 10, 120, 0.8);
  width: 80px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .products_title {
    width: 166px;
    height: 212px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .products_title {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .products_title img {
    max-width: 40px;
    max-height: 85px;
  }
}
.products_caption {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .products_caption {
    padding-left: 10px;
	padding-right: 6px;
  }
}

.product-mainimage {
  background-size: cover;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .product-mainimage {
    height: 525px;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .product-mainimage {
    height: 187px;
  }
}
.product-mainimage_title {
  display: flex;
  width: 166px;
  height: 212px;
  justify-content: center;
  align-items: center;
  background-color: rgba(29, 10, 120, 0.8);
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .product-mainimage_title {
    width: 100px;
    height: 128px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-mainimage_title img {
    max-width: 40px;
    max-height: 85px;
  }
}

@media print, screen and (min-width: 768px) {
  .product-catlist_wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-catlist_wrap > * {
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-catlist_block {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .product-catlist_block {
    margin-bottom: 65px;
  }
}
.product-catlist_gallery {
  background-color: #FFF;
  padding-bottom: 10px;
}
.product-catlist_header {
  border-top: 3px solid #524373;
  border-bottom: 1px solid #524373;
  color: #35067B;
  background-color: rgba(214, 213, 238, 0.4);
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .product-catlist_header {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.product-catlist_title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 38px;
}
@media only screen and (max-width: 767px) {
  .product-catlist_title {
    font-size: 16px;
  }
}
.product-catlist_title:before {
  background: url(../product/img/icon2.png) left top no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .product-catlist_title:before {
    top: 5px;
  }
}
.product-catlist_content {
  background-color: rgba(214, 213, 238, 0.4);
  padding: 10px;
}
.product-catlist_content p:last-child {
  margin-bottom: 0;
}

.product-catlist_slide img {
  margin-left: auto;
  margin-right: auto;
}
.product-catlist_slide .slick-arrow {
  z-index: 100;
  background-color: transparent;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 15px 24px;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .product-catlist_slide .slick-arrow {
    display: none !important;
  }
}
.product-catlist_slide .slick-arrow:before {
  content: "";
}
.product-catlist_slide .slick-arrow:hover {
  opacity: 0.9;
}
.product-catlist_slide .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../product/img/left.png");
}
.product-catlist_slide .slick-arrow.slick-next {
  right: 0;
  background-image: url("../product/img/right.png");
}
.product-catlist_slide .slick-dots li {
  width: auto;
  height: auto;
}
.product-catlist_slide .slick-dots li button {
  background-color: #73B9FF;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
.product-catlist_slide .slick-dots li button:before {
  content: none;
}
.product-catlist_slide .slick-dots .slick-active button {
  background-color: #524373;
}

.js-zoom {
  position: relative;
}
.js-zoom:before {
  background: url(../product/img/icon1.png) left top no-repeat;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .js-zoom:before {
    width: 15px;
    height: 15px;
  }
}

.mfp-counter {
  display: none !important;
}

.product-catlist2 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .product-catlist2 {
    padding-bottom: 40px;
  }
}
.product-catlist2_row {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .product-catlist2_row {
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .product-catlist2_row:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media print, screen and (min-width: 768px) {
  .product-catlist2_row:nth-child(odd) .product-catlist2_photo {
    order: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .product-catlist2_row:nth-child(odd) .product-catlist2_content {
    order: 1;
  }
}
.product-catlist2_photo {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .product-catlist2_photo {
    width: 500px;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-catlist2_content {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .product-catlist2_content {
    width: 500px;
    padding: 30px;
    order: 0;
  }
}
.product-catlist2_title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .product-catlist2_title {
    font-size: 40px;
  }
}

/*# sourceMappingURL=page_product.css.map */
