@charset "UTF-8";
#new_item_recommend { padding-top: 75px; padding-bottom: 80px; border-bottom: solid 1px #e6e4dd; }
#new_item_recommend .headline2 { margin-bottom: 40px; }
#new_item_recommend .headline2:after { content: ""; width: 30px; height: 2px; background-color: #a8a59a; margin: 0 auto; margin-top: 26px; display: block; }
#new_item_recommend .headline2 p { font-size: 23px; text-align: center; color: #555555; }
#new_item_recommend .new_item_recommend__wrap { margin: 0 auto; margin-bottom: 62px; max-width: 960px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
#new_item_recommend .new_item_recommend__list { width: 185px; margin-bottom: 35px; }
#new_item_recommend .new_item_recommend__list:not(:nth-of-type(5n)) { margin-right: 8px; }
#new_item_recommend .new_item_recommend__list--tmb { overflow: hidden; width: 185px; /* トリミングしたい枠の幅 */ height: 185px; /* トリミングしたい枠の高さ */ position: relative; margin-bottom: 13px; }
#new_item_recommend .new_item_recommend__list--tmb > img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: 100%; }
#new_item_recommend .new_item_recommend__list--text { margin-bottom: 13px; color: #999999; font-size: 12px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#new_item_recommend .new_item_recommend__list--price { color: #555555; font-size: 15px; }
