@charset "UTF-8";
/*
	common
-----------------------------------------------------------------------------------------------*/
#header [href="../movie/"]{
	color: var(--color-blue);
}
/*
	NISSEIで働く人々
-----------------------------------------------------------------------------------------------*/
/* KV
============================== */
.movie .page-head__img::before{
	background: url(../images/deco_movie_kv_01.png) no-repeat center / cover;
	bottom: 0;
    content: '';
    height: 136px;
    left: -198px;
    position: absolute;
    width: 170px;
}
/*
	NISSEIの働き方／NISSEIの商品
-----------------------------------------------------------------------------------------------*/
[class^="movie__btn"] {
    width: 480px;
    padding: 10px 20px;
    font-size: 1.6rem;
	border-radius: 50px;
	display: flex;
	justify-content: center;
}
.movie__btn--container{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 2px 33px 80px 33px;
}
.movie__btn{
	background-color: var(--color-blue);
	position: relative;
	transition: .3s;
}
.movie__btn::after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -2px;
	transition: .3s;
}
.movie__btn--noto{
	font-size: 14px;
	padding: 0;
	text-align: center;
}
@media (hover: hover) and (pointer: fine){
	.movie__btn:hover{
		opacity: .85;
		transition: .3s;
	}
	a[class^="movie__btn"]:hover::after{
		right: 19px;
		transition: .3s;
	}
}
.movie__btn--txt{
	color: #fff;
	font-weight: var(--bold);
}
#movie,
#products{
	background: var(--background-blue);
}
.movie__head {
    font-size: 4.5rem;
    font-weight: var(--bold);
    line-height: 100%;
    margin-bottom: 60px;
    text-align: center;
	color: var(--color-blue);
}
[class^="movie__list"] {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
[class^="movie__item"]{
	display: flex;
	height: auto;
	flex-direction: column;
	position: relative;
	width: calc((100% - 40px)/2);
	gap: 15px;
	text-align: left;
	line-height: 140%;
}
[class^="movie__box"]{
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.movie__box--no{
	pointer-events: none;
}
[class^="movie__name"]{
	font-size: 20px;
	margin-bottom: 6px;
}
.movie__name--noto{
	font-size: 12px;
	color: var(--color-red);
	padding-left: 1rem;
    text-indent: -1rem;
}
.movie__name--noto::before{
	content:"※";
}
.movie__txt{
	font-size: 1.4rem;
}
[class^="movie__link"]{
    display: block;
    position: relative;
}
/* .movie__link::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: 0.3s;
} */
.movie__link::after {
    content: '';
    width: 70px;
    height: 70px;
    background: url(../images/icon_arrow_01.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	filter:drop-shadow(0 0 5px #000);
    z-index: 2;
}
.movie__link:hover .movie__thum:before {
	background: none;
}
.movie__link:hover .movie__img{
	transition: all .4s;
}
@media (hover: hover) and (pointer: fine){
	a[class^="movie__link"]::before{
		transition: .3s;
	}
	a[class^="movie__link"]{
		background-position: center;
		background-size: 100%;
		transition: .3s;
	}
	a[class^="movie__link"]:hover{
		transform: scale(1.03);
		background: rgb(0 0 0 /32%);
		transition: .3s;
	}
	a[class^="movie__link"]:hover::before{
		background: transparent;
		transition: .3s;
	}
}
/*
	NISSEIを知る
-----------------------------------------------------------------------------------------------*/
#aside-include .container{
	padding-top: 35px;
}
@media screen and (max-width: 812px){
	[class^="movie__btn"] {
		width: 100%;
		font-size: 1.4rem;
		max-width: 550px;
	}
	.movie__btn--container {
		padding: 2px 20px 80px 20px;
		gap: 20px;
	}
	.movie__head {
		font-size: 2.5rem;
        margin-bottom: 32px;
	}
	[class^="movie__name"]{
		font-size: 16px;
	}
	.movie__name--noto{
		font-size: 12px;
		color: var(--color-red);
	}
	.movie__list{
		gap: 20px;
		margin: 0 auto;
		max-width: 500px;
	}
	[class^="movie__item"] {
        border-radius: 8px;
        font-size: 2.0rem;
        width: 100%;
		align-items: center;
		line-height: 100%;
    }
	.movie__link::after {
		width: 60px;
		height: 60px;
	}
	/*
		common
	-----------------------------------------------------------------------------------------------*/
	#header [href="../movie/"]{
		color: var(--color-txt);
	}
	/*
		KV
	-----------------------------------------------------------------------------------------------*/
	.movie .page-head__img::before{
		height: 80px;
		left: auto;
		right: 20px;
		width: 100px;
	}
	/*
		NISSEIの働き方／NISSEIの商品
	-----------------------------------------------------------------------------------------------*/
	#products .container{
		padding-top: 60px;
	}
	/*
		NISSEIを知る
	-----------------------------------------------------------------------------------------------*/
}