.style#index .mainVisual__lgVisual {
  background-position: center top;
}

.style#index .anony {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .style#index .anony {
    padding-bottom: 50px;
  }
}

.style#index .anony__hl {
  margin-bottom: 50px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.style#index .anony__hl.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.style#index .anony__grid {
  margin-bottom: 100px;
}

.style#index .anony__grid__item {
  position: relative;
  width: 533px;
  float: left;
  margin-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .style#index .anony__grid__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.style#index .anony__grid__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.style#index .anony__grid__item:nth-child(2) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .style#index .anony__grid__item:nth-child(2) {
    margin-top: 0;
  }
}

.style#index .anony__grid__item__anchor {
  display: block;
}

.style#index .anony__grid__item__anchor > img {
  width: 100%;
  transition: 0.6s all ease;
}

.style#index .anony__grid__item__anchor:hover > img {
  transform: scale(1.2);
}

.style#index .anony__grid.is-animated .anony__grid__item:before {
  left: -100%;
}

.style#index .anony__pager {
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.style#index .anony__pager.is-animated {
  opacity: 1;
  transform: translateY(0);
}
