/* --------------------------------------------------
 INDEX
-------------------------------------------------- */
#splash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 100000;
}
#splash .logo {
  opacity: 0;
  transition: 2s;
}
#splash .logo.loaded {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #splash .logo {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #splash .logo {
    width: 140px;
  }
}
#splash.loaded {
  opacity: 0;
  visibility: hidden;
}

.l_main {
  overflow-x: hidden;
}
.l_main:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/index/co_bg_03.webp) no-repeat center center;
  background-size: cover;
  opacity: 0;
}

/* ------------------------------
 SEC_MAINVISUAL
------------------------------ */
.l_main.js_fixed:before {
  opacity: 1;
}
.l_main.js_fixed #sec_mainvisual {
  opacity: 0;
}

#sec_mainvisual {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  #sec_mainvisual {
    height: 100dvh;
  }
}
@media screen and (max-width: 767px) {
  #sec_mainvisual {
    height: 100dvh;
  }
}
#sec_mainvisual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/index/flame.webp) no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #sec_mainvisual:after {
    background: url(../../assets/img/index/frame_sp.webp) no-repeat center center;
    background-size: 100% 100%;
  }
}
#sec_mainvisual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.2777777778vw;
  background: url(../../assets/img/index/flame-deco.webp) no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 1, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  #sec_mainvisual::before {
    background: url(../../assets/img/common/flame-deco-sp.webp) no-repeat center center;
    background-size: 100% 100%;
    height: 39.2vw;
    transition: clip-path 0.45s ease-out 0s;
  }
}
#sec_mainvisual.is-loaded::before {
  clip-path: inset(0 0 0 0);
}
#sec_mainvisual .slider_l {
  position: relative;
}
#sec_mainvisual .slider_l img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_mainvisual .slider_l:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#sec_mainvisual .txt_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 8.3%;
}
#sec_mainvisual .txt_wrap h1 {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
}
#sec_mainvisual .txt_wrap h1 .main_copy {
  writing-mode: vertical-rl;
  clip-path: inset(0 0 100% 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 5px;
  padding-bottom: 5px;
}
#sec_mainvisual .txt_wrap h1 .main_copy:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FCBB00;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
#sec_mainvisual .txt_wrap h1 .main_copy .main_copy_inner {
  position: relative;
  background: #fff;
  color: #585858;
  font-family: "NotoSansJP-SemiBold";
}
#sec_mainvisual .txt_wrap h1 .main_copy .main_copy_inner em {
  color: #29B6F6;
}
#sec_mainvisual .txt_wrap h1 .main_copy.js_fadein {
  animation: reveal-down 0.5s ease-out forwards;
  animation-delay: 1s;
}
@keyframes reveal-down {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 1281px) {
  #sec_mainvisual h1 .main_copy {
    line-height: 65px;
    margin-left: 20px;
    font-size: 45px;
    position: relative;
  }
  #sec_mainvisual h1 .main_copy .main_copy_inner {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_mainvisual h1 .main_copy {
    line-height: 55px;
    margin-left: 13px;
    font-size: 30px;
    position: relative;
  }
  #sec_mainvisual h1 .main_copy .main_copy_inner {
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_mainvisual h1 .main_copy {
    line-height: 46px;
    margin-left: 10px;
    font-size: 31px;
    position: relative;
    box-shadow: 5px 5px 0px 5px #FCBB00;
  }
  #sec_mainvisual h1 .main_copy .main_copy_inner {
    padding: 10px 0;
  }
}

.circle_txt {
  position: absolute;
  bottom: 3.1944444444vw;
  left: 20px;
  z-index: 2;
}
.circle_txt .circle {
  animation: rotateAnimation 35s linear infinite;
}
.circle_txt .arrow {
  background: #FCBB00;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.circle_txt .arrow:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 1281px) {
  .circle_txt {
    width: 200px;
    height: 200px;
  }
  .circle_txt .arrow {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin-left: -65px;
    margin-top: -65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .circle_txt {
    width: 150px;
    height: 150px;
  }
  .circle_txt .arrow {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    margin-left: -55px;
    margin-top: -55px;
  }
  .circle_txt .arrow img {
    width: 22px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .circle_txt {
    width: 108px;
    height: 108px;
  }
  .circle_txt .arrow {
    width: 78px;
    height: 78px;
    border-radius: 39px;
    margin-left: -39px;
    margin-top: -39px;
  }
  .circle_txt .arrow img {
    width: 18px;
    height: auto;
  }
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ------------------------------
 SEC_MESSAGE_WRAP
------------------------------ */
.contents_wrap {
  margin-top: 50vh;
  padding-top: 76.3888888889vw;
}

.sec_message_wrap {
  position: relative;
}
@media screen and (min-width: 1281px) {
  .sec_message_wrap {
    margin-top: -85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_message_wrap {
    margin-top: -70px;
  }
}
@media screen and (min-width: 768px) {
  .sec_message_wrap {
    background: url(../../assets/img/index/co_bg_04.webp) no-repeat center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_message_wrap {
    margin-top: 165.3333333333vw;
    background: url(../../assets/img/index/co_bg_04_sp.webp) no-repeat center top;
    background-size: 100% auto;
  }
}

/* ------------------------------
 SEC_MESSAGE_01
------------------------------ */
#sec_message_01 {
  background-size: contain;
  position: relative;
}
#sec_message_01 .l_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sec_message_01 .l_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/img/index/co_bg_01.webp) no-repeat center center;
  mix-blend-mode: multiply;
  background-size: contain;
  z-index: 0;
}
#sec_message_01 .txt {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#sec_message_01 .img {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  #sec_message_01 {
    padding: 300px 0 100px;
  }
  #sec_message_01 .l_inner {
    height: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_message_01 {
    padding: 250px 0 100px;
  }
  #sec_message_01 .l_inner {
    height: 900px;
  }
}
@media screen and (min-width: 768px) {
  #sec_message_01 .img1 {
    width: 21%;
    right: 18%;
    top: -3%;
  }
  #sec_message_01 .img2 {
    width: 23%;
    left: 12%;
    top: 6%;
  }
  #sec_message_01 .img3 {
    width: 18%;
    left: 9%;
    top: 34%;
  }
  #sec_message_01 .img4 {
    width: 21%;
    right: 0%;
    top: 44%;
  }
  #sec_message_01 .img5 {
    width: 18%;
    right: 23%;
    top: 60%;
  }
  #sec_message_01 .img6 {
    width: 17%;
    left: 9%;
    top: 74%;
  }
}
@media screen and (max-width: 767px) {
  #sec_message_01 {
    padding: 240px 0 140px;
  }
  #sec_message_01 .l_inner {
    height: 640px;
  }
  #sec_message_01 .img1 {
    width: 27%;
    right: 8%;
    top: 0;
  }
  #sec_message_01 .img2 {
    width: 28%;
    left: 8%;
    top: 20px;
  }
  #sec_message_01 .img3 {
    width: 25%;
    left: 2%;
  }
  #sec_message_01 .img4 {
    width: 29%;
    right: -10%;
  }
  #sec_message_01 .img5 {
    width: 24%;
    right: 13%;
    bottom: 30px;
  }
  #sec_message_01 .img6 {
    width: 24%;
    left: 8%;
    bottom: 0;
  }
}

/* ------------------------------
 SEC_MESSAGE_01
------------------------------ */
#sec_message_02 {
  position: relative;
  background: #66BB6A;
}
#sec_message_02:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../../assets/img/index/co_bg_02.webp) no-repeat center top;
}
#sec_message_02 .l_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1281px) {
  #sec_message_02 {
    padding-bottom: 200px;
  }
  #sec_message_02:before {
    height: 100%;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_message_02 {
    padding-bottom: 100px;
  }
  #sec_message_02:before {
    height: 80%;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) {
  #sec_message_02:after {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    background: url(../../assets/img/index/co_bg_05.webp) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_message_02 {
    padding-bottom: 20px;
  }
  #sec_message_02:before {
    height: 80%;
    background-size: auto 100%;
  }
}

/* ------------------------------
 CONTENT_WRAP_W
------------------------------ */
@media screen and (min-width: 1281px) {
  .content_wrap_w .title_vertical_wrap {
    width: 190px;
  }
  .content_wrap_w .sec_wrap {
    width: calc(100% - 190px);
  }
}

/* ------------------------------
 SEC_POINT
------------------------------ */
#sec_point {
  background: url(../../assets/img/index/co_bg_07.webp) repeat left top;
  counter-reset: number 0;
  position: relative;
}
#sec_point section + section {
  border-top: 4px solid #66BB6A;
}
#sec_point .txt_wrap {
  position: relative;
}
#sec_point .txt_wrap:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  color: #dedede;
  font-family: "Alexandria-Medium";
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 0;
  opacity: 0.4;
}
#sec_point .txt_wrap .title_m,
#sec_point .txt_wrap .txt {
  position: relative;
}
#sec_point .txt_wrap .txt {
  margin-top: 15px;
}
@media screen and (min-width: 1281px) {
  #sec_point {
    padding: 20px 0 200px;
  }
  #sec_point .txt_wrap:before {
    font-size: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_point {
    padding: 100px 0 140px;
  }
  #sec_point .txt_wrap:before {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_point .l_flex {
    justify-content: space-between;
    align-items: center;
  }
  #sec_point .sec_wrap {
    margin-top: 50px;
  }
  #sec_point .thumb {
    width: 38%;
  }
  #sec_point .txt_wrap {
    width: 55%;
  }
  #sec_point section:first-child {
    padding-bottom: 25px;
  }
  #sec_point section + section {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_point {
    padding: 90px 0;
  }
  #sec_point .txt_wrap:before {
    display: none;
  }
  #sec_point .sec_wrap {
    margin-top: 40px;
  }
  #sec_point section {
    max-width: 400px;
    margin: 0 auto;
  }
  #sec_point section .l_flex {
    display: block;
  }
  #sec_point section:first-child {
    padding-bottom: 20px;
  }
  #sec_point section + section {
    padding: 20px 0;
  }
  #sec_point section .title_m {
    margin: 20px 0 10px;
  }
  #sec_point .title_vertical img {
    width: auto;
  }
}

/* ------------------------------
 SEC_ABOUT
------------------------------ */
#sec_about {
  background: url(../../assets/img/index/co_bg_06.webp) repeat left top;
  position: relative;
}
#sec_about .content_wrap_w {
  position: relative;
}
#sec_about .point {
  position: relative;
}
#sec_about .point .txt {
  position: absolute;
  top: 20px;
  right: 27px;
}
#sec_about .slick-dots {
  text-align: center;
}
#sec_about .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
#sec_about .slick-dots li.slick-active button:before {
  background: #29B6F6;
}
#sec_about .slick-dots li button {
  font-size: 0;
  line-height: 0;
}
#sec_about .slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #e6e6e6;
}
@media screen and (min-width: 1281px) {
  #sec_about {
    border-radius: 100px 0 0 0;
    margin-top: -100px;
  }
  #sec_about .point {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_about {
    padding: 100px 0 140px;
  }
  #sec_about .point {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 1051px) {
  #sec_about .point_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #sec_about .point:nth-child(2) {
    margin-top: 50px;
  }
  #sec_about .point:nth-child(3) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1050px) {
  #sec_about .point_wrap {
    max-width: 450px;
    margin: 50px auto 0;
    position: relative;
  }
  #sec_about .point_slider {
    position: relative;
  }
  #sec_about .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    background: #29B6F6;
    text-align: center;
  }
  #sec_about .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    background-size: contain;
  }
  #sec_about .slick-arrow.slick-prev:before {
    background: url(../../assets/img/common/arrow_w.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(-180deg);
  }
  #sec_about .slick-arrow.slick-next:before {
    background: url(../../assets/img/common/arrow_w.svg) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #sec_about .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-top: -25px;
  }
  #sec_about .slick-prev {
    left: -25px;
  }
  #sec_about .slick-next {
    right: -25px;
  }
}
@media screen and (min-width: 768px) {
  #sec_about {
    padding: 120px 0 260px;
  }
}
@media screen and (max-width: 767px) {
  #sec_about {
    padding: 90px 0 100px;
  }
  #sec_about .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  #sec_about .slick-prev {
    left: -15px;
  }
  #sec_about .slick-next {
    right: -15px;
  }
}

.text_img_wrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 2;
  left: 0;
  line-height: 0;
}
.text_img_wrap .text_img {
  animation: infinity-scroll-left 90s infinite linear both;
  line-height: 0;
}
@media screen and (min-width: 1281px) {
  .text_img_wrap {
    bottom: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .text_img_wrap {
    bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .text_img_wrap {
    bottom: -5px;
  }
}

.text_img_wrap_inner {
  display: flex;
}
.text_img_wrap_inner .text_img {
  display: flex;
  align-items: center;
}
.text_img_wrap_inner .text_img:before {
  content: "";
  display: block;
  background-image: url(../../assets/img/index/slide_txt_01.webp);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.text_img_wrap_inner .text_img:after {
  content: "";
  display: block;
  background-image: url(../../assets/img/index/slide_txt_01.webp);
  width: 2302px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1281px) {
  .text_img_wrap_inner {
    width: 6000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 3000px;
    height: 130px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 3000px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .text_img_wrap_inner {
    width: 3000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 2000px;
    height: 80px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 2000px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .text_img_wrap_inner {
    width: 3000px;
  }
  .text_img_wrap_inner .text_img:before {
    width: 1500px;
    height: 60px;
  }
  .text_img_wrap_inner .text_img:after {
    width: 1500px;
    height: 60px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ------------------------------
 SEC_NEWS
------------------------------ */
#sec_news {
  position: relative;
}
#sec_news .content {
  position: relative;
}
#sec_news .link_arrow_s {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1281px) {
  #sec_news {
    padding: 240px 0 240px;
  }
  #sec_news .title_vertical_wrap {
    width: 25%;
    justify-content: flex-start;
  }
  #sec_news .content {
    width: 75%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #sec_news {
    padding: 50px 0 150px;
  }
  #sec_news .l_flex {
    display: block;
  }
  #sec_news .content {
    margin-top: 50px;
    padding-bottom: 80px;
  }
}

/* ------------------------------
 SEC_RECRUIT
------------------------------ */
#sec_recruit {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
  position: relative;
}
#sec_recruit .content {
  position: relative;
}
#sec_recruit .slider_s .img {
  margin: 0 15px;
}
#sec_recruit .slider_s .img:nth-child(even) {
  margin-top: 50px;
}
#sec_recruit .txt_wrap {
  display: flex;
  flex-direction: row-reverse;
}
#sec_recruit .arrow_up {
  position: absolute;
  left: 0;
  background: #66BB6A;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
}
@media screen and (min-width: 1281px) {
  #sec_recruit {
    border-radius: 0 100px 0 0;
    padding: 150px 0 100px;
    margin-top: -100px;
  }
  #sec_recruit .txt_wrap {
    width: 300px;
  }
  #sec_recruit .txt_wrap .txt {
    margin-right: 50px;
  }
  #sec_recruit .content {
    padding: 200px 0 180px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) {
  #sec_recruit {
    padding: 120px 0 100px;
  }
  #sec_recruit .txt_wrap {
    justify-content: center;
  }
  #sec_recruit .txt_wrap .txt {
    margin-right: 40px;
  }
  #sec_recruit .content {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_recruit .l_inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #sec_recruit .arrow_up {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    bottom: -45px;
  }
  #sec_recruit .arrow_up img {
    width: 27px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  #sec_recruit {
    border-radius: 0 50px 0 0;
    margin-top: -50px;
  }
  #sec_recruit .l_inner {
    padding-top: 0;
  }
  #sec_recruit .txt_wrap .txt img {
    width: 112px;
    height: auto;
  }
  #sec_recruit .arrow_up {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    bottom: -30px;
  }
}

.slider_vertical_wrap {
  position: relative;
  padding-bottom: 20px;
}
.slider_vertical_wrap .slick-prev {
  display: none !important;
}
.slider_vertical_wrap .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  background: #66BB6A;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -15px;
  left: -15px;
  transition: 0.3s;
  border: 4px solid #fff;
}
.slider_vertical_wrap .slick-next:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/index/arrow_top_01.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1281px) {
  .slider_vertical_wrap {
    width: calc(100% - 350px);
  }
  .slider_vertical_wrap .slick-next {
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }
  .slider_vertical_wrap .slick-next:before {
    width: 30px;
    height: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .slider_vertical_wrap {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .slider_vertical_wrap .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .slider_vertical_wrap .slick-next:before {
    width: 22px;
    height: 15px;
  }
}

.slider_vertical {
  padding: 0 20px;
  background: #66BB6A;
}
.slider_vertical .img {
  margin: 10px 0;
}

.js-pop {
  opacity: 0;
}

.is-pop {
  animation: pop-scale 0.6s cubic-bezier(0.2, 0.8, 0.3, 1) forwards;
  opacity: 1;
}

@keyframes pop-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */