*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@media screen and (max-width:600px){
    .pc{display: none;}
    .mobile-mgr2{
        margin-right: 1rem;
    }
    .mobile-welcome2kivotos{
        width: 15.36rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 2.912rem;
        right: 1.12rem;
        justify-content: space-between;
        flex-direction: column;
    }           
    .mobile-welcome2kivotos-title{
        font-size: 1.85rem;
        line-height: 1;
        color: #323232;
    }
    .mobile-welcome2kivotos-title-k{
        color: #1f90fa;
    }
    .mobile-welcome2kivotos-title-sub{
        color: #1f90fa;
        font-size: .768rem;
        width: 100%;
        letter-spacing: .352rem;
        white-space: nowrap;
        text-align: center;
        margin: .448rem 0 .608rem;
    }
    .mobile-welcome2kivotos-btn{
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
    }
    .mobile-welcome2kivotos-btn1{
        width: 7.104rem;
        height: 1.536rem;
        position: relative;
    }
    .mobile-welcome2kivotos-btn img{
        width: 100%;
        position: absolute;
    }
    .mobile-welcome2kivotos-btn1 img,.mobile-welcome2kivotos-btn2 img{
        border-radius: 3px;
    }
    .mobile-welcome2kivotos-copyright{
        font-size: xx-small;
        color: gray;
    }
    .mobile-logo{
        position: absolute;
        left: 1.12rem;
        top: .672rem;
        width: 12.928rem;
    }
    .mobile-logo-img{
        width: 100%;
    }
    .mobile-bgmpic{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .mobile-bgmpic-pic{
        width: 100%;
    }
    .mobile-bg{
        position: absolute;
        min-width: 100%;
        max-height: 99%;
        pointer-events: none;
        z-index: -114514;
        object-fit: fill;
    }
    .mobile-btn1,.mobile-btn2{
        background-color: #737373 !important;
    }
    
    #kn-rss-img {
        position: relative;
        transform: skew(-10deg);
        width: 250px;
        height: 160px;
        object-fit: cover;
        border-radius: 12px;
        border: 6px solid #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2);
        margin: 20px auto;
        display: block;
        transition: all 0.3s ease;
        margin-top: 7dvh;
    }
    
    #kn-rss-img:active {
        transform: skew(-10deg) scale(0.95);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
    }
    
    .news-icon {
        display: none;
    }
    
    .kn-rss-container {
        width: calc(100vw - 2rem);
        margin: 1rem;
        margin-top: 2rem;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 12px;
    }
    
    .kn-rss-title {

        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .knewsimg {
        max-width: 100%;
        height: auto;
    }
    
    .knrss-items {
        font-size: 0.9rem;
        line-height: 1.6;
        color: #333;
    }
.rss-article{
    margin: 1rem;
}
}