.storenews-inner{display:flex;flex-direction:column;gap:var(--content-spacer)}.storenews .storenews-header{align-items:center;display:flex;justify-content:space-between}.storenews-header>.storenews-title{margin:0}.storenews-header>.storenews-more{align-items:center;display:inline-flex;flex-shrink:0;gap:min(30px,20/768 * 100vw);text-decoration:none}.storenews-more>.arrow{flex-shrink:0;width:48px}.storenews .storenews-list{display:flex;flex-direction:column;width:100%}.storenews-list>.storenews-item{align-items:center;border-bottom:1px solid var(--color-stroke);display:flex;gap:min(20px,10/768 * 100vw);justify-content:space-between;padding:min(20px,10/768 * 100vw) 10px}.storenews-list>.storenews-item:hover{border-color:var(--color-brown)}.storenews-item>.storenews-item-main{display:flex;flex:1 1 0;gap:min(40px,20/768 * 100vw);min-width:0}.storenews-item-main>.storenews-item-head{display:flex;flex-shrink:0;gap:min(16px,10/768 * 100vw)}.storenews-item-head>.category{color:var(--color-gray);font-size:12px;white-space:nowrap}.storenews-item-main>.heading{flex:1 1 0;margin:0}.storenews-item>.chevron{flex:none;height:21px;position:relative;width:21px}.storenews-item>.chevron:before{border-right:1px solid var(--color-black);border-top:1px solid var(--color-black);content:"";height:15px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:15px}@media screen and (max-width:767px){.storenews .storenews-header{display:contents}.storenews-header>.storenews-title{order:1}.storenews .storenews-list{order:2}.storenews-header>.storenews-more{justify-content:flex-end;order:3;width:100%}.storenews-list>.storenews-item{padding:min(10px,10/390 * 100vw) 0}.storenews-item>.storenews-item-main{align-items:flex-start;flex-direction:column;gap:min(10px,10/390 * 100vw)}.storenews-item-main>.storenews-item{gap:min(10px,10/390 * 100vw)}.storenews-item-main>.storenews-item-head{gap:min(20px,20/390 * 100vw)}.storenews-item>.chevron{height:14px;width:14px}.storenews-item>.chevron:before{height:10px;width:10px}.storenews-item.sp-hide{display:none}}