@charset "utf-8";
/* CSS Document */
section.keyvisual{padding-bottom: 0;padding-top: 0;}
.keyvisual img{width: 100%}


.product_photo{display: flex; gap:15px;flex-direction: column}
.product_photo figure{width: 100%;background: #fff}
.product_photo figure img{width: 100%}
@media only screen and (min-width:768px){
.product_photo{display: flex; gap:15px;flex-direction: row;flex-wrap: wrap}
.product_photo figure{width:calc(50% - (15px / 2));background: #fff}
}

section:nth-child(3){background: #fff}