@charset "utf-8";  
*{
  margin: 0;
  padding: 0;
}


body {
  background-size: 100%;  
  color: white;
  font-family: "dela-gothic-one", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logo {
  text-align: center;
}

.logo img{
  height: 75%;
  width: auto; 
}

@keyframes open-keyanime1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.a {
  animation-name: open-keyanime1;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

.images {
 display: flex;
 justify-content: center;
 align-items: center; 
 margin-top: 200px;
 margin-bottom: 100px;
}

.images img{
 margin: 0 55px; 
 filter: drop-shadow(0 0 50px #fff);
 cursor: pointer;
 transition: transform 0.3s, box-shadow 0.3s;
}

.images img:hover {
  transform: scale(1.5); /* ← 拡大倍率 */
  z-index: 10; /* ← 前面に出す */
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.sorehoho img{
  height: 350px;
  width: auto;
}

.yuniko img{
  height: 325px;
  width: auto;
}

.navi img{
  height: 200px;
  width: auto;
}

.kyougi img{
  width: 250px;
  height: auto;
}

.subtitle_vivid {
  text-align: center;
  margin-top: 300px;
}

.subtitle_number {
  text-align: center;
}

.about{
  text-align: center;
  margin-top: 200px;
  font-size: 60px;
  border-bottom: 5px solid;
  width: fit-content;
  margin: auto;
}

.caption {
  text-align: center;
  font-size: 45px;
  margin-top: 15px;
}

.date {
  text-align: center;
  font-size: 45px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.performers{
  text-align: center;
  font-size: 60px;
  border-bottom: 5px solid;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}

.performer{
  text-align: center;
  margin-bottom: 200px;  
}

.performer_title{
  font-size: 50px;
  margin-bottom: 20px;
}

.performer_caption{
  font-size: 25px;
}
.performer img{
  width: 75%;
  height: auto;
  border: 5px solid #fff;
}

.fade-in {
  opacity: 1;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/*スマホ*/
@media (min-width:1px) and (max-width: 767px) {
.logo img{
  height: 225px;
  width: auto;
  margin-top: 100px;
}

.subtitle_vivid{
  margin-top: 115px;
}

.subtitle_vivid img{
  height: 100px;
  width: auto;
}

.subtitle_number img{
  height: 150px;
  width: auto;
}

.images{
  margin-top: 170px;
}

.images img{
  margin: 0 10px;
}
.sorehoho img{
  height: 100px;
}

.yuniko img{
  height: 100px;
  width: auto;
}

.navi img{
  width: 100px;
  height: auto;
}

.kyougi img{
  height: 95px;
  width: auto;
}

.about{
  font-size: 35px;
}

.caption{
  font-size: 25px;
}

.date{
  font-size: 25px;
}

.performers{
  font-size: 35px;
}

.performer_title{
  font-size: 27px;
}

.performer_caption{
 font-size: 13px; 
}
}

/*タブレット*/
@media (min-width:768px) and (max-width: 1024px) {
.logo img{
  height: 400px;
  width: auto;
}

.images img{
  margin: 0 25px;
}

.sorehoho img{
  height: 160px;
  width: auto;
}

.yuniko img{
  height: 160px;
  width: auto;
}

.navi img{
  height: 120px;
  width: auto;
}

.kyougi img{
  height: 150px;
  width: auto;
}

.subtitle_vivid{
  margin-top: 170px;
}

.date{
  margin-bottom: 150px;
}

.performer_caption{
  font-size: 26px;
}
}