@charset "UTF-8";
:root {
  --f-en: "YakuHanJP", "din-2014", sans-serif;
  --f-ja: "YakuHanJP", "Noto Sans JP", sans-serif;
  --voiceC: #363691;
}

.dib {
  display: inline-block;
}

.voice_wrapp {
  font-family: var(--f-ja);
  padding-top: 80px;
  width: 100%;
  overflow: hidden;
}
.voice_wrapp img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.mv_wrapp {
  margin-bottom: 0;
}

#intro {
  background-color: #edf8ff;
  padding: 90px 0 150px;
}
#intro .read_text {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 0 min(15vw, 180px);
}
#intro .read_text h3 {
  color: var(--voiceC);
  font-size: clamp(22px, 2.9vw, 29px);
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 35px;
  letter-spacing: 0.2em;
}
#intro .read_text p {
  font-size: 16px;
  letter-spacing: 0.1em;
}
#intro .read_text .image_illust {
  position: absolute;
  width: min(15vw, 180px);
  aspect-ratio: 1/1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#intro .read_text .image_illust.illust_1 {
  position: absolute;
  left: 0;
}
#intro .read_text .image_illust.illust_2 {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #intro {
    padding: 20px 0 140px;
  }
  #intro .read_text {
    padding: min(32vw, 177px) 20px 0;
  }
  #intro .read_text h3 {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
  #intro .read_text p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #intro .read_text .image_illust {
    max-width: 600px;
    width: 100%;
    aspect-ratio: 700/207;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: auto;
  }
  #intro .read_text .image_illust.illust_2 {
    display: none;
  }
}
#intro #voice-slider {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  #intro #voice-slider {
    margin-top: 35px;
  }
}
#intro #voice-slider .swiper-slide {
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#intro #voice-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 55px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon_zoom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #intro #voice-slider .swiper-slide::before {
    top: 2vw;
    right: 2vw;
    width: 40px;
  }
}
#intro #voice-slider .swiper-slide:hover {
  opacity: 0.7;
}
#intro #voice-slider .swiper-button-prev,
#intro #voice-slider .swiper-button-next {
  z-index: 2;
  margin: auto;
  top: calc(50% - min(3.25vw, 40px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  width: 6vw;
  max-width: 88px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#intro #voice-slider .swiper-button-prev::after,
#intro #voice-slider .swiper-button-next::after {
  content: none;
}
@media (hover: hover) {
  #intro #voice-slider .swiper-button-prev:hover,
  #intro #voice-slider .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  #intro #voice-slider .swiper-button-prev,
  #intro #voice-slider .swiper-button-next {
    width: 11vw;
    top: calc(50% - min(7.5vw, 65px));
  }
}
#intro #voice-slider .swiper-button-prev {
  left: 0;
  right: calc(45vw - 44px);
  background-image: url(../images/icon_arw_left.svg);
}
@media only screen and (max-width: 768px) {
  #intro #voice-slider .swiper-button-prev {
    left: 10px;
    right: auto;
  }
}
#intro #voice-slider .swiper-button-next {
  left: calc(45vw - 44px);
  right: 0;
  background-image: url(../images/icon_arw_right.svg);
}
@media only screen and (max-width: 768px) {
  #intro #voice-slider .swiper-button-next {
    left: auto;
    right: 10px;
  }
}
#intro #voice-slider .slider-current {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: var(--voiceC);
}
@media only screen and (max-width: 768px) {
  #intro #voice-slider .slider-current {
    margin-top: 10px;
    font-size: 16px;
  }
}

#best5 {
  position: relative;
  background: url(../images/best5_bg_1.png);
  background-size: cover;
  padding: 160px 20px 100px;
}
#best5 .image_pics {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1020px;
  margin: auto;
}
#best5 .image_pic {
  position: absolute;
}
#best5 .pic_1 {
  left: 0;
  bottom: -190px;
  width: 32vw;
  max-width: 372px;
  aspect-ratio: 372/322;
}
#best5 .pic_2 {
  right: 2%;
  bottom: -190px;
  width: 24vw;
  max-width: 237px;
  aspect-ratio: 237/262;
}
#best5 h3 {
  width: 450px;
  aspect-ratio: auto 437/42;
  margin: auto;
}
#best5 .best5_rank_wrapp {
  max-width: 1020px;
  margin: 20px auto 0;
}
#best5 .best5_rank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
#best5 .best5_rank_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#best5 .best5_rank_item .rank_image {
  position: absolute;
  z-index: 2;
}
#best5 .best5_rank_item .rank_text {
  width: calc(100% - 50px);
  font-size: min(3.3vw, 33px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background-color: #fff;
  margin-left: auto;
  padding: 18px 20px 20px 108px;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#best5 .best5_rank_item.best5_rank01, #best5 .best5_rank_item.best5_rank02, #best5 .best5_rank_item.best5_rank03 {
  min-height: 164px;
}
#best5 .best5_rank_item.best5_rank01 .rank_image, #best5 .best5_rank_item.best5_rank02 .rank_image, #best5 .best5_rank_item.best5_rank03 .rank_image {
  width: 136px;
  aspect-ratio: auto 146/174;
  top: calc(50% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#best5 .best5_rank_item.best5_rank01 .rank_text, #best5 .best5_rank_item.best5_rank02 .rank_text, #best5 .best5_rank_item.best5_rank03 .rank_text {
  color: var(--voiceC);
}
#best5 .best5_rank_item.best5_rank04, #best5 .best5_rank_item.best5_rank05 {
  min-height: 120px;
  margin-top: 20px;
}
#best5 .best5_rank_item.best5_rank04 .rank_image, #best5 .best5_rank_item.best5_rank05 .rank_image {
  width: 116px;
  aspect-ratio: auto 116/120;
  top: calc(50% + 3px);
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#best5 .best5_rank_item.best5_rank04 .rank_text, #best5 .best5_rank_item.best5_rank05 .rank_text {
  font-size: clamp(22px, 2.9vw, 29px);
}
@media only screen and (max-width: 768px) {
  #best5 {
    background: url(../images/best5_bg_1_sp.png);
    background-size: cover;
    padding: min(40vw, 390px) 20px min(70vw, 410px);
  }
  #best5 .pic_1 {
    left: 0;
    right: 0;
    bottom: calc(-40vw + 20px);
    width: 100%;
    max-width: 600px;
    aspect-ratio: 700/450;
    margin: auto;
  }
  #best5 .pic_2 {
    display: none;
  }
  #best5 .pic_2.sp-bl {
    display: block;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 375/260;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #best5 h3 {
    max-width: 450px;
    width: 81.1428571429vw;
  }
  #best5 .best5_rank_wrapp {
    margin: 20px auto 0;
  }
  #best5 .best5_rank_list {
    max-width: 600px;
    margin: auto;
    gap: 10px;
  }
  #best5 .best5_rank_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #best5 .best5_rank_item .rank_image {
    position: absolute;
  }
  #best5 .best5_rank_item .rank_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 12.5vw);
    min-height: calc(14vw + 22px);
    font-size: max(17px, 4vw);
    line-height: 1.55;
    letter-spacing: 0.05em;
    padding: 10px 15px 12px min(11.7142857143vw, 75px);
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  }
  #best5 .best5_rank_item.best5_rank01, #best5 .best5_rank_item.best5_rank02, #best5 .best5_rank_item.best5_rank03 {
    min-height: 24vw;
  }
  #best5 .best5_rank_item.best5_rank01 .rank_image, #best5 .best5_rank_item.best5_rank02 .rank_image, #best5 .best5_rank_item.best5_rank03 .rank_image {
    max-width: 140px;
    width: 21.8571428571vw;
  }
  #best5 .best5_rank_item.best5_rank01 .rank_text, #best5 .best5_rank_item.best5_rank02 .rank_text, #best5 .best5_rank_item.best5_rank03 .rank_text {
    color: var(--voiceC);
  }
  #best5 .best5_rank_item.best5_rank04, #best5 .best5_rank_item.best5_rank05 {
    min-height: 19vw;
    margin-top: 10px;
  }
  #best5 .best5_rank_item.best5_rank04 .rank_image, #best5 .best5_rank_item.best5_rank05 .rank_image {
    max-width: 116px;
    width: 19.7142857143vw;
    left: 2vw;
  }
  #best5 .best5_rank_item.best5_rank04 .rank_text, #best5 .best5_rank_item.best5_rank05 .rank_text {
    min-height: calc(10vw + 22px);
    font-size: max(15px, 3.5vw);
  }
  #best5 .best5_rank_item.best5_rank05 {
    margin-top: 5px;
  }
}

.feature_section .image_pic {
  z-index: 2;
}
.feature_section .feature_section_head {
  position: relative;
  background: repeating-linear-gradient(-45deg, #a6ddff, #a6ddff 6px, #bfe7ff 6px, #bfe7ff 7px);
  padding: 70px 20px;
}
.feature_section .feature_section_body {
  position: relative;
  background-color: #edf8ff;
  padding: 80px 0 150px;
}
.feature_section .feature_list {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
}
.feature_section .feature_list .feature_item + .feature_item {
  margin-top: 30px;
}
.feature_section .feature_list .feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature_section .feature_list .feature_item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature_section .feature_list .feature_item .feature_content {
  width: 50%;
  padding: 20px 7% 0 5%;
}
.feature_section .feature_list .feature_item .feature_title h4 {
  font-size: clamp(22px, 2.9vw, 29px);
  font-weight: 500;
  color: var(--voiceC);
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #222;
}
.feature_section .feature_list .feature_item .feature_text p {
  font-size: 16px;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
}
.feature_section .feature_list .feature_item .feature_text .feature_note {
  display: block;
  margin-top: 1em;
  font-size: 11px;
}
.feature_section .feature_list .feature_item .feature_image {
  position: relative;
  width: 50%;
}
.feature_section .feature_list .feature_item .feature_image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .feature_section .feature_section_head {
    padding: 45px 20px;
  }
  .feature_section .feature_section_body {
    padding: 0 0 0;
  }
  .feature_section .feature_list {
    max-width: 550px;
    margin: auto;
  }
  .feature_section .feature_list .feature_item + .feature_item {
    margin-top: 30px;
  }
  .feature_section .feature_list .feature_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .feature_section .feature_list .feature_item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .feature_section .feature_list .feature_item .feature_content {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 0 0 0;
  }
  .feature_section .feature_list .feature_item .feature_title h4 {
    font-size: min(6.5vw, 22px);
    margin-bottom: 15px;
    padding-bottom: 18px;
    letter-spacing: 0.025em;
  }
  .feature_section .feature_list .feature_item .feature_text p {
    font-size: 14px;
    margin: 0 0 10px 0;
    letter-spacing: 0.05em;
  }
  .feature_section .feature_list .feature_item .feature_text .feature_note {
    display: block;
    margin-top: 1em;
  }
  .feature_section .feature_list .feature_item .feature_image {
    position: relative;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .feature_section .feature_list .feature_item .feature_image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .feature_section .feature_list .feature_item .feature_image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
  }
}

#common5 .feature_section_head h3 {
  width: 467px;
  aspect-ratio: auto 457/108;
  margin: auto;
}
#common5 .feature_section_head .image_pics {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: auto;
}
#common5 .feature_section_head .pic_1 {
  position: absolute;
  z-index: 2;
  right: -8%;
  bottom: max(-275px, -25vw);
  width: 33vw;
  max-width: 378px;
  aspect-ratio: 378/320;
}
#common5 .feature_list .feature_item:first-child .feature_content {
  padding-top: 50px;
}
#common5 .feature_section_body .image_pics {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: auto;
}
#common5 .feature_section_body .pic_2 {
  position: absolute;
  left: -3%;
  bottom: calc(-2vw - 255px);
  width: 28vw;
  max-width: 245px;
  aspect-ratio: 235/260;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #common5 .feature_section_head h3 {
    max-width: 467px;
    width: 84.8571428571vw;
  }
  #common5 .feature_section_head .pic_1 {
    display: none;
  }
  #common5 .feature_section_body .pic_2 {
    position: static;
    display: block;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 700/564;
    margin-top: 10px;
  }
}

#equipmen4 .feature_section_head h3 {
  width: 476px;
  aspect-ratio: auto 476/108;
  margin: auto;
}
#equipmen4 .feature_section_head .image_pics {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: auto;
}
#equipmen4 .feature_section_head .pic_1 {
  position: absolute;
  right: -8%;
  bottom: max(-275px, -25vw);
  width: 33vw;
  max-width: 378px;
  aspect-ratio: 378/320;
}
#equipmen4 .feature_list .feature_item:first-child .feature_content {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  #equipmen4 .feature_section_head h3 {
    max-width: 467px;
    width: 84.8571428571vw;
  }
  #equipmen4 .feature_section_head .pic_1 {
    display: none;
  }
  #equipmen4 .feature_section_body .pic_2 {
    max-width: 600px;
    margin: 30px auto 0;
  }
}

.equipmen4_image_pic {
  position: relative;
  max-width: 850px;
  margin: -160px auto clamp(-75px, -6.25vw, -30px);
  padding-left: 10px;
  padding-bottom: 10px;
}
.equipmen4_image_pic .image_pic {
  width: 40vw;
  max-width: 400px;
  aspect-ratio: 355/296;
}
@media only screen and (max-width: 768px) {
  .equipmen4_image_pic {
    display: none;
  }
}

/***モーダル***/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 19999999;
}

.modal-voice-container {
  position: relative;
  overflow: hidden;
  max-width: 1020px;
  width: calc(100% - 80px);
  max-height: 90vh;
  padding: 70px 0 20px;
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 768px) {
  .modal-voice-container {
    width: calc(100% - 20px);
    padding-top: 60px;
  }
}

.modal-voice-content {
  height: 100%;
}
.modal-voice-content img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(90vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-close::before, .modal-close::after {
  position: absolute;
  background-color: #0068b6;
  width: 20px;
  height: 2px;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) {
  .modal-close:hover {
    background-color: #0068b6;
  }
  .modal-close:hover::before, .modal-close:hover::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .modal-close {
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
  }
}

/***アニメーション***/
.flat_in {
  display: block;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.flat_in.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fadein_bl {
  -ms-filter: blur(16px);
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fadein_bl.on {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.fadein_up {
  -webkit-transform: translateY(6%);
  transform: translateY(6%);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fadein_up.on {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}