.intro__ttl {
  width: 780px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.intro__date {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
  color: #F56A23;
}
@media screen and (max-width: 1200px) {
  .intro__date {
    font-size: 1.3333333333vw;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 900px) {
  .intro__date {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .intro__date {
    font-size: 3.7333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.intro__tag {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .intro__tag {
    width: 100%;
  }
}
.intro__tag__item {
  width: 130px;
  height: 40px;
  padding: 5px;
}
@media screen and (max-width: 600px) {
  .intro__tag__item {
    width: 50%;
    height: auto;
    min-height: 40px;
  }
}
.intro__tag__item > span {
  font-size: 1.2rem;
  line-height: 30px;
  display: block;
  width: 100%;
  transition: all 0.3s;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .intro__tag__item > span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 900px) {
  .intro__tag__item > span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .intro__tag__item > span {
    font-size: 2.6666666667vw;
  }
}
.intro__tag__anchor {
  font-size: 1.2rem;
  line-height: 30px;
  display: block;
  width: 100%;
  transition: all 0.3s;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .intro__tag__anchor {
    font-size: 1vw;
  }
}
@media screen and (max-width: 900px) {
  .intro__tag__anchor {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .intro__tag__anchor {
    font-size: 2.6666666667vw;
  }
}
.intro__tag__anchor:hover {
  color: #F56A23;
  border-color: #F56A23;
}

.numList__item:before {
  content: none;
}
.numList__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .numList__img {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .numList__img {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .numList__img {
    margin-bottom: 4vw;
  }
}
.numList__img__anchor {
  display: block;
  transition: all 0.3s;
}
.numList__img__anchor:hover {
  opacity: 0.7;
}
.numList__date {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #F56A23;
}
@media screen and (max-width: 1200px) {
  .numList__date {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .numList__date {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .numList__date {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.numList__ttl {
  font-size: 0;
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1200px) {
  .numList__ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .numList__ttl {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .numList__ttl {
    margin-bottom: 1.3333333333vw;
  }
}
.numList__ttl__anchor {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  color: #000;
}
.numList__ttl__anchor:hover {
  color: #F56A23;
}
.numList__ttl__anchor:hover span:before {
  left: 0;
  visibility: visible;
}
.numList__ttl__anchor span {
  font-size: 2.2rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .numList__ttl__anchor span {
    font-size: 4.5333333333vw;
  }
}
.numList__ttl__anchor span:before {
  position: absolute;
  bottom: 0;
  left: -100%;
  visibility: hidden;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.3s;
  background: #F97223;
}
.numList__txt {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .numList__txt {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 900px) {
  .numList__txt {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .numList__txt {
    margin-bottom: 3.3333333333vw;
  }
}
.numList__tag {
  display: flex;
  flex-wrap: wrap;
}
.numList__tag__item {
  font-size: 1.2rem;
  width: calc((100% - 20px) / 3);
  max-width: 120px;
  height: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .numList__tag__item {
    width: calc((100% - 10px) / 2);
    margin-left: 0;
  }
  .numList__tag__item:nth-of-type(odd) {
    margin-right: 10px;
  }
  .numList__tag__item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .numList__tag__item {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .numList__tag__item {
    font-size: 2.6666666667vw;
    max-width: 100%;
  }
}
@media (min-width: 1201px) and (-ms-high-contrast: none) {
  .numList__tag__item {
    width: calc((100% - 22px) / 3);
  }
}
@media (max-width: 1200px) and (-ms-high-contrast: none) {
  .numList__tag__item {
    width: calc((100% - 11px) / 2);
  }
}
.numList__tag__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.numList__tag__item:nth-of-type(n+4) {
  margin-top: 10px;
}
.numList__tag__item > span {
  line-height: 28px;
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.3s;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
.numList__tag__anchor {
  position: relative;
  display: block;
  height: 100%;
  min-height: 30px;
  transition: all 0.3s;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
.numList__tag__anchor:hover {
  color: #F56A23;
  border: 1px solid #F56A23;
}
.numList__tag__anchor span {
  position: relative;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translate(0, -50%);
}

.performance__cont {
  margin-top: 82px;
}
@media screen and (max-width: 1200px) {
  .performance__cont {
    margin-top: 6.8333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .performance__cont {
    margin-top: 3.8333333333vw;
  }
}
.performance__btn {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .performance__btn {
    margin-top: 10.6666666667vw;
  }
}
.performance__btn a {
  font-size: 2rem;
  line-height: 60px;
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  transition: all 0.3s;
  text-align: center;
  text-indent: -0.5em;
  color: #FFF;
  background: #F56A23;
}
@media screen and (max-width: 600px) {
  .performance__btn a {
    font-size: 4.8vw;
    line-height: 16vw;
  }
}
@media screen and (max-width: 500px) {
  .performance__btn a {
    font-size: 4.5333333333vw;
    max-width: none;
  }
}
.performance__btn a:before {
  position: absolute;
  z-index: -1;
  top: -100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background: #000;
}
.performance__btn a:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 2.5em + 0.5em);
  content: "";
  transform: translate(-50%, -50%);
  content: "\f107";
  font-family: FontAwesome;
  line-height: 1;
}
.performance__btn a:hover:not([href="javascript:void(0);"]) {
  color: #FFF;
}
.performance__btn a:hover:not([href="javascript:void(0);"]):before {
  top: 0;
}
.performance__error {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.performance__error__img {
  margin-bottom: 20px;
  text-align: center;
}
.performance__error__img img {
  font-size: 0;
  line-height: 1;
}
.performance__error__ttl {
  font-size: 4rem;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}
.performance__error__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.performance__detail {
  font-size: 1.6rem;
  max-width: 780px;
  margin: 96px auto 0;
}
@media screen and (max-width: 1200px) {
  .performance__detail {
    font-size: 1.3333333333vw;
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 900px) {
  .performance__detail {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .performance__detail {
    font-size: 3.7333333333vw;
    margin: 12.8vw auto 0;
  }
}
.performance__detail__wrapper:before {
  top: -56px;
}
@media screen and (max-width: 1200px) {
  .performance__detail__wrapper:before {
    top: -4.6666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .performance__detail__wrapper:before {
    top: -7.4666666667vw;
  }
}
.performance__detail p {
  margin-bottom: 20px;
}
.performance__detail p img {
  margin: 0 auto 20px;
  display: block;
}

.category {
  font-size: 1.4rem;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  .category {
    font-size: 1.1666666667vw;
    margin: 0 auto 3.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .category {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .category {
    font-size: 4.8vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.category__icon--t-con span:before {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(../img/performance/categories/t-con.svg) center no-repeat;
}
@media screen and (max-width: 900px) {
  .category__icon--t-con span:before {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.category__icon--silver span:before {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(../img/performance/categories/silver.svg) center no-repeat;
}
@media screen and (max-width: 900px) {
  .category__icon--silver span:before {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.category__icon--screw span:before {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(../img/performance/categories/screw.svg) center no-repeat;
}
@media screen and (max-width: 900px) {
  .category__icon--screw span:before {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.category__icon--t-confoup span:before {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(../img/performance/categories/t-confoup.svg) center no-repeat;
}
@media screen and (max-width: 900px) {
  .category__icon--t-confoup span:before {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.category__icon--power__ring span:before {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(../img/performance/categories/power__ring.svg) center no-repeat;
}
@media screen and (max-width: 900px) {
  .category__icon--power__ring span:before {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.category__icon--slug span:before {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(../img/performance/categories/slug.svg) center no-repeat;
}
@media screen and (max-width: 900px) {
  .category__icon--slug span:before {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.category__icon--export span:before {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  content: "";
  background: url(../img/performance/categories/export.svg) center no-repeat;
}
@media screen and (max-width: 900px) {
  .category__icon--export span:before {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
}
.category__list {
  display: flex;
}
@media screen and (max-width: 900px) {
  .category__list {
    display: none;
    flex-direction: column;
  }
}
.category__item {
  flex: 1;
  width: 160px;
  background: #000;
}
@media screen and (max-width: 900px) {
  .category__item {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .category__item:first-child:after {
    position: absolute;
    top: 50%;
    right: 3.3333333333vw;
    transform: translate(0, -50%);
    color: #FFF;
    content: "\f078";
    font-family: FontAwesome;
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .category__item:first-child:after {
    right: 5.3333333333vw;
  }
}
.category__item--active {
  background: #F56A23;
}
.category__item + .category__item {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .category__item + .category__item {
    margin: 0;
    border-top: 1px solid #454545;
  }
}
.category__item__anchor {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80px;
  transition: all 0.3s;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  .category__item__anchor {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .category__item__anchor {
    line-height: 1;
    height: 10vw;
    padding: 0 3.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .category__item__anchor {
    height: 16vw;
    padding: 0 5.3333333333vw;
  }
}
.category__item__anchor:after {
  position: absolute;
  z-index: -1;
  top: -100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background: #F56A23;
}
.category__item__anchor:hover:after {
  top: 0;
}
.category__item__anchor span {
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .category__item__anchor span {
    left: 0;
    transform: translate(0, -50%);
  }
}
.category__spMenu {
  position: relative;
  z-index: 0;
  display: none;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  cursor: pointer;
  color: #FFF;
  background: #000;
}
@media screen and (max-width: 1200px) {
  .category__spMenu {
    padding-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .category__spMenu {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .category__spMenu {
    padding-right: 5.3333333333vw;
  }
  .category__spMenu:first-child:after {
    right: 5.3333333333vw;
  }
}
.category__spMenu:before {
  position: absolute;
  z-index: -1;
  top: -100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background: #F56A23;
}
.category__spMenu:after {
  color: #FFF;
  content: "\f078";
  font-family: FontAwesome;
  line-height: 1;
}
.category__spMenu:hover:before {
  top: 0;
}
.category__spMenu > .category__item__anchor:hover {
  background: transparent;
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 10px 0 7px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 600px) {
  .pagination {
    font-size: 3.7333333333vw;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 7px 0;
  }
}
.pagination__list__anchor {
  font-weight: bold;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  color: #000;
}
.pagination__list__anchor:before {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 7px;
  content: "";
  transition: all 0.3s;
  background: url(../img/performance/pagination-list.png) no-repeat center;
}
.pagination__list__anchor:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.3s;
  background: #000;
}
.pagination__list__anchor:hover:before {
  background: url(../img/performance/pagination-list-hover.png) no-repeat center;
}
.pagination__list__anchor:hover:after {
  bottom: 0;
}
.pagination__next__anchor {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  transition: all 0.3s;
  color: #000;
}
.pagination__next__anchor:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transition: right 0.3s;
  transform: translate(0, -50%);
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
}
.pagination__next__anchor:hover {
  color: #F56A23;
}
.pagination__next__anchor:hover:after {
  right: 0;
}
@media screen and (max-width: 600px) {
  .pagination__next__anchor:hover:after {
    right: 10px;
  }
}
.pagination__next__anchor:hover span:after {
  left: 0;
  background: #F56A23;
}
.pagination__next__anchor span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.pagination__next__anchor span:after {
  position: absolute;
  bottom: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.3s;
  background: #000;
}
.pagination__next__none {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #9C9C9C;
}
.pagination__next__none:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transition: right 0.3s;
  transform: translate(0, -50%);
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
}
.pagination__prev__anchor {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  transition: all 0.3s;
  color: #000;
}
.pagination__prev__anchor:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transition: left 0.3s;
  transform: translate(0, -50%);
  content: "\f053";
  font-family: FontAwesome;
  line-height: 1;
}
.pagination__prev__anchor:hover {
  color: #F56A23;
}
.pagination__prev__anchor:hover:before {
  left: 0;
}
@media screen and (max-width: 600px) {
  .pagination__prev__anchor:hover:before {
    left: 10px;
  }
}
.pagination__prev__anchor:hover span:after {
  right: 0;
  background: #F56A23;
}
.pagination__prev__anchor span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.pagination__prev__anchor span:after {
  position: absolute;
  right: -100%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.3s;
  background: #000;
}
.pagination__prev__none {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #9C9C9C;
}
.pagination__prev__none:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transition: left 0.3s;
  transform: translate(0, -50%);
  content: "\f053";
  font-family: FontAwesome;
  line-height: 1;
}

.performance__loading__block {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
}
.performance__loading__cube {
  float: left;
  width: 33.3333333333%;
  height: 33.3333333333%;
  transform: scale(0);
  animation: loading-cube 1.3s infinite ease-in-out;
}
.performance__loading__cube:nth-of-type(odd) {
  background: #F56A23;
}
.performance__loading__cube:nth-of-type(even) {
  background: #1B1B1B;
}
.performance__loading__cube--7 {
  animation-delay: 0s;
}
.performance__loading__cube--4, .performance__loading__cube--8 {
  animation-delay: 0.1s;
}
.performance__loading__cube--1, .performance__loading__cube--5, .performance__loading__cube--9 {
  animation-delay: 0.2s;
}
.performance__loading__cube--2, .performance__loading__cube--6 {
  animation-delay: 0.3s;
}
.performance__loading__cube--3 {
  animation-delay: 0.4s;
}

@keyframes loading-cube {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
}
svg {
  font-size: 0;
  width: 100%;
}
svg .white {
  fill: #FFF;
}

.error__cont {
  font-weight: bold;
  position: relative;
}
.error__cont__404 {
  font-size: 21rem;
  font-weight: bold;
  line-height: 0.75;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .error__cont__404 {
    font-size: 17.5vw;
  }
}
@media screen and (max-width: 900px) {
  .error__cont__404 {
    font-size: 28vw;
  }
}
.error__cont__404Txt--sec {
  position: relative;
  display: block;
  width: 160px;
  margin: 0 21px;
}
@media screen and (max-width: 1200px) {
  .error__cont__404Txt--sec {
    width: 13.3333333333vw;
    margin: 0 1.75vw;
  }
}
@media screen and (max-width: 900px) {
  .error__cont__404Txt--sec {
    width: 21.3333333333vw;
    margin: 0 2.8vw;
  }
}
.error__cont__404Txt--sec svg {
  animation: rotate 5s alternate ease-in-out infinite;
}
.error__cont__404Txt--sry {
  font-size: 2.8rem;
  position: absolute;
  top: calc(50% - 0.1em);
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  text-stroke: 2px #FFF;
  -webkit-text-stroke: 2px #FFF;
}
@media all and (-ms-high-contrast: none) {
  .error__cont__404Txt--sry {
    text-shadow: #FFF -2px 0px, #FFF -1px -1px, #FFF 0px -2px , #FFF 0px -2px, #FFF 1px -1px, #FFF 2px 0px , #FFF 2px 0px, #FFF 1px 1px, #FFF 0px 2px , #FFF 0px 2px, #FFF -1px 1px, #FFF -2px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .error__cont__404Txt--sry {
    font-size: 2.4166666667vw;
  }
}
@media screen and (max-width: 900px) {
  .error__cont__404Txt--sry {
    font-size: 3.8666666667vw;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=performance.css.map */