
.top_fv {
    width: 100%;
    height: 100vh;
    position: relative;
}
.top_fv .fv_logo {
    width: 730px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.top_fv img.fv_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
@media (max-width: 520px) {
    .top_fv {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .top_fv .fv_logo {
        width: 75%;
    }
    .top_fv img.fv_bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    
}


.text_base_hl {
    font-size: 2.6rem;
    letter-spacing: .05em;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    margin-bottom: 100px;
    
}
@media (max-width: 520px) {
    .text_base_hl {
        font-size: 2rem;
    }
}


.top_page .artist_area {
    padding:100px 0;
}
.top_page .artist_area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.top_page .artist_area ul li {
    width: 33%;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: .1em;
    transition:ALL .5s ease;
    position: relative;
}
.top_page .artist_area ul li::before {
    content: "";
    width: 270px;
    height: 180px;
    background: url(../img/share/lighting.png) center center/contain no-repeat;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition:ALL .5s ease;
    opacity: 0;
    pointer-events: none;
}
.top_page .artist_area ul li.noef::before {
    display: none;
}

.top_page .artist_area ul li:hover::before {
    opacity: 1;
}
/* .top_page .artist_area ul li:hover {
    color: #000;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}
.top_page .artist_area ul li.noef:hover {
    color: #fff;
    text-stroke: 0px #fff;
    -webkit-text-stroke: 0px #fff;
} */
.top_page .artist_area ul li span {
    display: block;
    margin-top: 10px;
}
.top_page .artist_area ul li.hutatsu span {
    font-size: 0.45em;
    letter-spacing: 0em;
    font-weight: 500;
}
.top_page .artist_area ul li.uekusa span {
    font-size: 0.65em;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: 5px;
}
@media (max-width: 520px) {
    .top_page .artist_area {
        padding: 100px 5% 25px;
    }
    .top_page .artist_area ul {
        display: flex;
        flex-wrap: wrap;
    }
    .top_page .artist_area ul li {
        width: 100%;
        font-size: 3rem;
        margin-right: 0%;
        margin-bottom: 75px;
    }
    .top_page .artist_area ul li::before {
        width: 190px;
        height: 180px;
    }
    
}



.top_page .news_area {
    padding: 100px 0;
}
.top_page .news_area h2 {
    font-size: 2rem;
    padding-bottom: 25px;
    border-bottom: 3px solid #fff;
}
.top_page .news_area ul {
    width: 100%;
}
.top_page .news_area ul li {
    display: flex;
    width: 100%;
    padding: 30px 0;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.top_page .news_area ul li span {
    display: block;
}
.top_page .news_area ul li span.time {
    width: 30%;
    font-size: 1.6rem;
    text-transform: lowercase;
}
.top_page .news_area ul li span.cat {
    width: 20%;
    font-size: 1rem;
}
.top_page .news_area ul li span.cat span.outer {
    padding: 7.5px 15px;
    background-color: #fff;
    color: #000;
    display: inline-block;
}
.top_page .news_area ul li h3 {
    width: 50%;
}
@media (max-width: 520px) {
    .top_page .news_area {
        padding: 40px 5% 100px;
    }
    .top_page .news_area h2 {
        font-size: 2rem;
        padding-bottom: 25px;
        border-bottom: 3px solid #fff;
    }
    .top_page .news_area ul {
        width: 100%;
    }
    .top_page .news_area ul li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 20px 0;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .top_page .news_area ul li span {
        display: block;
    }
    .top_page .news_area ul li span.time {
        width: 35%;
        font-size: 1.2rem;
    }
    .top_page .news_area ul li span.cat {
        width: 20%;
        font-size: .8rem;
    }
    .top_page .news_area ul li span.cat span.outer {
        padding: 5px 10px;
    }
    .top_page .news_area ul li h3 {
        width: 100%;
        margin-top: 10px;
        font-size: 1.2rem;
    }
    
}




.contact_page {
    padding: 250px 0 200px;
    font-size: 1.2rem;
    line-height: 2;
}
@media (max-width: 520px) {
    .contact_page {
        padding: 250px 5% 200px;
    
    }
}
