@import url('https://fonts.googleapis.com/css2?family=Alatsi&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #000;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    color: #fff;
}

.sec-title {
    font-family: "Alatsi", sans-serif;
    font-weight: 400;
    font-size: 40px;
}

h1 {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 56px;
}

h1 img {
    width: 126px;
    height: auto;
}

/* kv */
#kv {
    background: url("../img/index/kv.jpg") lightgray 50% / cover no-repeat;
    width: 100%;
    height: 615px;
    flex-shrink: 0;
    aspect-ratio: 1433.57/615.00;
}

/* news */
#news {
    padding: 120px 0 107px 0;
}
#news .container {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

#news .sec-title{
    margin-right: 104px;
    line-height: 53px;
}

#news ul li a{
    display: flex;
    font-size: 13px;
    line-height: 53px;
    border-bottom: 1px solid #fff;
    width: 800px;
    pointer-events: none
}

#news ul li a .date{
    margin-right: 27px;
}

/* artist */

#artist_list .container{
    width: 1000px;
    margin: 0 auto;
}

#artist_list ul {
    width: 1000px;
    margin: 52px 0;
}

#artist_list ul li{
    border: 1px solid #fff;
}

#artist_list ul li .title {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 15px 23px;
}

#artist_list ul li .title .name{
    font-size: 22px;
    line-height: 28px;
}

#artist_list ul li .title span{
    font-size: 14px;
    line-height: 28px;
    margin: 0 15px;
}

#artist_list ul li .position {
    font-size: 14px;
    line-height: 28px;
}

#artist_list ul li .content{
    display: flex;
    justify-content: space-between;
}

#artist_list ul li .content .text {
    padding: 31px 39px;
    width: 100%;
    border-left: 1px solid #fff;
}

#artist_list ul li .content img{
    width: 338px;
    height: 338px;
}

#artist_list ul li .content .text .sns img{
    width: 28px;
    height: 28px;
    margin: 8px 0;
}

#artist_list ul li .content p{
    font-size: 12px;
    line-height: 20px;
    padding: 8px 0;
}

#operating_company .container{
    width: 1000px;
    margin: 0 auto;
}

#operating_company .container .content{
    margin: 42px 0;
    font-size: 12px;
    line-height: 20px;
}

footer {
    border-top: 1px solid #A1A1A1;
    padding-bottom: 29px;
}

footer a img{
    display: block;
    width: 44px;
    height: 44px;
    margin: 37px auto 21px auto;
}

footer p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}