#sp-2025 br.sp {
  display: none
}

#sp-2025 .main-img {
  text-align: center;
  background-color: #e9e9e9
}

#sp-2025 .lead {
  margin: 70px 0 0;
  font-size: 20px;
  line-height: 2;
  text-align: center
}

#sp-2025 .contents-wrap {
  display: flex;
  justify-content: center;
  margin-top: 180px;
  gap: 0 90px
}

#sp-2025 .contents-main {
  display: block;
  position: relative;
  flex-basis: 320px;
  aspect-ratio: 8/7;
  border-radius: 12px;
  background-color: #565c72;
  color: #fff;
  text-align: center;
  transition: background-color .3s ease
}

#sp-2025 .contents-main:hover {
  background-color: rgba(86, 92, 114, .7)
}

#sp-2025 .contents-main:hover img {
  opacity: 1
}

#sp-2025 .contents-main:hover p {
  color: #fff
}

#sp-2025 .contents-main-img {
  margin-top: -140px
}

#sp-2025 .contents-main-img img {
  margin-top: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);

}


#sp-2025 .contents-main-title {
  margin-top: 38px;
  font-size: 24px;
  font-weight: 700
}

#sp-2025 .contents-main-lead {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700
}

#sp-2025 .contents-main-lead::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#sp-2025 .contents-main-notice {
  margin: 80px 0;
  text-align: center
}

#sp-2025 .contents-main-notice p {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left
}

@media only screen and (max-device-width:1280px) and (max-width:640px) {
  #sp-2025 br.pc {
    display: none
  }

  #sp-2025 br.sp {
    display: inline
  }

  #sp-2025 .lead {
    margin-top: 40px;
    font-size: 14px
  }

  #sp-2025 .contents-wrap {
    display: block;
    margin-top: 30%
  }

  #sp-2025 .contents-main {
    max-width: 68%;
    margin: 0 auto 30%
  }

  #sp-2025 .contents-main:last-child {
    margin-bottom: 0
  }

  #sp-2025 .contents-main-img {
    margin-top: 0;
    position: absolute;
    top: -40%
  }

  #sp-2025 .contents-main-img img {
    display: inline-block;
    width: 62%;
    height: auto;
    margin: 0 auto
  }

  #sp-2025 .contents-main-wrap {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0
  }

  #sp-2025 .contents-main-title {
    margin-top: 0;
    font-size: 20px
  }

  #sp-2025 .contents-main-lead {
    margin-top: 5px;
    font-size: 14px
  }

  #sp-2025 .contents-main-notice {
    margin: 40px 15px
  }

  #sp-2025 .contents-main-notice p {
    font-size: 12px
  }
}