@charset "utf-8";


/* アプリ全体*/
.contents-block {
  max-width: 490px;
  margin: auto;
}

/* トップ画像 */
.contents-top-bn img{
  width: 100%;
}


/* コンテンツ全体 */
.contents-container {
  margin: 0 16px;
}


/* アプリタイトル */
.contents-main-copy {
  padding: 0 16px 18px;
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 8px;
  border-bottom: solid 0.5px rgb(209, 209, 209);
  line-height: 27px;
}


.contents-sub-title {
  display: flex;
  height: 54px;
  width: auto;
}




/* ブランドロゴ */
.brand-logo{
  height: 100%;
}

/* ブランド名 */
.brand-name {
  font-size: 12px;
  line-height: 54px;
  margin-left: 4px;
}


/* 日付 */
.up-date {
  display: block;
  text-align: right;
  font-size: 11px;
  padding-bottom: 8px;
  color: rgba(78, 78, 78, 0.8);
}

.sale-period{
  margin: 30px 0;
}


