@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	/* font-family: 'Jost', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; */
	letter-spacing: 0.1em;
}


img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/* wide */
.w980 {
	max-width: 980px;
	width: 90%;
}

.sttl {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin: 150px auto 60px;
	padding: 0 0 20px 65px;
	border-bottom: 1px solid #BB2929;
}

.sttl span {
	position: relative;
}

.sttl span::before {
	content: "";
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: -1.8em;
}

.textSmall {
    font-size: 10px;
}

.textRight {
    text-align: right;
}

@media only screen and (max-width: 767px) {
	.sttl {
			font-size: 25px;
			margin: 80px auto 40px;
			padding: 0px 0px 10px 50px;
	}

	.sttl span {
	}

	.sttl span::before {
			top: 50%;
			transform: translateY(-50%);
			left: -1.8em;
	}

	.sttl span::after {
			left: 50%;
			bottom: -10px;
			width: 50px;
	}
}

.sttl span::before {
	content: "";
	display: inline-block;
	background: url("../../../images/company/media/icon_media.png") 0% 0% / contain no-repeat;
	background-position: center;
	width: 49px;
	height: 36.4px;
	left: -2.2em;
	top: 0.8em;
	margin: 0px 30px 0px 0px;
}

@media only screen and (max-width: 767px) {
	.sttl span::before {
			width: 45px;
			height: 33px;
			left: -2.5em;
	}

	.sttl span::before {
			width: 27px;
			height: 36px;
			left: -1.8em;
	}
}

/*============================
.cm_area
============================*/


.cm_area {
	margin-bottom: 100px;
}
.cm_area .sttl {
}
.cm_area .movie_list.flex_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 2%;

}
.cm_area .movie_list.flex_area::after {
	content: '';
	display: block;
	width: calc((100% - 4%) / 3);

}
.cm_area .movie_list.flex_area .modalBox {
	width: calc((100% - 4%) / 3);
}
.cm_area .movie_list.flex_area .modalBox .mediaTitle {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}

.cm_area .movie_list.flex_area .modalBox .mediaTitle.mt0 {
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {
	.cm_area {
		margin-bottom: 50px;
	}
	.cm_area .movie_list.flex_area {
		gap: 20px;

	}
	.cm_area .movie_list.flex_area .modalBox {
		width: 100%;
	}
	.cm_area .movie_list.flex_area .modalBox .mediaTitle {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.8;
	}
}

/*============================
.media_area
============================*/


.media_area {
	margin-bottom: 190px;
}
.media_area .sttl {
}
.media_area .movie_list.flex_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 2%;

}
.media_area .movie_list.flex_area::after {
	content: '';
	display: block;
	width: calc((100% - 4%) / 3);

}
.media_area .movie_list.flex_area .modalBox {
	width: calc((100% - 4%) / 3);
}
.media_area .movie_list.flex_area .modalBox .modalBtn img:hover {
	cursor: pointer;
}
.media_area .movie_list.flex_area .modalBox .mediaTitle {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.media_area {
		margin-bottom: 95px;
	}
	.media_area .movie_list.flex_area {
		gap: 20px;

	}
	.media_area .movie_list.flex_area .modalBox {
		width: 100%;
	}
	.media_area .movie_list.flex_area .modalBox .mediaTitle {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.8;
	}
}


.lity-close {
	position: absolute;
	right: -5px!important;
	top: -30px!important;
}

#next_jp {
	max-width: 100%;
	height: auto;
	width: 900px;
}