.kanon-center {
  width: 1100px;
  max-width: calc(100% - 30px);
  margin: auto;
  text-align: center;
}
.kanon-center img {
  width: 100%;
}

.kanon-head {
  position: relative;
}
.kanon-head img {
  width: 100%;
}
.kanon-head .kanon-buttons {
  width: 35%;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 1.3vw;
}
.kanon-head .kanon-button {
  height: 4.2vw;
}

.kanon-feature {
  background: rgba(255, 240, 173, 0.49);
}

.kanon-goal img {
  width: 100%;
}

.kanon-movie {
  position: relative;
  width: 900px;
  max-width: calc(100% - 30px);
  margin: auto;
  margin-top: 50px;
}
.kanon-movie:after {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.kanon-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kanon-buttons {
  display: flex;
  justify-content: center;
  width: 600px;
  max-width: calc(100% - 30px);
  margin: auto;
  margin-top: 50px;
}

.kanon-button {
  color: #fff;
  background: gray;
  width: calc(50% - 10px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.kanon-button:hover {
  color: #fff;
  transition: all 0.2s;
}/*# sourceMappingURL=kanon.css.map */