@charset "utf-8";
#main {
    background-color: #171717;
}
#mix_mic {
    background-image: url('../images/Renga.jpg');
    /* background-size: cover; */
    background-repeat: repeat;
    font-size: 1.2vw;
    font-family: 'Kaisei Tokumin', serif;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* font-family: 'Zen Maru Gothic', serif; */
    /* font-family: 'Zen Old Mincho', serif; */
    max-width: 1280px;
    margin: 0 auto;
}
#mix_mic .topImg {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
#mix_mic .next {
    display: flex;
    align-items: center;
    max-width: 95%;
    margin: 0 auto 1em auto;
}
#mix_mic .next div {
    color: #fff;
    font-size: 3.1em;
    font-weight: 600;
    /* margin-left: 0.4em; */
    letter-spacing: 1px;
    width: 70%;
    margin: 0 auto;
}
#mix_mic .next img {width: 22%;margin: 0 auto;}
#mix_mic .tickerTextCont {
    background-image: url('../images/denkou.png');
    background-size: cover;
    overflow:hidden;
    white-space:nowrap;
    padding: 1% 0;
    margin:0;
}
@keyframes infoAnimation {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-100%);
    }
}
#mix_mic .tickerTextCont .tickerText {
    font-size: 6em;
    font-weight: 800;
    text-shadow: #ff0 0.5rem 0 1rem;
    padding-left: 100%;
    white-space: nowrap;
    display: inline-block;
    animation: infoAnimation 10s linear infinite;
}
#mix_mic .tickerTextCont .tickerText p {
    color: #ff0;
    display:inline-block;
    margin: 0 1rem 0 0;
}
#mix_mic .over_view,
#mix_mic .place {
    width: 100%;
    margin: 2em auto;
}

#mix_mic .formCont {
    display: block;
    transition: filter 0.5s,transform 0.3s;
    padding-bottom: 8em;
    width: 100%;
    margin: 0 auto;
}
#mix_mic .formCont:active {
    transform: translateY(2px);
}
#mix_mic .formCont:hover {
    filter: brightness(110%) drop-shadow(0 0 5px #ff871f);
}
#mix_mic .formCont img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
/*UHBアナウンサー個人SNSでライブ配信*/
#mix_mic .live_streaming{
	max-width: 100%;
	margin: 3% auto 0%;
	text-align: center;
}
#mix_mic .live_streaming .live_ttl{
	color: #ff9500;
	text-shadow: #ff991c 0.1rem 0 1rem;
	font-size: 8em;
	font-weight: 700;
	letter-spacing: 0.3rem;
}
#mix_mic .live_streaming p{
	color: #FFF;
	font-size: 4em;
	margin-bottom: 2%;
}
#mix_mic .live_streaming ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#mix_mic .live_streaming ul li {
    width: 28%;
    margin-left: 2%;
}
#mix_mic .live_streaming li .item {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    border: solid 2px #86ff93;
    filter: drop-shadow(0 0 3px #43ff00);
}
#mix_mic .live_streaming li .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#mix_mic .live_streaming li .item img {
    position: absolute;
    width: 130%;
    height: 130%;
    top: 12%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
	transition: .3s;
}