.archiveArea {
  margin-bottom: 30px;
}

.archive_ttl{
	font-size: 22px;
	margin-bottom: 34px;
	text-align: center;
	letter-spacing: 0.12em;
  font-family: trajan-sans-pro, sans-serif;
  color: #525252;
}

.archive_slide {
  width: 1218px;/* 5/8 css変更 */
  margin: 0 auto 130px;
}


.archive_slide .slick-list {
  padding-bottom: 2px;
}

.archive_slide li {
  margin: 0 8px;/* 5/8 css変更 */
}
.archive_slide li img{
  width: 100%;
}
.archive_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  margin: 0 auto;
}

.archive_btn a {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
}

.archiveArea .archive_slide .slick-initialized .slick-list .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.withArrow .slick-arrow.slick-next{
  right: -56px;
  top: 47%;
}

.withArrow .slick-arrow::before, .withArrow .slick-arrow::after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 17px;
  background: #000;
  left: 7px;
}

.withArrow .slick-arrow::before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 3px;
}

.withArrow .slick-arrow::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}

.withArrow .slick-arrow.slick-prev{
  left: -61px;
  top: 47%;
}

.withArrow .slick-arrow.slick-prev::before{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.withArrow .slick-arrow.slick-prev::after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

  .archiveArea .slick-dots{
    bottom: -33px;
  }


  .archiveArea .slick-dots li{
    margin: 0 2px;
  }

  .archiveArea .slick-dots li button:before{
    width: 10px;
    height: 10px;
    content: '';
    background: #000;
    border-radius: 50%;
  }

@media screen and (max-width: 1024px) {
  .archiveArea {
    margin-bottom: calc(30 * (100vw / 1024));
  }

  .archive_ttl{
	font-size: calc(22 * (100vw / 1024));
  font-weight: 400;
	margin-bottom: calc(34 * (100vw / 1024));
  }

  .archive_slide {
    width: calc(990 * (100vw / 1024));;
    margin: 0 auto calc(130 * (100vw / 1024));;
  }

  .archive_slide .slick-list {
    padding-bottom: calc(2 * (100vw / 1024));
  }

  .archive_slide li {
    margin: 0 calc(15 * (100vw / 1024));
  }

  .archive_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    margin: 0 auto;
  }

  .archive_btn a {
    font-size: calc(14 * (100vw / 1024));
    padding-bottom: calc(10 * (100vw / 1024));
    border-bottom: 1px solid #000;
    letter-spacing: 0.1em;
  }

  .withArrow .slick-arrow.slick-next{
    right: calc(-35 * (100vw/1024));
  }

  .withArrow .slick-arrow::before, .withArrow .slick-arrow::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(17 * (100vw/1024));
    background: #000;
    left: calc(7 * (100vw/1024));
  }

  .withArrow .slick-arrow::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7%;
  }

  .withArrow .slick-arrow.slick-prev{
    left: calc(-35 * (100vw/1024));
  }
  .withArrow .slick-arrow::before,
  .withArrow .slick-arrow::after {
    width: 1px;
    height: calc(18 * (100vw / 1024));
    background: #000;
    left: calc(7 * (100vw / 1024));
  }

}

@media screen and (max-width: 750px) {
  .archiveArea {
	margin-top: calc(200 * (100vw/750));
  margin-bottom: 0;
	border: none;
  overflow: hidden;
  }

  .archive_ttl{
	font-size: calc(28 * (100vw/750));
margin-bottom: calc(50 * (100vw/750));
  }

  .archive_slide {/* 5/8 css変更 */
    width: 101%;
    margin: 0 auto;
  }
  .archiveArea .slick-initialized .slick-slide {/* 5/8 css変更 */
    display: block;
    margin-left: 0!important;
    margin-right: calc(10 * (100vw / 1024))!important;
}

.archiveArea .slick-dots li{
  margin: 0 -2px;
}

.archiveArea .slick-dots li button:before{
  width: calc(12 * (100vw/750));
  height: calc(12 * (100vw/750));
}

  .slick-dots li.slick-active button{/* 5/8 css変更 */
    background: inherit;
  }

  .archiveArea .slick-dots {
    bottom: -33px;
    left: 5px;
}

  .archive_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    margin: 0 auto;
  }

  .archive_btn a {
    font-size: calc(24 * (100vw / 750));
    padding-bottom: calc(14 * (100vw / 750));
    border-bottom: 1px solid #000;
    letter-spacing: 0.1em;
  }

  .withArrow .slick-prev,
  .withArrow .slick-next {
    width: calc(15 * (100vw / 750));
    height: calc(45 * (100vw / 750));
    top: calc(207 * (100vw / 750));
  }
  .withArrow .slick-arrow::before,
  .withArrow .slick-arrow::after {
    width: 1px;
    height: calc(27 * (100vw / 750));
    background: #000;
    left: calc(7 * (100vw / 750));
  }

  .withArrow .slick-arrow::before {
    top: 0;
  }

  .withArrow .slick-arrow::after {
    bottom: 0;
  }

  .withArrow .slick-arrow.slick-prev{
	left: calc(-50 * (100vw / 750))!important;
  }

  .withArrow .slick-arrow.slick-prev::before,
  .withArrow .slick-arrow.slick-next::after {
    transform: rotate(45deg);
  }

  .withArrow .slick-arrow.slick-prev::after,
  .withArrow .slick-arrow.slick-next::before {
    transform: rotate(-45deg);
  }
}

