@charset "UTF-8";
/*--------------- ▽ 2026.08.25エントランスページ修正 ▽ ---------------*/
.entrance-list02 {
  justify-content: space-between;
}
.entrance-item02 {
  width: 49.5%;
}
.entrance-item02 .link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 103.2%;
  position: relative;
}
.entrance-item02 .link:hover {
  opacity: .8;
}
.entrance-item02 .link:hover .ttl {
  bottom: 10%;
}
.entrance-item02 .ttl {
  width: 41.9%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.9%;
  z-index: 10;
  transition: all 0.3s ease;
}
.entrance-item02 .ttl img {
  width: 100%;
}
.entrance-item02 .img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.entrance-item02 .img img {
  vertical-align: top;
}
/*--------------- △ 2026.08.25エントランスページ修正 △ ---------------*/