.archiveBox--list > ul > li:first-child {
  display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: inherit;
  top: 57.33333vw;
}

.swiper-container {
  overflow: visible;
}

.swiper-pagination-bullet {
  width: 1.33333vw;
  height: 1.33333vw;
}

.swiper-pagination-bullet {
  background: #6C6C6C;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #DC0000;
}
.p-special {
  display: none;
  background-color: #000000;
  /*margin: 6.66667vw -4vw 4vw;20200523*/
  margin: 6.66667vw -8vw 4vw;
  border-top: 2px solid #DC0000;
  border-bottom: 2px solid #DC0000;
}
@media screen and (max-width: 797px) {
  .p-special {
    display: block;
  }
}
.p-special__inner {
  padding-top: 8.66667vw;
  padding-bottom: 12vw;
  position: relative;
}
.p-special__title {
  background-image: url('../images/special_title.svg?1575451224');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 47.52vw;
  height: 6.84533vw;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000000;
  font-size: 3.73333vw;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: -3.42267vw;
  margin: 0 auto;
}
.p-special__articleList__articleBox {
  width: 44.26667vw;
}
.p-special__articleList__articleBox__thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 29.6vw;
}
.p-special__articleList__articleBox__infoBox {
  margin-top: 2.13333vw;
}
.p-special__articleList__articleBox__infoBox__subInfoBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-special__articleList__articleBox__infoBox__subInfoBox__category {
  font-family: 'Barlow', sans-serif;
  color: #DC0000;
  text-transform: uppercase;
  font-size: 3.2vw;
  font-weight: bold;
}
.p-special__articleList__articleBox__infoBox__subInfoBox__pubdate {
  color: #ffffff;
  font-size: 2.66667vw;
}
.p-special__articleList__articleBox__infoBox__title {
    margin-top: 0.8vw;
    color: #ffffff;
    font-size: 0.85714285714286rem;
    font-weight: bold;
    line-height: 4.8vw;
/*    text-align: justify;*/
    min-height: 16vw;
}

.post .entryBox {
  line-height: 1.9;
}

@media screen and (max-width: 797px) {
  .post .entryBox {
    line-height: 1.7;
  }
}

.archiveBox__categoryList {
  margin-bottom: 50px;
}

@media screen and (max-width: 797px) {
  .archiveBox__categoryList {
    margin-bottom: 25px;
  }
}

.archiveBox__categoryList > ul {
-webkit-box-align: center;
-webkit-box-pack: center;
align-items: center;
display: -webkit-box;
overflow-y: scroll;
height: 50px;
display: flex;
justify-content: center;
}

@media screen and (max-width: 797px) {
.archiveBox__categoryList > ul {
justify-content: flex-start;
}
}


.archiveBox__categoryList > ul > li {
margin-right: 30px;
font-family: 'Barlow', sans-serif;
font-weight: bold;
letter-spacing: 1px;
font-size: 1.25rem;
white-space: nowrap;
}

.archiveBox__categoryList > ul > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 797px) {
  .archiveBox__categoryList > ul > li {
    margin-right: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 797px) {
  .archiveBox__navList ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .archiveBox__navList ul li {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 17px;
    line-height: 2.3;
  }
}

.archiveBox__navList {
  margin-bottom: 50px;
}

.archiveBox__navList ul {
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}

.archiveBox__navList ul li {
  margin-left: 0;
  margin-right: 25px;
}

@media screen and (max-width: 797px) {
  .archiveBox__navList {
    margin-bottom: 30px;
  }

  .archiveBox__navList ul {
    margin-top: 0;
  }

  .archiveBox__navList ul li {
    margin-right: 17px;
  }
}
