body {
  background-color: #fff;
}

.slogan {
  width: 100%;
  height: 1268px;
  background: url('../assets/index/youmu-banner1.png') no-repeat center center;
  background-size: cover;
  color: white;
  animation: fadeIn 2s;
  position: relative;
  padding-left: 160px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slogan img {
  width: 284px;
  height: 34px;
  margin: 284px 0 60px 0;
}

.slogan p {
  font-size: 48px;
  color: #ffffff;
}

.video-box {
  margin: 40px 0;
}

.interpretation {
  width: 100%;
  height: 829px;
  background: url('../assets/index/youmu-banner2.png') no-repeat center center;
  background-size: cover;
  color: white;
  animation: slideInRight 1s ease-out;
  overflow: hidden;
}

.interpretation .interpretation-box {
  width: 80%;
  margin: 0 auto;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.interpretation .title {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
  color: #1A1A1A;
  margin-top: 128px;
}

.interpretation .title img {
  width: 72px;
  height: 72px;
  margin: 0 8px;
}

.interpretation-box .p-h5 {
  display: none;
}

.interpretation .p1-one {
  margin: 60px 0 80px;
}

.interpretation .p1,.p2 {
  width: 1000px;
  color: #1A1A1A;
}

.interpretation .p1 {
  font-size: 24px;
  line-height: 36px;
}
.interpretation .p2 {
  font-size: 32px;
  line-height: 48px;
}
.interpretation .p2-one {
  margin: 100px 0 0 -18px;
}
.footbox {
  width: 100%;
  color: white;
  animation: fadeIn 2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footbox .p3 {
  font-size: 32px;
  color: #1A1A1A;
  margin: 16px auto 48px;
}

.footbox .p4 {
  margin-top: 80px;
  font-size: 40px;
  color: #1A1A1A;
}

.footbox .p5 {
  display: none;
  width: 90%;
  height: 36px;
  background-color: #EEEEEE;
  text-align: center;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 36px;
}

.footbox .fwh-img {
  width: 124px;
  height: 124px;
  margin-top: 40px;
}

.footbox .top {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}



.footbox .bottom-box {
  width: 80%;
  display: flex;
  justify-content: space-between;
  /* padding: 20px; */
  margin-top: 50px;
}

.footbox .bottom-box a img {
  width: 88px;
  height: 88px;
}

.footbox .bottom-box a:hover img {
  transform: scale(1.1);
}

.products {
  display: flex;
  justify-content: space-around;
  padding: 2rem;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

@media(max-width: 1440px) {
  .slogan {
    height: 950px;
  }
  .interpretation {
    height: 622px;
  }

  .interpretation .title {
    font-size: 30px;
    margin-top: 60px;
  }
  .interpretation .title img {
    width: 58px;
    height: 58px;
  }
  .interpretation .p1-one {
    margin: 30px 0 40px;
  }
  .interpretation .p1 {
    font-size: 20px;
    line-height: 30px;
  }
  .interpretation .p2 {
    font-size: 20px;
    line-height: 32px;
  }
  .interpretation .p2-one {
    margin: 60px 0 0 -10px;
  }
  .footbox .fwh-img {
    width: 108px;
    height: 108px;
    margin-top: 68px;
  }
  .footbox .p3 {
    font-size: 26px;
    margin: 16px auto 48px;
  }

  .footbox .p4 {
    font-size: 34px;
  }

  .footbox .bottom-box a img {
    width: 72px;
    height: 72px;
    margin: 15px auto;
  }
}

@media(max-width: 1160px) {
  .slogan {
    height: 765px;
    padding-left: 100px;
  }

  .slogan img {
    width: 200px;
    height: 24px;
    margin: 180px 0 46px 0;
  }

  .slogan p {
    font-size: 34px;
  }

  .interpretation {
    height: 501px;
  }

  .interpretation .title {
    font-size: 28px;
    margin-top: 48px;
  }
  .interpretation .title img {
    width: 48px;
    height: 48px;
  }
  .interpretation .p1-one {
    margin: 22px 0 32px;
  }
  .interpretation .p1 {
    font-size: 20px;
    line-height: 30px;
  }
  .interpretation .p2 {
    font-size: 20px;
    line-height: 32px;
  }
  .interpretation .p2-one {
    margin: 60px 0 0 -10px;
  }

  .interpretation .interpretation-box {
    width: 90%;
  }

  .interpretation .p1,
  .p2 {
    width: 100%;
  }

  .interpretation .p1 {
    font-size: 16px;
    line-height: 24px;
  }

  .interpretation .p2 {
    font-size: 20px;
    line-height: 32px;
  }
  .footbox .fwh-img {
    width: 98px;
    height: 98px;
    margin-top: 48px;
  }
  .footbox .p3 {
    font-size: 20px;
    margin: 16px auto 15px;
  }

  .footbox .p4 {
    font-size: 32px;
  }

  .footbox .bottom-box a img {
    width: 58px;
    height: 58px;
    margin: 15px auto;
  }
}

@media(max-width: 750px) {
  .slogan {
    background: url('../assets/index/youmu-banner1-1.png') no-repeat center center;
    background-size: cover;
    height: 916px;
    padding-left: 60px;
  }

  .slogan img {
    width: 220px;
    height: 26px;
    margin: 140px 0 40px 0;
  }

  .slogan p {
    font-size: 28px;
  }

  .interpretation {
    height: 996px;
    background: url('../assets/index/youmu-banner2-1.png') no-repeat center center;
    background-size: cover;
  }

  .interpretation .interpretation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .interpretation-box .p-pc {
    display: none;
  }

  .interpretation-box .p-h5 {
    display: block;
  }

  .interpretation-box p {
    text-align: center;
  }

  .interpretation .title {
    font-size: 32px;
    margin-top: 50px;
  }
  .interpretation .title img {
    width: 46px;
    height: 46px;
  }
  .interpretation .p1-one {
    margin: 348px 0 40px;
  }
  .interpretation .p1 {
    font-size: 24px;
    line-height: 34px;
  }
  .interpretation .p2 {
    font-size: 24px;
    line-height: 38px;
  }
  .interpretation .p2-one {
    margin: 100px 0 0 0;
  }
  .footbox .fwh-img {
    width: 88px;
    height: 88px;
    margin-top: 28px;
  }
  .footbox .p3 {
    font-size: 16px;
    margin: 10px auto;
  }

  .footbox .p4 {
    margin-top: 40px;
    font-size: 22px;
  }

  .footbox .p5 {
    display: block;
  }

  .footbox .bottom-box a img {
    width: 42px;
    height: 42px;
    margin: 15px auto;
  }
}

@media(max-width: 640px) {
  .slogan {
    background: url('../assets/index/youmu-banner1-1.png') no-repeat center center;
    background-size: cover;
    height: 782px;
    padding-left: 48px;
  }

  .slogan img {
    width: 200px;
    height: 24px;
    margin: 100px 0 46px 0;
  }

  .slogan p {
    font-size: 26px;
  }

  .interpretation {
    height: 850px;
    background: url('../assets/index/youmu-banner2-1.png') no-repeat center center;
    background-size: cover;
  }

  .interpretation .interpretation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .interpretation-box .p-pc {
    display: none;
  }

  .interpretation-box .p-h5 {
    display: block;
  }

  .interpretation-box p {
    text-align: center;
  }

  .interpretation .title {
    font-size: 30px;
    margin-top: 50px;
  }
  .interpretation .title img {
    width: 46px;
    height: 46px;
  }
  .interpretation .p1-one {
    margin: 288px 0 40px;
  }
  .interpretation .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .interpretation .p2 {
    font-size: 22px;
    line-height: 34px;
  }
  .interpretation .p2-one {
    margin: 70px 0 0 0;
  }
  .footbox .fwh-img {
    width: 82px;
    height: 82px;
    margin-top: 40px;
  }
  .footbox .p3 {
    font-size: 14px;
    margin: 8px auto;
  }
  .footbox .p4 {
    font-size: 22px;
  }
  .footbox .p5 {
    font-size: 20px;
  }
  .footbox .bottom-box a img {
    width: 32px;
    height: 32px;
    margin: 10px auto;
  }
}

@media(max-width: 498px) {
  .slogan {
    background: url('../assets/index/youmu-banner1-1.png') no-repeat center center;
    background-size: cover;
    height: 608px;
    padding-left: 30px;
  }

  .slogan img {
    width: 180px;
    height: 21px;
    margin: 80px 0 30px 0;
  }

  .slogan p {
    font-size: 24px;
  }

  .interpretation {
    height: 661px;
    background: url('../assets/index/youmu-banner2-1.png') no-repeat center center;
    background-size: cover;
  }

  .interpretation .interpretation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .interpretation-box .p-pc {
    display: none;
  }

  .interpretation-box .p-h5 {
    display: block;
  }

  .interpretation-box p {
    text-align: center;
  }

  .interpretation .title {
    font-size: 28px;
    margin-top: 42px;
  }
  .interpretation .title img {
    width: 42px;
    height: 42px;
  }
  .interpretation .p1-one {
    margin: 200px 0 26px;
  }
  .interpretation .p1 {
    font-size: 18px;
    line-height: 24px;
  }
  .interpretation .p2 {
    font-size: 18px;
    line-height: 30px;
  }
  .interpretation .p2-one {
    margin: 48px 0 0 0;
  }
  .footbox .fwh-img {
    width: 86px;
    height: 86px;
    margin-top: 30px;
  }
  .footbox .p3 {
    font-size: 14px;
    margin: 8px auto;
  }
  .footbox .p4 {
    font-size: 20px;
  }
  .footbox .p5 {
    font-size: 16px;
  }
  .footbox .bottom-box {
    width: 90%;
  }
  .footbox .bottom-box a img {
    width: 34px;
    height: 34px;
    margin: 10px auto;
  }
}

@media(max-width: 375px) {
  .slogan {
    background: url('../assets/index/youmu-banner1-1.png') no-repeat center center;
    background-size: cover;
    height: 458px;
    padding-left: 30px;
  }

  .slogan img {
    width: 140px;
    height: 17px;
    margin: 60px 0 20px 0;
  }

  .slogan p {
    font-size: 18px;
  }

  .interpretation {
    height: 498px;
    background: url('../assets/index/youmu-banner2-1.png') no-repeat center center;
    background-size: cover;
  }

  .interpretation .interpretation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .interpretation-box .p-pc {
    display: none;
  }

  .interpretation-box .p-h5 {
    display: block;
  }

  .interpretation-box p {
    text-align: center;
  }

  .interpretation .title {
    font-size: 22px;
    margin-top: 28px;
  }
  .interpretation .title img {
    width: 34px;
    height: 34px;
  }
  .interpretation .p1-one {
    margin: 150px 0 26px;
  }
  .interpretation .p1 {
    font-size: 14px;
    line-height: 20px;
  }
  .interpretation .p2 {
    font-size: 14px;
    line-height: 22px;
  }
  .interpretation .p2-one {
    margin: 28px 0 0 0;
  }
  .footbox .fwh-img {
    width: 86px;
    height: 86px;
    margin-top: 30px;
  }
  .footbox .p3 {
    font-size: 14px;
    margin: 8px auto;
  }
  .footbox .p4 {
    font-size: 18px;
  }
  .footbox .p5 {
    font-size: 14px;
  }
  .footbox .bottom-box {
    width: 94%;
  }
  .footbox .bottom-box a img {
    width: 34px;
    height: 34px;
    margin: 10px auto;
  }
}