body {
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
}

a {
  text-decoration: none;
  color: #666666;
}

.container {
  background: url(/img/background.jpg);
  background-size: cover;
}

.contents {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px rgba(37, 30, 28, 0.3);
  background-color: white;
}
@media (max-width: 730px) {
  .contents {
    position: relative;
    top: 5px;
    padding-bottom: 5px;
  }
}

.cover .cover-item {
  position: absolute;
  top: 0;
  width: calc(50% - 200px);
  height: 100%;
}
.cover .cover-item__right {
  right: 0;
  position: fixed;
}
.cover .cover-item__right img {
  width: 25.4375vw;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  bottom: 5vw;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cover .cover-item__left {
  left: 0;
  position: fixed;
}
.cover .cover-item__left .flowing-item-wrap {
  position: relative;
  height: 100vh;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item {
  position: absolute;
  bottom: -30vh;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--1 {
  left: 20vw;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--1 img {
  width: 70px;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--2 {
  left: 2vw;
  animation-delay: 3s;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--2 img {
  width: 30px;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--3 {
  left: 10vw;
  animation-delay: 8s;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--3 img {
  width: 50px;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--4 {
  left: 16vw;
  animation-delay: 12s;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--4 img {
  width: 40px;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--5 {
  left: 2vw;
  animation-delay: 15s;
}
.cover .cover-item__left .flowing-item-wrap .flowing-item--5 img {
  width: 60px;
}
@media (max-width: 730px) {
  .cover {
    display: none;
  }
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slide {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 617px;
  overflow: hidden;
}
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 617px;
  animation: slideshow 15s linear infinite;
}
.slide img:nth-child(2) {
  animation-delay: 5s;
}
.slide img:nth-child(3) {
  animation-delay: 10s;
}

.key-visual {
  position: relative;
  margin-bottom: 40px;
}
.key-visual .logo {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.key-visual .logo img {
  width: 191px;
}
.key-visual .key-phrase {
  position: absolute;
  top: 10px;
  right: 10px;
}
.key-visual .key-phrase img {
  width: 122px;
}

@keyframes flowing-scroll-up {
  from {
    transform: translateY(30vh);
  }
  to {
    transform: translateY(-130vh);
  }
}
.flowing-item-wrap {
  overflow: hidden;
}
.flowing-item-wrap .flowing-item {
  display: block;
  overflow: hidden;
  animation: flowing-scroll-up 15s infinite linear 0.5s;
}

.intro {
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #CA93BE;
  margin-bottom: 70px;
}
.intro .intro-lead {
  line-height: 2.35;
  margin: 0 0 20px;
}
.intro .intro-copy {
  width: 207px;
  margin: 0 0 20px;
}

.flow {
  text-align: center;
  margin-bottom: 70px;
}
.flow .flow-title img {
  width: 200px;
}
.flow .flow-items {
  margin: 0 20px;
}
.flow .flow-items .flow-item {
  display: flex;
  margin-bottom: 50px;
}
.flow .flow-items .flow-item .flow-img img {
  width: 145px;
}
.flow .flow-items .flow-item .flow-content {
  text-align: left;
  margin-left: 30px;
}
.flow .flow-items .flow-item .flow-content .flow-title {
  font-size: 15px;
  position: relative;
  margin-bottom: 30px;
}
.flow .flow-items .flow-item .flow-content .flow-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 180px;
  height: 0.75px;
  background-color: #808080;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
.flow .flow-items .flow-item .flow-content .flow-text {
  font-size: 12px;
}
.flow .flow-items .flow-item--2 {
  flex-direction: row-reverse;
}
.flow .flow-items .flow-item--2 .flow-img {
  margin-left: 30px;
}
.flow .flow-items .flow-item--2 .flow-content {
  margin-left: 0;
}

.photo {
  margin-bottom: 70px;
}
.photo .photo-title {
  text-align: center;
}
.photo .photo-title img {
  width: 95%;
  position: relative;
  z-index: 100;
}
.photo .photo-items {
  position: relative;
  height: 500px;
}
.photo .photo-items .photo-item {
  position: absolute;
}
.photo .photo-items .photo-item--1 {
  width: 198px;
  left: 25px;
  top: -35px;
  z-index: 0;
}
.photo .photo-items .photo-item--2 {
  width: 150px;
  right: 12px;
  top: 0px;
  z-index: 0;
}
.photo .photo-items .photo-item--3 {
  width: 220px;
  left: 0;
  top: 125px;
  z-index: 0;
}
.photo .photo-items .photo-item--4 {
  width: 210px;
  right: 0;
  top: 230px;
  z-index: 10;
}
.photo .photo-items .photo-item--5 {
  width: 218px;
  left: 15px;
  top: 350px;
  z-index: 0;
}

.activity {
  text-align: center;
  margin-bottom: 70px;
}
.activity .activity-title img {
  width: 170px;
}
.activity .activity-items .activity-item {
  margin-bottom: 40px;
}
.activity .activity-items .activity-item--right {
  text-align: right;
}
.activity .activity-items .activity-item--left {
  text-align: left;
}
.activity .activity-items .activity-item .activity-photo img {
  width: 312px;
}
.activity .activity-items .activity-item .activity-content {
  position: relative;
  right: 10px;
}
.activity .activity-items .activity-item .activity-content .activity-text {
  display: inline-block;
  margin-bottom: 10px;
}
.activity .activity-items .activity-item .activity-content .activity-text .activity-date {
  font-size: 11px;
  margin-right: 10px;
}
.activity .activity-items .activity-item .activity-content .activity-text .activity-lesson {
  display: inline-block;
  font-size: 14px;
}
.activity .activity-items .activity-item .activity-content .activity-text--left {
  position: relative;
  left: 15px;
}
.activity .activity-items .activity-item .activity-content .activity-more {
  display: block;
}
.activity .activity-items .activity-item .activity-content .activity-more a {
  position: relative;
  right: 15px;
}
.activity .activity-items .activity-item .activity-content .activity-more a .more {
  position: absolute;
  top: -12px;
}
.activity .activity-items .activity-item .activity-content .activity-more a .more img {
  width: 10px;
}
.activity .activity-items .activity-item .activity-content .activity-more a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 0.75px;
  background-color: #808080;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.activity .activity-items .activity-item .activity-content .activity-more--left a {
  left: 15px;
}
.activity .activity-items .activity-item .activity-content--left {
  right: 0;
}

footer {
  position: relative;
  padding: 30px 0 10px;
  background-color: #C0A7C9;
  color: #fff;
  text-align: center;
}
footer .footer-logo img {
  width: 150px;
}

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