 @charset "UTF-8";

/* 2021 ライブコマース
----------------------------------------------------------------------------- */
#live-commerce { background: #fffcef; }
#live-commerce h2 {
	border: 0;
	font-size: 36px;
	font-weight: bold;
	color: #0068b7;
	text-align: center;
}
/*メインビジュアル*/
#lc-mv { background: #FFE475; }
#lc-mv .mv {
	max-width: 980px;
	height: 300px;
	margin: 0 auto;
	display: flex;
}
#lc-mv .mv .mv-left {
	width: 55%;
	text-align: center; 
}
#lc-mv .mv .mv-left p {
	margin: 35px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}
#lc-mv .mv .mv-left p::before {
	content: '＼';
	display: inline-block;
	margin-right: 8px;
}
#lc-mv .mv .mv-left p::after {
	content: '／';
	display: inline-block;
	margin-left: 8px;
}
#lc-mv .mv .mv-left h1 {
	margin: 0 0 10px 70px;
	font-size: 52px;
	font-weight: bold;
	color: #0068b7;
	line-height: 1.15;
	text-align: left; 
}
#lc-mv .mv .mv-left .btn {
	width: 300px;
	padding: 15px 0;
	display: inline-block;
	font-size: 16px;
	text-align: center; 
	border-radius: 50px;
	color: #fff;
	background-color: #EB4F50;
	transition: 0.3s;
}
#lc-mv .mv .mv-left .btn:hover {
	transition: 0.3s;
	text-decoration: none;
	background-color: #E31314;
}
#lc-mv .mv .mv-right {
	width: 45%;
	margin-top: 33px;
	text-align: center;
}
#lc-mv .mv .mv-right img {
	width: 420px;
	height: auto;
}

/*ライブ配信について*/
#lc-about .about {
	width: 90%;
	max-width: 980px;
	margin: 80px auto;
	display: flex;
}
#lc-about .about .about-left { width: 50%; }
#lc-about .about .about-left h2 {
	width: 370px;
	margin: 0 auto;
	padding-left: 50px;
	background: url(/img/contents/live-commerce/icon01.png) no-repeat;
	background-size: 50px;
	background-position: 5% 35%;
}
#lc-about .about .about-left p {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}
#lc-about .about .about-left p span {
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 30%, #FFEDA5 30%);
}
#lc-about .about .about-right {
	width: 50%;
	text-align: center;
}
#lc-about .about .about-right img {
	width: 90%;
	height: auto;
}

/*最新ライブをチェック*/
#lc-check {
	background: url(/img/contents/live-commerce/bg.png) no-repeat;
	background-size: cover;
}
#lc-check .check  {
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}
#lc-check .check h2 {
	width: 520px;
	margin: 0 auto;
	padding-left: 50px;
	background: url(/img/contents/live-commerce/icon02.png) no-repeat;
	background-size: 33px;
	background-position: 6% 0%;
}
#lc-check .check .youtube {
	text-align: center;
	margin-top: 30px;
}
#lc-check .check .youtube iframe { border: 10px solid #d9eaf5; }

/*配信スケジュール*/
#lc-schedule .schedule {
	max-width: 980px;
	margin: 80px auto 0;
	padding-bottom: 100px;
}
#lc-schedule .schedule h2 {
	width: 500px;
	margin: 0 auto;
	padding-left: 50px;
	background: url(/img/contents/live-commerce/icon03.png) no-repeat;
	background-size: 50px;
	background-position: 18% 0%;
}
#lc-schedule .schedule p {
	width: 660px;
	margin: 20px auto;
	font-size: 16px;
	color: #333;
	line-height: 2;
}
#lc-schedule .schedule p a { color: #2f72d5; }
#lc-schedule .schedule ul {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#lc-schedule .schedule .schedule-list {
	width: 48%;
	margin: 0 0 50px 0;
	display: flex;
}
#lc-schedule .schedule .schedule-list .schedule-list-img {
	width: 38%;
	height: auto;
	margin-right: 15px;
}
#lc-schedule .schedule .schedule-list .schedule-list-img img {
	display:block;
	width:100%;
	height: auto;
	border: 1px solid #ccc;
}
#lc-schedule .schedule .schedule-list .schedule-list-text { width: 60%; }
#lc-schedule .schedule .schedule-list .schedule-list-text p {
	margin: 0;
	width: 100%;
	line-height: 1.25;
}
#lc-schedule .schedule .schedule-list .schedule-list-text .date {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #888;
}
#lc-schedule .schedule .schedule-list .schedule-list-text .date span { font-size: 14px; }
#lc-schedule .schedule .schedule-list .schedule-list-text .title {
	margin: 8px 0;
	font-size: 16px;
	font-weight: bold;
}
#lc-schedule .schedule .schedule-list .schedule-list-text .name {
	font-size: 14px;
	color: #666;
}
#lc-schedule .schedule .title_sub { text-align: center;  }
#lc-schedule .schedule .title_sub img { width: 300px;  }
#lc-schedule .schedule .title_sub .com-sub {
	width: 480px;
	position: relative;
	background-color: #ffe475;
	font-size: 23px;
	font-weight: bold;
	color: #0068b7;
	padding: 4px 10px 0;
	margin: 0 auto 5px;
	top: -10px;
}
#lc-schedule .schedule .title_sub p:after {
	position: absolute;
	content: '';
	bottom: -24px; 
	right: 80px;
	border: 11px solid transparent;
	border-top: 24px solid #ffe475;
	-webkit-transform: rotate(-38deg);
	transform: rotate(38deg);
}
#lc-schedule .schedule .btn_schedule {
	width: 410px;
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	background-color: #0068b7;
	transition: 0.3s;
	padding: 15px 0;
	margin: 40px auto 0;
}
#lc-schedule .schedule .btn_schedule::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 24px;
}
#lc-schedule .schedule .btn_schedule:hover {
	text-decoration: none;
	background-color: #097ee0;
}

/*チャンネル登録*/
#live-commerce + .push { display: none; }

/* --TAB-- */
@media screen and (max-width: 940px) {
	#live-commerce h2 { font-size: 26px; }
	/*メインビジュアル*/
	#lc-mv .mv {
		max-width: 650px;
		height: 220px;
	}
	#lc-mv .mv .mv-left p {
		margin: 20px 0 10px 0;
		font-size: 18px;
	}
	#lc-mv .mv .mv-left h1 {
		margin: 0 0 10px 30px;
		font-size: 38px;
		line-height: 1.10;
	}
	#lc-mv .mv .mv-left .btn {
		width: 250px;
		padding: 10px 0;
		font-size: 16px;
	}
	#lc-mv .mv .mv-right { margin-top: 28px; }
	#lc-mv .mv .mv-right img { width: 300px; }
	
	/*ライブ配信について*/
	#lc-about .about {
		width: 80%;
		margin: 60px auto;
	}
	#lc-about .about .about-left h2 {
		width: 250px;
		padding-left: 30px;
		background-size: 30px;
		background-position: 0% 35%;
	}
	#lc-about .about .about-left p {
		margin-top: 15px;
		font-size: 15px;
		line-height: 1.75;
	}
	#lc-about .about .about-left p span {
		font-size: 15px;
		background: linear-gradient(transparent 30%, #FFEDA5 30%);
	}
	
	/*最新ライブをチェック*/
	#lc-check { background-size: 100% 100%; }
	#lc-check .check {
		width: 80%;
		padding: 60px 0;
	}
	#lc-check .check h2 {
		width: 350px;
		padding-left: 40px;
		background-size: 22px;
		background-position: 4% 0%;
	}
	#lc-check .check .youtube {
		margin-top: 15px;
		position:relative;
		width:100%;
		height:0;
		padding-top:55%;
	}
	#lc-check .check .youtube iframe {
		position:absolute;
		top:0;
		left:0;
		width:97%;
		height:95%;
	}
	
	/*配信スケジュール*/
	#lc-schedule .schedule {
		width: 80%;
		margin: 60px auto 0;
	}
	#lc-schedule .schedule h2 {
		width: 350px;
		padding-left: 40px;
		background-size: 28px;
		background-position: 20% 30%;
	}
	#lc-schedule .schedule p {
		width: 100%;
		max-width: 630px;
		margin: 15px auto;
		font-size: 15px;
		line-height: 1.75;
	}
	#lc-schedule .schedule ul { width: 100%; }
	#lc-schedule .schedule .schedule-list .schedule-list-img {
		height: 66px;
		margin-right: 10px;
	}
	#lc-schedule .schedule .schedule-list .schedule-list-text p { line-height: 1.4; }
	#lc-schedule .schedule .schedule-list .schedule-list-text .date { font-size: 14px; }
	#lc-schedule .schedule .schedule-list .schedule-list-text .date span { font-size: 12px; }
	#lc-schedule .schedule .schedule-list .schedule-list-text .title {
		margin: 5px 0;
		font-size: 14px;
	}
	#lc-schedule .schedule .schedule-list .schedule-list-text .name { font-size: 12px; }
	#lc-schedule .schedule .title_sub .com-sub { padding: 4px 10px 2px; }
}

/* --SP-- */
@media screen and (max-width: 670px) {
	#live-commerce h2 { font-size: 20px; }
	/*メインビジュアル*/
	#lc-mv .mv {
		max-width: 315px;
		height: 400px;
		display: block;
	}
	#lc-mv .mv .mv-left { width: 100%; }
	#lc-mv .mv .mv-left p {
		margin: 0;
		padding: 20px 0 5px 0;
		font-size: 18px;
	}
	#lc-mv .mv .mv-left p::before { margin-right: 3px; }
	#lc-mv .mv .mv-left p::after { margin-left: 3px; }
	#lc-mv .mv .mv-left h1 {
		margin: 0 0 10px 25px;
		font-size: 36px;
	}
	#lc-mv .mv .mv-left .btn {
		width: 230px;
		padding: 10px 0;
		font-size: 14px;
	}
	#lc-mv .mv .mv-right {
		width: 100%;
		margin-top: 18px;
	}
	#lc-mv .mv .mv-right img { width: 315px; }
	
	/*ライブ配信について*/
	#lc-about .about {
		min-width: 315px;
		margin: 40px auto;
		display: block;
	}
	#lc-about .about .about-left { width: 100%; }
	#lc-about .about .about-left h2 {
		width: 300px;
		margin: 0 auto;
		padding-left: 20px;
		background-size: 28px;
		background-position: 16% 35%;
	}
	#lc-about .about .about-left p {
		margin-top: 10px;
		font-size: 15px;
	}
	#lc-about .about .about-right { width: 100%; }
	#lc-about .about .about-right img { width: 100%; }
	
	/*最新ライブをチェック*/
	#lc-check { background-size: 100% 100%; }
	#lc-check .check {
		min-width: 315px;
		padding: 40px 0;
	}
	#lc-check .check h2 {
		width: 300px;
		margin: 0 auto;
		padding-left: 15px;
		background-size: 18px;
		background-position: 4% 0%;
	}
	#lc-check .check .youtube iframe {
		width:95%;
		height:90%;
	}
	
	/*配信スケジュール*/
	#lc-schedule .schedule {
		min-width: 315px;
		margin: 40px auto;
		padding-bottom: 60px;
	}
	#lc-schedule .schedule h2 {
		width: 300px;
		margin: 0 auto;
		padding-left:20px;
		background-size: 25px;
		background-position: 19% 10%;
	}
	#lc-schedule .schedule p {
		width: 100%;
		margin: 10px auto;
		font-size: 14px;
		line-height: 1.6;
	}
	#lc-schedule .schedule ul {
		padding: 10px 0 0 0;
		display: block;
	}
	#lc-schedule .schedule .schedule-list {
		width: 100%;
		margin: 0 0 30px 0;
	}
	#lc-schedule .schedule .schedule-list .schedule-list-img { height: auto; }
	#lc-schedule .schedule .title_sub { text-align: center;  }
	#lc-schedule .schedule .title_sub img { width: 145px;  }
	#lc-schedule .schedule .title_sub .com-sub {
		width: 300px;
		font-size: 14px;
		padding: 4px 5px 2px;
		margin: 0 auto 2px;
		top: -10px;
	}
	#lc-schedule .schedule .title_sub p:after {
		bottom: -24px; 
		right: 55px;
		border: 8px solid transparent;
		border-top: 26px solid #ffe475;
	}
	#lc-schedule .schedule .btn_schedule {
		width: 250px;
		font-size: 15px;
		padding: 15px 0;
		margin: 40px auto 0;
	}
	#lc-schedule .schedule .btn_schedule::before {
		width: 12px;
		height: 12px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 14px;
	}
}