.topic_head {
  left: 15px
}

.pickup:after {
  content: "pick up";
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 6px 10px;
  background: #b40014;
  color: #fff;
  font-size: 16px;
  font-family: EB-Garamond;
  line-height: 1
}

@media screen and (max-width:768px) {
  .pickup:after {
    font-size: 12px
  }
}

.topic_head {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  width: 68px;
  padding: 7px 0 0;
  background: #fff;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  line-height: 1
}

@media screen and (max-width:768px) {
  .topic_head {
    width: 55px;
    padding: 7px 0 4px
  }
}

.topic_head .topic_head_date_01 {
  font-size: 10px;
  letter-spacing: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Didot W01 Bold", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif
}

@media screen and (max-width:768px) {
  .topic_head .topic_head_date_01 {
    font-size: 10px
  }
}

.topic_head .topic_head_date_02 {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 26px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Didot W01 Bold", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif
}

@media screen and (max-width:768px) {
  .topic_head .topic_head_date_02 {
    font-size: 23px;
    padding: 6px 0 4px
  }
}

.topic_head .topic_head_date_03 {
  margin-top: 10px;
  padding-bottom: 14px;
  font-size: 10px
}

@media screen and (max-width:768px) {
  .topic_head .topic_head_date_03 {
    margin-top: 5px;
    padding-bottom: 6px;
    font-size: 10px
  }
}

.topic_head .topic_head_date_04 {
  padding: 5px 0;
  letter-spacing: .1em;
  font-family: Lato, sans-serif;
  font-size: 25px
}

@media screen and (max-width:768px) {
  .topic_head .topic_head_date_04 {
    font-size: 16px
  }
}

.topic_head .topic_head_day {
  padding-left: 2px;
  font-size: 8px
}

@media screen and (max-width:768px) {
  .topic_head .topic_head_day {
    font-size: 10px
  }
}

.topic_head .topic_head_date_interval {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 10px
}

.topic_head .topic_head_date_suturday {
  color: #0046aa
}

.topic_head .topic_head_date_suturday.topic_head_date_02 {
  border-bottom-color: #0046aa
}

.topic_head .topic_head_date_sunday {
  color: #b40014
}

.topic_head .topic_head_date_sunday.topic_head_date_02 {
  border-bottom-color: #b40014
}

.topic_pickup {
  display: inline-block;
  position: absolute;
  bottom: 0px; /* 微調整？ */
  left: 0px; /* 微調整？ */
  z-index: 2;
  min-width: 92px;
  height: 24px;
  padding: 0 5px;
  background: #8a7950;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .topic_pickup {
    min-width: 70px;
    height: 18px;
    line-height: 18px;
    font-size: 10px
  }
}
