@charset "utf-8";
#announcer {
    width: 100%;
}
#announcer img {
    vertical-align: top;
}

.sp {
	display:none;
}
/*ヘッダー*/
.cover {
    /* background: url("../../common/img/bg.png?20240116") no-repeat top center; */
    /* background-size: cover; */
    /* width: 100%; */
    /* position: relative; */
}
.coverInner {
    position: relative;
    max-width: 100%;
}
.coverInner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background-image: linear-gradient(180deg, transparent 0 60%, #00000021 100%);
}
.coverImg {
    /* max-width: 1280px; */
    margin: 0 auto;
    /* padding: 5% 2% 0; */
    display: flex;
    max-width: 100%;
    overflow: hidden;
}
.coverImg img {
    width: 100%;
    min-width: 200vw;
}

.coverImg img:first-child {
    animation: loop 120s -60s linear infinite;
}
.coverImg img:last-child {
    animation: loop2 120s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}


.coverTxt {
    content: "";
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 4rem;
    color: #fff;
    z-index: 1;
    text-align: center;
}
.coverTxt span.small {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 2px;
}

/*コンテンツ共通*/
.contentsWrap {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 5% 0;
}
.section_ttl {
    margin: 0 auto 60px;
    width: fit-content;
    position: relative;
}

.section_ttl .ja {
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    color: #c6c6c6;
    font-size: 2rem;
}

/*CONTENTS*/
.topWrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#announcer .topCont .topWrap li {
    width: 45%;
}

/*PROFILE*/
#announcer .announcerListWrap {
	position: relative;
}
#announcer .announcerListWrap::before {
    content: "";
    position: absolute;
    background: url("../../../images/topics_michu01.png") no-repeat top right;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.announcerList {
    display: flex;
    flex-wrap: wrap;
}
.announcerList li {
    width: 25%;
    position: relative;
}
.announcerList li img {
    width: 100%;
}
.announcerList li a:hover {
    opacity: 0.7;
    transition-duration: .2s;
}
.announcerList .txt_content {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    left: 5%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
.announcerList .txt_content .name {
    font-size: 200%;
}
.announcerList .txt_content .join {
    font-size: 120%;
}
.announcerList .sns_list {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 56%;
    padding: 2% 2%;
    border-radius: 10px 0 0 0;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
}

.announcerList .sns_list a {
    max-width: 38px;
}

.snsTtl {
    font-size: 2.5rem;
    font-weight: bold;
}
span.acountName {
    font-size: 1.5rem;
    padding-left: 1em;
}
.snsWrap {
    max-width: 1280px;
    background: #ffffff;
    margin: 5% auto;
    padding: 1% 0%;
    display: flex;
    justify-content: space-evenly;
}
.snsCont {
    width: 46%;
}
.icon_sns {
    width: 30px;
    margin: 0px 5px 0px 0;
}


/*OTHERS*/
section.bnCont::before {
    content: "";
    position: absolute;
    background: url(../../../images/sports_michu02.png) no-repeat bottom left;
    background-size: cover;
    bottom: 0;
    width: 25%;
    height: 42%;
    left: -7vw;
    z-index: -1;
}
.bnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    max-width: 960px;
    margin: 0 auto;
}
.bnWrap li {
    width: 40%;
    margin: 3% 0;
}
.bnWrap li a img {
    width: 100%;
    text-align: center;
    box-shadow: 1px 1px 6px #a3a3a3;
    justify-content: center;
    align-items: center;
}
.bnWrap li a:hover {
    opacity: 0.7;
    transition-duration: .2s;
}
.bnWrap li a p {
    font-size: 2.1rem;
    text-align: center;
    color: #444;
    padding: 10px 0;
    font-weight: bold;
}
