.seller-ranking {
  color: #2B2B2B;
}
.seller-ranking * {
  font-size: 1.0rem;
  margin: 0;
  padding: 0;
}
.seller-ranking a {
  color: #2B2B2B;
  text-decoration: none;
}
.seller-ranking a:hover {
  text-decoration: none;
  opacity: 1.0;
}
.seller-ranking a:hover * {
  opacity: 1.0;
}
.seller-ranking ul li, .seller-ranking ol li {
  list-style-type: none;
}

.seller-contents {
  overflow: hidden;
}
.seller-contents .main-visual {
  background: #FDDA46 url("../../img/static/seller-ranking-list/pc_header_bg.png") repeat left top;
  background-size: 14px 14px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  position: relative;
}
.seller-contents .main-visual .main-visual-body {
  width: 1024px;
  padding: 35px 0;
  margin: auto;
}
.seller-contents .main-visual .main-visual-body .frame {
  background: #fff;
  border-radius: 85px;
  position: relative;
  height: 170px;
  margin: auto;
  width: 820px;
  padding: 35px 35px 15px;
}
.seller-contents .main-visual .main-visual-body .frame .logo {
  background: #fff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  padding: 8px 0 0 0;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  margin: 0;
}
.seller-contents .main-visual .main-visual-body .frame .logo img {
  width: 82px;
}
.seller-contents .main-visual .main-visual-body .frame h2 {
  position: relative;
  z-index: 1;
  border: none;
  margin: 0;
  padding: 0;
}
.seller-contents .main-visual .main-visual-body .frame h2 img {
  display: block;
  margin: auto;
  width: 624px;
}
.seller-contents .main-visual .main-visual-body .frame .sub {
  margin-top: 10px;
}
.seller-contents .main-visual .main-visual-body .frame .sub img {
  display: block;
  margin: auto;
  width: 271px;
}
.seller-contents .main-visual .main-visual-body .frame .subtext {
  margin-top: 13px;
}
.seller-contents .main-visual .main-visual-body .frame .subtext .text1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 7px;
  text-align: center;
}
.seller-contents .main-visual .main-visual-body .frame .subtext .text2 {
  font-size: 1.0rem;
  line-height: 1.0;
  text-align: center;
}
.seller-contents .main-visual .main-visual-body .frame .object-l {
  position: absolute;
  left: -125px;
  bottom: -35px;
  width: 173px;
}
.seller-contents .main-visual .main-visual-body .frame .object-l img {
  width: 100%;
}
.seller-contents .main-visual .main-visual-body .frame .object-r {
  position: absolute;
  right: -125px;
  bottom: -35px;
  width: 201px;
}
.seller-contents .main-visual .main-visual-body .frame .object-r img {
  width: 100%;
}
.seller-contents .ranking-slide {
  background: #EBEBEB;
  width: 100%;
}
.seller-contents .ranking-slide .slide-body {
  overflow: hidden;
  padding: 30px 0 35px;
  margin: auto;
  position: relative;
  /*      width:1280px;*/
}
.seller-contents .ranking-slide .slide-body .boxlist {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.seller-contents .ranking-slide .slide-body .boxlist:hover ~ .swiper-button-next, .seller-contents .ranking-slide .slide-body .boxlist:hover ~ .swiper-button-prev {
  opacity: 1;
}
.seller-contents .ranking-slide .slide-body .boxlist > li {
  flex-shrink: 0;
  width: 395px;
  /*          margin:0 25px;*/
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box {
  background: #fff;
  border: 1px solid #2B2B2B;
  position: relative;
  width: 345px;
  margin: auto;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box:hover .ranking-img {
  animation: blinking 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box:hover .slide-footer {
  background: #D8D8D8;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .ranking-label {
  width: 100px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 2;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header {
  border-bottom: 1px solid #2B2B2B;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 28px 58px 15px 23px;
  position: relative;
  height: 160px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header.cough {
  background: #4D97D6;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header.eye {
  background: #63BFC3;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header.acne {
  background: #DDBC71;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header.reduction {
  background: #BC8CBE;
  padding: 28px 100px 15px 23px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header.cold {
  background: #F28C36;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header .header-body {
  position: relative;
  z-index: 1;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header .header-body h3 {
  background: #2B2B2B;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  height: 36px;
  line-height: 1.0;
  margin-bottom: 10px;
  padding: 5px 7px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header .header-body ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header .header-body ol li a {
  display: block;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header .header-body ol li span {
  background: rgba(43, 43, 43, 0.2);
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header .header-body ol li span b {
  color: rgba(255, 255, 255, 0.3);
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-header .ranking-img {
  height: 170px;
  position: absolute;
  bottom: 0;
  right: 8px;
  transition: 0.3s ease-in-out;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section {
  border-bottom: 1px solid #2B2B2B;
  padding: 14px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li {
  flex-shrink: 0;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank1 {
  width: 170px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank1 dl dt {
  margin: 0 auto 5px;
  width: 50px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank1 dl dt img {
  width: 100%;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank1 dl dd {
  padding: 0 35px;
  position: relative;
  height: 82px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank1 dl dd::before {
  background: url("../../img/static/seller-ranking-list/ranking_slide_item_deco_l.png") no-repeat center/contain;
  content: "";
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank1 dl dd::after {
  background: url("../../img/static/seller-ranking-list/ranking_slide_item_deco_r.png") no-repeat center/contain;
  content: "";
  height: 82px;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank1 dl dd img {
  display: block;
  margin: auto;
  width: 80px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank {
  padding: 16px 0 0 0;
  width: 60px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank dl dt {
  margin: 0 auto 5px;
  width: 36px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank dl dt img {
  width: 100%;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank dl dd {
  position: relative;
  height: 60px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-section ul li.rank dl dd img {
  display: block;
  margin: auto;
  width: 100%;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-footer {
  background: #F4F4F4;
  padding: 15px 20px;
  transition: 0.3s ease-in-out;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-footer .explanation p {
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-footer .detail-view {
  margin-top: 10px;
  text-align: right;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-footer .detail-view span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 12px;
  padding: 0 16px 0 0;
  position: relative;
}
.seller-contents .ranking-slide .slide-body .boxlist > li .slide-box .slide-footer .detail-view span::after {
  background: url("../../img/static/seller-ranking-list/ranking_slide_view_icon.png") no-repeat center/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.seller-contents .ranking-slide .slide-body .boxlist > li a:hover {
  /*              .ranking-img {
                  transform:scale(1.05);
                  transform-origin:50% 100%;
                }*/
}
.seller-contents .more-contents {
  background: #DDD8C5 url("../../img/static/seller-ranking-list/pc_header_bg.png") repeat left top;
  background-size: 14px 14px;
  /*    display:flex;
      justify-content: flex-end;
      align-items: flex-start;*/
  padding: 100px 0 56px;
  position: relative;
}
.seller-contents .more-contents::after {
  background: url("../../img/static/seller-ranking-list/more_bg.png") no-repeat center/contain;
  content: "";
  position: absolute;
  width: 505px;
  height: 450px;
  right: 54px;
  top: 27px;
}
.seller-contents .more-contents .more-contents-body {
  margin: auto;
  width: 1020px;
}
.seller-contents .more-contents .more-contents-body header {
  margin-bottom: 55px;
}
.seller-contents .more-contents .more-contents-body header .subttl {
  margin-bottom: 20px;
}
.seller-contents .more-contents .more-contents-body header .subttl img {
  width: 129px;
}
.seller-contents .more-contents .more-contents-body header h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 21px;
  padding: 0 0 25px;
  position: relative;
}
.seller-contents .more-contents .more-contents-body header h3::after {
  background: #2B2B2B;
  border-radius: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
}
.seller-contents .more-contents .more-contents-body header .subtext {
  font-size: 1.3rem;
  line-height: 1.0;
}
.seller-contents .more-contents .more-contents-body .more-slidar {
  position: relative;
  height: 420px;
  z-index: 1;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 3px;
  top: 0;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist::after {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 100%;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li {
  flex-shrink: 0;
  width: 290px;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li a {
  display: block;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li a:hover .thumb img {
  transform: scale(1.05, 1.05);
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
  width: 265px;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box .thumb {
  margin-bottom: 20px;
  overflow: hidden;
  height: 132px;
  width: 225px;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box .thumb img {
  transition: 0.3s ease-in-out;
  width: 100%;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dt {
  flex-shrink: 0;
  width: 60px;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dt .thumb {
  width: 60px;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dt .thumb img {
  width: 100%;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd {
  margin-left: 10px;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd span {
  font-size: 1.6rem;
  font-weight: 700;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd span b {
  font-size: 1.6rem;
  font-weight: 700;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd span b.cough {
  color: #4E97D6;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd span b.eye {
  color: #63BFC2;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd span b.acne {
  color: #DDBC71;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd span b.reduction {
  color: #BC8CBE;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box dl dd span b.cold {
  color: #F28C36;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box .text p {
  font-size: 1.2rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box .detail-view {
  margin-top: 20px;
  text-align: right;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box .detail-view span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 12px;
  padding: 0 16px 0 0;
  position: relative;
}
.seller-contents .more-contents .more-contents-body .more-slidar .boxlist li .slide-box .detail-view span::after {
  background: url("../../img/static/seller-ranking-list/ranking_slide_view_icon.png") no-repeat center/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.seller-contents .more-contents .more-contents-body .pagenation {
  position: absolute;
  bottom: 2px;
  left: 3px;
  right: 0;
  z-index: 2;
  height: 48px;
  width: 100%;
}
.seller-contents .more-contents .more-contents-body .pagenation .line {
  height: 4px;
  width: 100%;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.seller-contents .more-contents .more-contents-body .pagenation .line::before {
  background: #fff;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 1px;
}
.seller-contents .more-contents .more-contents-body .pagenation .line span {
  display: block;
  background: #fff;
  border-radius: 2px;
  height: 4px;
  transition: all 300ms 0s ease;
}
.seller-contents .more-contents .more-contents-body .pagenation .arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 30px;
  margin-top: 14px;
}
.seller-contents .access-ranking .access-ranking-body {
  padding: 60px;
  width: 1020px;
  margin: auto;
}
.seller-contents .access-ranking .access-ranking-body header {
  margin: 0 auto 40px;
  width: 900px;
}
.seller-contents .access-ranking .access-ranking-body header img {
  display: block;
  margin: 0 auto 20px;
  width: 90px;
}
.seller-contents .access-ranking .access-ranking-body header h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 24px;
  padding: 0 0 28px;
  position: relative;
  text-align: center;
}
.seller-contents .access-ranking .access-ranking-body header h3::after {
  background: #2B2B2B;
  border-radius: 2px;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}
.seller-contents .access-ranking .access-ranking-body header .subttl {
  font-size: 1.3rem;
  line-height: 1.0;
  text-align: center;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list {
  width: 900px;
  margin: auto;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li {
  border-bottom: 2px dotted #d5d5d5;
  padding: 20px 0;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li a {
  display: block;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li a:hover {
  opacity: 0.8;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dt {
  flex-shrink: 0;
  position: relative;
  width: 252px;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dt .num {
  border-radius: 50%;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  left: 7px;
  top: 7px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dt .num.n1 {
  background: #F9D118;
  color: #fff;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dt .num.n2 {
  background: #757070;
  color: #fff;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dt .num.n3 {
  background: #845B3F;
  color: #fff;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dt .num.n_under {
  background: #EEEEEE;
  color: #2B2B2B;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dt .thumb {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
  width: 252px;
  height: 148px;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd {
  margin-left: 40px;
  flex: 1;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  gap: 5px;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd .tag li span {
  color: #999;
  font-size: 1.2rem;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd .tag li span b {
  color: #09A98C;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd .view {
  color: #777777;
  font-size: 1.2rem;
  line-height: 1.0;
  margin-bottom: 16px;
  position: relative;
  padding: 0 0 0 16px;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd .view::before {
  background: url("../../img/static/seller-ranking-list/access_view_icon.png") no-repeat center/contain;
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
}
.seller-contents .access-ranking .access-ranking-body .ranking-list .list > li dl dd .text p {
  font-size: 1.2rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

footer {
  margin-top: 0;
}

.top.swiper-button-next, .top.swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 50px !important;
  height: 50px !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.top.swiper-button-next:hover, .top.swiper-button-prev:hover {
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.1);
}
.top.swiper-button-next::after, .top.swiper-button-prev::after {
  display: none;
}

.top.swiper-button-next {
  background-image: url("../../img/static/seller-ranking-list/slider_arrow_r.png");
  right: 20px !important;
}

.top.swiper-button-prev {
  background-image: url("../../img/static/seller-ranking-list/slider_arrow_l.png");
  left: 20px !important;
}

.top.swiper-button-next:hover ~ .swiper-button-prev {
  opacity: 1;
}

.top.swiper-button-next:has(~ .swiper-button-prev:hover) {
  opacity: 1 !important;
}

.more.swiper-button-next, .more.swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px !important;
  height: 30px !important;
  transition: 0.3s ease-in-out;
  position: static;
  margin: 0;
}
.more.swiper-button-next:hover, .more.swiper-button-prev:hover {
  transform: scale(1.1);
}
.more.swiper-button-next::after, .more.swiper-button-prev::after {
  display: none;
}

.more.swiper-button-next {
  background-image: url("../../img/static/seller-ranking-list/more_arrow_next.png");
}

.more.swiper-button-prev {
  background-image: url("../../img/static/seller-ranking-list/more_arrow_prev.png");
}

@keyframes blinking {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1.05);
  }
}
