@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

=====================================================================*/
.main-view {
  -ms-flex-pack: center;
  display: flex;
  position: relative;
      justify-content: center;
  overflow: hidden;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.main-view__filter {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

.main-view__color {
  position: absolute;
  bottom: 0;
  left: calc(50% - 68px);
  width: 1036px;
  overflow: hidden;
}

.main-view__color__inner {
  z-index: 2;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 60px;
}

.main-view__color__inner:before {
  z-index: -1;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 120%;
  height: 100%;
  -webkit-transform: skew(-14deg);
  transform: skew(-14deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background: rgba(0, 0, 0, 0.05);
  content: "";
}

.main-view__inner {
  display: flex;
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}

.main-view__catch {
  z-index: 4;
  width: 100%;
}

.main-view__catch__inner {
  display: inline-block;
  position: relative;
  padding: 24px 1em 16px 0;
  padding: 1.5rem 1em 1rem 0;
  color: #343434;
  transition: all 0.6s ease-in 0s;
}

.main-view__catch__inner .catch-line {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100vw;
  height: 8px;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  background: #fff;
  content: "";
  transition: all 2s ease 0s;
}

.main-view__catch__inner:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 2px;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  background: #3B8CFF;
  content: "";
}

.main-view__catch__inner:after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #3B8CFF;
  content: "";
  transition: all 0.3s ease 2s;
}

.main-view__catch__inner.display .catch-line {
  width: 0;
}

.main-view__catch__inner.display:after {
  width: 10px;
  height: 10px;
}

.catch-01 {
  position: relative;
  padding-top: 0.1em;
  padding-bottom: 0.15em;
  color: #a8c0e6;
  font-family: Lusitana, sans-serif;
  font-weight: 500;
}

.catch-01 span {
  display: block;
}

.catch-01 span:nth-child(1) {
  font-size: calc(0.8rem + 14 * (100vw - 280px) / 920);
}

.catch-01 span:nth-child(2) {
  font-size: calc(0.8rem + 16 * (100vw - 280px) / 920);
}

.catch-01 .letter {
  display: inline-block;
  line-height: 1em;
}

.catch-02 {
  position: relative;
  font-family: Zen Old Mincho, sans-serif;
  font-size: calc(1.25rem + 20 * (100vw - 280px) / 920);
  font-weight: 700;
  letter-spacing: 0;
}

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

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

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

@media (min-width: 768px) {
  /*====================================================================/
/*--タブレット　iPadmini 以上--
/====================================================================*/
  .main-view {
    height: 100vw;
    background-image: url(../img/common/top-main_tb.jpg);
    background-size: cover;
  }
  .catch-01 span:nth-child(1) {
    font-size: calc(1.14rem + 16 * (100vw - 768px) / 432);
  }
  .catch-01 span:nth-child(2) {
    font-size: calc(1.25rem + 16 * (100vw - 768px) / 432);
  }
  .catch-02 {
    font-size: calc(1.75rem + 8 * (100vw - 768px) / 432);
    letter-spacing: 0.1em;
  }
}

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

@media (min-width: 1024px) {
  /*====================================================================/
/*--XGAサイズ　iPadPro 以上--
/====================================================================*/
  .main-view__catch__inner {
    padding: 1.5rem 1em 2rem 0;
  }
}

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

@media (min-width: 1257px) {
  /*====================================================================/
/*---PC 以上--
/====================================================================*/
  .main-view {
    align-items: center;
    height: 940px;
    background-image: url(../img/common/top-main_pc.jpg);
    background-size: auto;
  }
  .main-view__inner {
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .catch-01 span:nth-child(1) {
    font-size: 1.5rem;
  }
  .catch-01 span:nth-child(2) {
    font-size: 1.88rem;
  }
  .catch-02 {
    font-size: 2rem;
  }
}

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

@media (min-width: 1657px) {
  /*====================================================================/
/*--Large PC 以上--
/====================================================================*/
}

@media screen and (min-width: 1920px) {
  .main-view {
    background-size: cover;
  }
  .main-view__color {
    width: 53.95%;
  }
}

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

@media (max-width: 1256px) {
  /*====================================================================/
/*--PC 未満--
/====================================================================*/
  .main-view__color {
    display: none;
  }
  .main-view__inner {
    padding-top: 22vw;
  }
}

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

@media (max-width: 767px) {
  /*====================================================================/
/*--タブレット iPadmini 未満--
/====================================================================*/
  .main-view {
    height: 150vw;
    background-image: url(../img/common/top-main_sp.jpg);
    background-size: cover;
  }
  .main-view__inner {
    padding-top: 24vw;
  }
}

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

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