@charset "utf-8";
/* CSS Document */

/* コラムパーツ */
h1.fs-c-heading--page{
	display: none;
}
#liveshopping .fs-pt-column__item{
	/*border-bottom: 1px solid #ccc;*/
	padding: 0 0 30px;
}
#liveshopping .fs-pt-column{
	margin: 30px 0;
	gap:20px;
}
#liveshopping .fs-pt-column--4{
	grid-template-columns: 1fr 1fr;
}
#liveshopping .column_wrap{
	width: 95%;
	margin: 100px auto;
}
#liveshopping .column_wrap h2, #liveshopping .new_arrival h2{
	padding: 15px 20px;
	background: #f4f4f4;
}
#liveshopping .fs-pt-column__heading{
	font-size: 15px;
	line-height: 1.5em;
	margin: 20px 0 10px;
}
#liveshopping .fs-pt-column__description{
	font-size: 14px;
	line-height: 1.6em;
}
#liveshopping .liveshopping_archive_date{
	margin: 5px 0 0;
	font-size: 12px;
}
#liveshopping .liveshopping_archive_date::before{
	content: "配信日　";
}
#liveshopping .new_arrival{
	width: 100%;
	margin: 0 auto;
}



/******************************************
全体（SP表示）
******************************************/
h1,h2,h3,h4,h5{line-height: 1.5em;}
#liveshopping{
	width:95%;
	margin:40px auto 50px;
	color: #473933 !important;
	line-height: 1.9em !important;
}
#liveshopping img{
	max-width:100%;
	border:none;
	margin:0;
	padding:0;
}
#liveshopping ul, #liveshopping li{
	list-style:none;
	margin:0;
	padding:0;
}
#liveshopping .far,
#liveshopping .fas,
#liveshopping .fab{
	display: inline-block;
	margin-right: 0.5em;
}

/* 見出し */
#liveshopping h1{
	margin: 50px 0 100px;
	padding: 0.7em 0;
	text-align: center;
	font-size: 23px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	border-top: 1px solid #473933;
	border-bottom: 1px solid #473933;
}
#liveshopping h2.latest_title{
	margin: 30px 20px 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
}
#liveshopping h2.latest_title span{
    position: relative;
	display: inline-block;
    padding: 15px;
	margin: 0 0 20px;
    border-radius: 5px;
    border: 1px solid #473933;
    font-weight: bold;
    text-align: center;
	font-size: 15px;
}
#liveshopping h2.latest_title span:before{
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 20px;
    background-color: #fff;
    content: "";
}
#liveshopping h2.latest_title span:after{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 1px;
    background-color: #473933;
    content: "";
}
#liveshopping h2.latest_title p{
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dashed #ccc;
	text-align: left;
}
#liveshopping h3.latest_summary_title{
	position: relative;
	margin: 40px 0 0;
	padding-left: 15px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#liveshopping h3.latest_summary_title::before{
	position: absolute;
	content: "";
	height: 22px;
	border-left: 4px solid #473933;
	top: 3px;
	left: 0;
	border-radius: 50px;
}
#liveshopping h4.latest_detail_title{
	position: relative;
	margin: 40px 0 0;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#liveshopping h4.latest_detail_title::before{
	position: absolute;
	content: "";
	height: 19px;
	border-left: 4px solid #473933;
	top: 2px;
	left: 0;
	border-radius: 50px;
}


#liveshopping .latest_post{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#liveshopping .latest_summary{
	margin: 0 20px;
}
#liveshopping .latest_summary_text{
	margin: 20px 0 0;
	font-size: 15px;
}
#liveshopping .latest_embed_code{
	width: 90%;
	margin: 50px auto;
	text-align: center;
}
#liveshopping .latest_embed_code img{
	width: 100%;
}
#liveshopping .latest_embed_code iframe{
	width: 100% !important;
	min-height: 564px !important;
	text-align: center;
}
#liveshopping .latest_detail{
	margin: 0 20px;
}
#liveshopping .latest_detail_text{
	margin: 20px 0 0;
	font-size: 15px;
}
#liveshopping .latest_stream_time{
	display: inline-block;
	margin: 30px 0 0;
	padding: 0 0.5em;
	border-bottom: 2px solid #473933;
	font-size: 16px;
	font-weight: 600;
}
#liveshopping .latest_stream_time span::before{
	content: "配信時間 … ";
}
#liveshopping .latest_stream_menu{
	margin: 50px 0 0;
	padding: 0;
	font-size: 15px;
}
#liveshopping .latest_stream_menu li{
	margin: 1em 0 1em 2em;
	line-height: 1.6em;
}
#liveshopping .latest_img{
	width: 100%;
	margin: 30px 0 0;
}
#liveshopping .latest_detail_link{
	margin: 30px 0 0;
}
#liveshopping .latest_detail_link a{
	text-decoration: underline;
}
#liveshopping .latest_detail_link li{
	margin: 1em 0 1em 2em;
	font-size: 14px;
	line-height: 1.5em;
}
#liveshopping .latest_post_date{
	margin: 30px 20px;
	text-align: right;
	font-size: 14px;
}
#liveshopping .latest_post_date::before{
	content: "投稿日 ： ";
}
#liveshopping .liveshopping_members{
	margin: 80px auto 0;
}
#liveshopping .liveshopping_members_title{
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
#liveshopping .liveshopping_members img{
	width: 100%;
}
#liveshopping .liveshopping_omotenashi{
	position: relative;
	width: 100%;
	margin: 50px auto 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#liveshopping .liveshopping_omotenashi h3{
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	top: -1.8em;
}
#liveshopping .liveshopping_omotenashi h3 span{
	padding: 0 .5em;
	background: #fff;
}
#liveshopping .liveshopping_omotenashi .inner{
	padding: 30px 20px;
	font-size: 14px;
}

#liveshopping .liveshopping_point{
	width: 100%;
	margin: 50px auto;
}
#liveshopping .liveshopping_point li{
	margin-bottom: 20px;
}





/******************************************
PC表示
******************************************/
@media screen and (min-width:768px){
	/* コラムパーツ */
	#liveshopping .column_wrap{
		width: 1000px;
	}
	#liveshopping .column_wrap h2, #liveshopping .new_arrival h2{
		font-size: 21px;
		text-align: center;
	}
	#liveshopping .fs-pt-column{
		border: none;
	}
	#liveshopping .fs-pt-column--4{
		margin: 30px 0;
		gap: 30px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	#liveshopping .fs-pt-column__item{
		border: none;
	}
	#liveshopping .new_streaming_ttl{
		font-size: 33px;
	}
	#liveshopping .liveshopping_archive_date{
		text-align: right;
	}
	
	
	/* 全体（PC表示） */
	#liveshopping{
		width:1000px;
	}
	
	/* 見出し */
	#liveshopping h2.latest_title{
		margin: 50px 50px 0;
		text-align: left;
		font-size: 24px;
	}
	#liveshopping h3.latest_summary_title{
		font-size: 19px;
	}
	#liveshopping h3.latest_summary_title::before{
		height: 23px;
		top: 3px;
	}
	#liveshopping h4.latest_detail_title{
		font-size: 17px;
	}
	#liveshopping h4.latest_detail_title::before{
		height: 23px;
		top: 0;
	}
		
	
	#liveshopping .latest_summary{
		margin: 0 50px;
	}
	#liveshopping .latest_summary_text{
		font-size: 16px;
	}
	#liveshopping .latest_detail{
		margin: 0 50px;
	}
	#liveshopping .latest_post{
		width: 1000px;
	}
	#liveshopping .latest_embed_code{
		width: 340px;
		text-align: center;
	}
	#liveshopping .latest_stream_menu{
		margin: 50px 0;
		font-size: 16px;
	}
	#liveshopping .latest_post_date{
		margin: 50px;
	}
	#liveshopping .liveshopping_members{
		width: 800px;
		margin: 80px auto 0;
	}
	#liveshopping .liveshopping_members_title{
		margin: 0 0 15px;
		font-size: 25px;
	}
	#liveshopping .liveshopping_omotenashi{
		width: 1000px;
	}
	#liveshopping .liveshopping_omotenashi h3{
		font-size: 21px;
	}
	#liveshopping .liveshopping_omotenashi .inner{
		padding: 50px;
		font-size: 16px;
	}
	#liveshopping .liveshopping_point{
		display: flex;
		justify-content: space-between;
	}
	#liveshopping .liveshopping_point li{
		width: 310px;
		margin: 0;
	}
	#liveshopping .liveshopping_point li.point2{
		width: auto;
	}
	#liveshopping .new_arrival{
		width: 1000px;
}
}



/******************************************
PC・SPの表示・非表示
******************************************/
/*------------------------------------- SPで非表示・PCで表示 */
#liveshopping .pc{display:none !important;}
@media screen and (min-width:768px){
#liveshopping .pc{display:inline !important;}
}
/*------------------------------------- SPで表示・PCで非表示 */
#liveshopping .sp{display:inline !important;}
@media screen and (min-width:768px){
#liveshopping .sp{display:none !important;}
}