.free-space__section{
  width:960px;
  margin:auto;
  line-height: 200%;
  background-color: #FFFFFF;
  background-image: url();
  color: #333;
  font-size:20px;
  -webkit-font-smoothing: antialiased;
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.info-list__unit{
  width:700px;
  margin-bottom:-10px;
  height:70px;
    margin-top:-20px;
}
info-list__date{
    margin-top:0px;
  height:10px;
}

/* トップページ：ショップ情報フリースペースの白背景をなじませる */
.top-story {
  background: transparent !important;
  margin: 0 auto 64px !important;
  padding: 0 !important;
}

/* フリースペースを包んでいる白い親要素対策 */
.top-story,
.top-story * {
  box-sizing: border-box;
}

.top-story__head {
  background: rgba(255, 252, 244, 0.82);
  border: 1px solid rgba(111, 91, 52, 0.18);
  border-radius: 24px;
  padding: 56px 52px;
  box-shadow: 0 10px 28px rgba(60, 45, 25, 0.06);
}

/* 親の白い箱を消す：top-storyが入っている直上を透明化 */
*:has(> .top-story) {
  background: transparent !important;
  box-shadow: none !important;
}

/* ===================================
   トップページ 記事カード最終調整
=================================== */

/* カード本文 */
.top-story-card__body p:not(.top-story-card__label){
    font-size:16px !important;
    line-height:1.55 !important;
    letter-spacing:.02em;
    color:#555 !important;
    margin:0 0 18px !important;
}

/* タイトル */
.top-story-card__body h3{
    font-size:26px !important;
    line-height:1.3 !important;
    margin:0 0 14px !important;
    font-weight:700;
}

/* 英字ラベル */
.top-story-card__label{
    font-size:11px !important;
    letter-spacing:.18em;
    margin-bottom:8px !important;
}

/* 本文余白 */
.top-story-card__body{
    padding:28px 30px 24px !important;
}

/* ボタン */
.top-story-card__body span{
    display:inline-block;
    margin-top:8px !important;
    font-size:15px !important;
    font-weight:600;
}

/* トップページ フリースペース内の記事カードを強制調整 */
.free-space__section .top-story-card__body{
  padding: 26px 28px 24px !important;
  line-height: normal !important;
}

.free-space__section .top-story-card__body p:not(.top-story-card__label){
  font-size: 15px !important;
  line-height: 1.55 !important;
  letter-spacing: .02em !important;
  margin: 0 0 14px !important;
  color: #555 !important;
}

.free-space__section .top-story-card__body h3{
  font-size: 24px !important;
  line-height: 1.3 !important;
  margin: 0 0 12px !important;
}

.free-space__section .top-story-card__label{
  font-size: 11px !important;
  line-height: 1.2 !important;
  margin: 0 0 8px !important;
  letter-spacing: .18em !important;
}

.free-space__section .top-story-card__body span{
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
}