@charset "UTF-8";
/*
* 更新用 style
* 緊急・外部操作等で一時的に上書きする場合に使用
* 記述されたものは原則scssに差分を吸収し、コンパイルしたものを再アップする
*/
.expand-box {
  max-height: 250px;
}
.index-link-item .nolink {
  pointer-events: none;
}
.index-link-item .nolink::before {
  content: "Coming soon";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  font-size: 1.5em;
  color: #fff;
  font-family: "EB Garamond", serif;
}
.pagenate .page-numbers.dots {
  border: none;
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1025px) {
}
