* {
  margin: 0;
}

.use-font {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header {
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  padding: 24px 19px;
  overflow: hidden;
}

.header-touch {
  position: absolute;
  top: 25px;
  right: 30px;
}


@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(122, 122, 122, 0.1)
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5, 1.5);
    background-color: rgba(102, 102, 102, 0)
  }
}

.header-touch-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 148px;
  height: 148px;
  background-color: #7A7A7A;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}

.header-touch-icon img {
  position: relative;
  z-index: 2;
}

.header-touch-icon.:focus {
  outline: none;
}

.header-touch-icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: '';
  animation: pulseMotion 1.4s linear infinite;
}





.header-sub-title {
  font-size: 52px;
  margin-bottom: 4px;
}

.header-title {
  font-size: 64px;
  font-weight: normal;
}

.main {
  padding: 42px;
  padding-bottom: 84px;
}

.pottery-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.pottery-filter-button {
  font-size: 32px;
  width: 213px;
  padding: 16px 0px;
  color: #619BCA;
  background-color: #fff;
  border: 2px solid #619BCA;
  border-radius: 64px;
}

.pottery-filter-button.active {
  color: #fff;
  background-color: #619BCA;
  border: 2px solid #619BCA;
}

.pottery-filter-button.signage_area {
  color: #909;
}

.pottery-filter-button.signage_area[data-type=".signage_area_18"] {
  color: #900;
}

.pottery-filter-button.signage_area:nth-of-type(2) {
  color: #090;
}

.pottery-cards {
  list-style: none;
  padding: 0;
}

.pottery-card {
  width: 298px;
  margin-top: 42px;
}

.pottery-card-link {
  text-decoration: none;
}

.pottery-card-image {
  margin-bottom: 12px;
  width: 298px;
}

.pottery-card-tags {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.pottery-card-tag {
  font-size: 15px;
  padding: 2px 8px;
}

.pottery-card-tag-yakikata {
  color: #fff;
  background-color: #619BCA;
}

.pottery-card-tag-group {
  color: #fff;
  background-color: #619BCA;
}

.pottery-card-tag-tokucho {
  color: #619BCA;
  border: 1px solid #619BCA;
  box-sizing: border-box;
}

.pottery-card-tag-area {
  color: #619BCA;
  border: 1px solid #619BCA;
  box-sizing: border-box;
}

.pottery-card-heading {
  font-weight: 400;
}

.pottery-card-number {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 14px;
  height: 10px;
  width: 10px;
  vertical-align: baseline;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.pottery-card-title {
  font-size: 32px;
  color: #000;
  display: inline;
  letter-spacing: 3px;
}

.pottery-card-furigana {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin: 12px 0;
}

.pottery-card-lead {
  font-size: 14px;
  color: #000;
}

.no-result {
  display: none;
  margin-top: 500px;
}

.no-result-main-text {
  font-size: 32px;
  text-align: center;
  margin-bottom: 12px;
}

.no-result-sub-text {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
