html {
    font-size: 100px;
    font-size: 5.2vw;
}
.w1250 {
  max-width: 1250px;
  margin: auto;
}

.swiper-slide img {
  width: 100%;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@media (max-width:1250px) {
  .swiper-slide .w1250 {
    padding: 0;
  }

  .w1250 {
    padding: 0 2%;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes scales {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-8px);
  }

  50%,
  100% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(8px);
  }
}

@keyframes bounce-down {
  25% {
    transform: translateY(-8px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(8px);
  }
}

/* 20220829 */
@media(min-width:1920px) {
  html {
    font-size: 100px;
  }
}

#typeIntro {
  margin-bottom: 4.4%;
}

#typeIntro .icon {
  margin-bottom: 1.84%;
}

#typeIntro .icon img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 35%;
}

#typeIntro .intro {
  font-size: 16px;
  color: #555;
  line-height: 2em;
}

#category {
  border-bottom: 1px solid #eee;
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 4.16666667%;
}

    #category a {
        color: #0c377b;
        display: block;
        margin: 0 33px;
        padding: 32px 0;
        font-weight: bold;
        position: relative;
    }

#category a:hover {
  
}

        #category a:after {
            width: 100%;
            background-color: #0c377b;
            height: 2px;
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0;
        }

    #category .swiper-slide-active a {
        color: #0c377b;
    }

#category .swiper-slide-active a:after {
  opacity: 1;
}

#category .swiper {
  position: relative;
  overflow: hidden;
}

#category .swiper:before,
#category .swiper:after {
  width: 14.0625%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

#category .swiper:before {
  left: 0;
  background-image: linear-gradient(90deg, #fff, transparent);
}

#category .swiper:after {
  right: 0;
  background-image: linear-gradient(-90deg, #fff, transparent);
}

#category .swiper-slide {
  width: auto;
}

#category .swiper-arrow {
  width: 8px;
  height: 17px;
  cursor: pointer;
  background: no-repeat center center;
  background-size: contain;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 3;
}

#category .swiper-arrow:after {
  display: none;
}

#category .swiper-button-prev {
  background-image: url(../images/category_arrow_left.png);
  left: 0;
}

#category .swiper-button-next {
  background-image: url(../images/category_arrow_right.png);
  right: 0;
}

#category .swiper-button-disabled {
  opacity: 0;
}

@media only screen and (max-width:1280px) {
  #typeIntro .intro {
    font-size: 14px;
  }
}

@media only screen and (max-width:1024px) {
  #typeIntro .intro {
    font-size: 12px;
  }
}
/* 20221104 */
#category .swiper-arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
}

#category .swiper-arrow:after {
  display: inline-block;
  color: #898989;
  font-size: 20px;
}

#wapnav {
  display: none;
  text-align: center;
  background-color: #0C377B;
  color: #fff;
  line-height: 3em;
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 1.5em;
}

@media only screen and (max-width:768px) {
    #category{
        font-size:16px;
    }
    #category a {
        margin: 0 40px;
        padding: 10px 0;
    }
    #wapnav {
        display: block;
        position: relative;
    }

    #wapnav:before {
        content: '';
        position: absolute;
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        right: 37%;
        top: 21px;
    }
}