@charset "UTF-8";
/* webfont 変数　*/
/* blockeffects */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*伸びたブロックを横に追いやるアニメーション*/
@-webkit-keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@-webkit-keyframes overlayOutR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@keyframes overlayOutR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
/* upeffects */
@-webkit-keyframes margintop {
  0% {
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes margintop {
  0% {
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
/* ofi */
/*====================================================================

topanimation.css

=====================================================================*/
.blockeffects--catch {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}
.blockeffects--catch::after {
  -webkit-animation: overlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), overlayOutL 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  content: "";
          animation: overlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), overlayOutL 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
          animation-fill-mode: both;
}
.blockeffects--catch > * {
  -webkit-animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
          animation: fadeIn 0.1s 0.5s;
          animation-fill-mode: both;
}

/* effect */
.ef-catch1 {
  display: inline-block;
}

.ef-catch2 {
  display: inline-block;
}

.ef-catch3 {
  display: inline-block;
}

.main-view {
  position: relative;
  overflow: hidden;
}
.main-view__filter {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.main-view .l-cont {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.main-view__catch {
  -webkit-transform: translateY(-50%);
  z-index: 3;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  font-weight: 400;
}

.catch-01 {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: calc(3.25rem + 5.68182vw - 18.18182px);
  line-height: 1.2;
}
.catch-01_item01 {
  display: block;
}
.catch-01_item01 > * {
  display: block;
}

.catch-02 {
  display: inline-block;
  position: relative;
  padding-top: 0.4em;
  padding-left: 0.2em;
  color: #fff;
  font-weight: 700;
  font-size: calc(1.14rem + 1.13636vw - 3.63636px);
  letter-spacing: 0.04em;
}

@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}

@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
}

@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}

@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
}

@media (min-width: 768px) and (max-width: 1024px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}

@media (min-width: 1025px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
}

@media (min-width: 1025px) and (max-width: 1256px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}

@media (min-width: 1257px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .catch-01 {
    font-size: 6.25rem;
  }
  .catch-02 {
    font-size: 1.88rem;
  }
}

@media (min-width: 1257px) and (max-width: 1639px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}

@media (min-width: 1640px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .main-view__catch {
    right: -120px;
  }
}

@media (max-width: 1639px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
  .main-view__catch {
    right: 0;
  }
}

@media (max-width: 1256px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}

@media (max-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
}

@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
}

@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
/*# sourceMappingURL=map/topanimation.css.map */
