/* Scss Document */
/*******************************
 product_gallery
*******************************/
.product_gallery {
  margin-bottom: 80px; }

.product_gallery_list > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px; }
  .product_gallery_list > *:nth-child(3n + 1) {
    padding-right: 10px; }
  .product_gallery_list > *:nth-child(3n + 2) {
    padding-left: 10px; }
  .product_gallery_list > *:last-child {
    margin-bottom: 0; }

.product_gallery_list .size_half {
  width: 50%;
  height: 630px; }

.product_gallery_list .size_full {
  width: 100%;
  height: 540px; }

.product_gallery_list p {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden; }

.product_gallery_list img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1000px) {
  .product_gallery {
    margin-bottom: 8vw; }
  .product_gallery_list > * {
    margin-bottom: 2vw; }
    .product_gallery_list > *:nth-child(3n + 1) {
      padding-right: 1vw; }
    .product_gallery_list > *:nth-child(3n + 2) {
      padding-left: 1vw; }
  .product_gallery_list .size_half {
    height: 63vw; }
  .product_gallery_list .size_full {
    height: 54vw; } }

/*******************************
parts
*******************************/
.more_btn {
  margin: 0 auto; }

/*# sourceMappingURL=../../maps/products/style.css.map */
