@charset "UTF-8";
/* webfont 変数　*/
/* blockeffects */
@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=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% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes margintop {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=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 {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000;
  -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);
  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;
  animation-fill-mode: both;
  content: "";
}

.blockeffects--catch > * {
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.blockeffects--catch:after {
  background-color: #fff;
}

/* 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%;
}

.main-view .l-cont {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}

.main-view__catch {
  z-index: 3;
  position: absolute;
  bottom: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
}

.catch-01 {
  display: inline-block;
  position: relative;
  color: #202020;
  font-size: calc(1rem + 30 * (100vw - 280px) / 920);
  font-weight: 900;
  line-height: 1.2;
}

.catch-01_item01 {
  display: block;
}

.catch-01_item01 > * {
  display: block;
}

.catch-02 {
  display: block;
  position: relative;
  padding-top: 0.4em;
  padding-left: 0.2em;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: calc(1rem + 8 * (100vw - 280px) / 920);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.catch-bg {
  padding: 16px 48px;
  padding: 1rem 3rem;
  background: #fff;
}

@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: 1023px) {
  /*====================================================================/
/*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
/====================================================================*/
  .catch-01 {
    font-size: 2.5rem;
  }
}

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

@media (min-width: 1024px) and (max-width: 1256px) {
  /*====================================================================/
/*--XGAサイズ iPadPro以上 PC未満--
/====================================================================*/
  .catch-bg {
    width: 80%;
  }
}

@media (min-width: 1257px) {
  /*====================================================================/
/*---PC 以上--
/====================================================================*/
  .catch-01 {
    padding: 1rem 2rem 1rem 3rem;
    font-size: 3.13rem;
  }
  .catch-02 {
    font-size: 1.63rem;
  }
}

@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 未満--
/====================================================================*/
  .main-view__catch {
    top: calc(50% - -5rem);
    right: 0;
    left: 0;
    text-align: center;
  }
  .catch-01 {
    padding: 1rem 2rem;
  }
}

@media (max-width: 1023px) {
  /*====================================================================/
/*--XGAサイズ iPadPro 未満--
/====================================================================*/
  .catch-bg {
    width: 90%;
  }
}

@media (max-width: 767px) {
  /*====================================================================/
/*--タブレット iPadmini 未満--
/====================================================================*/
  .catch-01 {
    padding: .5rem 1rem;
    font-size: 1.5rem;
  }
  .catch-02 {
    font-size: 0.81rem;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
/*--iPhone 以下--
/====================================================================*/
}

@media (max-width: 375px) {
  .catch-01 {
    font-size: 1.13rem;
  }
}

/*# sourceMappingURL=map/topanimation.css.map */
