@charset "utf-8";
#announcer {
    width: 100%;
}
#announcer img {
    vertical-align: top;
}

.sp {
	display: block;
}
/*ヘッダー*/
.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%);
}

.cover {
}
.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 {
    margin: 0 auto;
    display: flex;
    max-width: 100%;
    overflow: hidden;
}
.coverImg img {
    width: 100%;
    min-width: 350vw;
}

.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: 0%;
	left: 50%;
    transform: translate(-50%, -50%);
	right: auto;
	display: inline-block;
	font-size: 6.5vw;
	color: #fff;z-index: 1;
	text-align: center;
}
.coverTxt span.small{
	display: block;
	font-size: 2vw;
	line-height: 1;
	letter-spacing: 2px;
}

/*コンテンツ共通*/
.contentsWrap {
    margin: 0 auto;
    position: relative;
    padding: 10% 2% 2% 2%;
}
.section_ttl {
    margin: 0 auto 40px;
    position: relative;
    width: 60%;
}

.section_ttl .ja {
    display: block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    color: #c6c6c6;
    font-size: 1.3rem;
}

/*CONTENTS*/
.topWrap {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 24px;
}
.topWrap li {
    margin: 0 auto;
}

/*PROFILE*/
#announcer .announcerListWrap {
	position: relative;
}
#announcer .announcerListWrap::before {
    content: "";
    position: absolute;
    background: url("../../../images/topics_michu01.png") no-repeat top right;
    background-size: contain;
    top: 10px;
    right: 3px;
    width: 29%;
    height: 5%;
    z-index: -1;
}
.announcerList {
    display: flex;
    flex-wrap: wrap;
}
.announcerList li {
    width: 50%;
    position: relative;
}
.announcerList li img {
    width: 100%;
}
.announcerList .txt_content {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    left: 4%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.25;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
.announcerList .txt_content .name {
    font-size: 130%;
}
.announcerList .txt_content .join, .announcerList .txt_content .kana {
    font-size: 95%;
}

.announcerList .sns_list {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 85%;
    padding: 3% 2%;
    border-radius: 15px 15px 0 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.announcerList .sns_list a {
    width: 20%;
}

.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 {
    margin-top: 22px;
}
section.bnCont::before {
    content: "";
    position: absolute;
    background: url(../../../images/sports_michu02.png) no-repeat bottom left;
    background-size: cover;
    bottom: 0;
    width: 27%;
    height: 26%;
    left: -7vw;
    z-index: -1;
}
.bnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}
.bnWrap li {
    width: 48%;
    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 p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #444;
    padding: 10px 0;
}
