.heading {
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  border-bottom: none;
}

.heading_subject {
  font-size: 15px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  letter-spacing: 0.15em;
  margin-left: 20px;
  color: #c4aa5f;
}

.item_name {
  font-size: 17px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.item_price {
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  color: #d05877;
}

.item_detail {
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  color: #888887;
  margin-top: 10px;
}

.heading_wrap {
  display: flex;
  align-items: center;
}

.notice {
  margin-bottom: 50px;
}

.notice_images {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}

.notice_content {
  padding: 20px 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height: 150px;
  overflow-y: auto;
}

.notice_data {
  font-size: 15px;
  color: #878686;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.notice_text {
  font-size: 15px;
  line-height: 2.1;
}

.notice_images a {
  width: 450px;
}

.notice_images img {
  width: 100%;
}

.ranking_list {
  text-align: left;
}

.ranking_flag {
  position: relative;
  display: block;
}

.ranking_flag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
}

.ranking_lists .ranking_list:first-of-type .ranking_flag:before {
  background-image: url(https://img21.shop-pro.jp/PA01467/075/etc/ranking_1.png?cmsp_timestamp=20210512150736);
}
.ranking_lists .ranking_list:nth-of-type(2) .ranking_flag:before {
  background-image: url(https://img21.shop-pro.jp/PA01467/075/etc/ranking_2.png?cmsp_timestamp=20210512151103);
}
.ranking_lists .ranking_list:last-of-type .ranking_flag:before {
  background-image: url(https://img21.shop-pro.jp/PA01467/075/etc/ranking_3.png?cmsp_timestamp=20210512151115);
}

@media (max-width: 480px) {
  .heading_wrap {
    align-items: baseline;
        padding: 0 10px;
  }
  .heading_wrap .heading {
    padding: 0;
    font-size: 17px;
  }

  .heading_subject {
    margin: 0;
    margin-left: 15px;
  }
  .notice {
    padding: 0 10px;
  }

  .notice_content {
    margin-top: 10px;
  }
  .notice_images {
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .notice_text {
    margin-top: 15px;
  }
  .notice_images a {
    width: 100%;
    display: block;
  }

  .notice_images a:last-of-type {
    margin-top: 30px;
  }

  .ranking_flag:before {
    width: 30px;
    height: 30px;
  }
  
  .ranking_lists .item_detail {
    display: none
  }
}
