@charset "UTF-8";

/* ----------------------------------
 StoreBlog List
---------------------------------- */
.storeblog-list-header { margin: 0 0 35px 0;}
.storeblog-list-header .title { padding: 0; margin: 0; font-size: 26px; font-weight: 600; text-align: center;}
.storeblog-list-header .for-store-detail { padding: 0; margin: 0; font-size: 14px; font-weight: 400; text-align: center; display: none;}
.storeblog-list-header .for-store-detail a { font-size: 14px; color: #0047BA;}

.storeblog-list { display: flex; flex-wrap: wrap;}
.storeblog-list-item { width: calc((100% - 60px)/4); margin: 0 20px 40px 0;}
.storeblog-list-item:nth-child(4n) { margin-right: 0;}
.storeblog-list-item a { display: block; text-decoration: none;}
.storeblog-list-item .image { width: 100%; padding: 75% 0 0 0; margin: 0 0 5px 0; position: relative; transition: 0.3s;}
.storeblog-list-item .image figure { width: 100%; height: 100%; border-radius: 30px; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; overflow: hidden;}
.storeblog-list-item .image img  { vertical-align: top;}
.storeblog-list-item a:hover .image { opacity: 0.6;}
.storeblog-list-item .block-icon { margin: 0 0 5px 0;}
.storeblog-list-item .blog-data  { margin: 0 0 5px 0;}
.storeblog-list-item .blog-data .date { margin: 0 20px 0 0; font-size: 14px; word-break: keep-all; color: #0047BA;}
.storeblog-list-item .blog-data .store-name { font-size: 14px; font-weight: 600; color: #0047BA;}
.storeblog-list-item .blog-data .store-name .category { display: none;}
.storeblog-list-item .blog-data .store-name .category:last-child { font-size: 14px; color: #0047BA; display: block;}
.storeblog-list-item .text { max-height: 40px !important; font-size: 14px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: 0.3s;}

.side-navigation-frame #storeblog_category_list li.layer01 > a { font-weight: 600;}
.side-navigation-frame #storeblog_category_list li.layer02 > a { font-weight: 600;}
.side-navigation-frame #storeblog_category_list li.layer02 a { padding-left: 15px;}
.side-navigation-frame #storeblog_category_list li.layer03 a { padding-left: 30px;}
.side-navigation-frame #storeblog_category_list li.layer01 > a::after,
.side-navigation-frame #storeblog_category_list li.layer02 > a::after { transform: rotate(135deg); top: calc(50% - 6px);}
.side-navigation-frame #storeblog_category_list li.layer01 > a.open::after,
.side-navigation-frame #storeblog_category_list li.layer02 > a.open::after { transform: rotate(-45deg); top: calc(50% - 2px);}
.side-navigation-frame #storeblog_category_list li.layer03 a::after { display: none !important;}
