.p-glossary {
  margin-top: 6rem;
  -webkit-transform: translate(-1.2rem, -1rem);
  transform: translate(-1.2rem, -1rem);
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .p-glossary {
    margin-top: 3.2rem;
    -webkit-transform: translate(-0.8rem, -0.6rem);
    transform: translate(-0.8rem, -0.6rem);
  }
}

.l-section.is-active .p-glossary {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
  transition: opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
  transition: transform 1.2s var(--ease-out-cubic) 0.25s, opacity 0.7s var(--ease-out-cubic) 0.25s;
  transition: transform 1.2s var(--ease-out-cubic) 0.25s, opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
}

.p-glossary__title {
  text-align: center;
  color: var(--color-pink);
  font-size: 3.2rem;
}

@media screen and (max-width: 750px) {
  .p-glossary__title {
    font-size: 2.4rem;
  }
}

.p-glossary_item {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .p-glossary_item {
    margin-top: 30px;
  }
}

.p-glossary_item:first-child {
  margin-top: 0;
}

.p-glossary_cap {
  color: var(--color-gold);
  font-size: 1.8em;
  line-height: 1em;
}

.p-glossary_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .p-glossary_text {
    display: block;
  }
}

p {
  width: calc(100% - 200px);
}

@media screen and (max-width: 750px) {
  p {
    width: 100%;
  }
}

.p-glossary_img {
  display: 180px;
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .p-glossary_img {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
/*# sourceMappingURL=glossary.css.map */