.siteWrap::after {
  background-image: url(../img/archive/bg_right_archive.jpg);
}
.contentsWrap {
  padding: 6rem 0;
}
.archive-buttons_button {
  display: block;
  width: 37.8rem;
  padding: 1.9rem;
  margin: 0 auto;
  border-radius: 10rem;
  background-color: #b8b8b8;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.archive-buttons_button.active {
  background-color: #fcc800;
}
.archive-buttons {
  position: relative;
  margin-bottom: 3rem;
}
.archive-buttons .slide-arrow {
  position: absolute;
  top: 50%;
  width: 4.3rem;
  transform: translateY(-50%);
  z-index: 2;
}
.archive-buttons .slide-arrow.next-arrow {
  right: 0;
} 
.archive-buttons .slide-arrow.prev-arrow {
  left: 0;
} 
#archive .slick-track {
  display: flex;
  align-items: center;
}
.archive-list {
  padding: 0 2.5rem;
}
.archive-item {
  padding: 4.3rem 2.2rem 5rem 2.7rem;
  border: 1px solid #d2d2d2;
  border-radius: 1rem;
}
.articleContent {
  margin-top: 4.2rem;
  font-size: 1.7rem;
  line-height: 1.76;
}
.archiveMedia_thumbnail {
 margin-top: 4.2rem; 
}
/* btn */
.btnWrap {
  margin-top: 2.5rem;
}
.btnWrap .flex {
  display: flex;
  justify-content: space-between;
}
.btnWrap .btn {
  position: static;
  height: 5rem;
  margin: 0;
  border-radius: 0.5rem;
  background: #fcc800;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 5rem;
  text-align: center;
  color: #fff;
}
.btnWrap .btn::before,
.btnWrap .btn::after {
  content: none;
}
.btnWrap .flex .btn {
  width: 19.2rem;
}
.btnWrap .flex.col1 li,
.btnWrap .flex.col1 li a {
  width: 100%;
}
.btnWrap .btn-youtube {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
.btnWrap .btn_meta {
  margin-top: 0.9rem;
  font-size: 1.5rem;
  text-align: right;
  line-height: 1;
}
.btnWrap .flex .btn span {
  position: relative;
  padding-left: 3.4rem;
}
.btnWrap .flex .btn span::before,
.btnWrap .btn-youtube::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(-50%);
}
.btnWrap .flex .btn-site span::before {
  background: url(../img/archive/icon_site.png) center/contain no-repeat;
}
.btnWrap .flex .btn-pamphlet span::before {
  background: url(../img/archive/icon_flyer.png) center/contain no-repeat;
}
.btnWrap .btn-youtube::before {
  left: 2.6rem;
  width: 3rem;
  height: 2rem;
  background: url(../img/archive/icon_youtube.png) center/contain no-repeat;
}
.archiveMedia_heading {
 font-size: 28px;
	font-weight: 800;
  text-align: center;
}
.archiveMedia_date {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.archiveMedia_date .small {
  display: block;
  font-size: 80%;
}
.js-modal a:not(:first-child) {
  display: none;
}