@charset "utf-8";
.hd_logo a{
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:767px){
    .sec_contentsWrap{
        padding: 0 calc(20 / var(--vw-min) * 100vw);
    }
}
.tv_box__txt{
    font-weight: 500;
    color: var(--color-main);
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: calc(36/22);
    text-align: center;
    /*
    padding-bottom: 40px;
    background: url(../img/common/deco_linedot.png) repeat-x left bottom;
    margin-bottom: 40px;*/
}

@media screen and (max-width:767px){
    .tv_box__txt{
        font-weight: 500;
        color: var(--color-main);
        font-size: calc(16 / var(--vw-min)* 100vw);
        letter-spacing: 0.03em;
        line-height: calc(26/16);
        text-align: center;
        /*
        padding-bottom: calc(20 / var(--vw-min)* 100vw);
        background: url(../img/common/deco_linedot.png) repeat-x left bottom;
        background-size: auto calc(3 / var(--vw-min)* 100vw);
        margin-bottom: calc(20 / var(--vw-min)* 100vw);*/
    }
}
.onair__btmTxt{
    font-size: 13px;
}
/* onairLists */
.onairLists{
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-main);
    margin-bottom: 24px;
}
.item__ttl{
    width: 225px;
    color: var(--color-main);
}
.item__detail{
    width: calc(100% - 225px);
}
@media screen and (max-width:767px){
    .onair__btmTxt{
        font-size: calc(11 / var(--vw-min)* 100vw);
    }
    .onairLists{
        font-size: calc(13 / var(--vw-min)* 100vw);
        letter-spacing: 0.04em;
        display: flex;
        padding-bottom:calc(20 / var(--vw-min)* 100vw);
        border-bottom: 1px solid var(--color-main);
        margin-bottom: calc(20 / var(--vw-min)* 100vw);
        flex-direction: column;
    }
    .item__ttl{
        width: 100%;
    }
    .item__detail{
        width: 100%;
    }
}

/*streaming*/
.streaming_box__txt{
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: calc(47/17);
    text-align: center;
    margin-bottom: 40px;
}
.streaming_box__txt .f-pink{
    font-weight: 500;
    color: var(--color-main);
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: calc(36/22);
}
@media screen and (max-width:767px){
    .streaming_box__txt{
        font-size: calc(13 / var(--vw-min)* 100vw);
        margin-bottom: calc(20 / var(--vw-min)* 100vw);
        line-height: calc(23 / 13);
    }
    .streaming_box__txt .f-pink{
        font-size: calc(16 / var(--vw-min)* 100vw);
    }
}

._streaming .box_txtBlock__inbox{
    padding-bottom: 40px;
    background: url(../img/common/deco_linedot.png) repeat-x left bottom;
    margin-bottom: 40px;
}
._streaming .onair__btmTxtWrap{
    margin-top: -10px;
}

.streamingLists{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin-top: 25px;
}
.streamingLists__item{
	padding: 0;
	height: 48px;
	border: 1px solid var(--color-main);
	border-radius: 50px;
	margin: 6px;
	transition: all .3s ease;
}
.streamingLists__item a{
    padding: 0 20px;
	display: flex;
	align-items: center; 
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--color-main);
	font-size: 15px;
	line-height: 39px;
    position: relative;
}
.streamingLists__item:hover {
    background-color: var(--color-main);
}
.streamingLists__item:hover a{
    color: #FFF;
}

.streamingLists__item a::before{
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    border: 1px solid var(--color-main);
    opacity: 0.4;
    border-radius: 50px;
}
@media screen and (max-width:767px){
	.streamingLists{
		margin-top: calc( 12 / 375 * 100vw);
	}
	.streamingBox:not(:first-child) {
		padding-top: calc( 30 / 375 * 100vw);
	}
	.streamingBox{
		padding-bottom: calc( 30 / 375 * 100vw);
	}
	.streamingLists__item{
		height:calc( 37 / 375 * 100vw);
		margin: min(calc( 4 / 375 * 100vw),4px);
	}
	.streamingLists__item a{
		font-size: calc( 12 / 375 * 100vw);
        padding: 0 calc( 12 / 375 * 100vw);
	}
    .streamingLists__item a::before{
        content: "";
        width: calc(100% - calc(4 / 375 * 100vw));
        height: calc(100% - calc(4 / 375 * 100vw));
        position: absolute;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin:auto;
        border: 1px solid var(--color-main);
        opacity: 0.4;
        border-radius: 50px;
    }
}
/* ic_blank */
.ic_blank{
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    padding-right: 20px;
}
.ic_blank::after{
    content: "";
    display: block;
    background: url(../img/common/icon/ic_blank.png) no-repeat center center / contain;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 3px;
	bottom: 0;
    margin: auto;
    transition: all .3s ease;
}
.streamingList__item:hover a{
	color:#FFF;
}
.streamingList__item:hover{
    background-color: var(--color-main);
}
@media screen and (max-width:767px){
    .ic_blank{
        padding-right: calc(15 / var(--vw-min) * 100vw);
    }
    .ic_blank::after{
        width: calc(10 / var(--vw-min) * 100vw);
        height: calc(8 / var(--vw-min) * 100vw);
        right: 0;
        bottom: 0;
        top: calc(1 / var(--vw-min) * 100vw);
    }
}


.boxWrap._tv{
    margin-bottom:96px;
}

.pageLinkLists{
    display: flex;
    justify-content: center;
    margin-bottom: 52px;
}
@media screen and (max-width:767px){
    .pageLinkLists{
        margin-bottom: calc(34 / var(--vw-min) * 100vw);
    }
}
.pageLinkLists__item{
    margin: 0 12px;
}
.linkBtn._onair{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    width:232px;
    height: 52px;
}

@media screen and (max-width:767px){
	.linkBtn._onair{
		font-size: calc(13 / var(--vw-min) * 100vw);
		width:calc(158 / var(--vw-min) * 100vw);
		height: calc(36 / var(--vw-min) * 100vw);
	}
}