@charset "utf-8";
:root{
	--color-main: var(--color-red);
}
.cont_h2--txt:first-letter{
	color: var(--color-main);
}
.c_main{
	color: var(--color-main);
}
.c_sub{
	color: var(--color-subyellow);
}
.mt{
	margin-top: 2em;
}
.f_l1{
	font-size: 112.5%;
}

/*-----------------------------------------------
 * STREAMING - SETTING
-------------------------------------------------*/
.streamingContentIn{
	width: 100%;
	max-width: 1920px;
	padding: 0 min(calc(160 / var(--vw-min) * 100vw), calc(160px * var(--max-percent)));
	margin: 0 auto;
}
.streamingContentIn__cont{
	width: 100%;
}

@media screen and (max-width:768px){
	.streamingContentIn{
		padding-top: calc(96 / var(--vw-min)* 100vw);
        padding-left: 6.4%;
        padding-right: 6.4%;
	}
	.streamingContent{
		padding-bottom: calc(48 / var(--vw-min) * 100vw);
	}
	.streamingContentIn{
		flex-direction: column;
	}
}


.streamingArea{
	width: 100%;
	color: #FFF;
	padding: 80px 0 40px;
	position: relative;
}

.streamingAreaCont{
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.streamingAreaContIn{
	display: block;
	width: 100%;
	padding: 0 9.091%;/* 0 80 */
}

.streamingArea .cont_h2{
	color: #000;
}
.streamingArea .cont_h2--txt:first-letter{
	color: var(--color-yellow);
}
.streamingArea .cont_h2--line{
	background-color: #000;
}


.streamingAreaContent{
	width: 100%;
	padding-top: 36px;
}

@media screen and (max-width:768px){
	.streamingArea{
		width: 100%;
		max-width: 100%;
		padding:0;
	}
	.streamingAreaCont{
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.streamingAreaContIn{
		padding: 0 6.4%;/* 0 48 */
	}
	.streamingAreaContent{
		padding-top: calc(48 / var(--vw-min) * 100vw);
	}
}

.indent{
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
p.indent{
	display: block;
}
p.indent:not(:last-child){
	display: block;
	margin-bottom: 12px;
}
.indent.-dot:before {
    content: '・';
}
.indent.-kome:before {
    content: '※';
    margin-right: -0.25em;
}
@media screen and (max-width: 767px){
	p.indent:not(:last-child){
		padding-bottom: var(--sp-size-16);
	}
}

/**
* LOADED ANIMATION
**/
.streamingContentIn{
	opacity: 0;
	transition: opacity .4s ease;
}
.is-ani .streamingContentIn{
	opacity: 1;
	transition-delay: .6s;
}


/**
* CONT_h3
**/
.cont_h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.cont_h3.-en{
	font-family: var(--font-en);
	font-size: 28px;
}
.cont_h3.-line{
	border-bottom: 1px solid #FFF;
}
@media screen and (max-width:768px){
	.cont_h3{
		font-size: calc(28 / var(--vw-min) * 100vw);
	}
	.cont_h3.-en{
		font-size: calc(32 / var(--vw-min) * 100vw);
	}
}



.streamingSection:not(:first-child){
	padding-top: 64px;
}
.streamingSectionCont{
	width: 100%;
	position: relative;
	padding-top: 32px;
	line-height: 2;
}
@media screen and (max-width:768px){
	.streamingSection:not(:first-child){
		padding-top: calc(96 / var(--vw-min) * 100vw);
	}
	.streamingSectionCont{
		padding-top: calc(48 / var(--vw-min) * 100vw);
	}
}






/*-----------------------------------------------
 * STREAMING - HEAD
-------------------------------------------------*/
.streamingArea__head{
	width: 100%;
	font-weight: 700;
	text-align: center;
}
.streamingArea__head--title {
	font-size: 32px;
	line-height: 1.5;
	padding-bottom: 20px;
	font-weight: 700;
}
.streamingArea__head--text {
	font-size: 20px;
	line-height: 2;
}
@media screen and (max-width:768px){
	.streamingArea__head--title{
		font-size: var(--sp-size-36);
		padding-bottom: var(--sp-size-32);
	}
	.streamingArea__head--text{
		font-size: var(--sp-size-28);
	}
}


/*-----------------------------------------------
 * STREAMING - CAUTION
-------------------------------------------------*/
.streamingCaution{
	margin-top: 64px;
	border-top: 1px solid var(--color-gray);
	font-size: 87.5%;
}
@media screen and (max-width:768px){
	.streamingCaution{
		margin-top: calc(96 / var(--vw-min) * 100vw);
	}
}