@charset "utf-8";
.top-CM {
	width: 100%;
	overflow-x: hidden;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 30px;
}
.top-CM ul {
	width: 2324px;
	margin: 0;
	padding: 0;
}
.top-CM ul li {
	width: 614.667px;
	margin-right: 240px;
	will-change: transform;
	transition: .55s;
}
.top-CM ul li.slick-active.prev {
	transform: translateX(210px);
}
.top-CM ul li.slick-active.slick-center + li.slick-active {
	transform: translateX(-210px);
}
.top-CM ul li a {
	text-decoration: none;
}
.top-CM ul li:not(.noPlay)::before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #fff;
	position: absolute;
	top: -60px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.top-CM ul li:not(.noPlay)::after {
	content: "";
	display: block;
	position: absolute;
	top: -60px;
	bottom: 0;
	left: 10px;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 25px;
	border-color: transparent transparent transparent #fff;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 768px) {
	.top-CM ul li:hover img {
		opacity: 0.7;
		transition: opacity .2s;
	}
	.top-CM ul li:hover::after, .top-CM ul li:hover::before {
		opacity: 1;
	}
	.top-CM ul li:hover .top-TVCM_Title {
		color: #dd1d18;
	}
}
.top-CM .cmSlickNav {
	width: 100vw;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.top-CM .cmSlick-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}
.top-CM .cmSlick-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}
.top-CM .cmSlick-next, .top-CM .cmSlick-prev {
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: -40px;
	bottom: 0;
	margin: auto 0;
	display: block;
	background-color: #dd1d18;
	width: 45px;
	height: 73px;
}

@media only screen and (min-width: 768px) {
	.top-CM .cmSlick-next, .top-CM .cmSlick-prev {
		width: 54px;
		height: 90px;
		top: -40px;
	}
}

.top-CM .cmSlick-next::before, .top-CM .cmSlick-prev::before {
	width: 20px;
	height: 20px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
.top-CM .cmSlick-next::before, .top-CM .cmSlick-prev::before {
	content: "";
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 1px;
}
.top-CM .cmSlick-prev::before {
	transform: rotate(-135deg);
	left: 0;
}
.top-CM .cmSlick-next::before {
	transform: rotate(45deg);
	right: 0;
}
.top-CM ul li a {
	display: block;
	width: 100%;
}
.top-CM ul li a img {
	width: 100%;
}
#movVideos {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
}
#movVideos.active {
	pointer-events: all;
	opacity: 1;
}
#movVideos .backBt {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
}
#movVideos .movModal {
	width: 400px;
	height: 225px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s;
	pointer-events: none;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
#movVideos .movModal.active {
	width: 800px;
	height: 450px;
	opacity: 1;
	pointer-events: all;
}
#movVideos .movModal .modalClose {
	position: absolute;
	font-size: 0;
	width: 29px;
	height: 29px;
	pointer-events: none;
}
#movVideos .movModal .modalClose {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: -38px;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	box-shadow: none;
}
#movVideos .movModal .modalClose::after, #movVideos .movModal .modalClose::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#movVideos .movModal .modalClose::before {
	transform: rotate(45deg);
}
#movVideos .movModal .modalClose::after {
	transform: rotate(-45deg);
}
#movVideos .movModal .modalClose {
	font-size: 0;
}
#movVideos .cmThmb {
	position: absolute;
	z-index: 9;
	width: 100%;
	display: none;
	cursor: pointer;
	top: 0;
}
#movVideos .cmThmb img {
	width: 100%;
}
#movVideos .movModal::before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
#movVideos .movModal::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 25px;
	border-color: transparent transparent transparent #fff;
	z-index: 10;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
#movVideos .pause::before, #movVideos .pause::after {
	opacity: 1;
}
#movVideos .pause.comp::before, #movVideos .pause.comp::after {
	opacity: 0;
}
#movVideos .cm-endWrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
	z-index: 12;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#movVideos .comp .cm-endWrap {
	display: block;
}
#movVideos .cm-endWrap ul {
	width: 100%;
	margin: 0;
}
#movVideos .cm-endWrap li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	position: absolute;
}
#movVideos .cm-endWrap li:nth-child(1) {
	width: 90%;
	top: 12%;
	left: 5%;
}
#movVideos .cm-endWrap li:nth-child(2) {
	width: 44%;
	left: 5%;
	bottom: 27%;
}
#movVideos .cm-endWrap li:nth-child(3) {
	width: 44%;
	right: 5%;
	bottom: 27%;
}
#movVideos .cm-endWrap li a {
	display: block;
	transition: opacity .2s;
}
#movVideos .cm-endWrap li a:hover {
	opacity: 0.8;
}
#movVideos .cm-endWrap li img {
	width: 100%;
}
#movVideos .cm-endWrap .cm-endWrap_close {
	position: absolute;
	font-size: 0 !important;
	width: 29px;
	height: 29px;
	right: 5px;
	top: 5px;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	box-shadow: none;
}
#movVideos .cm-endWrap .cm-endWrap_close::after, .cm-endWrap .cm-endWrap_close::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#movVideos .cm-endWrap .cm-endWrap_close::before {
	transform: rotate(45deg);
}
#movVideos .cm-endWrap .cm-endWrap_close::after {
	transform: rotate(-45deg);
}
.cm-ModalButton_Replay {
	display: block;
	background-color: #888;
	color: #fff;
	cursor: pointer;
	border: 2px solid #fff;
	padding: 5px 20px;
	border-radius: 5px;
	font-weight: 700;
	position: absolute;
	width: 30vw;
	height: 6vw;
	font-size: 2.5vw;
	bottom: 5.75vw;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	transition: opacity .2s;
}
@media only screen and (min-width:768px) {
	.cm-ModalButton_Replay {
		width: 160px;
		height: 36px;
		bottom: 12.5%;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.top-CM {
		margin-top: 10px;
	}
	.top-CM ul li {
		width: 73.2vw;
		height: auto;
		margin-right: 67px;
	}
	.top-CM ul li.slick-active.prev {
		transform: translateX(0);
	}
	.top-CM ul li.slick-active.slick-center + li.slick-active {
		transform: translateX(0);
	}
	.top-CM ul li::before {
		display: none;
	}
	.top-CM ul li::after {
		display: none;
	}
	#movVideos .movModal {
		width: calc((100% - 13px)/2);
		height: calc((100vw - 13px)*0.5625/2);
	}
	#movVideos .movModal.active {
		width: calc(100% - 13px);
		height: calc((100vw - 13px)*0.5625);
	}
	#movVideos .movModal .modalClose {
		width: 29px;
		height: 29px;
	}
}