.hide {
  display: none !important;
}

section#pBanner .bannerContent img {
  width: 100%;
  height: auto;
  display: block;
}

section#pAPTLogo {
  overflow: hidden;
}

section#pAPTLogo > img {
  opacity: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 428px) {
  section#pAPTLogo > img {
    padding-top: 40%;
  }
}

section#pAPTLogo > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: auto 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

section#pAPTLogo .layer1 {
  background-image: url(../ap_asset/img/home/layer/layer1.png);
  left: -30%;
}

@media (max-width: 428px) {
  section#pAPTLogo .layer1 {
    background-position: left top;
    background-size: auto 60%;
  }
}

section#pAPTLogo .layer1.ani {
  left: 0;
  opacity: 1;
}

section#pAPTLogo .layer2 {
  background-image: url(../ap_asset/img/home/layer/layer2.png);
  left: 30%;
}

@media (max-width: 428px) {
  section#pAPTLogo .layer2 {
    background-position: right bottom;
    background-size: auto 60%;
  }
}

section#pAPTLogo .layer2.ani {
  left: 0;
  opacity: 1;
}

section#pAPTLogo .layer3 {
  background-image: url(../ap_asset/img/home/layer/layer3.png);
  top: inherit;
  bottom: -30%;
}

@media (max-width: 428px) {
  section#pAPTLogo .layer3 {
    background-position: left bottom;
    background-size: 140% auto;
  }
}

section#pAPTLogo .layer3.ani {
  bottom: 0;
  opacity: 1;
}

section#pAPTLogo .layer4 {
  background-image: url(../ap_asset/img/home/layer/layer4.png);
  transform: scale(0.5);
  opacity: 0;
}

section#pAPTLogo .layer4.ani {
  transform: scale(1);
  opacity: 1;
}

section#pWhatAPT {
  background: url(../ap_asset/img/home/pic-bg-bike.jpg) bottom center no-repeat;
  background-size: 100% auto;
  padding: 64px 0 45%;
}

@media (max-width: 428px) {
  section#pWhatAPT {
    padding: 40px 0 45%;
  }
}

section#pWhatAPT .pCharacter h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  color: #023e97;
}

@media (max-width: 428px) {
  section#pWhatAPT .pCharacter h3 {
    font-size: 28px;
  }
}

section#pWhatAPT .pCharacter .slideCharacterMain {
  margin-bottom: 100px;
}

@media (max-width: 1280px) {
  section#pWhatAPT .pCharacter .slideCharacterMain {
    width: 80%;
    margin: 0 auto 100px;
  }
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) {
  section#pWhatAPT .pCharacter .slideCharacterMain {
    width: 80%;
    margin: 0 auto 100px;
  }
}

@media (max-width: 428px) {
  section#pWhatAPT .pCharacter .slideCharacterMain {
    width: 100%;
    margin-bottom: 48px;
  }
}

section#pWhatAPT .pCharacter .slideCharacterMain .splide__arrows {
  top: 64%;
}

section#pWhatAPT .pCharacter .slideCharacterMain .splide__arrows .splide__arrow--prev {
  left: -120px;
}

section#pWhatAPT .pCharacter .slideCharacterMain .splide__arrows .splide__arrow--next {
  right: -120px;
}

section#pWhatAPT .pCharacter .slideCharacterMain .bPic img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) {
  section#pWhatAPT .pAbout {
    zoom: 0.8;
  }
}

section#pWhatAPT .pAbout .bLogo {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}

@media (max-width: 428px) {
  section#pWhatAPT .pAbout .bLogo {
    margin-bottom: 48px;
  }
}

section#pWhatAPT .pAbout .bLogo img {
  display: block;
  max-width: 80%;
}

section#pWhatAPT .pAbout .bSlogan {
  margin-bottom: 32px;
}

section#pWhatAPT .pAbout .bSlogan h3 {
  font-size: 52px;
  font-style: italic;
  color: #1258a7;
  text-align: center;
  line-height: 1.4em;
}

section#pWhatAPT .pAbout .bSlogan h3 span {
  font-size: 60px;
  color: #a9176d;
}

@media (max-width: 428px) {
  section#pWhatAPT .pAbout .bSlogan h3 {
    font-size: 30px;
  }
  section#pWhatAPT .pAbout .bSlogan h3 span {
    font-size: 36px;
  }
}

section#pWhatAPT .pAbout .bText {
  margin-bottom: 36px;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 428px) {
  section#pWhatAPT .pAbout .bText {
    font-size: 24px;
  }
}

section#pWhatAPT .pAbout .bText a {
  color: #0072ce;
}

section#pWhatAPT .pAbout .bText b {
  font-weight: bold;
}

section#pWhatAPT .pAbout .bBackground {
  display: none;
}

section#pWhatAPT .pAbout .bBackground .bPic {
  margin-bottom: 64px;
}

@media (max-width: 428px) {
  section#pWhatAPT .pAbout .bBackground .bPic {
    margin-bottom: 32px;
  }
}

section#pWhatAPT .pAbout .bBackground .bPic img {
  display: block;
  width: 100%;
  height: auto;
}

section#pWhatAPT .pAbout .bBtn {
  display: flex;
  justify-content: center;
}

section#pWhatAPT .pAbout .bBtn .btn2 {
  width: auto;
  padding: 0 20px;
}
