@import url("https://fonts.googleapis.com/css?family=GFS+Didot&display=swap");
.contents {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.contents-main__discription {
  padding: 5rem;
}
.contents-main__sample {
  margin-bottom: 5rem;
}
.contents-discription {
  animation-name: viewUp;
  animation-duration: 1.5s;
  animation-timing-function: linear;
}
@keyframes viewUp {
  0% {
    position: relative;
    bottom: -40px;
  }
  100% {
    position: relative;
    bottom: 0;
  }
}
.contents-discription__txt {
  position: relative;
  color: #3a3a3a;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .contents-discription__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 960px) {
  .contents-discription__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.2em;
  }
}
.contents-discription__txt-heading {
  margin-bottom: 2rem;
}
.contents-discription__txt-bold {
  position: relative;
  text-decoration: none;
}
.contents-discription__txt-bold::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  background: #fffbc9;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: -1;
}
.contents-discription__txt-bold.animated::after {
  transform: scale(1, 1);
}
.contents-sample__item-text {
  text-align: center;
  margin-bottom: 2rem;
}
.contents-sample__item-text {
  text-align: center;
}
.contents-sample__txt {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .contents-sample__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 960px) {
  .contents-sample__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
.contents-sample-image {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.contents-sample-image__img {
  width: 100%;
}
.contents-registration__comment {
  margin-bottom: 2rem;
}
.content-comment__txt {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .content-comment__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 960px) {
  .content-comment__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
.content-registration-btn__anchor {
  display: block;
  max-width: 300px;
  width: 80%;
  padding: 1rem 3rem;
  margin: 0 auto;
  background: #d7aeb5;
  border-radius: 7px;
  text-align: center;
  background: #d7aeb5;
  color: #ffffff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #888888 50%);
  background-position: 0.1px 0;
  background-size: 200% auto;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .content-registration-btn__anchor:hover {
    background-position: -100% 0;
    color: #3a3a3a;
  }
}
@media screen and (max-width: 768px) {
  .content-registration-btn__anchor:active {
    background-position: -100% 0;
    color: #3a3a3a;
  }
}
.content-registration-btn__txt {
  color: #ffffff;
}
@media screen and (min-width: 961px) {
  .content-registration-btn__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 960px) {
  .content-registration-btn__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    letter-spacing: 0.2em;
  }
}
.baloon {
  position: relative;
  padding: 0 4rem;
}
.baloon__deco {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #3a3a3a;
  display: block;
}
.baloon__deco-before {
  left: 0;
  transform: skewY(45deg);
  transform-origin: bottom right;
}
.baloon__deco-before:before {
  content: "";
  width: 70%;
  height: 1px;
  background: #3a3a3a;
  left: -13px;
  display: block;
  margin: 7px 3px;
}
.baloon__deco-after {
  right: 0;
  transform: skewY(-45deg);
  transform-origin: bottom left;
}
.baloon__deco-after:after {
  content: "";
  width: 70%;
  height: 1px;
  background: #3a3a3a;
  right: -13px;
  display: block;
  margin: 7px 6px;
}

.view-up {
  opacity: 0;
  transition: 1.5s all ease;
  position: relative;
  bottom: -40px;
}
.view-up.animated {
  opacity: 1;
  bottom: 0;
}

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