@charset "utf-8";
.pc{
	display: none;
}
#wrapper {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
}
#wrapper img {
    vertical-align: top;
}
.cover {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.coverInner {
    position: relative;
    max-width: 100%;
}
.coverImg {
    width: 100%;
    margin: 0 auto;
}
.coverImg img {
    width: 100%;
}

.sns_top {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    justify-content: space-between;
}

.sns_top a {
    max-width: 40px;
    max-height: 40px;
    background-color: #5b5b5b;
    padding: 2em;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.sns_top a:hover {
	opacity: 0.7;
}
section.imgListWrap {
    width: 100%;
    margin: 10px auto;
    position: relative;
}
section.imgListWrap {
    margin: 0 auto;
    position: relative;
    display: flex;
    overflow: hidden;
}
section.imgListWrap .slider {
    display: flex;
    width: max-content;
}
section.imgListWrap .slider li {
	min-width: calc(100vw / 2);
    padding: 3vw 1.5vw;
}
section.imgListWrap .slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}
section.imgListWrap .slider:first-child {
    animation: loop 70s -35s linear infinite;
}
section.imgListWrap .slider:last-child {
    animation: loop2 70s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
section.profile {
    margin: 0 auto 0%;
    padding: 0 5% 3%;
    background: #D6F5F5;
    position: relative;
}
.proListWrap {
    margin: 0 auto;
}
.proIcon {
    width: 30%;
    margin: 0 auto;
    padding: 2% 0 0;
}
.contTtl {
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
    color: #aaa;
    letter-spacing: 2px;
    padding: 4% 0 0%;
    position: relative;
}
.proFlex {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 3%;
    z-index: 6;
}
.profile .proCont {
    width: 100%;
}
table.proTable {
    width: 100%;
}
th.proTtl {
    width: 6em;
    text-align: left;
    font-weight: bold;
    padding: 3% 0;
}
td.proTxt {
    line-height: 2;
}
.proTVcharge_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    padding-top: 3%;
}
.proTVcharge_item {
	transition: 0.3s;
	width: calc(100%/2 - 16px);
}
.proTVcharge_item:hover {
	opacity: 0.7;
}
.proTVcharge_item div img {
    max-width: 326px;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.interview {
    margin: 0 auto 0%;
    padding: 0 0 3%;
    background: #ffffff;
    position: relative;
}
.interTtl {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #aaa;
    letter-spacing: 2.5px;
    padding: 4% 2%;
    position: relative;
}
.wrap_sns {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.wrap_sns figure {
    width: 18%;
    align-self: end;
}
.snsInner {
    background: #fff;
}
.wrap_sns p {
    font-size: 3.5vw;
}
.wrap_sns .wrap_icom a {
    width: 35px;
    display: inline-block;
    margin: 0px 10px;
}
.wrap_sns .wrap_icom a i {
    vertical-align: middle;
}
.wrap_icom {
    display: flex;
    align-items: center;
}
section.interview {
    width: 96%;
    margin: 0 auto 0%;
    padding: 0 0 10%;
    background: #ffffff;
    position: relative;
    font-size: 4vw;
}
.chatWrap {
    width: 95%;
    position: relative;
    margin: 0 auto;
    font-weight: bold;
}
.balloon-chat {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.balloon-chat.left {
    flex-direction: row;
    position: relative;
    /* padding: 0 0 0 4%; */
}
.balloon-chat.right {
    flex-direction: row-reverse;
    /* padding: 0 4% 0 0; */
}
.chatting {
    position: relative;
    display: inline-block;
    width: 16.5em;
    margin: 5% 4% 5% 0;
    padding: 5%;
    background: #d6f5f5;
    text-align: left;
    border-radius: 12px;
}
.chatting::after {
    content: "";
    border: 15px solid transparent;
    border-top-color: #d6f5f5;
    position: absolute;
    top: 10px;
}
.chatting.gray {
    margin: 5% 0 5% 4%;
    background: #ddd;
}
.chatting.gray::after {
    content: "";
    border: 15px solid transparent;
    border-top-color: #dddddd;
    position: absolute;
    top: 10px;
}
.balloon-chat.chatting.michu {
	position: relative;
}
.balloon-chat .chatting.michu::before {
    content: "";
    background: url("../../common/img/michu/michu01.png")no-repeat top center;
    background-size: cover;
    width: 57px;
    height: 45px;
    position: absolute;
    top: -26px;
    right: -12px;
}
.left .chatting::after {
    left: -15px;
}
.right .chatting::after {
    right: -15px;
}
.balloon-chat .chat-name {
	text-align:center;
	width: 4em;
}
.balloon-chat figure img {
    border-radius: 50%;
    margin: 0;
}
.icon-img {
    width: 14vw;
    height: auto;
    margin-left: 2%;
}
.right .icon-img {
    margin: 0 2% 0 0;
}
section.instagram {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0;
    background: #D6F5F5;
    position: relative;
}
a.instaIcon {
    display: inline-block;
    width: 12%;
    padding-right: 2%;
}
.instaWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 3% 3% 9%;
}
.instaWrap li {
    width: 25%;
}
.instaWrap li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.back {
    display: block;
    padding: 7%;
    
    width: 100%;text-align: center;color: #666;
}
a.back:hover {
    color: #333;
    text-decoration: underline;
}

/*アナウンサーリスト*/
.announcerListWrap {
    margin: 24% auto 0%;
    padding: 0 0 3%;
    background: #D6F5F5;
    position: relative;
    /* margin-top: 80px; */
}
.announcerListWrap .section_ttl {
    position: absolute;
    width: 80%;
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
}
.ja {
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    color: #c6c6c6;
    font-size: 1.4rem;
}
.announcerList {
    display: flex;
    flex-wrap: wrap;
    padding: 12% 2% 6%;
}
.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: 120%;
}
.announcerList .txt_content .join, 
.announcerList .txt_content .kana {
    font-size: 90%;
}
.announcerList li a:hover {
    opacity: 0.7;
    transition-duration: .2s;
}
.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%;
}