.mov_item_list {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.mov_item_list li {
	margin-top: 10px;
	position: relative;
}

.mov_item_list li img{
	max-width: 100%;
	vertical-align: middle;
}

.mov_item_list.column-3 li{
	width: calc(33% - 7px);
	margin-left: 14px;
}

@media screen and (min-width:737px){
	.mov_item_list.column-3 li:nth-child(3n+1){
		margin-left: 0;
	}
}

@media screen and (max-width:736px){
	.mov_item_list.column-3 li{
		margin-top: 8px;
		margin-left: 8px;
		width: calc(50% - 4px);
	}

	.mov_item_list.column-3 li:nth-child(2n+1){
		margin-left: 0;
	}
}

.shtyoutube-popup {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	text-align: center;
	 z-index:88888;
	align-items: center;
	opacity: 0;
	animation: mov_modal_fadein 250ms ease-out 0s 1 normal;
	animation-fill-mode: forwards;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* .shtyoutube-popup.opened {
	display: flex;
} */

.shtyoutube-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8888;
	transition: all 1s;
	height: 101%;
	width: 101%;
}

.shtyoutube-popup.opened .shtyoutube-popup-overlay{
	opacity: 1;
}

.shtyoutube-iframe-wrap {
	width: 100%;
	height: 0;
	padding-top: 175.25%;
}

.shtyoutube-popup-close {
	position: absolute;
	top: 0;
	right: -84.5%;
	background: url(../img/parts_modal_close.png);
	width: 55px;
	height: 55px;
	background-size: 55px auto;
	cursor: pointer;
	z-index: 999999;
	text-indent: -9999px;
}

.shtyoutube-popup-next,
.shtyoutube-popup-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: 21px auto;
	background-repeat: no-repeat;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 99999;
	text-indent: -9999px;
}

.shtyoutube-popup-next {
	right: -115px;
	background-image: url(../img/ico_next.png);
}

.shtyoutube-popup-prev {
	left: -115px;
	background-image: url(../img/ico_prev.png);
}

.shtyoutube-iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shtyoutube-popup-tit {
	position: absolute;
	bottom: -72px;
	left: 0;
	display: flex;
	margin-top: 0;
	padding: 6.5px 12px 6.5px 10px;
	width: 100%;
	height: 73px;
	background-color: #231815;
	text-align: left;
	text-shadow: 0 3px 6px #000;
	text-decoration: none;
	color: #fff !important;
	font-size: 16px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.3;
	z-index: 99999;
	flex-direction: column;
	box-sizing: border-box;
}

.shtyoutube-popup-tit span{
	padding-bottom: 2px;
	display: block;
	font-size: 11px;
	line-height: 1.4;
}

.shtyoutube-popup-tit br {
	display: block !important;
}


.shtyoutube-popup-tit:hover {
	opacity: 1 !important;
}

/* .shtyoutube-popup-tit:after {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	width: 84px;
	height: 100%;
	background: url(../img/btn_pp.png) no-repeat center;
	background-size: 84px auto;
} */
.shtyoutube-popup-tit a {
	color: #fff;
	text-decoration: none;
}
.shtyoutube-popup-tit a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	width: 84px;
	height: 100%;
	background: url(../img/btn_pp.png) no-repeat left center;
	background-size: 84px auto;
}

.btn_pp img {
	max-width: 100%;
}

.shtyoutube-dark-theme {
	background: rgba(0, 0, 0, 0.9);
}

.mov_item_list li {
	position: relative;
	cursor: pointer;
}

.mov_item_list li .mov_hov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #000;
	border-radius: 5px;
}

.mov_item_list li .mov_hov iframe {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	margin-top: 0;
}

.mov_hov .hov_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

@media screen and (min-width: 769px) {
	.shtyoutube-popup-content {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		background-color: #000;
		vertical-align: middle;
		z-index: 99999;
	}

	.mov_item_list li .mov_hov {
		border-radius: 0;
	}

	.mov_item_list li .mov_hov iframe {
		width: 101%;
		height: 101%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 768px) {
	.shtyoutube-popup-content {
		position: relative;
		margin: 0 auto;
		background-color: #000;
		width: 96%;
		z-index: 99999;
		height: calc(100% + 14px);
		overflow: hidden;
	}

	.shtyoutube-iframe-wrap {
		padding-top: 96vh;
	}

	.shtyoutube-popup-close {
		top: 36px;
		right: 13px;
		width: 48px;
		height: 48px;
		background-size: 49px auto;
	}

	.shtyoutube-popup-next,
	.shtyoutube-popup-prev {
		width: 25px;
		height: 25px;
		background-size: 19px auto;
	}

	.shtyoutube-popup-next{
		right: 5px;
	}

	.shtyoutube-popup-prev{
		left: 5px;
	}

	.shtyoutube-popup-tit {
		padding: 6.5px 12px 6.5px 8px;
		font-size: 16px;
		line-height: 1.4;
		bottom: -1px;
	}
	.shtyoutube-iframe {
		height: calc(100% - 95px);
        margin-top: 23px;
	}

}
@keyframes mov_modal_fadein {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* オーバーレイ背景固定用 */
body[data-fix='true'] {
	overflow-y: scroll !important;
	position: fixed !important;
	width: 100%;
}

/* tablet用 */
body[data-display='ipad'] .shtyoutube-popup-content {
	max-height: 604px;
	height: 100%;
}
