@charset "UTF-8";
/*
Author: あそびラボ
*/

/*=======================================================
MV
=======================================================*/
.bl_lower_mv {
  background: url(../images/achievement/mv_bg.jpg) top center/cover no-repeat;
  height: 150px;
}
.bl_lower_mv_ttl {
  color: #222222;
  padding-top: 52px;
}
@media screen and (max-width : 750px){
  .bl_lower_mv {
    background: url(../images/achievement/mv_bg_sp.jpg) top center/cover no-repeat;
    height: 200px;
  }
  .bl_lower_mv_ttl {
	padding-top: 72px;
  }
}
/*=======================================================
一覧ページ
=======================================================*/
.ly_archive .ly_cont_inner {
  padding: 32px 0 80px;
}
.bl_intro_txt {
  text-align: center;
  margin-bottom: 40px;
}
.bl_cardUnit {
  gap: 32px 30px;
}
.bl_card {
  width: 320px;
  padding: 24px;
  border: 1px solid #222222;
}
.bl_card_link {
  display: block;
}
.bl_card_imgWrapper {
	margin-bottom: 8px;
}
.bl_card_ttl {
  font-weight: lighter;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.wp-pagenavi a {
  background: #ACACAC;
}
.wp-pagenavi .current {
  color: #F8E61D;
  background: #222222;
}
.wp-pagenavi .extend {
  color: #FFFFFF;
  font-size: 18px;
}
@media screen and (max-width : 750px){
  .ly_archive .ly_cont_inner {
	padding: 50px 0 100px;
  }
  .bl_intro_txt {
	margin-bottom: 60px;
  }
  .bl_cardUnit {
    gap: 40px;
  }
  .bl_card {
    width: 100%;
    padding: 40px;
  }
  .bl_card_imgWrapper {
	margin-bottom: 16px;
  }
  .bl_card_ttl {
    font-size: 28px;
  }
}

/*=======================================================
詳細ページ
=======================================================*/
.ly_single .ly_cont_inner {
  padding: 32px 0 80px;
}
.bl_single .bl_post_ttl {
  color: #F8E61D;
  font-size: 26px;
  font-weight: bold;
  background-color: #222222;
  letter-spacing: 1.04px;
  width: 100%;
  padding: 6px 24px 5px;
  margin-bottom: 32px;
}
.ly_single .bl_post img {
  max-width: 842px;
}
.bl_pager {
  margin-top: 56px;
}
.bl_pager_list > a {
  width: 224px;
  height: 44px;
  background-color: #0F0F0F;
  color: #FFFFFF;
}
.bl_pager_list > a::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.bl_pager_list > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #0f0f0f;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

@media screen and (max-width : 750px){
  .ly_single .ly_cont_inner {
	padding: 56px 0 80px;
  }
  .bl_single .bl_post_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .bl_post_imgWrapper {
    width: 100%;
  }
  .ly_single .bl_post img {
    max-width: 100%;
  }
  .bl_pager_list > a {
    width: 250px;
    height: 60px;
    font-size: 26px;
	  padding: 0 20px 0 0;
  }
  .bl_pager_list > a::before {
    width: 28px;
    height: 28px;
  }
  .bl_pager_list > a::after {
    border-width: 6px 0 6px 10px;
    right: 19px;
  }
}
