@charset "utf-8";


.idc-commonbanner {
    display: none;

}

.ks_intro, 
.ks_item,
.ks_intro_2,
.ks_link {
    max-width: 1120px;
    margin: 0 auto;
}

.kessansale {

}



.ks_mv {
    max-width: 1920px;
    margin: 0 auto;
}

.ks_intro {
    text-align: center;
    padding: 2rem;

}

.ks_intro_text:first-child {
    
    /* font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: serif;
    display: inline-block;
    line-height: 1.1; 
    background: linear-gradient(transparent 54%, #f1ec94 50%); */
    
}
.ks_intro_text {
    font-size: 22px;
    
}
.ks_intro_date {
    color: #e30014;
    font-weight: bold;
    font-size: 35px;
    border-bottom: 1px solid;
    display: inline-block;
    /* margin-bottom: 2rem; */
    line-height: 1.5;
    
}
.ks_intro_date span {
    font-size: 25px;
}

.ks_intro_note {
    
}
.ks_title {
    text-align: center;
    font-size: 15px;
    border-top: 10px solid #eee;
    padding-top: 40px;
}
.ks_title_mein {
    font-size: 40px;
    font-weight: bold;
    font-family: serif;
}
.ks_title_sub {
    margin-bottom: 2rem;
    
}
.ks_item {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    
    
}

.ks_item_icon {
    width: calc(100% / 9);
    padding: 20px 5px;
    
}
.ks_item_icon a:hover{
   opacity: .5;
    
}

.ks_item_text {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    
}
.kessansale .fa-angle-right {
    padding-left: 1rem;
}
.ks_btn {
    text-align: center;
    /* padding-top: 5rem; */
    
}
.ks_btn a{
    color: #e30014;
    font-weight: bold;
    font-size: 13px;
    border: #e30014 1px solid;
    padding: 1rem 10rem;
    margin-bottom: 4rem;
    display: inline-block;
}

.ks_btn a:hover{
    /* background-color: #e30014; */
    background-color: #e30014;
    color:#FFF;
  
}

.ks_intro_2 {
    text-align: center;
    padding-bottom: 1rem;
}

.ks_intro_text2 {
    font-size: 22px;
}

.ks_btn_2 {
    text-align: center;
    /* padding-top: 5rem; */
    
}
.ks_btn_2 a{
    color: #e30014;
    font-weight: bold;
    font-size: 13px;
    border: #e30014 1px solid;
    padding: 1rem 10rem;
    margin-bottom: 3rem;
    display: inline-block;
}

.ks_btn_2 a:hover{
    background-color: #e30014;
    color:#FFF;
  
}

.ks_link {
    text-align: center;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .ks_intro, 
    .ks_item,
    .ks_link,
    .ks_intro_2, 
    .ks_btn {
        padding: 0 0.5rem;
    
    }

    .kessansale {

    }



    .ks_mv {
    
    }

    .ks_intro {
        padding-top: 2rem;


    }

    .ks_intro_text:first-child {
        font-size: 25px;
    
        
    }
    .ks_intro_text {
        font-size: 15px;
        
    }
    .ks_intro_date {
        font-size: 25px;
    
        
    }
    .ks_intro_date span {
        font-size: 18px;

    }

    .ks_intro_note {
        
    }
    .ks_title {
        font-size: 12px;
        margin-top: 2rem;
        padding: 2rem 0.5rem 0;

    }
    .ks_title_mein {
        font-size: 25px;

    }
    .ks_title_sub {
       
    }
    .ks_item {

        
        
    }

    .ks_item_icon {
        width: calc(100% / 3);
        padding: 8px 3px;
    
        
    }
    .ks_item_icon a:hover{

        
    }

    .ks_item_text {
        font-size: 10px;
        
    }
    .kessansale .fa-angle-right {

    }

    
    .ks_btn {
        padding: 2rem 1rem 0;

        
    }
    .ks_btn a{
        padding: 0.5rem 1rem;
        width: 95%;
        margin-bottom: 1rem;
    }

    .ks_btn a:hover{

    
    }

    .ks_intro_2 {
        /* padding-top: 2rem; */
    }
    
    .ks_intro_text2 {
        font-size: 15px;
    }

    .ks_btn_2 {
        padding: 0 1rem 0;

        
    }
    .ks_btn_2 a{
        padding: 0.5rem 1rem;
        width: 95%;
    }

    .ks_btn_2 a:hover{


    
    }


    .ks_link {

    }



    }