@charset "utf-8";
/*------------------------------------------------------------
	rf-lineup
------------------------------------------------------------*/
.key-visual .text h1 {
	letter-spacing: 0;
}
#conts .bg {
	padding-bottom: 33px;
	background: linear-gradient(to bottom, #2c2c2c, #000);
}
#conts .tab-pannel {
	padding: 42px 0 95px;
}
#conts .tab-pannel .tab-list {
	margin: 0 6.5% 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px 14px;
}
#conts .tab-pannel .tab-list li {
	width: calc((100% - 30px)/3);
}
#conts .tab-pannel .tab-list li a {
	padding: 5px 0;
	height: 41px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-feature-settings: "palt";
	/* background: rgb(44, 44, 44) url(../img/common/icon-arrow05.png) no-repeat right 24px center; */
	background-color: rgb(44, 44, 44);
	border: 1px solid rgb(120, 120, 120);
	border-radius: 30px;
}
#conts .tab-pannel .tab-list li:nth-child(3n) a {
	background-position: right 10px center;
}
#conts .tab-pannel .tab-list li a.small {
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
#conts .tab-pannel .tab-list li.none {
	pointer-events: none;
}
#conts .tab-pannel .tab-list li.none a {
	color: #aaa;
	background-color: #787878;
	/* background-image: url(../img/common/icon-arrow06.png); */
}
#conts .tab-pannel .tab-list li.on a {
	background-color: #cc0000;
}
#conts .tab-pannel .reset {
	margin-bottom: 5px;
}
#conts .tab-pannel .reset a {
	margin: 0 auto;
	width: 220px;
	height: 40px;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border: 1px solid rgb(120, 120, 120);
	border-radius: 30px;
	box-sizing: border-box;
}
#conts .tab-pannel .tab-box .img-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
	min-height: 749px;
}
#conts .tab-pannel .tab-box .img-list li {
	width: 25%;
}
#conts .tab-pannel .tab-box .img-list li.hide {
	display: none;
}
#conts .tab-pannel .tab-box .img-list li p {
	font-size: 1.8rem;
}
#conts .tab-pannel .tab-box .img-list li p span {
	color: #c00;
}
#conts .tab-pannel .tab-box .img-list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#conts .tab-pannel .tab-box .img-list li a .photo {
	min-height: 120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#conts .tab-pannel .tab-box .img-list li a .photo .new {
	position: absolute;
	right: 15%;
	bottom: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	font-size: 1.1rem;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	background-color: #b90000;
	border-radius: 50%;
}
#conts .tab-pannel .tab-box .img-list li a p {
	position: relative;
	letter-spacing: 0.08em;
}
#conts .tab-pannel .tab-box .img-list li a p::after {
	margin: 0 0 0 8px;
	width: 12px;
	height: 15px;
	display: inline-block;
	background: url(../img/common/icon-arrow01.png) no-repeat center / 100%;
	content: "";
}
#conts .btn-more {
	margin-top: 60px;
}
#conts .btn-more a {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 278px;
	height: 63px;
	color: #000;
	font-size: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 50px;
	overflow: hidden;
}
#conts .btn-more a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	display: block;
	background-color: #000;
	transform: translateX(-101%);
	transition: transform 0.5s;
	z-index: -1;
}
.mfp-content {
	text-align: center;
	vertical-align: middle;
}
.pop-box {
	margin: 100px auto;
	max-width: 952px;
	display: block;
	position: relative;
	text-align: left;
}
.mfp-bg {
	background-color: rgba(0, 0, 0, 0.8);
}
.pop-box .mfp-close {
	width: 50px;
	aspect-ratio: 1/1;
	position: absolute;
    right: -25px;
    top: -80px;
	font-size: 0;
	opacity: 1;
}
.pop-box .mfp-close::before,
.pop-box .mfp-close::after {
	width: 67px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #b90000;
	content: "";
}
.pop-box .mfp-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.pop-box .pop-inner-box {
	margin: 0 auto;
	padding: 100px;
	max-width: 952px;
	position: relative;
	border: 1px solid #b90000;
	box-sizing: border-box;
	background-color: #000;
}
.pop-box .pop-inner-box .photo {
	aspect-ratio: 1500/1000;
	margin-bottom: 43px;
}
.pop-box .pop-inner-box .photo.iframe iframe {
	width: 100%;
	height: 100%;
}
.pop-box .pop-inner-box .photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.pop-box .pop-inner-box .text {
	margin-bottom: 13px;
	display: flex;
}
.pop-box .pop-inner-box .text .title .red {
	color: #c00;
}
.pop-box .pop-inner-box .text .img {
	margin: 10px 6px 0 -6px;
	display: flex;
	align-items: flex-start;
	width: 246px;
	flex-shrink: 0;
	box-sizing: border-box;
}
.pop-box .pop-inner-box .text .img img {
	width: 100%;
}
.pop-box .pop-inner-box .text .inner .title {
	margin-bottom: 5px;
	letter-spacing: 0.08em;
}
.pop-box .pop-inner-box .text .inner p {
	letter-spacing: 0;
	letter-spacing: 0.08em;
}
.pop-box .pop-inner-box .text .inner p sup {
	font-size: 1.2rem;
}
.pop-box .pop-inner-box .text .inner p .note {
	display: inline-flex;
	gap: 4px;
}
.pop-box .pop-inner-box .text .inner p .note span {
	flex-shrink: 0;
}
.pop-box .pop-inner-box .text p {
	letter-spacing: 0.08em;
	line-height: 1.625;
}
.pop-box .pop-inner-box .text {
    margin-bottom: 12px;
}
.pop-box .pop-inner-box .data .title {
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	position: relative;
}
.pop-box .pop-inner-box .data .title::before {
	width: 6px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #b90000;
	content: "";
}
.pop-box .pop-inner-box .data .headline02 {
	margin-bottom: 23px;
	padding-left: 21px;
	font-size: 2.4rem;
}
.pop-box .pop-inner-box .data .headline02::before {
	top: 6px;
    bottom: 6px;
}
.pop-box .pop-inner-box .data ul {
	margin-bottom: 15px;
}
.pop-box .pop-inner-box .data ul li {
	display: flex;
	font-size: 1.4rem;
	word-wrap: break-word;
}
.pop-box .pop-inner-box .data ul li .ttl {
	padding: 8px 0 7px;
	width: 112px;
	border-right: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	letter-spacing: 0.08em;
}
.pop-box .pop-inner-box .data ul li:first-child .ttl {
	padding-top: 4px;
}
.pop-box .pop-inner-box .data ul li:last-child .ttl {
	padding-bottom: 21px;
	border-bottom: none;
}
.pop-box .pop-inner-box .data ul li .txt {
	padding: 8px 0 7px 29px;
	flex: 1;
	border-bottom: 1px solid #2c2c2c;
	letter-spacing: 0.08em;
}
.pop-box .pop-inner-box .data ul li .txt-palt {
	font-feature-settings: "palt";
}
.pop-box .pop-inner-box .data ul li:first-child .txt {
	padding-top: 4px;
}
.pop-box .pop-inner-box .data ul li:last-child .txt {
	padding-bottom: 21px;
	border-bottom: none;
}
.pop-box .pop-inner-box .data ul li .txt sup {
	font-size: 1.2rem;
}
.pop-box .pop-inner-box .data .note {
	display: flex;
	gap: 4px;
	font-size: 1.2rem;
}
.pop-box .pop-inner-box .video-box {
	margin-top: 50px;
}
.pop-box .pop-inner-box .video-list li {
	aspect-ratio: 16/9;
}
.pop-box .pop-inner-box .video-list li iframe {
	width: 100%;
	height: 100%;
}
.pop-box .pop-inner-box .video-dots .com-dots {
	padding-bottom: 0;
	background-color: transparent;
	gap: 45px;
}
.pop-box .pop-inner-box .video-box p {
	margin-top: 8px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: 0.08em;
}
.pop-box .pop-inner-box .tech {
	margin-top: 50px;
}
.pop-box .pop-inner-box .tech .tech-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.pop-box .pop-inner-box .tech .tech-list li {
	width: calc((100% - 20px) / 3);
	min-height: 50px;
}
.pop-box .pop-inner-box .tech .tech-list li a {
	padding: 3px 7px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #323232;
}
.pop-box .pop-inner-box .photo-pop {
	display: none;
	position: absolute;
	z-index: 50;
	left: 50%;
	top: 50%;
	padding: 40px;
	text-align: center;
	transform: translate(-50%,-50%);
	width: calc(100% - 20px);
	background-color: #000;
	border: 1px solid #b90000;
	box-sizing: border-box;
}
.pop-box .pop-inner-box .photo-pop.show {
	display: block;
}
.pop-box .pop-inner-box .photo-pop .close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	transition: .3s;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000;
	border: 1px solid #b90000;
}
.pop-box .pop-inner-box .photo-pop .close:before,.pop-box .pop-inner-box .photo-pop .close:after {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #b90000;
	content: "";
}
.pop-box .pop-inner-box .photo-pop .close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media all and (min-width: 768px) {
	.pop-box .mfp-close:hover,.pop-box .pop-inner-box .photo-pop .close:hover {
		opacity: 0.7;
	}
	#conts .tab-pannel .tab-box .img-list li a:hover {
		opacity: 1;
	}
	#conts .tab-pannel .tab-box .img-list li a .photo {
		overflow: hidden;
	}
	#conts .tab-pannel .tab-box .img-list li a .photo img {
		transition: 0.3s ease;
	}
	#conts .tab-pannel .tab-box .img-list li a:hover .photo img {
		transform: scale(1.05);
	}
	#conts .tab-pannel .tab-list li a:hover {
		opacity: 1;
		background-color: #CC0000;
	}
	.pop-box .pop-inner-box .data ul:last-child {
		margin-bottom: 0;
	}
	#conts .btn-more a:hover {
		color: #fff;
		opacity: 1;
	}
	#conts .btn-more a:hover:before {
		transform: translateX(0);
	}
}
@media all and (max-width: 1100px) and (min-width: 768px) {
	.mfp-container {
		padding: 0 38px;
	}
	.key-visual .text h1.en {
		letter-spacing: 0.03em;
	}
	#conts .tab-pannel .tab-list {
		margin: 0 4% 28px;
	}
	#conts .tab-pannel .tab-list li a.small {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}
@media all and (max-width: 767px) {
	.key-visual .text {
		width: calc(50% + 91px);
	}
	#conts .tab-pannel .tab-list {
		margin: 0 -10px 17px;
		gap: 11px 10px;
	}
	#conts .tab-pannel .tab-list li {
		width: calc((100% - 30px)/2);
	}
	#conts .tab-pannel .tab-list li:nth-child(3),#conts .tab-pannel .tab-list li:nth-child(2) {
		width: 71%;
	}
	#conts .tab-pannel .tab-list li:nth-child(4) {
		width: 100%;
	}
	#conts .tab-pannel .tab-list li:nth-child(4) a {
		width: 47%;
		margin: 0 auto;
	}
	#conts .tab-pannel .tab-list li:nth-child(5),#conts .tab-pannel .tab-list li:nth-child(6) {
		width: calc((100% - 66px)/2);
	}
	#conts .tab-pannel .tab-list li a {
		height: 32px;
		font-size: 1.4rem;
		background-size: 13px auto;
		background-position: right 10px center;
	}
	#conts .tab-pannel .tab-list li:nth-child(3n) a {
		background-position: right 10px center;	
	}
	#conts .tab-pannel .tab-list li a.small {
		font-size: 1.15rem;
	}
	#conts .tab-pannel .reset {
		margin-bottom: 0;
	}
	#conts .tab-pannel .reset a {
		width: 162px;
		height: 33px;
		font-size: 1.5rem;
	}
	#conts .tab-pannel {
		padding: 22px 0 45px;
	}
	#conts .tab-pannel .tab-box .img-list {
		gap: 12px 0;
	}
	#conts .tab-pannel .tab-box .img-list li {
		width: 50%;
	}
	#conts .tab-pannel .tab-box .img-list li p {
		font-size: 1.5rem;
		line-height: calc(42/32);
	}
	#conts .tab-pannel .tab-box .img-list li a .photo {
		min-height: 89px;
	}
	#conts .tab-pannel .tab-box .img-list li a .photo img {
		width: 100%;
	}
	#conts .tab-pannel .tab-box .img-list li a .photo .new {
		width: 30px;
		height: 30px;
		font-size: 0.9rem;
	}
	#conts .tab-pannel .tab-box .img-list li a p::after {
		width: 8px;
		height: 11px;
	}
	#conts .btn-more a {
		width: 200px;
		height: 40px;
		font-size: 1.8rem;
	}
	.pop-box {
		margin: 100px 0;
		max-width: inherit;
	}
	.pop-box .pop-inner-box {
		padding: 18px;
		max-width: calc(100vw - 40px);
	}
	.pop-box .pop-inner-box .text {
		margin-bottom: 40px;
		display: block;
	}
	.pop-box .pop-inner-box .text .img {
		margin: 0 auto -1px;
		width: 220px;
	}
	.pop-box .pop-inner-box .photo {
		margin: 2px 1px 4px;
	}
	.mfp-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pop-box .pop-inner-box .text .inner .title {
		margin-bottom: 12px;
		text-align: left;
	}
	.pop-box .pop-inner-box .text .inner p {
		line-height: calc(38/28);
	}
	.pop-box .pop-inner-box .text .inner p sup {
		font-size: 1rem;
	}
	.pop-box .pop-inner-box .data .headline02 {
		padding-left: 11px;
		text-align: left;
		font-size: 1.8rem;
	}
	.pop-box .pop-inner-box .data .headline02::before {
		width: 3px;
		top: 5px;
		bottom: 5px;
		left: 1px;
	}
	.pop-box .pop-inner-box .data ul li .ttl {
		padding: 8px 0 5px;
		width: 100px;
	}
	.pop-box .pop-inner-box .data ul li .txt {
		padding: 8px 0 5px 9px;
	}
	.pop-box .pop-inner-box .data ul {
		margin-bottom: 10px;
	}
	.pop-box .pop-inner-box .data ul:last-child {
		margin-bottom: 2px;
	}
	.pop-box .pop-inner-box .data ul li:last-child .ttl,
	.pop-box .pop-inner-box .data ul li:last-child .txt {
		padding-bottom: 7px;
	}
	.pop-box .mfp-close {
		right: -5px;
		top: -62px;
	}
	.pop-box .mfp-close::before, .pop-box .mfp-close::after {
		width: 56px;
	}
	.pop-box .pop-inner-box .data ul li .txt sup {
		font-size: 1rem;
	}
	.pop-box .pop-inner-box .data .note {
		font-size: 1rem;
	}
	.pop-box .pop-inner-box .video-box {
		margin-top: 40px;
		width: 100%;
	}
	.pop-box .pop-inner-box .video-dots .com-dots {
		gap: 0 22px;
	}
	.pop-box .pop-inner-box .video-list li {
		aspect-ratio: inherit;
		padding-bottom: 41.6vw;
		position: relative;
	}
	.pop-box .pop-inner-box .video-list li iframe {
		position: absolute;
		left: 0;
		top: 0;
	}
	.pop-box .pop-inner-box .video-box p {
		font-size: 1.4rem;
   	 	line-height: calc(21/16);
	}
	.pop-box .pop-inner-box .tech {
		margin-top: 40px;
	}
	.pop-box .pop-inner-box .tech .tech-list li {
		width: calc((100% - 10px) / 2);
		gap: 6px;
		min-height: 40px;
	}
}