@font-face {
  font-family: "CenturyGothic";
  src: url("../font/CenturyGothic.ttc") format("truetype");
}
header {
  width: 100%;
  height: 60px;
  background: #fff;
}
@media screen and (min-width: 821px) {
  header {
    height: 90px;
  }
}

.p-official {
  padding: 40px 14px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 821px) {
  .p-official {
    padding: 120px 0 0;
    margin-bottom: 120px;
  }
}
.p-official .section__title {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-official .official__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.official__flex {
  max-width: 305px;
  margin: -30px auto 0;
}
@media screen and (min-width: 821px) {
  .official__flex {
    max-width: 900px;
    display: flex;
    gap: 20px;
    margin: -32px auto 0;
  }
}
.official__flex .official__flex-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 821px) {
  .official__flex .official__flex-item {
    margin-bottom: 0;
    width: 50%;
  }
}
.official__flex .official__flex-item:last-child {
  margin-bottom: 0;
}
.official__flex .official__flex-item a {
  display: block;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 14px;
  transition: box-shadow 0.3s ease;
}
.official__flex .official__flex-item a:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 821px) {
  .official__flex .official__flex-item a {
    margin-bottom: 20px;
  }
}
.official__flex .official__flex-item h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 821px) {
  .official__flex .official__flex-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.official__flex .official__flex-item p {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .official__flex .official__flex-item p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=store.css.map */