@charset "UTF-8";
/**** 共通カラー ****/
.section {
  position: relative;
}

.loop-wrapper {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 53.4722222222vw;
  position: absolute;
  bottom: 4.5138888889vw;
  right: 0;
  opacity: 0.2;
  z-index: 2;
}
.loop-wrapper .loop-inner {
  display: inline-block;
  animation: loop 60s linear infinite;
  font-family: "CormorantGaramond-Medium";
  color: #ffffff;
  font-size: 13.1944444444vw;
  line-height: 1;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .loop-wrapper .loop-inner {
    font-size: 120px;
  }
}

.section-band {
  padding-top: 29.8611111111vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-band {
    padding-top: 240px;
  }
}
.section-band .loop-wrapper {
  width: 100%;
  bottom: -16px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 10%);
}/*# sourceMappingURL=module.css.map */