    .link {
      color:black;
      text-decoration: none;
      }

    .line {
    width: 1000px;
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    }

    .banner-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    }
    
    .mobile_banner-container {
    width: 100%;
    height: 720px;
    overflow: hidden;
    position: relative;
    }

    .banner-track {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.5s ease;
    }

    .banner-track img {
    width: 100%;
    height: 100%;
    display: block;
    }

    .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    }

    .prev {
    left: 10px;
    }

    .next {
    right: 10px;
    }

    @-webkit-keyframes fadeIn {
    from {
    opacity: 0;
    }

    to {
    opacity: 1;
    }
    }

    @keyframes fadeIn {
    from {
    opacity: 0;
    }

    to {
    opacity: 1;
    }
    }

    .fadeIn {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    }

    .fadeIn.visible {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
    }

    .ropesign-container {
    position: relative;
    display: inline-block;
    }

    .ropesign-image {
    display: block;
    margin-bottom: 20px;
    }

    .ropesign {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2px;
    }

    .ropesign-outer {
    background-color: #8B0000;
    padding: 6px;
    display: inline-block;
    }

    .ropesign-inner {
    background-color: #660000;
    color: white;
    border: 2px dotted white;
    padding: 5px 40px;
    font-size: 16px;
    font-family: sans-serif;
    display: inline-block;
    }

    .btn {
    object-fit: cover;
    object-position: top;
    }

    .logo {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -3%);
    z-index: 1
    }

    .ttl_anime {
    margin-top: -7px;
    }

    .staff_text {
    font-size: 12px;
    margin-left: 5px
    }

    .staff_name {
    margin-top: 5px;
    font-size: 16px;
    }
    
    .staff_name2 {
    font-size: 16px;
    margin-bottom:15px;
    font-weight: bold;
    }

    .staff_name_mobile {
      margin-bottom: 20px; 
      font-size: 50px; 
      margin-left:-15px;
      margin-top: 5px;
      font-weight:bold;
      }
      
    .staff_text_mobile {
      font-size: 40px; 
      text-align:left;
      margin-left: 5px
      }

    .staff_img {
    margin-top: -3px
    }
    
    .staff_img_mobile {
    flex: 0 0 360px; 
    position: relative; 
    margin-top:30px
    }

    .box_title {
    margin-top: -30px;
    }
    .hover-box {
    background-color: black;
    height: 50px;
    width: 480px;
    margin-left: -25px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    }

    article:hover .hover-box {
    background-color: #587ee1;
    }

    .hover-box p {
    color: white;
    margin: 0;
    }

    .hover-box img {
    margin-right: 10px;
    }

    .gradient_bg {
    display:inline-block;
    vertical-align:middle;
    padding:4px 181px;
    margin-left:0;
    color:white;
    line-height:1.2;
    position: relative;
    }

    .icon_img {
    position: absolute;
    left:-10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;}

    .title_card {
    margin-top:-30px;
    margin-bottom:-5px;
    position: relative;
    }

    .mobile_gradient_bg {
    display:inline-block;
    vertical-align:middle;
    padding:20px 380px;
    margin-left:30px;
    color:white;
    line-height:1.2;
    position: relative;
    margin-top:20px;
    font-size:45px
    }

    .mobile_icon_img {
    position: absolute;
    left:-35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    }

    .twi_btn {
      background: linear-gradient(135deg, #1da1f2, #0d8ddb); 
      height: 75px; 
      width: 230px; 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      border-radius: 20px; 
      margin-left: 10px; 
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      }

    .rope_btn {
      background-color: black; 
      height: 75px; 
      width: 230px; 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      border-radius: 20px; 
      margin-right: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      }
      
      .rope_btn2 {
      background-color: black; 
      height: 30px; width: 100px;border-radius: 10px;
      display: flex; 
      justify-content: center; 
      align-items: center; 
      margin-right: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      }
      .twi_btn2 {
      background: linear-gradient(135deg, #1da1f2, #0d8ddb); 
      height: 30px; width: 100px;border-radius: 10px;
      display: flex; 
      justify-content: center; 
      align-items: center; 
      margin-left: 10px; 
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      }

    .mobile_btn_text {
      font-size: 40px; 
      color: white; 
      padding: 10px;
      text-decoration: none;
      }
      
      .btn_text {
      font-size: 16px; 
      color: white; 
      padding: 10px;
      text-decoration: none;
      }

    .centered_buttons_container {
      position: absolute; 
      bottom: 50px; 
      left: 25px; 
      right: 25px; 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      margin-top: -30px;}
      
     .centered_buttons_container2 {
      position: absolute; 
      bottom: 10px; 
      left: 50px; 
      right: 25px; 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      margin-top: -30px;}

    .mobile_s_news {
    display: flex; width: 975px; height: 450px; align-items: flex-start;
    margin-left: -10px;
    border-radius: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #FFF;
    padding: 20px 25px;
    margin-bottom: 30px;
    float: left;
    position: relative;
    }
    
    .mobile_staff_container {
      flex: 1; 
      padding-left: 25px; 
      padding-top: 10px; 
      position: relative; 
      height: 100%; 
      text-align:center;
      }
      
    .mobile_btn_title {font-size:22px;margin-left:12px;width:100px}
    .Mobile_Event_Text {font-size:53px;width:800px;}
    .Mobile_Contact_Text {font-size:53px;width:800px;text-align:left;}
      