/* =======================================
ベース
======================================= */

/* =======================================
レイアウト
======================================= */
.ly_article {
  background-color: #f7f0df;
}

.ly_cont {
  max-width: 1182px;
  padding: 50px;
  margin: 0 auto;
  background-color: #fff;
}

.ly_cont.ly_cont__top {
  padding: 60px 50px 0;
}

/* =======================================
モジュール　ブロック
======================================= */
.bl_lv4HeadingUnit.bl_lv4HeadingUnit__borderbottom {
  border-bottom: 1px solid #282828;
}

.bl_lv4HeadingUnit {
  margin: 0 0 20px 0;
  font-size: 2rem;
}

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

.bl_media_img {
  object-fit: contain;
  margin: 0 auto;
  height: 100%;
}

.bl_media_hoverTxt {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.bl_media_hoverTxt:hover {
  opacity: .8;
}

.bl_commentArea {
  padding: 0 0 40px;
}

.bl_comment_ttl {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #282828;
}

.bl_comment_txt {
  padding: 10px 0;
}

.bl_media_operationBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  max-width: 634px;
}

/* =======================================
モジュール　エレメント
======================================= */

.el_lv4Heading {
  font-size: 2rem;
  font-weight: bold;
}

.el_beforeIcon::before {
  display: inline;
  margin-right: 0.3em;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 1em;
}

.el_beforeIcon.el_beforeIcon__palette::before {
  content: "\f53f";
}

.el_beforeIcon.el_beforeIcon__crown::before {
  content: "\f521";
}

.el_label {
  display: inline-block;
  position: relative;
  padding: 0.225em 1em 0.225em;
  background: #282828;
  color: #fff;
  text-align: center;
}

.el_label_txt {
  padding: 0 12px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  font-size: 1em;
}

.el_label:before,
.el_label:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.el_label:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 1.0996875em 0 1.0996875em 0.5em;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.el_label:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 1.0996875em 0.5em 1.0996875em 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* =======================================
ヘルパー
======================================= */
.hp_fwBold {
  font-weight: bold;
}

.hp_dispInline {
  display: inline;
}


@media screen and (max-width:768px) {

  /* =======================================
  SPレイアウト
  ======================================= */
  .ly_cont {
    padding: 30px 15px 30px;
  }

  .ly_cont.ly_cont__top {
    padding: 60px 15px 0;
  }

}