
.archive_background{
  height: auto;
  background-color: #fbfbe2;
  opacity: 7.5;
  overflow: hidden;
}
.archive_margin{
  width: 98rem;
  margin: 5.4rem auto 25.5rem auto;
}
.archive_section_1{
  text-align: center;
}
.archive_section_1_title{
  text-align: center;
}
.archive_section_1_title_h1{
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.46em;
  color: #8C4F53;
}
.archive_section_1_title_p{
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.42em;
  color: #8C4F53;
  margin: 0.9rem 0 6.3rem 0;
}
.archive_section_1_year{
  width: 75rem;
  margin: 0 auto;
}

.archive_years_arrow,
.nav_arrow{
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 3.6rem;
  overflow: hidden;
  background-color: #8C4F53;
}
/* js */
.archive_years_arrow a{
  display: block;
}


.archive_years_arrow::before,
.nav_arrow::after{
  content: "";
  position: absolute;
  background-color: #fff;
  top: .9rem;
  right: 1.1rem;
  width: 1.8rem;
  height: 1.8rem;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.archive_years_arrow.next-arrow::before,
.nav_arrow.next_link::after{
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: unset;
  left: 1.1rem;
}
.archive_years_inner{
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.archive_years_inner .slick-list{
    width: 54.7rem;
}
/* js */
.archive_years_inner a{
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25em;
  color: #fff;
}
a[aria-current="page"] {
  color: #8C4F53;
}
.slick-slide{
  width: 14.9rem;
  height: 3.6rem;
  background-color: #8C4F53;
  border-radius: 1rem;
  text-align: center; 
  flex-shrink: 0;
  margin-right: 5rem;
}
.slick-slide:has(a[aria-current="page"]){
  background-color: #fff;
  border: 1px solid #8C4F53;
}
.slick-slide:hover{
  opacity: 0.8;
}
.archive_section_1_divider{
  width: 98rem;
  margin: 5.8rem 0 0 0;
}
.archive_section_1_border{
  display: flex;
	align-items: center;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.45em;
  color: #8C4F53;
}

.archive_section_1_border:after{
	content: "";
	flex-grow: 1;
  background-image: radial-gradient(circle farthest-side, #8C4F53,#8C4F53 0.3rem, transparent 0.4rem,transparent);
  background-size: 1.6rem 1.6rem;
  background-repeat: repeat-x;
  height: 2rem;
  width: fit-content;
  margin-left: 1.1rem;
	/* border-top: 0.8rem dotted #8C4F53; */
	display: block;
}

/* section_2 */
.archive_section_2{
  width: 98rem;
  height: auto;
  margin: 3.9rem auto 0 auto;
}
.archive_section_blog_img{
  display: block;
  width: 42.8rem;
  height: 22.4rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.archive_section_2_flex{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 6.3rem;
}
.archive_section_2_flex_2{
  display: flex;
  align-items: center;
  margin: 2.6rem 0 0.8rem 0;
}
.archive_section_2_flex_2_time{
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5em;
  color: #95BB3F;
}
.archive_section_2_flex_2_content{
  min-width: 14.9rem;
  height: 3.6rem;
  border-radius: 1rem;
  background-color: #95BB3F;
  text-align: center;
  margin: 0 0 0 1.2rem;
}
.archive_section_2_flex_2_content_link{
  border-radius: 1rem;
  
}
.archive_section_2_flex_2_content_link_p{
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5em;
  color: #fff;
  padding: 0.6rem 2rem
}
.archive_section_2_flex_content{
  width: 42.8rem;
  white-space: nowrap;
}
.archive_section_2_flex_content_a_h3{
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5em;
  color: #8C4F53;
}
.archive_section_2_flex_2_yellow time{
  color: #F9C214;
}
.archive_section_2_flex_2_yellow div{
  background-color: #F9C214;
}
.archive_section_2_flex_2_pink time{
  color: #E6ABC4;
}
.archive_section_2_flex_2_pink div{
  background-color: #E6ABC4;
}
/* section_3 */
.archive_section_3{
  width: 100%;
  height: 4.3rem;
  padding: 12.8rem 0 0 0;
}
.archive_section_3_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:6.1rem;
}
.nav_links{
  display: flex;
  gap: 5rem;
}
.nav_links>*{
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 100%;
  background-color: #8C4F53;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5em;
  color: #fff;
}
.nav_arrow >a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nav_arrow.grayout{
  filter: opacity(.6);
}
.nav_arrow.deactive{
  display: none;
}

.archive_section_3_botan_1 a img,.archive_section_3_botan_2 a img{
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0.5rem;
}
.archive_section_3_botan_2 a img{
  transform: rotate( 180deg);
}
.archive_section_3_bt{
  text-align: center;
}
.archive_section_3_bt a p{
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5em;
  color: #fff;
}
.archive_section_2_no_posts{
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.46em;
  color: #8C4F53;
}
/* レスポンシブ */

@media screen and ( max-width:699.98px) {
  .archive_margin{
    width: 33.5rem;
    margin: 3rem auto 12rem;
  }
  .archive_section_1{
    margin: 0 auto;
  }
  .archive_section_1_title{
    text-align: center;
    /* margin: 0 auto; */
  }
  .archive_section_1_title_h1{
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.44em;
    color: #8C4F53;
  }
  .archive_section_1_title_p{
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.42em;
    color: #8C4F53;
    margin: 0.9rem 0 6.3rem 0;
  }
  .archive_section_1_year{
    width: 33.5rem;
  }
  .archive_section_1_bar_center,.archive_section_1_bar_right{
    display: none;
  }
  .archive_section_1_divider{
    width: 33.5rem;
    margin: 5rem 0 0 0;
  }

  .archive_years_inner .slick-list{
    width: 14.9rem;
  }

  .slick-slide{
    margin: 0 0.1rem;  
  }

  .archive_section_2{
    width: 33.5rem;
    height: auto;
    margin: 3.7rem 0 0 0;
  }
  .archive_section_blog_img{
    width: 33.5rem;
    height: 20rem;
  }
  .archive_section_2_flex{
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 3rem;
  }
  .archive_section_2_flex_content{
    width: 33.5rem;
  }
  .archive_section_2_flex_2_content{
    margin: 0 0 0 9.7rem;
  }
  
  .archive_section_3{
    width: 100%;
    height: 4.3rem;
    margin: 3.7rem 0 0 0;
    padding: 0;
  }

  .archive_section_3_flex{
    gap: 1.3rem;
  }

  .nav_arrow{
    width: 3.3rem;
  }
  
  .nav_arrow::after {
    top: .8rem;
    right: .9rem;
    width: 1.8rem;
    height: 1.8rem;
  }


  .nav_arrow.next_link::after{
    right: unset;
    left: .9rem;
  }

  .nav_links{
    gap: .8rem;
  }

  .nav_links>* {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.9rem;
    line-height: 1.5em;
  }
  .archive_section_2_no_posts{
    font-size: 2rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.44em;
    color: #8C4F53;
  }
  .archive_margin{
    padding-bottom: 8rem;
  }
}
