@charset "utf-8";
/***********************
sp.css
************************/
@media screen and (min-width: 0px) and (max-width: 800px) {
	
	/*---------------------
	全体
	-----------------------*/
	html{
		background:#fff;
	}
	#container{
		min-width:0;
	}
	/*---------------
	メインエリア
	-----------------*/
	
	
	/*---------------
	動画エリア
	-----------------*/
	#closeBtn {
		right: 0px;
		top: -60px;
	}
	#closeBtn img{
		width: 30px;
	}
	
	#youtube_wrap{
		width: 100%;
		border: none;
		margin-top: 0;
	}
	#youtube_area{
		position:relative;
		width:100%;
		height:auto;
		overflow:auto;
		-webkit-overflow-scrolling: touch;
	}
	#yt_load_area{
		position:relative;
		top:0;
		left:0;
		transform:translateX(0);
		width:auto;
		overflow:inherit;
		display:block;
		/* height:245px; */
	}

	/* #yt_load {
		position: relative;
		width: 800px;
		left:0;
		transform:translateX(0px);
		margin: 0 auto;
		display: inline-table;
	} */
	#yt_load {
    position: relative;
    transform: translateX(0px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
	}
	.yt_list{
		position:relative;
		left: calc(50vw - 29.5vw);
		width: 60vw;
		cursor: pointer;
		/* 230px */
		/*width: 80%;動画1つ*/
		/* float:left; */
		/* transform: translateX(11%)!important; */
		margin: 0 20px 0 0;
	}
	.yt_list_img {
		width: 98.8%;
	}
	.yt_title {
		position: relative;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 10px;
		line-height: 26px;
		margin: 3% auto 0;
	}
	.yt_fade{
		/* padding-bottom: 53.6%; */
		background:rgba(0,0,0,0.5) url(../img/yt_play.png) no-repeat center center;
		background-size: 45px auto;
		margin-top: 0%;
		background-position: center;
	}
	.yt_fade::before {
		border-width: 0 0 20px 20px;
	}
	.yt_fade::after {
		border: 4px solid #da291c;
	}
	.yt_fade:hover{
		background:rgba(0,0,0,0.2) url(../img/yt_play.png) no-repeat center center;
		background-size: 45px auto;
		margin-top: 0%;
		background-position: center;
	}
	#videoPlayer {
		position: absolute;
		width: 90%!important;
		height: auto!important;
		padding: 0!important;
		padding-top: 0px!important;
		left: 0!important;
		margin-left: 5%!important;
		z-index: 999!important;
	}
	#videoPlayer{
	  position:absolute!important;
	  width: 90%!important;
	  padding-top: 50.6%!important;
	}	
	#videoPlayer iframe{
	  position: absolute!important;
	  top: 0!important;
	  right: 0!important;
	  width: 100% !important;
	  height: 100% !important;
	}
	#closeBtn2{
		right: 0!important;
	}
	.yt_list_img {
		width: calc(100% - 0px);
	}

}

@media screen and (max-width: 321px){
  /* #yt_load{
    width: 800px !important;
  } */
}