@charset "UTF-8";


/*=====================================================================

    STREAMING

======================================================================= */

#streaming {
	overflow: hidden;
}

#streaming .main-area {
	padding: 120px 0 10vw;
}

#streaming .contents__inner {
	position: relative;
	background: linear-gradient(90deg, #09112c, #002e6b, #09112c);
	padding-bottom: 150px;
}

#streaming .main-area .bg-box .bg-image01 {
	position: absolute;
    width: 140%;
    top: -7%;
    left: -28%;
    transition: all .6s;
}

#streaming .main-area h1 {
	width: 47vw;
	margin: 0 auto;
}

.streaming-date {
	position: relative;
    width: 75%;
    margin: 30px auto 0;
    z-index: 1;
}

.main-area .caution {
	position: relative;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    z-index: 1;
}

.streaming-box__wrapper {
	position: relative;
	padding: 100px 0;
	z-index: 1;
}

.streaming-box__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: skewY(-7deg);
}

.bg-pink {
	height: 100%;
    margin-left: 62%;
    width: 70%;
    background: #e4007f;
    overflow: hidden;
    transform: skewX(38deg);
}

.bg-pink .materials {
	position: absolute;
    width: 95%;
    bottom: 0;
    right: -18vw;
    transform: skewX(-38deg);
}

.streaming-box {
	width: 90%;
    margin-left: 10%;
}

.streaming-box__left {
	position: relative;
	width: 38%;
	font-style: italic;
	margin-top: 60px;
}

.streaming-box__left .caution {
	font-size: 20px;
	color: #e4007f;
	margin-top: 20px;
}

.streaming-object {
	color: #002e6b;
	margin-top: 20px;
}

.streaming-object .heading {
	font-size: 16px;
	font-weight: bold;
}

.streaming-object .text {
	line-height: 2;
	margin-top: 5px;
}

.streaming-box__right {
	width: 57%;
    margin-left: 3%;
    margin-top: -50px;
}

.streaming-overview {
	color: #fff;
    font-size: 24px;
    font-style: italic;
    padding: 30px 10px 30px 60px;
    border: solid 1px #fff;
    background: #e4007f;
    transform: skewX(-15deg) translateX(8%);
}

.btn__wrapper {
	padding-left: 30px;
	margin-top: 80px;
}

.streaming-btn {
	position: relative;
    display: table;
    width: 300px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #002e6b;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 25px 15px 30px;
    background: #fcfc3a;
    box-sizing: border-box;
}

.streaming-btn.second {
	color: #002e6b;
	background: #fff;
}

.streaming-btn::before {
	border-top: solid 1px #002e6b;
    border-right: solid 1px #002e6b;
}

.streaming-btn::after {
	border-bottom: solid 1px #002e6b;
    border-left: solid 1px #002e6b;
}

.streaming-block__wrapper .bg-image {
	position: absolute;
    width: 100%;
    bottom: -220%;
    left: 0;
    opacity: .3;
    z-index: 0;
    transition: all .6s;
}

@media screen and (max-width: 768px) {
	#streaming .main-area {
		padding: 100px 0 80px;
	}
	#streaming .contents__inner {
		padding-bottom: 150px;
	}
	#streaming .main-area .bg-box .bg-image01 {
		position: absolute;
	    width: 120%;
	    top: -18%;
	    left: -15%;
	    transition: all .6s;
	}
	#streaming .main-area h1 {
		width: 90%;
	}
	.streaming-date {
	    width: 90%;
	}
	.streaming-box__wrapper {
		position: relative;
		padding: 0 0 100px;
	}
	.bg-pink {
	    margin-left: -132%;
	    width: 150%;
	    transform: skewX(50deg);
	}
	.bg-pink .materials {
		position: absolute;
	    width: 145%;
	    right: -115%;
	    transform: skewX(-38deg);
	}
	
	.streaming-box {
		width: 80%;
    	margin: 0 auto;
	}
	.streaming-box__left {
		width: 100%;
		margin-top: 00px;
	}
	.streaming-logo {
		margin-top: 60px;
	}
	.streaming-box__left .caution {
		font-size: 16px;
		text-align: center;
	}
	.streaming-box__right {
		display: none;
	}
	.streaming-overview {
		color: #fff;
	    width: 100%;
	    font-size: 18px;
	    font-style: italic;
	    padding: 30px 100px 30px 45px;
	    margin-top: -35px;
	    border: solid 1px #fff;
	    background: #e4007f;
	    transform: skewX(-15deg) translateX(0%);
	}
	.btn__wrapper {
		padding-left: 0;
    	margin-top: 40px;
	}

	.streaming-btn {
		position: relative;
	    display: table;
	    width: 300px;
	    text-align: center;
	    font-size: 18px;
	    font-weight: bold;
	    color: #002e6b;
	    letter-spacing: 2px;
	    margin-top: 20px;
	    padding: 25px 15px 30px;
	    background: #fcfc3a;
	    box-sizing: border-box;
	}

	.streaming-btn.second {
		color: #002e6b;
		background: #fff;
	}

	.streaming-btn::before {
		border-top: solid 1px #002e6b;
	    border-right: solid 1px #002e6b;
	}

	.streaming-btn::after {
		border-bottom: solid 1px #002e6b;
	    border-left: solid 1px #002e6b;
	}

	.streaming-object {
		color: #fff;
		margin-top: 30px;
	}

	.streaming-block__wrapper .bg-image {
		position: absolute;
	    width: 100%;
	    bottom: -25%;
	    left: 0;
	    opacity: .3;
	    z-index: 0;
	    transition: all .6s;
	}
}



