@charset "utf-8";.product_list{display:flex;flex-wrap:wrap;justify-content:space-around}.msg_box{margin:20px auto;padding:15px;width:400px;max-width:100%;border:#000 1px solid;font-size:1.4rem}.msg_box .info{font-size:1.8rem;font-weight:700}.carousel_item{margin-bottom:25px}.product_box{display:block;width:100%;max-width:400px;margin:0 auto;text-align:left;transition:all .5s ease-in-out}.product_box:hover{opacity:.7}.jacket_box{width:400px;height:400px;margin:0 auto 15px;background-color:#fff;border:solid 1px}.jacket{position:relative;width:100%;height:100%;max-width:400px;max-height:400px}.jacket .image{position:absolute;top:0;bottom:0;right:0;left:0;max-width:100%;max-height:100%;margin:auto}@media screen and (max-width:480px){.product_list{justify-content:space-between}.carousel_item{width:48%}.product_box{margin:0 0 15px}.jacket_box{width:43vw;height:43vw}.jacket{max-width:205px;max-height:205px}}@media screen and (min-width:481px) and (max-width:1023px){.product_box{width:25vw;max-width:220px}.jacket_box{width:25vw;height:25vw;max-width:220px;max-height:220px}.jacket{max-width:220px;max-height:220px}}