
.more-block-sp,
.sp-latest-links {
	display: none;
}
.hide {
	display: none !important;
}
.pc_item {
	display: unset;
}
.sp_item {
	display: none;
}
#container {
	width: 964px;
	text-align: left;
	margin: 0px auto;
	padding: 0 0 40px;
}
.pfa-block {
	padding: 48px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pfa-block .left-block {
	width: 311px;
	padding: 0;
}
.pfa-block .title-block h1 {
	padding: 0 0 32px 0;
	margin: 0;
}
.pfa-block .title-block img {
	width: 305px;
}
.pfa-block .latest-block {
	border: 1px solid #d5d5d5;
}
.pfa-block .latest-inner {
	padding: 22px;
}
.pfa-block .latest-name {
	padding: 7px 0 17px 0;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 17px;
}
.pfa-block .latest-inner > p {
	padding: 0 0 18px;
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
}
.pfa-block .right-block {
	width: 624px;
}
.pfa-block .latest-links {
	display: flex;
	justify-content: space-between;
}
.pfa-block .link-btn a {
	height: 42px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 126px 42px;
}
.pfa-block .link-btn:nth-child(1) a {
	background-image: url(../../IMAGES/TOP/pc_menu01_141114_on.gif);
}
.pfa-block .link-btn:nth-child(2) a {
	background-image: url(../../IMAGES/TOP/pc_menu02_141114_on.gif);
}
.pfa-block .link-btn a img {
	opacity: 1;
}
.pfa-block .link-btn a:hover img {
	opacity: 0;
}

.recommend-block {
	padding: 7px 0 85px 0;
	position: relative;
	overflow: hidden;
}
.recommend-block .title-block,
.movie-block .title-block {
	padding: 0 0 5px 0;
	margin: 0 0 10px;
	background-image: url(../../IMAGES/TOP/pc_hr01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.recommend-block .title-block img {
	width: 127px;
}
.recommend-list {
	margin: 0 -6px;
	position: relative;
	visibility: hidden;
}
.loaded .recommend-list {
	visibility: visible;
}

.swiper-slide {
	height: auto;
}
.swiper-slide .item-inner {
	width: 232px;
	height: 100%;
	background: #eee;
	margin: 0 6px;
}
.swiper-slide .item-inner a {
	text-decoration: none;
}
.item-inner a:hover .movie-link p {
	background:url(../../IMAGES/TOP/pc_arrow01.gif) 55px 50% no-repeat !important;
}
.movie-image img {
	max-width: 100%;
	height: auto;
}
.movie-info {
	height: 72px;
	padding: 15px;
}
.movie-info p {
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.movie-link {
	padding: 5px 15px 15px 15px;
}
.movie-link p {
	color: #c71444;
	font-size: 90%;
}

.anchor-block {
	background: #4c4c4c;
	border-bottom: 3px solid #c71043;
	margin: 0 0 0 0;
	overflow: hidden;
}
.anchor-link,
.anchor-active {
	float: left;
}
.anchor-active .anchor-link {
	float: none;
	padding: 0 0 0 30px;
}
.anchor-link a {
	display: inline-block;
	height: 48px;
	background-repeat: no-repeat;
}
.anchor-block > div:nth-child(1) {
	width: 192px;
}
.anchor-block > div:nth-child(2) {
	width: 98px;
}
.anchor-block > div:nth-child(3) {
	width: 155px;
}
.anchor-block > div:nth-child(4) {
	width: 130px;
}

.anchor-block > div:nth-child(2) a {
	background-size: 64px 48px;
	background-image: url(../../IMAGES/TOP/pc_submenu02_on.gif);
}
.anchor-block > div:nth-child(3) a {
	background-size: 124px 48px;
	background-image: url(../../IMAGES/TOP/pc_submenu03_on.gif);
}
.anchor-block > div:nth-child(4) a {
	background-size: 98px 48px;
	background-image: url(../../IMAGES/TOP/pc_submenu04_on.gif);
}
.anchor-block > div:nth-child(2) a:hover img {
	opacity: 0;
}
.anchor-block > div:nth-child(3) a:hover img {
	opacity: 0;
}
.anchor-block > div:nth-child(4) a:hover img {
	opacity: 0;
}

.movie-block {
	padding: 40px 0 0px 0;
}

.list-inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}
.list-inner .list-item {
	padding: 0 0 15px;
}
.list-inner .item-inner {
	width: 232px;
	height: 100%;
	background: #eee;
	margin: 0 6px;
}
.list-inner .item-inner a {
	text-decoration: none;
}

.cm-block .title-block img {
	width: 101px;
}
.special-block .title-block img {
	width: 188px;
}
.social-block .title-block img {
	width: 147px;
}

/* swiper override */
.swiper-button-prev,
.swiper-button-next {
	width: 20px;
	height: 82px;
	top: 19%;
	background-size: 20px 82px;
	opacity: 0;
	transition: all 0.5s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 1;
}
.swiper-button-next {
	right: 6px;
	background-image: url(../../IMAGES/TOP/pc_arrow02-01.png);
}
.swiper-button-prev {
	left: 6px;
	background-image: url(../../IMAGES/TOP/pc_arrow02-02.png);
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-family: swiper-icons;
	content: '';
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active {
	background: #c71444;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -25px;
}

/* modal */
.window_hl {
	position: absolute;
	z-index: 9999;
	display: none;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 100%;
}
.window_hl.open {
	display: block;
}
.lightbox_wrapper {
	position: relative;
	width: 964px;
	margin: 0 auto;
}
.window_hl .close {
	top: -17px;
	right: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	color: #fff;
	font-size: 90%;
}
.window_hl .close:hover {
	color: #c71444;
}
.window_hl .close span {
	white-space: nowrap;
	user-select: none;
	-webkit-user-select: none; 
}
.window_hl .close img {
	width: 45px;
	height: 10px;
}
.window_hl h2 {
	padding: 10px;
	border-left: 5px solid #c71444;
	font-size: 1.17em;
	color: #fff;
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto 10px;
}
.window_hl .movie {
	width: 964px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	padding: 15px 0 45px;
}
.window_hl .movie_iframe {
	margin: 0 auto;
	width: 800px;
}
.window_hl .movie_lb {
	width: 800px;
	margin: 0 auto;
}
.window_hl .otherBtn {
	margin: 10px 0;
	text-align: right;
}
.window_hl .otherBtn li {
	display: inline-block;
}
.window_hl .otherBtn .dealer:has(+ .special.hide) {
	margin: 0 10px 0 0;
}
.window_hl .otherBtn .special {
	margin: 0 10px 0 0;
}
.window_hl .detail {
	color: #fff;
}
.window_hl .detail dl {
	color: #fff;
	width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
}
.window_hl .detail dt,
.window_hl .detail dd {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	padding: 5px;
}
.window_hl .detail dt {
	width: 35%;
}
.window_hl .detail dd {
	width: 65%;
}
.window_hl iframe {
	max-width: 100%;
}
#mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 8000;
	opacity: 0.8;
	cursor: pointer;
}
#mask.open {
	display: block;
}
@media screen and (max-width: 963px) {
	#container {
		width: auto;
	}
	.pfa-block .right-block {
		width: 64.7302904564315vw;
	}
	.pfa-block .right-block iframe {
		width: 100%;
		height: 36.3070539419087vw;
	}
	.pfa-block .left-block {
		width: 32.2614107883817vw;
		margin: 0 0 0 0.5vw;
	}
	.pfa-block .title-block img {
		width: 31.6390041493776vw;
	}
	.pfa-block .latest-inner {
		padding: 10px;
	}
	.pfa-block .link-btn a {
		background-size: cover;
		height: 4.6680497925311vw;
		width: 14.0041493775934vw;
	}
	.pfa-block .link-btn a img {
		max-width: none;
		width: 100%;
	}
	.recommend-block .title-block,
	.movie-block .title-block {
		margin: 0 8px 10px;
	}
	.list-inner {
		margin-left: 0;
		margin-right: 0;
	}
	.swiper-slide .item-inner {
		width: auto;
	}
	.list-inner .item-inner {
		width: calc((100vw /3) - 18px);
	}

	.lightbox_wrapper {
		width: 720px;
	}
	.window_hl .movie {
		width: 720px;
	}
	.window_hl h2 {
		width: 598px;
	}
	.window_hl .movie_iframe {
		width: 598px;
	}
	.window_hl iframe {
		height: 46.6804979253112vw;
	}
	.window_hl .movie_lb {
		width: 598px;
	}
	.window_hl .detail dl {
		width: 598px;
	}
}