.mainvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-bottom: -1px;
}

@media screen and (min-width: 768px) {
  .mainvisual {
    height: 700px;
  }
}

.mainvisual-video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.mainvisual-title {
  position: absolute;
  bottom: 70px;
  left: calc(20px + 50%);
  max-width: 900px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

.mainvisual-title img {
  max-width: 500px;
  -webkit-animation: toptitle 1s forwards;
          animation: toptitle 1s forwards;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .mainvisual-title img {
    max-width: 500px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual-title {
    bottom: 50px;
  }
}

.mainvisual .spslide {
  display: block;
}

@media screen and (min-width: 768px) {
  .mainvisual .spslide {
    display: none;
  }
}

@-webkit-keyframes toptitle {
  0% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  15% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes toptitle {
  0% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  15% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.club {
  position: relative;
}

.club:hover .club-bg img {
  -webkit-transform: scale(120%, 120%);
          transform: scale(120%, 120%);
}

.club-bg {
  z-index: 1;
  height: 250px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .club-bg {
    height: 315px;
  }
}

.club-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.club-logo {
  position: absolute;
  height: 100%;
  z-index: 2;
  top: 0%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .club-logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.club-logo:hover .club-logo-icon:after {
  -webkit-animation: arrow 1.2s infinite;
          animation: arrow 1.2s infinite;
}

@-webkit-keyframes arrow {
  50% {
    right: 1em;
    opacity: 1;
  }
  100% {
    right: 0.5em;
    opacity: 0;
  }
}

@keyframes arrow {
  50% {
    right: 1em;
    opacity: 1;
  }
  100% {
    right: 0.5em;
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .club-logo-icon {
    padding-right: 40px;
  }
}

.club-logo-icon img {
  width: 80vw;
  max-height: 200px;
}

@media screen and (min-width: 768px) {
  .club-logo-icon img {
    max-width: 247px;
    width: 25vw;
    max-height: auto;
  }
}

.club-logo-icon:after {
  position: absolute;
  top: 50%;
  right: 2em;
  content: "";
  background: url("../images/common/submenu-btn-arrow.svg") no-repeat left top;
  width: 35px;
  height: 8px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gcal {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
}
/*# sourceMappingURL=top.css.map */