@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

@media screen and (max-width: 750px) {
  main .wrap {
    padding: 0 6.13333333333333vw;
  }
  #mv_common_2 h3 {
    white-space: nowrap;
  }
}

main {
  background: url(../img/blog/bg.webp) top center no-repeat;
  background-color: var(--C-Dblue);
  background-size: 1400px;
  margin-top: -138px;
}
main > .wrap {
  padding-top: 176px;
  padding-bottom: 90px;
}
.border {
  border: var(--C-white) 2px solid;
}
#mv {
  text-align: center;
  height: auto;
}
#mv h2.title {
  margin-top: 120px;
  margin-bottom: 66px;
}
#mv h2.title img {
  margin-left: -2%;
}
#mv p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.153846153846154;
  color: var(--C-white);
  width: 384px;
  margin: auto;
}
@media screen and (max-width: 1136px) {
  main {
    margin-top: -192px;
  }
}
@media screen and (max-width: 750px) {
  main {
    background-image: url(../img/blog/bg_sp.webp);
    background-size: contain;
    margin-top: 0;
  }
  main > .wrap {
    position: relative;
    padding-top: 22.66666666666667vw;
    padding-bottom: 28.53333333333333vw;
  }
  #mv h2.title {
    margin-top: 13.06666666666667vw;
    margin-bottom: 13.86666666666667vw;
  }
  #mv h2.title img {
    width: 40.26666666666667vw;
    margin-left: 4%;
  }
  #mv p {
    font-size: 3.6vw;
    line-height: 1.76;
    color: var(--C-gray);
    background: var(--C-white);
    border-radius: 1.6vw;
    width: 81.06666666666667vw;
    padding: 4.8vw 6.13333333333333vw 8.26666666666667vw;
  }
}

/* ===============================
	blog_tag
 =============================== */
#blog_tag {
  padding: 0 20px;
}
#blog_tag * {
  color: var(--C-white);
}
#blog_tag p {
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
.blog_tag_con {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 88px;
  margin-bottom: 32px;
}
.blog_tag_con .title_area {
  width: 102px;
}
#blog_tag .title_area p {
  text-align: left;
}
.blog_tag_con .btn_area {
  width: calc(100% - 102px);
  max-height: 6.2rem;
  overflow: hidden;
  transition: max-height .4s ease;
}
.blog_tag_con .btn_area a {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.blog_tag_con .btn_area a:not(:last-child)::after {
  content: '、';
}
.blog_tag_con .btn_area a::before {
  content: '#️⃣';
  font-family: "Noto Color Emoji", sans-serif;
}
.blog_tag_con .btn_area a.allBtn {
  background: var(--C-white);
  padding: 3px 10px;
  text-decoration: none;
  line-height: normal;
  letter-spacing: 0.05em;
  color: var(--C-gray) !important;
  margin-right: 10px;
}
.blog_tag_con .btn_area a.allBtn::after,
.blog_tag_con .btn_area a.allBtn::before {
  content: '';
}
#blog_tag .content_open {
  padding-bottom: 16px;
  border-bottom: var(--C-white) 2px solid;
}
#blog_tag .content_open p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
}
#blog_tag .content_open p span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--C-white);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
#blog_tag .content_open p span::before,
#blog_tag .content_open p span::after {
  content: '';
  background: var(--C-gray);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
#blog_tag .content_open p span::before {
  width: 12px;
  height: 2px;
}
#blog_tag .content_open p span::after {
  width: 2px;
  height: 12px;
}
#blog_tag.open .content_open p span::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  #blog_tag {
    text-align: center;
    padding: 0 calc((100% - 81.06666666666667vw) / 2);
  }
  #blog_tag p {
    font-size: 3.33333333333333vw;
    text-align: left;
    border-radius: 1.6vw;
    background: var(--C-white);
    display: inline-block;
    padding: 3.2vw 7.2vw;
  }
  .blog_tag_con {
    flex-direction: column;
    margin-top: 2.93333333333333vw;
    margin-bottom: 0;
  }
  .blog_tag_con .title_area {
    text-align: left;
    width: 100%;
    border-bottom: var(--C-white) 2px solid;
    padding-bottom: 1.6vw;
  }
  #blog_tag .title_area p {
    font-size: 5vw;
    font-weight: 500;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .blog_tag_con .btn_area {
    width: 100%;
    max-height: calc(12lh + (2.13333333333333vw * 2));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.13333333333333vw 0;
    margin-top: 3.73333333333333vw;
  }
  .blog_tag_con .btn_area a {
    font-size: 4.6vw;
  }
  .blog_tag_con .btn_area a.allBtn {
    font-size: 4vw;
    padding: 0.2vw 1.333vw 0.4vw;
    margin-right: 1.333vw;
  }
  #blog_tag .content_open {
    padding-bottom: 0;
    border-bottom: none;
  }
  #blog_tag .content_open p {
    font-size: 3.73333333333333vw;
    background: transparent;
    justify-content: center;
    padding: 7.2vw;
  }
  #blog_tag .content_open p span {
    width: 6.13333333333333vw;
    height: 6.13333333333333vw;
    margin-left: 1.86666666666667vw;
  }
  #blog_tag .content_open p span::before {
    width: 3.2vw;
    height: .53333333333333vw;
  }
  #blog_tag .content_open p span::after {
    width: .53333333333333vw;
    height: 3.2vw;
  }
}

/* ===============================
	blog_list
 =============================== */
#blog_list {
  margin-top: 28px;
  margin-bottom: 78px;
}
#blog_list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 20px;
}
#blog_list li {
  width: calc((100% - (20px * 2)) / 3);
  min-width: 250px;
  background: var(--C-white);
}
#blog_list li a {
  display: block;
}
#blog_list li a:hover {
  opacity: 1;
}
#blog_list .list_img {
  aspect-ratio: 287 / 153;
  overflow: hidden;
  position: relative;
}
#blog_list .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.8s;
}
#blog_list li a:hover .list_img img {
  transform: scale(1.1);
}
#blog_list .list_img .category {
  font-size: 13px;
  font-weight: 500;
  color: var(--C-white);
  background: var(--C-green);
  min-width: 180px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 12px;
}
#blog_list li.category_1 .list_img .category::before {
  content: 'エクステリアセミナー';
}
#blog_list li.category_2 .list_img .category::before {
  content: 'エクステリアトレンド情報';
}
#blog_list li.category_3 .list_img .category::before {
  content: 'お役⽴ち情報';
}
#blog_list li.category_4 .list_img .category::before {
  content: 'エクステリアのメンテナンス';
}
#blog_list li.category_5 .list_img .category::before {
  content: '地域活動';
}
#blog_list li.category_6 .list_img .category::before {
  content: 'エクステリア職⼈の DIY';
}
#blog_list .list_txt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 20px 14px;
}
#blog_list .list_txt h3.title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.705882352941176;
  width: 100%;
  margin-bottom: 14px;
}
#blog_list .list_txt p {
  font-size: 13px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 3lh;
}
#blog_list .list_btn_area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 46px;
}
#blog_list .list_txt time {
  font-size: 17px;
  font-weight: 500;
}
#blog_list .list_btn {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: var(--C-gray) 1px solid;
  border-radius: 100px;
  width: 110px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.4s;
}
#blog_list li a:hover .list_btn {
  color: var(--C-white);
  background: var(--C-Dblue);
}
#blog_list .list_btn::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/blog/icon_arrow.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #blog_list {
    margin-top: 0;
    margin-bottom: 8vw;
  }
  #blog_list ul {
    gap: 2.13333333333333vw;
  }
  #blog_list li {
    width: calc((100% - 2.13333333333333vw) / 2);
    min-width: inherit;
  }
  #blog_list .list_img {
    aspect-ratio: 324 / 243;
  }
  #blog_list .list_img .category {
      font-size: 2.66666666666667vw;
      min-width: 100%;
      height: 4.8vw;
      padding: 0 2vw;
  }
  #blog_list .list_txt {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 1.86666666666667vw 4.53333333333333vw 3.46666666666667vw;
  }
  #blog_list .list_txt h3.title {
    font-size: 3.8vw;
    line-height: 1.52;
    margin-bottom: 1vw;
  }
  #blog_list .list_txt p {
    font-size: 2.66666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-line-clamp: 4;
    max-height: 4lh;
  }
  #blog_list .list_txt time {
    font-size: 3.2vw;
    margin-bottom: 6.13333333333333vw;
  }
  #blog_list .list_btn_area {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.93333333333333vw;
  }
  #blog_list .list_txt .list_btn {
    font-size: 3.4vw;
    width: 23.46666666666667vw;
    height: 7.46666666666667vw;
    margin: auto;
  }
  #blog_list .list_txt .list_btn::after {
    width: 4.26666666666667vw;
    height: 4.26666666666667vw;
    right: 1.6vw;
  }
}

/* ===============================
	blog_pagenation
 =============================== */
#blog_pagenation {
  position: relative;
  z-index: +1;
  margin-bottom: 88px;
  padding: 36px 0;
}
#blog_pagenation::after {
  content: '';
  width: 100%;
  height: 100%;
  border-image-source: linear-gradient(var(--C-white), var(--C-white));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .55;
  z-index: -1;
}
#blog_pagenation a:hover {
  opacity: 1;
}
#blog_pagenation .pagenation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
#blog_pagenation .pagenation .pagination-no-num a {
  font-weight: 700;
  color: var(--C-white);
  background: var(--C-Dblue);
  border-radius: 100px;
  padding: 4px 6px;
}
#blog_pagenation .pagenation .pagination-no-num:hover a {
  color: var(--C-Dblue);
  background: var(--C-white);
}
#blog_pagenation .pagenation .pagination-sp a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 0 10px 2px;
}
#blog_pagenation .pagenation .pagination-index a,
#blog_pagenation .pagenation .pagination-sp:hover a {
  color: var(--C-white);
  background: var(--C-gray);
}
@media screen and (max-width: 750px) {
  #blog_pagenation {
    position: absolute;
    bottom: 8vw;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2.93333333333333vw 0;
  }
  #blog_pagenation .pagenation {
    gap: 3.2vw;
  }
  #blog_pagenation .pagenation .pagination-sp a {
    font-size: 3.06666666666667vw;
    padding: .3vw 2.66666666666667vw 1.06666666666667vw;
  }
}

/****************************/
/********** detail **********/
/****************************/

/* ===============================
	blog_detail
 =============================== */
#blog_detail {
  background: var(--C-white);
  padding: 62px 80px 98px;
}
#blog_detail .detail_category_area {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 16px;
}
#blog_detail time {
  font-size: 17px;
  font-weight: 500;
  display: block;
}
#blog_detail .category {
  font-size: 13px;
  font-weight: 500;
  color: var(--C-white);
  background: var(--C-green);
  min-width: 163px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
#blog_detail.category_1 .category::before {
  content: 'エクステリアセミナー';
}
#blog_detail.category_2 .category::before {
  content: 'エクステリアトレンド情報';
}
#blog_detail.category_3 .category::before {
  content: 'お役⽴ち情報';
}
#blog_detail.category_4 .category::before {
  content: 'エクステリアのメンテナンス';
}
#blog_detail.category_5 .category::before {
  content: '地域活動';
}
#blog_detail.category_6 .category::before {
  content: 'エクステリア職⼈の DIY';
}
#blog_detail h3.title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.851851851851852;
  margin-bottom: 46px;
}
/* #blog_detail img {
  width: 100%;
  height: auto;
} */
#blog_detail p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
#blog_detail .btn_area {
  display: flex;
  justify-content: space-evenly;
  margin-top: 104px;
}
#blog_detail .btn_area .btn {
  margin: auto;
}
@media screen and (max-width: 750px) {
  main > .wrap:has(#blog_detail) {
    padding-bottom: 11.46666666666667vw;
  }
  #blog_detail {
    padding: 9.6vw 3.2vw 13.6vw;
  }
  #blog_detail .detail_category_area {
    gap: 5.06666666666667vw;
    margin-bottom: 1.33333333333333vw;
    align-items: center;
  }
  #blog_detail time {
    font-size: 2.66666666666667vw;
    margin-left: 6.4vw;
  }
  #blog_detail .category {
    font-size: 2.93333333333333vw;
    min-width: 42.4vw;
    height: 5.33333333333333vw;
    padding: 0 2vw;
  }
  #blog_detail h3.title {
    font-size: 5.46666666666667vw;
    letter-spacing: 0;
    line-height: 1.789473684210526;
    margin-bottom: 6.66666666666667vw;
    margin-left: 6.4vw;
    margin-right: 6.4vw;
  }
  #blog_detail p {
    font-size: 3.6vw;
  }
  #blog_detail .btn_area {
    flex-direction: column;
    justify-content: center;
    gap: 5.06666666666667vw;
    margin-top: 11.46666666666667vw;
  }
  #blog_detail .btn_area .btn {
    margin: auto;
  }
}

/* ===============================
	blog_detail_pagenation
 =============================== */
#blog_detail_pagenation {
  background: rgba(255, 255, 255, .55);
  margin-top: 46px;
  margin-bottom: 58px;
  padding: 29px 0;
}
#blog_detail_pagenation ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
#blog_detail_pagenation li {
  width: 168px;
  border: var(--C-gray) 2px solid;
  border-radius: 100px;
  background: var(--C-white);
  transition: 0.4s;
}
#blog_detail_pagenation li:hover {
  background: var(--C-Dblue);
}
#blog_detail_pagenation li a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: calc((100% - (20px + 6px)) - 2px);
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
#blog_detail_pagenation li:hover a {
  color: var(--C-white);
  opacity: 1;
}
#blog_detail_pagenation li a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/blog/icon_arrow.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  margin: 0;
}
#blog_detail_pagenation li.prev a::after {
  transform: rotate(180deg);
}
#blog_detail_pagenation li.all a::after {
  transform: rotate(90deg);
}
#blog_detail_pagenation li.null {
  pointer-events: none;
  opacity: 0.3;
}
#blog_detail_pagenation li.null a::after {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
@media screen and (max-width: 750px) {
  #blog_detail_pagenation {
    background: var(--C-white);
    margin: auto;
    padding: 0 5.33333333333333vw 8.26666666666667vw;
  }
  #blog_detail_pagenation .wrap {
    padding: 0;
  }
  #blog_detail_pagenation ul {
    gap: 0;
  }
  #blog_detail_pagenation li {
    width: 25.33333333333333vw;
    border-radius: 0;
  }
  #blog_detail_pagenation li a {
    font-size: 2.66666666666667vw;
    border-radius: 0;
    background: none;
    width: calc((100% - (4.8vw + 4px)) - 2px);
    height: 8.26666666666667vw;
    gap: 1vw;
  }
  #blog_detail_pagenation li.prev {
    border-radius: 100px 0 0 100px;
    margin-right: -2px;
  }
  #blog_detail_pagenation li.next {
    border-radius: 0 100px 100px 0;
    margin-left: -2px;
  }
  #blog_detail_pagenation li a::after {
    width: 4.8vw;
    height: 4.8vw;
    right: -4.8vw;
  }
}