@charset "UTF-8";
/*  =====================
  ロールストランド特集用
  ======================= */
/** -------------------- コンテンツ -------------------- **/

.headline {
  color: #111;
  margin: 0;
  font-size: 2.5rem;
  display: flex;
  text-align: center;
  align-items: center;
}

.headline::after {
  align-content: center;
  content: "";
  flex-grow: 1;
  margin: 0 3rem;
  height: 1px;
  background: #111;
  display: block;
}

.headline::before {
  align-content: center;
  content: "";
  flex-grow: 1;
  margin: 0 3rem;
  height: 1px;
  background: #111;
  display: block;
}

.contents_itemImg {
  width: 50%;
  align-items: center;
}

.footer_credit {
  color: #111;
  margin: 0;
  font-size: 2rem;
  text-align: center;
}

.beige_bk {
  background-color: #F0EEE4;
}

.white_bk {
  background-color: #FFFFFF;
}

.category-comment .contents_brand_main_jp {
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.1em;
}

a.seriesBtn {
  margin: 0 auto;
  display: block;
  padding: 2% 0;
  font-size: calc(1rem * 1.6);
  letter-spacing: .1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #505050;
  color: #505050;
}

a.seriesBtn:hover {
  opacity: 10 !important;
  color: #fff;
  background: #505050;
}

@media screen and (max-width: 840px) {
  a.seriesBtn {
    margin: 0 auto;
    font-size: calc(.9rem * 1.6) !important;
    padding: 1rem 0 !important;
  }
}

/* スマホのみ
------------------------ */