.limited_item a[href="#"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.35; /* 任意：非活性っぽく */
}
/* #contents-wrap:has(.limited_nav) {      
        background-image: url("../images/special/limited_bg.webp");
        background-repeat: no-repeat;                                            
        background-position: center top;                                         
        background-size: cover;                                                  
        background-attachment: fixed;                                            
  } */
   #contents-wrap {      
        background-image: url("../images/special/limited_bg.webp");
        background-repeat: no-repeat;                                            
        background-position: center top;                                         
        background-size: cover;                                                  
        background-attachment: fixed;                                            
  }
  .lead2 {
    /* color: #fff; */
    font-size: 20px;
    margin: 40px auto;
}
.info-area {
  background-color: #fff;
  margin: 0;
  padding: 6% 0;
}
h3.limited_title {
    margin-bottom: 30px;
}
  .limited_item a {                       
        box-shadow:                                                              
                0 0 24px 4px rgba(180, 210, 255, 0.55),
                0 0 60px 10px rgba(120, 170, 230, 0.35);                         
        transition: box-shadow 0.3s ease;                                        
  }                                                                              
                                                                                 
  .limited_item a:hover {                 
        box-shadow:
                0 0 36px 8px rgba(200, 225, 255, 0.75),
                0 0 90px 16px rgba(140, 190, 240, 0.45);                         
  } 

.limited_item a .copy .p3 {
    text-align: justify;
    min-height: 6.8em;
}
@media screen and (max-width: 810px) {
    .limited_item a .copy .p1,
    .limited_item a .copy .p2,
    .limited_item a .copy .p3 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .limited_item a .copy .p3 {
        min-height: 0;
    }
    .limited_item a .copy .p3 br.sp,
    .limited_item a .copy .p3 br {
        display: none !important;
    }
}
.limited_item a .limited__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin-top: 20px;
    padding: 12px 36px 12px 24px;
    background-color: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center;
    border-radius: 999px;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
}
.limited_item a .limited__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s ease;
}
.limited_item a:hover .limited__btn {
    background-color: #204483;
    color: #fff;
    border-color: #204483;
}
.limited_item a:hover .limited__btn::after {
    border-top-color: #fff;
    border-right-color: #fff;
}
@media screen and (max-width: 810px) {
    .limited_item a .limited__btn {
        min-width: 0;
        width: auto;
        max-width: none;
        margin-top: 12px;
        padding: 8px 26px 8px 14px;
        font-size: 12px;
        background-color: #204483;
        color: #fff;
        border-color: #204483;
        white-space: nowrap;
    }
    .limited_item a .limited__btn::after {
        right: 12px;
        width: 6px;
        height: 6px;
        border-top-color: #fff;
        border-right-color: #fff;
    }
}

.plain-box {
    padding-bottom: 50px;
}
  div.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    background: #e6e6e6;
}
video.vid_main {
    width: 100%;
}
@media screen and (max-width: 810px) {
    .lead2 {
        font-size: 4vw;
        margin-bottom: 30px;
        /* padding-top: 0; */
        margin: 0 auto;
    }
    #movieclip {
        padding-top: 0;
    }
}

#sp-menu #pankuzu {
    background-color: #d2e2da;
    margin: 0;
    padding: 20px 0;
}
#sp-menu .member-box {
    background-color: #eef4f1;
}
#sp-menu .title-area {
        margin-bottom: 0 !important;
    }
#sp-menu .member-box .inner--base {
    padding: 0 40px 40px;
}
@media screen and (max-width: 810px) {
    #sp-menu .member-box .inner--base {
        padding: 0;
    }
}
/* #sp-menu #pankuzu .pankuzu-list li {
    color: #fff;
}
#sp-login h3.backLine {
    color: #fff;
}
#sp-login #pageWrap #loginWrap p.lead {
    color: #fff;
}
h3.backLine::before, h3.backLine::after {
    background-color: #fff;
}
#sp-login .limited_nav p {
    color: #fff;
} */