.wpArticle {
  padding-top: 4.2666666667vw;
  padding-bottom: 12vw;
}
@media screen and (min-width: 960px), print {
  .wpArticle {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.wpArticle .wpArticle-wrap {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 0 5.6vw;
}
@media screen and (min-width: 960px), print {
  .wpArticle .wpArticle-wrap {
    padding: 0 50px;
  }
}
.wpArticle .wpArticle-wrap[data-width="970"] {
  max-width: 970px;
}
.wpArticle .wpArticle-wrap[data-width="1300"] {
  max-width: 1300px;
}
@media screen and (min-width: 960px), print {
  .wpArticle .wpArticle-wrap[data-pagetype=single] {
    padding: 0 50px 0 0;
    width: 90%;
  }
}
@media screen and (min-width: 1100px), print {
  .wpArticle .wpArticle-wrap[data-pagetype=single] {
    padding: 0 50px;
  }
}
.wpArticle .article_conts {
  margin-bottom: 0;
}
.wpArticle .article_conts *:last-child {
  margin-bottom: 0;
}
.wpArticle .article_conts ul:not([style]) li:before {
  margin-right: 5px;
}
.wpArticle .article_conts ul[style] {
  padding-left: 1.4em;
  text-indent: 0;
  list-style-position: outside;
}
.wpArticle .article_conts ul[style] li {
  padding-left: 0;
  text-indent: 0;
}
.wpArticle .article_conts ul[style] li:before {
  display: none;
}

.wpArticle-archive .wpArticle-archive-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #202020;
}
.wpArticle-archive .wpArticle-archive-pagination .page-numbers {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: calc(infinity * 1px);
  background-color: #F3F3F3;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wpArticle-archive .wpArticle-archive-pagination .page-numbers img {
  width: 10px;
}
.wpArticle-archive .wpArticle-archive-pagination .page-numbers.current {
  background-color: #C60D31;
  color: white;
}
.wpArticle-archive .wpArticle-archive-pagination .page-numbers:hover {
  opacity: 0.7;
}

.wpArticle-single .wpArticle-single-sns {
  margin-top: 7.4666666667vw;
}
@media screen and (min-width: 960px), print {
  .wpArticle-single .wpArticle-single-sns {
    position: absolute;
    top: 0;
    right: -50px;
    height: 100%;
    margin-top: 0;
  }
  .wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__scrollbox {
    height: 100%;
  }
}
.wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 12px 0;
  border-top: solid 1px #CDCDCD;
  border-bottom: solid 1px #CDCDCD;
}
@media screen and (min-width: 960px), print {
  .wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__container {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
    padding: 0;
    border: none;
  }
}
.wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__ttl {
  font-family: "Oswald", sans-serif;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px), print {
  .wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__ttl {
    font-size: 12px;
    margin-top: 12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 20px;
}
@media screen and (min-width: 960px), print {
  .wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__items .wpArticle-single-sns__item {
  max-width: 32px;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__items .wpArticle-single-sns__item img {
  display: block;
}
.wpArticle-single .wpArticle-single-sns .wpArticle-single-sns__items .wpArticle-single-sns__item:hover {
  opacity: 0.7;
}
.wpArticle-single .wpArticle-single-heading {
  font-size: 8vw;
  font-weight: bold;
  position: relative;
  padding: 1.6vw 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  line-height: 1.4;
}
@media screen and (min-width: 960px), print {
  .wpArticle-single .wpArticle-single-heading {
    font-size: 32px;
    padding: 8px 24px;
    margin-bottom: 32px;
  }
}
.wpArticle-single .wpArticle-single-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #C60D31;
}