﻿.home-swiper .banner-animote{position:absolute;opacity:0;z-index:2;}
.home-swiper .banner-animote.ban1{top:10%;left:10%;}
.home-swiper .banner-animote.ban1 .more a{display:inline-block;color:#fff;border-radius: 10px;padding:1% 2%;line-height:1;margin-top:2%;background: var(--color);font-size:1.6vw;transition: all .3s;white-space: nowrap;}
.home-swiper .banner-animote.ban1 .more a:hover{background:#fff;color:var(--color)}
.home-swiper .banner-animote.ban1 .p1{color:var(--color);font-weight: var(--fontbold7);text-transform: uppercase;font-style: italic;font-size:4vw;}
@media (max-width:768px){.home-swiper .banner-animote.ban1 .p1{font-size:24px;}
.home-swiper .banner-animote.ban1 .more{display:none;}}
@media (max-width:600px){.home-swiper .banner-animote.ban1 .p1{font-size:14px;}}
.home-swiper .banner-animote.ban2{text-align:center;left:0;top:10%;width:100%;}
.home-swiper .banner-animote.ban2 .p1{color:var(--color);font-size:4vw;font-weight: var(--fontbold7);text-transform: uppercase;line-height: 1;}
.home-swiper .banner-animote.ban2 .more a{display:inline-block;color:#fff;border-radius: 10px;padding:1% 2%;line-height:1;background: var(--color);font-size:1.6vw;transition: all .3s;white-space: nowrap;position: absolute;top:10%;right:15%;}
.home-swiper .banner-animote.ban2 .more a:hover{background:#fff;color:var(--color)}
@media (max-width:768px){.home-swiper .banner-animote.ban2 .more{display:none}
.home-swiper .banner-animote.ban2 .p1{font-size:24px;}}
@media (max-width:600px){.home-swiper .banner-animote.ban2 .p1{font-size:18px;}}
.home-swiper .banner-animote.ban3{top:12%;left:5%;}
.home-swiper .banner-animote.ban3 .p1{color:#fff;font-style: italic;font-weight: var(--fontbold7);font-size:4vw;text-transform: uppercase;}
@media (max-width:768px){.home-swiper .banner-animote.ban3 .p1{font-size:24px;}}
@media (max-width:600px){.home-swiper .banner-animote.ban3 .p1{font-size:14px;}}
.home-swiper .swiper-slide-active .banner-animote{animation:bannerani .5s forwards;animation-delay:.7s}
@keyframes bannerani{0%{margin-top:20px}
100%{opacity:1;margin-top:0px}}