@charset 'utf-8';
body{
	font-family: 'Hiragino Sans','Meiryo UI','Hiragino Kaku Gothic ProN',Ã‚Â´ ProN W3',Ã‚Â´ StdN','Hiragino Kaku Gothic StdN',',sans-serif;
}
img.title_log {
    position: absolute;
    z-index: 1;
    width: 114px;
    left: -15px;
    top: -21px;
}
/* ↓ 20240823_[H]_100名店無料券・5円券企画WP作成 */
.postList-item,
.postList-item-winners {
    background: #390e17;
    border-radius: 4px;
    margin-bottom: 50px;
    /* border: solid 2px #c09b0f; */
    box-shadow: 2px 2px 5px 3px #d1cbb7;
    /* overflow: hidden; */
    color: white;
    text-align: center;
    position: relative;
}
article.postList-item:before,article.postList-item:after,
article.postList-item-winners:before,article.postList-item-winners:after{
    content: '';
    width: 40px;
    height: 30px;
    position: absolute;
}
article.postList-item:after,
article.postList-item-winners:after {
    border-right: 10px solid #b59429;
    border-bottom: 10px solid #b59429;
    bottom: 0;
    right: 0;
    
}
article.postList-item:before,
article.postList-item-winners:before {
    border-left: 10px solid #b59429;
    border-bottom: 10px solid #b59429;
    bottom: 0;
    left: 0;
}
/* ↑ 20240823_[H]_100名店無料券・5円券企画WP作成 */
.present__elem:before,.present__elem:after{
    content: '';
    width: 10px;
    height: 30px;
    position: absolute;
    z-index: 1;
}
.present__elem:before {
    border-bottom: 10px solid #5b4d1f;
    bottom: 0;
    left: 0;
}
.present__elem:after {
    border-bottom: 10px solid #5b4d1f;
    bottom: 0;
    right: 0;
}