.mv-image{
  position: relative;
}

.zokusei-button-box {
  position: absolute;
  top: 275px;
  z-index: 10;
  left: 45px;
}

.push-key-button {
  width: 130px;
  background-color: #009380;
  height: 55px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.push-key-button::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 3.5s ease-in-out infinite;
}

.push-key-button.clicked::before {
  content: none;
}

.push-key-button.ipad {
  position: absolute;
  top: 275px;
  left: 120px;
  width: 500px;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.zokusei-ipad-txt {
  position: absolute;
  top: 323px;
  left: 550px;
}

.js-modal-box {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 10000000000000000;
}

.js-modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  max-width: 700px;
  max-height: 450px;
  overflow: scroll;
}

.js-close-btn {
  position: static;
  background: none;
  border: none;
  color: #333;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
}

#registration-modal .js-modal-content{
  overflow: auto;
}

.regi-ttl{
  color: #009380;
  font-weight: bold;
  text-decoration: underline;
  font-size: 3rem;
  text-align: center;
}

.regi-txt{
  font-size: clamp(12px, 3.5vw, 20px);;
  text-align: center;
}

.regi-txt a{
  color: blue;
  text-decoration: underline;
}

.notification-preview-modal .js-modal-content{
  max-width: 720px;
}

.notification-preview-card{
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 16px;
  margin: 12px 0;
}

.notification-preview-image{
  width: 180px;
  max-width: 40vw;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  background: #e8e8e8;
}

.notification-preview-text{
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  flex: 1;
  min-width: 220px;
}

.notification-preview-heading{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.preview-intro,
.preview-label{
  margin: 8px 0;
}

.preview-label #preview-selected-label{
  font-weight: bold;
}

.preview-register-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
}

.preview-register-button p{
  margin: 0;
}

@media (max-width: 767px) {
  .notification-preview-card{
    flex-direction: column;
    text-align: center;
  }

  .notification-preview-image{
    width: 100%;
    max-width: 320px;
  }
}

.mv-under-box{
  display: flex;
}

.countdown-box{
  flex: 2;
}

.infomation-box{
  flex: 3;
}

.countdown-box,.infomation-box{
  margin: 15px;
}

.content-ttl{
  font-weight: bold;
  font-size: 2.5rem;
}

.countdown-box .count-down{
  font-weight: bold;
  font-size: 2rem;
  color: #009380;
}

.countdown-box .-cnt,
.infomation-box .-cnt{
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 0px #c3c3c3;
  padding: 10px 20px;
}

.infomation-box .-cnt{
  text-align-last: left;
  overflow-y: scroll;
}

.countdown-box .count-down-days,
.countdown-box .count-down-times{
  color: #009380;
  font-size: 1.5em;
}
.backnumber-link{

}

.panel-cnt-box{
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
}

.panel-cnt {
  width: 32%;
  margin: 1% 1% 1% 0%;
}

.panel-img{
  display: block;
  background-color: #fff;
  width: 100%;
  height: 164px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #c3c3c3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.panel-img.kakomon{
  background-image: url(../img/kakomon.webp);
}
.panel-img.kaijou-weather{
  background-image: url(../img/kaijou_weather.webp);
}
.panel-img.yell{
  background-image: url(../img/yell.webp);
}
.panel-img.news{
  background-image: url(../img/news.webp);
}
.panel-img.kyotsutest{
  background-image: url(../img/kyotsutest.webp);
}
.panel-img.saiten{
  background-image: url(../img/saiten.webp);
}
.panel-img.heikinten{
  background-image: url(../img/ave.webp);
}
.panel-img.hantei_sys{
  background-image: url(../img/gouhi.webp);
}
.panel-img.gouhi{
  background-image: url(../img/gouhi_line.webp);
}
.panel-img.nidankai{
  background-image: url(../img/two_line.webp);
}
.nyushi-info-img.toshintimes{
  background-image: url(../img/info.jpg);
}
.nyushi-info-img.daigaku{
  background-image: url(../img/300_300_daigaku.jpg);
}
.nyushi-info-img.change{
  background-image: url(../img/300_300_change.webp);
}
.nyushi-info-img.schedule{
  background-image: url(../img/300_300.webp);
}
.nyushi-info-img.bairitsu{
  background-image: url(../img/300_300_bairitsu.webp);
}
.nyushi-info-img.nijishidai{
  background-image: url(../img/300_300_nijishidai.jpg);
}
.nyushi-info-img.kiso{
  background-image: url(../img/300_300_kiso.webp);
}

.panel-ttl{
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 3rem;
  margin: 1rem 0;
}

.panel-ttl span{
  font-size: 0.8em;
}

.panel-ttl::before {
  position: absolute;
  content: "";
  background-color: #009380;
  border-radius: 150px;
  width: 2rem;
  height: 2rem;
  transform: translateY(50%) translateY(50%);
  top: -15px;
  left: 5px;
}

.panel-link{
  font-size: 1.8rem;
  color: #111;
  width: 32%;
  display: inline-block;
}

.panel-txt{
  font-size: 1.5rem;
}

.panel-txt span{
  text-align: right;
}

/* push-popup */
.popup{
  display: none;
}
.popup-open{
  cursor: pointer;
}
.popup-container{
  display: none;
}


/* nyushi_info */
#nyushi_info{
  background-color: #009380;
  border-radius: 10px;
  padding: 20px 10px;
}

#nyushi_info .content-ttl{
  color: #fff;
}

#nyushi_info .splide__slide{
  width: auto!important;
  margin: 10px;
}

.nyushi-info-img{
  display: block;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  background-position: center center;
  background-size: 100%;
}

#nyushi_info p{
  color: #fff;
}

.device-text {
  font-size: 2rem;
  margin: 20px 15px 10px;
  font-weight:500;
}

.sp-text {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-text {
    display: none;
  }
  .sp-text {
    display: inline;
  }
  .device-text {
    font-size:1.65rem;
  }
}
