@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*--------------- ▽ 2026.08.25エントランスページ修正 ▽ ---------------*/
.entrance {
  padding-top: 30%;
}
.entrance-list02 {
  display: block;
}
.entrance-item02 {
  width: 100%;
}
.entrance-item02:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.entrance-item02 .link {
  display: block;
  width: 100%;
  height: 35vh;
  position: relative;
}
.entrance-item02 .link:hover {
  opacity: 0.8;
}
.entrance-item02 .img {
  position: absolute;
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.entrance-item02 .ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease;
  justify-content: center;
}
.entrance-item02 .ttl img {
  width: min(50%, 250px);
}
.entrance-footer {
  position: relative;
}
.entrance-footer .copyright {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/*--------------- △ 2026.08.25エントランスページ修正 △ ---------------*/