@charset "UTF-8";
.c-category-selector:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 48.0625em) {
  .c-category-selector:not(:last-child) {
    margin-bottom: 80px;
  }
}
.c-category-selector__inner {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-category-selector__items {
  font-family: proxima-nova, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  gap: 8px;
}
.c-category-selector__item {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  height: 27px;
  border: 1px solid #dcddde;
  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;
  padding: 0 16px;
  border-radius: 27px;
  -webkit-transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  letter-spacing: 0.05em;
}
.c-category-selector__item a {
  color: #53565a;
}
.c-category-selector__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-category-selector__item a:hover {
  opacity: 1;
}
.c-category-selector__item.is-current {
  border-color: #53565a;
}
.c-category-selector__item:hover {
  border-color: #53565a;
}

.trace-box {
  color: #53565a;
  font-family: proxima-nova, kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.h-style-1 {
  margin-bottom: 40px;
}
.h-style-1 strong {
  font-size: 24px;
  color: #53565a;
  font-family: proxima-nova, sans-serif;
}
@media (min-width: 48.0625em) {
  .h-style-1 strong {
    font-size: 32px;
  }
}

.nav-contents-list.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 5.5555555556vw, 80px);
}
.nav-contents-list.is-flex li {
  width: auto;
  float: unset;
}

.info :is(.category, .day) {
  color: #97999b;
  font-family: proxima-nova, kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.info .title {
  font-family: proxima-nova, kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}/*# sourceMappingURL=ci.css.map */