@charset "UTF-8";
/* 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;
  }
}
/* webfont 変数　*/
/* ofi */
/*====================================================================

topanimation.css

=====================================================================*/
.main-view {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.main-view__filter {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.main-view .l-cont {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1760px;
  height: 100%;
}
.main-view__catch {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
          align-items: center;
          justify-content: center;
  aspect-ratio: 26/23;
  width: 60%;
  max-width: 320px;
          transform: translate(-50%, -50%);
  background-color: #fff;
  font-weight: 400;
  text-align: center;
}
.main-view__catch__inner {
  -webkit-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}
.main-view__catch__inner img {
  width: 70%;
  max-width: 338px;
}

.catch-01,
.catch-02,
.catch-03 {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: calc(2rem + 3.26087vw - 9.13043px);
  line-height: 1;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.07;
}

@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未満--
  /====================================================================*/
}

@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view__catch {
    -webkit-transform: none;
    bottom: 0;
    left: 0;
    width: 29.55%;
    max-width: 520px;
            transform: none;
  }
}

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

@media (min-width: 1257px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .main-view__catch {
    background: none;
  }
  .catch-01,
  .catch-02,
  .catch-03 {
    font-size: 5rem;
  }
}

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

@media (min-width: 1640px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .main-view__catch__inner img {
    width: 100%;
  }
}

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

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

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

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

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