@charset "utf-8";

/* ------------------------------------------------------------------

	.articleMovie

------------------------------------------------------------------- */

.articleMovie {
}

.articleMovie a {
	color: #000;
	display: block;
}

.articleMovie .heading {
	font-weight: normal;
	margin-bottom: 0.6em;
}

.articleMovie figure {
	position: relative;
}

.articleMovie figure img {
	height: auto;
	width: 100%;
}

.articleMovie figure::before {
	background-color: rgba(255, 255, 255, 0.5);
	clip-path: url(#icon_play);
	content: "";
	filter: drop-shadow(0 0 6px rgb(0 0 0 / .3));
	height: 80px;
	width: 80px;
	transition: all .25s ease;
	margin: auto;
	position: absolute;
	inset: 0;
}

.articleMovie a {
	opacity: 1;
	transition: all .25s ease;
}

.articleMovie a:hover {
	opacity: 0.8;
}

.articleMovie a:hover figure::before {
	background-color: rgba(255, 255, 255, 0.8);
	transform: scale(1.1);
}

.articleMovie .button {
	border: 1px solid #000;
	margin: 20px auto 0;
	position: relative;
	width: fit-content;
}

.articleMovie .button::before {
	background-color: #000;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	content: "";
	display: inline-block;
	height: 10px;
	inset: 0;
	left: 15px;
	position: absolute;
	transform: translateY(-5px);
	top: 50%;
	width: 8px;
}

@media screen and (max-width:768px) {

	.articleMovie {
	}

	.articleMovie .heading {
		font-size: 16px;
	}

	.articleMovie figure::before {
		transform: scale(0.5);
	}

	.articleMovie a:hover figure::before {
		transform: scale(0.6);
	}

	.articleMovie .button {
		font-size: 14px;
		padding: 8px 2em 8px 2.5em;
	}

}

@media screen and (min-width:769px) {

	.articleMovie {
	}

	.articleMovie .heading {
		font-size: 18px;
	}

	.articleMovie .button {
		font-size: 16px;
		padding: 8px 60px;
	}

}

/* ------------------------------------------------------------------

	.asideRelated

------------------------------------------------------------------- */

.asideRelated {
	background-color: #EEEFEF;
}

.asideRelated .listIndexLineup__contentHeading {
	text-align: left;
}

@media screen and (max-width:768px) {

	.asideRelated {
	}

}

@media screen and (min-width:769px) {

	.asideRelated .listIndexLineup__contentHeading {
		font-size: 16px;
	}

}

/*-------------------------------------------------------------------

	.navAnchor

-------------------------------------------------------------------*/

.navAnchor ul {
	display: grid;
}

.navAnchor a {
	align-items: center;
	border-bottom: 1px solid #000;
    box-sizing: border-box;
	color: #000;
	display: flex;
	font-size: 14px;
	justify-content: center;
	padding: 0 10px 10px;
	position: relative;
	text-align: center;
}

.navAnchor a span {
	display: inline-block;
	height: 6.1px;
	left: 5px;
	position: absolute;
	width: 8.2px;
}

.navAnchor a span::before,
.navAnchor a span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 1px);
	width: 2px;
	height: 7px;
	background-color: #333;
	transform-origin: 50% calc(100% - 1px);
}

.navAnchor a span::before {
	transform: rotate(45deg);
}

.navAnchor a span::after {
	transform: rotate(-45deg);
}

.navAnchor a:hover {
	border-bottom-color: #CF000D;
	color: #CF000D;
}

.navAnchor a:hover span::before,
.navAnchor a:hover span::after {
	background-color: #CF000D;
}

@media screen and (max-width:768px) {

	.navAnchor {
        margin-bottom: 30px;
	}

	.navAnchor ul {
		grid-column-gap: 13px;
		grid-row-gap: 20px;
	}

	.navAnchor a {
		font-size: 12px;
	}

	.navAnchor[data-item-col-sp="2"] ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.navAnchor[data-item-col-sp="3"] ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.navAnchor[data-item-col-sp="4"] ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.navAnchor[data-item-col-sp="5"] ul {
		grid-template-columns: repeat(5, 1fr);
	}

	.navAnchor[data-item-col-sp="6"] ul {
		grid-template-columns: repeat(6, 1fr);
	}

}

@media screen and (min-width:769px) {

	.navAnchor {
        margin-bottom: 70px;
	}

    .navAnchor ul {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
    }

	.navAnchor li {
	}

    .navAnchor a {
    }

	.navAnchor[data-item-col-pc="3"] ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.navAnchor[data-item-col-pc="4"] ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.navAnchor[data-item-col-pc="5"] ul {
		grid-template-columns: repeat(5, 1fr);
	}

	.navAnchor[data-item-col-pc="6"] ul {
		grid-template-columns: repeat(6, 1fr);
	}

}

/*-------------------------------------------------------------------

	.navProducts

-------------------------------------------------------------------*/

.navProducts ul {
	display: flex;
	flex-wrap: wrap;
}

.navProducts[data-item-justify="center"] ul {
	justify-content: center;
}

.navProducts a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: flex;
	font-size: 14px;
	height: 100%;
	padding: 12px 15px 12px 35px;
	position: relative;
	text-align: left;
}

.navProducts a::before {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 5px 8px;
	content: "";
	display: block;
	left: 15px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
}

.navProducts[data-button-type="anchor"] a::before {
	border-color: #000 transparent transparent transparent;
	border-width: 8px 5px;
	margin-top: -4px;
}

@media screen and (max-width:768px) {

	#siteContent__aside .navProducts {
		padding: 0 15px;
	}

	.navProducts {
		margin-top: 40px;
	}

	.navProducts ul {
		flex-wrap: wrap;
		gap: 20px;
	}

	.navProducts a {
		font-size: 12px;
	}

	.navProducts[data-item-col-sp="1"] {
		flex-direction: column;
	}

	.navProducts[data-item-col-sp="1"] li {
		width: 100%;
	}

	.navProducts[data-item-col-sp="2"] li {
		width: calc( calc( 100% - 20px ) / 2 );
	}

}

@media screen and (min-width:769px) {

	#siteContent__aside .navProducts {
		margin: 0 auto;
		padding: 70px 0;
		width: 1000px;
	}

	.navProducts {
		margin-top: 70px;
	}

	.navProducts ul {
		gap: 30px 50px;
	}

	.navProducts li {
	}

	.navProducts[data-item-col-pc="3"] li {
		width: calc( calc( 100% - 50px * 2 ) / 3 );
	}

	.navProducts[data-item-col-pc="4"] ul {
		gap: 30px;
	}

	.navProducts[data-item-col-pc="4"] li {
		flex: 1;
	}

	.navProducts[data-item-justify="center"] ul {
		justify-content: center;
	}

}