.game {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .game {
    margin-top: 0;
  }
}
.game__row {
  display: grid;
  grid-template-columns: 1fr 306px;
  align-items: center;
  column-gap: 46px;
}
@media screen and (max-width: 768px) {
  .game__row {
    padding-inline: 2.9333333333vw;
    grid-template-columns: 1fr calc(116px - 6.6666666667vw);
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .game__main {
    display: contents;
  }
}
.game__title {
  font-size: 2.6rem;
  line-height: 1.3076923077;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .game__title {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.game__text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .game__text {
    margin-top: 2px;
    text-align: left;
    grid-column: 1/-1;
  }
}
.game__img {
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .game__img {
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: initial;
    margin-right: -6.6666666667vw;
    margin-left: 0;
  }
}
.game__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .game__btn {
    margin-top: 45px;
  }
}
.game__box {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 672px;
}
@media screen and (max-width: 768px) {
  .game__box {
    margin-top: 40px;
  }
}
.game__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}
@media screen and (max-width: 768px) {
  .game__heading {
    column-gap: 6.2px;
  }
}
.game__heading > span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.5714285714;
}
.game__heading::before, .game__heading::after {
  content: "";
  display: block;
  width: 2px;
  height: 46px;
  border-radius: 2px;
  background: #674F4F;
  transform-origin: bottom center;
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  .game__heading::before, .game__heading::after {
    height: 37.03px;
  }
}
.game__heading::before {
  transform: rotate(-31deg);
}
.game__heading::after {
  transform: rotate(31deg);
}
.game__level {
  margin-top: 10px;
  line-height: 46px;
  background: #88C0D8;
  color: var(--color_white);
  text-align: center;
  font-weight: bold;
  border-radius: 11px;
  font-size: 2rem;
  letter-spacing: 0.13em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .game__level {
    line-height: 33px;
    font-size: 1.6rem;
  }
}
.game__level::after {
  content: "";
  display: block;
  width: 34px;
  height: 14px;
  background: #88C0D8;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .game__level::after {
    bottom: 7px;
  }
}
.game__hint {
  margin-top: 24px;
  padding: 30px 40px;
  background: #EFF5F5;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .game__hint {
    margin-top: 15px;
    padding: 15px 19px;
  }
}
.game__img01, .game__img02 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .game__img01, .game__img02 {
    margin-top: 22px;
  }
}
.game__answer {
  margin-top: 39.8px;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .game__answer:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .game__answer {
    margin-top: 30px;
  }
}/*# sourceMappingURL=game.css.map */