@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;600&display=swap");
.l-contents.no-padding {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.new-trifora section {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.new-trifora img.fit {
	width: 100%;
	height: auto;
}
.new-trifora a img {
	transition: all 0.25s ease-out;
	opacity: 1;
}
.new-trifora a:hover img {
	opacity: 0.5;
}
.new-trifora .toa-col1 {
	color: #707372;
}
.new-trifora .toa-col2 {
	color: #ff8200;
}
.new-trifora .toa-col3 {
	color: #ffc07f;
}
.new-trifora .main-title {
	position: relative;
	text-align: center;
	padding: 2.5rem 0 0;
	margin: 0 auto 2rem !important;
}
.new-trifora .main-title small {
	display: block;
	font-size: 0.75rem;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	letter-spacing: 0.25rem;
	text-indent: 0.25rem;
}
.new-trifora .main-title em {
	display: block;
	margin-top: 0.75rem;
	padding-bottom: 1.25rem;
	font-size: 1.5rem;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
}
.new-trifora .main-title::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	width: 3.5rem;
	height: 4px;
	background-color: #ffc07f;
	transform: translateX(-50%);
}
.new-trifora figure {
	margin: 0;
	padding: 0;
}
.new-trifora .fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
	transition-delay: 0.5s;
}
.new-trifora .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
	.new-trifora .main-title {
		padding: 3.5rem 0 0;
		margin: 0 auto 2.5rem !important;
	}
	.new-trifora .main-title small {
		font-size: 0.8rem;
		letter-spacing: 0.25rem;
		text-indent: 0.25rem;
	}
	.new-trifora .main-title em {
		margin-top: 1rem;
		padding-bottom: 2rem;
		font-size: 1.8rem;
		letter-spacing: 0.75rem;
		text-indent: 0.75rem;
	}
	.new-trifora .main-title::after {
		width: 5rem;
		height: 5px;
	}
}

.new-trifora .link-btn {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.new-trifora .link-btn a {
	position: relative;
	display: block;
	border: 2px solid #ffc07f;
	border-radius: 9999px;
	color: #ff8200;
	background-color: #fff;
	font-size: 1rem;
	padding: 0.5rem 2rem;
	transition: all 0.25s ease-out;
}
.new-trifora .link-btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #ff8200;
}
.new-trifora .c-ttl-h2 {
	white-space: nowrap;
}
.new-trifora .btn-flex {
	margin-top: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
}
.new-trifora .btn-flex .link-btn a {
	width: 100%;
	border-color: #b8b9b9;
	padding: 1rem 2rem;
	color: #707372;
	border-radius: 0;
}
.new-trifora .btn-flex .link-btn a::before {
	border-left: 8px solid #707372;
}
@media screen and (min-width: 768px) {
	.new-trifora .link-btn a {
		padding: 0.5rem 3rem;
	}
	.new-trifora .link-btn a::before{
		left: 1.5rem;
	}
	.new-trifora .link-btn a:hover {
		border: 2px solid #ff8200;
		color: #fff;
		background-color: #ff8200;
	}
	.new-trifora .link-btn a:hover::before{
		border-left: 8px solid #fff;
	}
	.new-trifora .btn-flex {
		margin-top: 3.5rem;
		flex-direction: row;
		gap: 2.5rem;
	}
	.new-trifora .btn-flex .link-btn {
		max-width: 520px;
	}
	.new-trifora .btn-flex .link-btn a {
		padding: 1.5rem 3rem;
	}
}
@media screen and (min-width: 1200px) {
	.new-trifora .link-btn a {
		padding: 0.5rem 3.5rem;
	}
}

#mv-hero {
	position: relative;
	width: 100%;
	height: 380px !important;
	z-index: 1;
}
#mv-hero .swiper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
#mv-hero .swiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#mv-hero .swiper .swiper-slide .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 2;
}
#mv-hero .swiper .swiper-slide .swiper-slide__img {
	position: relative;
	height: 100%;
	z-index: 1;
}
#mv-hero .swiper .swiper-slide .swiper-slide__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	-o-object-position: top center;
		 object-position: top center;
}
#mv-hero .swiper .swiper-slide .swiper-slide__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 65%);
	z-index: 1;
}
#mv-hero .swiper .swiper-slide .swiper-slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 5;
}
#mv-hero .swiper .swiper-slide .swiper-slide-content .camera {
	width: 47.5vw;
	width: 45.7svw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#mv-hero h1 {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 160px;
	width: 100%;
	height: auto;
	z-index: 3;
}
#mv-hero h1 span {
	margin: 1rem auto;
	display: block;
	font-size: 3.5vw;
	font-size: 3.5svw;
	font-weight: 600;
	color: #fff;
}
#mv-hero h1 img {
	display: block;
	margin: 0 auto;
	width: 55vw;
	width: 55svw;
	height: auto;
}
#mv-hero .new-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 15px;
	bottom: 250px;
	width: 56px;
	height: 56px;
	background-color: #f00;
	border-radius: 50%;
	z-index: 4;
}
#mv-hero .new-icon em {
	display: block;
	color: #fff;
	line-height: 1.25;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
@media screen and (min-width: 480px) {
	#mv-hero {
		height: 350px;
	}
	#mv-hero .swiper .swiper-slide .mask {
		height: 50px;
	}
	#mv-hero .swiper .swiper-slide .swiper-slide__img img {
		-o-object-position: center center;
			 object-position: center center;
	}
	#mv-hero .swiper .swiper-slide .swiper-slide__img::after {
		background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0) 65%);
	}
	#mv-hero .swiper .swiper-slide .swiper-slide-content {
		justify-content: flex-end;
	}
	#mv-hero .swiper .swiper-slide .swiper-slide-content .camera {
		width: 37.5vw;
		width: 37.5svw;
		margin-right: 45px;
	}
	#mv-hero h1 {
		left: 15px;
		bottom: 85px;
		width: 40vw;
		width: 40svw;
	}
	#mv-hero h1 span {
		margin: 0.5rem auto;
		font-size: 2.4vw;
	}
	#mv-hero h1 img {
		width: 40vw;
		width: 40svw;
	}
	#mv-hero .new-icon {
		right: 20px;
		width: 80px;
		height: 80px;
		bottom: 220px;
	}
	#mv-hero .new-icon em {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) {
	#mv-hero {
		height: 560px !important;
		max-height: 560px !important;
	}
	#mv-hero .swiper .swiper-slide .swiper-slide-content .camera {
		max-width: 340px;
		margin-right: 60px;
	}
	#mv-hero h1 {
		left: 25px;
		bottom: 100px;
		width: 360px;
		max-width: 360px;
	}
	#mv-hero h1 span {
		margin: 1.5rem auto;
		font-size: 1.4rem;
	}
	#mv-hero h1 img {
		max-width: 100%;
	}
	#mv-hero .new-icon {
		right: 25px;
		bottom: 340px;
		width: 110px;
		height: 110px;
	}
	#mv-hero .new-icon em {
		line-height: 110px;
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		text-indent: 0.2rem;
	}
	#mv-hero .new-icon em br {
		display: none;
	}
}
@media screen and (min-width: 1280px) {
	#mv-hero .swiper .swiper-slide .swiper-slide-content .camera {
		max-width: 350px;
		margin-right: 50px;
	}
	#mv-hero h1 {
		left: -15px;
		bottom: 110px;
		width: 360px;
		max-width: 360px;
	}
	#mv-hero h1 span {
		font-size: 1.4rem;
	}
	#mv-hero .new-icon {
		right: -15px;
		bottom: 380px;
		width: 120px;
		height: 120px;
	}
	#mv-hero .new-icon em {
		line-height: 120px;
		font-size: 1.4rem;
		letter-spacing: 0.3rem;
		text-indent: 0.3rem;
	}
}

#features {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#features .bg-white {
	background-color: #fff;
}
#features .bg-gray {
	background-color: #f0f0f0;
}
#features .bg-light-gray {
	background-color: #fafafa;
}
#features .feature-area {
	margin: 0 auto !important;
	padding: 25px 0 50px;
}
#features .feature-area .feature-area-inner.l-container {
	padding: 0;
	max-width: auto;
}
#features .feature-area.pt50 {
	padding-top: 50px;
}
#features .feature-area h2 {
	font-size: 1em;
	margin: 0 auto;
	display: flex;
	padding-right: 5%;
	justify-content: flex-start;
	align-items: center;
	gap: 1.25rem;
}
#features .feature-area h2 .numbers {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	min-width: 80px;
	height: 70px;
	background-color: #707372;
	font-family: "Roboto", sans-serif;
	color: #fff;
	line-height: 1;
	padding: 0;
	border-left: 10px solid #ff8200;
	gap: 0.25rem;
}
#features .feature-area h2 .numbers small {
	font-size: 13px;
	font-weight: 600;
}
#features .feature-area h2 .numbers em {
	font-size: 30px;
	font-weight: 300;
}
#features .feature-area h2 .titles {
	font-size: 1.3em;
	font-weight: 400;
}
#features .feature-area h2 .titles rt {
	font-size: 0.45em;
}
#features .feature-area .feature-flex {
	display: flex;
	flex-direction: column;
}
#features .feature-area .feature-flex.mt20 {
	margin-top: 2rem;
}
#features .feature-area .feature-flex .feature-flex-text {
	position: relative;
}
#features .feature-area .feature-flex .feature-flex-text h3 {
	display: flex;
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
}
#features .feature-area .feature-flex .feature-flex-text h3 .new-mark {
	display: inline-block;
	width: 4.5em;
	min-width: 4.5em;
	height: 4.5em;
	min-height: 4.5em;
	border: 1px solid #ff8200;
	border-radius: 50%;
	line-height: 4.5em;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 400;
}
#features .feature-area .feature-flex .feature-flex-text h3 .disp-block {
	display: block;
	margin: 0.25rem auto 0 0;
}
#features .feature-area .feature-flex .feature-flex-text h3 strong {
	display: inline-block;
	padding: 0.5rem 0.5rem;
	margin: 0.5rem auto 0 0 !important;
	font-size: 0.7em;
	font-weight: 400;
	margin-left: 1em;
	line-height: 1;
	color: #707372;
	border: 1px solid #707372;
}
#features .feature-area .feature-flex .feature-flex-text p {
	font-size: 0.95em;
	line-height: 2;
	margin: 0;
	padding: 0;
}
#features .feature-area .feature-flex .feature-flex-text p em {
	font-size: inherit;
	font-weight: 700;
}
#features .feature-area .feature-flex .feature-flex-text p sup {
	position: relative;
	vertical-align: baseline;
	top: -1ex;
	font-size: 0.65em;
}
#features .feature-area .feature-flex .feature-flex-text p.note {
	margin-top: 1rem;
	font-size: 0.85em;
	text-indent: -3em;
	padding-left: 3em;
}
#features .feature-area .feature-flex .feature-flex-text ul {
	font-size: 0.95em;
	line-height: 2;
	margin: 0;
	list-style-type: disc;
	padding-left: 1.75em;
}
#features .feature-area .feature-flex .feature-flex-image {
	margin-top: 2rem;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.5rem;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 2.5em;
	min-width: 2.5em;
	height: 2.5em;
	min-height: 2.5em;
	background-color: #ff8200;
	border-radius: 50%;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 1rem;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure {
	flex: 2;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure img {
	display: block;
	max-width: 180px;
	margin: 0 auto;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure figcaption {
	margin-top: 1rem;
	font-size: 0.9em;
	text-align: center;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure figcaption .pc {
	display: none;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li:nth-child(1) figure {
	padding-bottom: 2.5rem;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li:nth-child(3) figure {
	padding-top: 2.5rem;
}
#features .feature-area .feature-flex .feature-flex-image .ftr01-list li:not(:last-child)::after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: calc( 100% + 2.5rem );
	top: 50%;
	left: calc(1.25em - 1px);
	background-color: #ff8200;
	z-index: -1;
}
@media screen and (min-width: 480px) {
	#features .feature-area {
		padding: 35px 0 50px;
	}
	#features .feature-area h2 .numbers {
		width: 100px;
		min-width: 100px;
		height: 100px;
	}
	#features .feature-area h2 .numbers small {
		font-size: 16px;
	}
	#features .feature-area h2 .numbers em {
		font-size: 40px;
	}
}
@media screen and (min-width: 768px) {
	#features .feature-area {
		padding: 50px 0 75px;
	}
	#features .feature-area h2 {
		margin: 0 auto 3.5rem;
		gap: 1.75rem;
	}
	#features .feature-area h2 .numbers {
		width: 100px;
		height: 90px;
	}
	#features .feature-area h2 .numbers small {
		font-size: 0.85rem;
	}
	#features .feature-area h2 .numbers em {
		font-size: 2.4rem;
	}
	#features .feature-area h2 .titles {
		font-size: 1.5em;
	}
	#features .feature-area h2::before {
		content: none;
	}
	#features .feature-area .feature-flex {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	#features .feature-area .feature-flex .feature-flex-text {
		width: 45%;
		max-width: 580px;
	}
	#features .feature-area .feature-flex .feature-flex-text h3 {
		font-size: 1.2em;
		margin-top: 0;
		margin-bottom: 2.5rem;
		gap: 1.5em;
	}
	#features .feature-area .feature-flex .feature-flex-text h3 .new-mark {
		width: 5.5em;
		min-width: 5.5em;
		height: 5.5em;
		min-height: 5.5em;
		line-height: 5.5em;
		font-size: 1rem;
	}
	#features .feature-area .feature-flex .feature-flex-text p {
		font-size: 1.1em;
	}
	#features .feature-area .feature-flex .feature-flex-text ul {
		padding-left: 2em;
	}
	#features .feature-area .feature-flex .feature-flex-image {
		margin-top: 0;
		width: 50%;
		max-width: 650px;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list {
		position: relative;
		display: flex;
		flex-direction: row;
		gap: 0;
		margin: 0;
		padding: 0;
		z-index: 2;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li {
		display: list-item;
		flex: 1;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li span {
		justify-content: center;
		align-items: center;
		margin: 0 auto 2rem;
		width: 2.2em;
		height: 2.2em;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure {
		flex: 1;
		padding: 0 0.75rem;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure figcaption {
		margin-top: 1.5rem;
		font-size: 0.85em;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure figcaption .pc {
		display: none;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure figcaption .sp {
		display: none;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li:nth-child(1) figure {
		padding-bottom: 0;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li:nth-child(3) figure {
		padding-top: 0;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li:not(:last-child)::after {
		width: 100%;
		height: 1px;
		top: calc(1.1em + 1px);
		left: 50%;
		background-color: #ff8200;
		z-index: -1;
	}
}
@media screen and (min-width: 1280px) {
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure figcaption .pc {
		display: block;
	}
	#features .feature-area .feature-flex .feature-flex-image .ftr01-list li figure figcaption .sp {
		display: none;
	}
}


#feature-sec01 .sk-btn-flex {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
#feature-sec01 .sk-btn-flex .link-btn a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 5rem;
	border: none;
	background-color: #ff8200;
	padding: 0 2rem;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
}
#feature-sec01 .sk-btn-flex .link-btn a small {
	display: block;
	font-size: 0.85em;
}

#feature-sec01 .sk-btn-flex .link-btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left: 9px solid #fff;
}

#feature-sec01 .sk-btn-flex .link-btn a span {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	padding: 12px 24px;
	border: 2px solid #ff8200;
	border-radius: 0.75rem;
	background-color: #fff;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	white-space: nowrap;
	color: #ff8200;
	z-index: 1;
	transform: translateX(-50%) translateY(-80%);
}
#feature-sec01 .sk-btn-flex .link-btn a span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 60%;
	border-style: solid;
	border-width: 15px 20px 0 0;
	border-color: #ff8200 transparent transparent;
	translate: -50% 100%;
	transform: skew(-15deg);
	transform-origin: top;
}
#feature-sec01 .sk-btn-flex .link-btn a span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 60%;
	border-style: solid;
	border-width: 11px 16px 0 0;
	border-color: #fff transparent transparent;
	translate: -50% 95%;
	transform: skew(-15deg);
	transform-origin: top;
}
@media screen and (min-width: 768px) {
	#feature-sec01 .sk-btn-flex {
		margin-top: 6rem;
		flex-direction: row;
		justify-content: center;
		gap: 3.5rem;
	}
	#feature-sec01 .sk-btn-flex .link-btn {
		max-width: 400px;
	}
	#feature-sec01 .sk-btn-flex .link-btn a {
		white-space: nowrap;
		display: flex;
		flex-direction: row;
	}
	#feature-sec01 .sk-btn-flex .link-btn a:hover {
		background-color: #ffc07f;
	}
	#feature-sec01 .sk-btn-flex .link-btn a small {
		font-size: 1em;
	}
	#feature-sec01 .sk-btn-flex .link-btn a::before {
		left: 1.25rem;
	}
	#feature-sec01 .sk-btn-flex .link-btn a span {
		font-size: 1rem;
		transition: all 0.25s ease-out;
	}
	#feature-sec01 .sk-btn-flex .link-btn a:hover span {
		transform: translateX(-50%) translateY(-135%);
	}
}

#feature-sec02 .feature-flex .feature-flex-text {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
#feature-sec02 .feature-flex .feature-flex-text.right {
	margin-top: 2rem;
}
#feature-sec02 .feature-flex .feature-flex-text.right p.note {
	margin: 0;
	font-size: 0.85em;
	text-indent: -1em;
	padding-left: 1em;
}
#feature-sec02 .feature-flex .feature-flex-text.right .zoom_image_area {
	margin: 0;
	padding: 0;
}
#feature-sec02 .swiper-slide {
	position: relative;
}
#feature-sec02 .slider-caption {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
}
#feature-sec02 .slider-caption span {
	display: block;
	padding: 0.25rem 0.75rem;
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#feature-sec02.feature-area .feature-flex .feature-flex-text {
		width: 46.5%;
		max-width: inherit;
	}
	#feature-sec02 .feature-flex .feature-flex-text.right {
		margin-top: 0;
	}
}
@media screen and (min-width: 1280px) {
	#feature-sec02 .lead {
		max-width: 70%;
	}
}

#feature-sec03 .btn-area {
	margin-top: 2rem;
}
#feature-sec03 .btn-area .link-btn a {
	border: 2px solid #ff8200;
	background-color: #ff8200;
	color: #fff;
	padding: 0.5rem 3.5rem;
}
#feature-sec03 .btn-area .link-btn a::before {
	border-left: 8px solid #fff;
}
@media screen and (min-width: 768px) {
	#feature-sec03 .btn-area .link-btn a {
		font-size: 1.1em;
	}
	#feature-sec03 .btn-area .link-btn a:hover {
		border: 2px solid #ff8200;
		background-color: #fff;
		color: #ff8200;
	}
	#feature-sec03 .btn-area .link-btn a:hover::before{
		border-left: 8px solid #ff8200;
	}
}
#lineup {
	position: relative;
	margin: 0 auto;
	padding-bottom: 3.5rem;
	overflow: hidden;
}
#lineup .bg-white {
	background-color: #fff;
}
#lineup .lineup-area {
	padding: 0;
}
#lineup .lineup-area h2 {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 600;
	border-bottom: 1px solid #b7b9b8;
}
#lineup .lineup-area h2.first {
	margin-top: 1.5rem;
}
#lineup .lineup-area h2 span {
	display: inline-block;
	padding-bottom: 0.5rem;
}
#lineup .lineup-area .product-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
}
#lineup .lineup-area .product-list > li {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 1.5rem 0;
}
#lineup .lineup-area .product-list > li:first-child {
	padding-top: 0;
}
#lineup .lineup-area .product-list > li:not(:last-child) {
	border-bottom: 1px solid #dedede;
}
#lineup .lineup-area .product-list > li .type-icon {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1;
	margin-right: 0.25rem;
	padding: 0.35rem 0.7rem;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #707372;
}
#lineup .lineup-area .product-list > li .type-icon.type1,
#lineup .lineup-area .product-list > li .type-icon.type2 {
	color: #707372;
	background-color: #fff;
}
#lineup .lineup-area .product-list > li .type-icon.type3 {
	background-color: #f00;
	border: 1px solid #f00;
	color: #fff;
}
#lineup .lineup-area .product-list > li h3 {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 600;
}
#lineup .lineup-area .product-list > li h3 small {
	display: block;
	font-size: 1.1em;
}
#lineup .lineup-area .product-list > li h3 em {
	display: block;
	font-size: 1.1em;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
#lineup .lineup-area .product-list > li figure {
	margin: -0.5rem 0 0 auto;
	max-width: 45vw;
	max-width: 45svw;
	height: auto;
}
#lineup .lineup-area .product-list > li .onvif-logo {
	margin-top: -1.5rem;
	width: 25vw;
	max-width: 120px;
}
#lineup .lineup-area .product-list > li .icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.35rem;
	margin: 1.5rem 0 0 0;
	padding: 0;
}
#lineup .lineup-area .product-list > li .icon-list > li {
	border: none !important;
	width: auto;
	padding: 0.5rem 0.75rem !important;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	border-radius: 9999px;
	white-space: nowrap;
	display: inline-block;
}
#lineup .lineup-area .product-list > li .icon-list > li sup {
	display: inline;
}
#lineup .lineup-area .product-list > li .icon-list > li.deflut {
	background-color: #ededed;
}
#lineup .lineup-area .product-list > li .icon-list > li.red {
	background-color: #ffe7e7;
	color: #c00;
}
#lineup .lineup-area .product-list > li .icon-list > li.blue {
	background-color: #e1e7f1;
	color: #2f59d0;
}
#lineup .lineup-area .product-list > li .link-btn {
	margin-top: 1.5rem;
}
#lineup .lineup-area .product-list > li .list-disc {
	margin: 1.5rem 0 0 0;
	list-style-type: disc !important;
	padding-left: 1.5rem;
}
#lineup .lineup-area .product-list > li .list-disc > li {
	list-style-type: disc !important;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 1em;
	line-height: 1.7;
}
@media screen and (min-width: 480px) {
	#lineup .lineup-area .product-list > li figure {
		margin: 0.75rem auto;
		max-width: 60%;
		height: auto;
	}
	#lineup .lineup-area .product-list > li .onvif-logo {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	#lineup {
		padding-bottom: 5rem;
	}
	#lineup .lineup-area h2 {
		margin-top: 3.5rem;
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
	}
	#lineup .lineup-area .product-list > li {
		width: 50%;
		padding: 1.5rem;
	}
	#lineup .lineup-area .product-list > li:nth-child(odd) {
		padding-top: 0;
		padding-left: 0;
		border-right: 1px solid #dedede;
		border-bottom: none;
	}
	#lineup .lineup-area .product-list > li:nth-child(even) {
		padding-top: 0;
		padding-right: 0;
		border-bottom: none;
	}
	#lineup .lineup-area .product-list > li figure {
		margin: 0 1.5rem 0 auto;
		max-width: 200px;
		height: auto;
	}
	#lineup .lineup-area .product-list > li .onvif-logo {
		max-width: 90px;
	}
	#lineup .lineup-area .product-list > li .icon-list {
		gap: 0.5rem 0.4rem;
	}
	#lineup .lineup-area .product-list > li .btn-area {
		margin-top: auto;
		margin-bottom: 0;
	}
	#lineup .lineup-area .product-list > li .link-btn {
		margin-top: 2rem;
	}
}
@media screen and (min-width: 1028px) {
	#lineup .lineup-area .product-list > li {
		padding: 1.5rem 2.5rem;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#lineup .lineup-area .product-list > li .left {
		width: 62.5%;
	}
	#lineup .lineup-area .product-list > li .right {
		width: 35%;
	}
	#lineup .lineup-area .product-list > li .full {
		width: 100%;
	}
	#lineup .lineup-area .product-list > li figure {
		margin: 0;
		padding: 1.5rem 0 0;
		max-width: inherit;
	}
	#lineup .lineup-area .product-list > li .onvif-logo {
		max-width: 100px;
	}
	#lineup .lineup-area .product-list > li h3 {
		font-size: 1rem;
	}
	#lineup .lineup-area .product-list > li .type-icon {
		font-size: 0.8rem;
	}
	#lineup .lineup-area .product-list > li .link-btn {
		margin-top: 2.5rem;
	}
}
@media screen and (min-width: 1280px) {
	#lineup .lineup-area .product-list > li figure {
		margin: 0 1.5rem 0 auto;
	}
	#lineup .lineup-area .product-list > li .left {
		width: 65%;
	}
	#lineup .lineup-area .product-list > li .right {
		width: 32.5%;
	}
	#lineup .lineup-area .product-list > li .onvif-logo {
		margin-top: -1rem;
	}
}

#lineup .lineup-area .product-list > li .note {
	margin: 0.75rem;
	font-size: 0.75em;
	line-height: 1.7;
	text-align: right;
}
#lineup-sec06 .note span {
	display: inline-block;
	text-indent: -3em;
	padding-left: 3em;
}


#lineup-sec06 {
	margin-top: 2rem;
}

#download {
	position: relative;
	margin: 0 auto;
	padding-bottom: 5rem;
	overflow: hidden;
	background-color: #fafafa;
}
#download .btn-flex .link-btn a {
	align-items: center;
	padding: 1rem 1rem 1rem 3.25rem;
}
#download .btn-flex .link-btn a em {
	display: block;
	flex: 5;
	font-weight: inherit;
}
#download .btn-flex .link-btn a img {
	display: block;
	flex: 0.4;
}
#download .btn-flex .link-btn a::before {
	position: absolute;
	content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	top: 50%;
	left: 0.75rem;
	transform: translateY(-50%);
	border: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='pdf_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 24' style='enable-background:new 0 0 25 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-opacity:0;%7D .st1%7Bfill:%23D93636;%7D%0A%3C/style%3E%3Cg id='icon_pdf' transform='translate(0.5)'%3E%3Crect id='area' x='0' y='0' class='st0' width='24' height='24'/%3E%3Cpath id='icon' class='st1' d='M0,23V1h15v5h-1.9V2.9H1.9v18.3h11.3V18H6V6h18v12h-9v5H0z M18.1,9.2C18.1,9.3,18.1,9.3,18.1,9.2 l0,5.5c0,0,0,0,0,0.1c0,0,0,0,0.1,0h0.9c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1v-2.2c0,0,0,0,0,0c0,0,0,0,0,0H21c0,0,0,0,0.1,0 c0,0,0,0,0-0.1v-0.8c0,0,0-0.1,0-0.1c0,0,0,0-0.1,0h-1.7c0,0,0,0,0,0c0,0,0,0,0,0v-1.2c0,0,0,0,0,0c0,0,0,0,0,0h2.6 c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1V9.3c0,0,0,0,0-0.1c0,0,0,0-0.1,0L18.1,9.2C18.2,9.2,18.2,9.2,18.1,9.2z M13.2,9.2 C13.2,9.3,13.2,9.3,13.2,9.2l0,5.5c0,0,0,0,0,0.1c0,0,0,0,0.1,0h2c0.4,0,0.7-0.1,1.1-0.2c0.3-0.1,0.5-0.3,0.7-0.6 c0.2-0.3,0.3-0.6,0.2-0.9v-2.2c0-0.3-0.1-0.6-0.2-0.9c-0.2-0.3-0.4-0.5-0.7-0.6c-0.3-0.1-0.7-0.2-1.1-0.2L13.2,9.2 C13.2,9.2,13.2,9.2,13.2,9.2z M8.4,9.2C8.4,9.2,8.3,9.3,8.4,9.2l0,5.5c0,0,0,0,0,0.1c0,0,0,0,0.1,0h0.9c0,0,0.1,0,0.1,0 c0,0,0,0,0-0.1v-2c0,0,0,0,0,0c0,0,0,0,0,0h1.1c0.3,0,0.7-0.1,0.9-0.2c0.3-0.1,0.5-0.3,0.6-0.6c0.2-0.3,0.2-0.6,0.2-0.9 c0-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.4-0.5-0.6-0.6c-0.3-0.1-0.6-0.2-0.9-0.2L8.4,9.2C8.4,9.2,8.4,9.2,8.4,9.2z M14.3,13.8 C14.3,13.8,14.3,13.8,14.3,13.8C14.3,13.8,14.3,13.8,14.3,13.8l0-3.6c0,0,0,0,0,0h1c0.2,0,0.5,0.1,0.6,0.2c0.2,0.2,0.2,0.4,0.2,0.7 v1.8c0,0.2-0.1,0.5-0.2,0.7c-0.2,0.2-0.4,0.3-0.6,0.2H14.3z M9.5,11.7C9.5,11.7,9.5,11.7,9.5,11.7l0-1.5c0,0,0,0,0,0h1 c0.2,0,0.4,0.1,0.6,0.2c0.2,0.1,0.2,0.4,0.2,0.6c0,0.2-0.1,0.4-0.2,0.6c-0.2,0.1-0.4,0.2-0.6,0.2H9.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#download .btn-flex .link-btn a::after {
	position: absolute;
	content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22download%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2017%2017%22%20style%3D%22enable-background%3Anew%200%200%2017%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FF8200%3Bfill-opacity%3A0%3B%7D%0A%09.st1%7Bfill%3A%23FF8200%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22icon_download%22%20transform%3D%22translate(0.5%200.5)%22%3E%0A%09%3Crect%20id%3D%22area%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%09%3Cpath%20id%3D%22icon%22%20class%3D%22st1%22%20d%3D%22M0%2C16V8h2v6h12V8h2v8H0z%20M3.3%2C4.7l1.4-1.4L7%2C5.6V0h2v5.6l2.3-2.3l1.4%2C1.4L8%2C9.4L3.3%2C4.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media screen and (min-width: 768px) {
	#download {
		padding-bottom: 6.5rem;
	}
	#download .btn-flex .link-btn {
		max-width: 560px;
	}
	#download .btn-flex .link-btn a {
		padding: 1.5rem 1rem 1.5rem 4.25rem;
	}
	#download .btn-flex .link-btn a::before {
		width: 1.8em;
		height: 1.8em;
		left: 1.25rem;
	}
	#download .btn-flex .link-btn a::after {
		width: 1.4em;
		height: 1.4em;
		right: 1.25rem;
	}
	#download .btn-flex .link-btn a:hover::before {
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='pdf_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 24' style='enable-background:new 0 0 25 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-opacity:0;%7D .st1%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg id='icon_pdf' transform='translate(0.5)'%3E%3Crect id='area' x='0' y='0' class='st0' width='24' height='24'/%3E%3Cpath id='icon' class='st1' d='M0,23V1h15v5h-1.9V2.9H1.9v18.3h11.3V18H6V6h18v12h-9v5H0z M18.1,9.2C18.1,9.3,18.1,9.3,18.1,9.2 l0,5.5c0,0,0,0,0,0.1c0,0,0,0,0.1,0h0.9c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1v-2.2c0,0,0,0,0,0c0,0,0,0,0,0H21c0,0,0,0,0.1,0 c0,0,0,0,0-0.1v-0.8c0,0,0-0.1,0-0.1c0,0,0,0-0.1,0h-1.7c0,0,0,0,0,0c0,0,0,0,0,0v-1.2c0,0,0,0,0,0c0,0,0,0,0,0h2.6 c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1V9.3c0,0,0,0,0-0.1c0,0,0,0-0.1,0L18.1,9.2C18.2,9.2,18.2,9.2,18.1,9.2z M13.2,9.2 C13.2,9.3,13.2,9.3,13.2,9.2l0,5.5c0,0,0,0,0,0.1c0,0,0,0,0.1,0h2c0.4,0,0.7-0.1,1.1-0.2c0.3-0.1,0.5-0.3,0.7-0.6 c0.2-0.3,0.3-0.6,0.2-0.9v-2.2c0-0.3-0.1-0.6-0.2-0.9c-0.2-0.3-0.4-0.5-0.7-0.6c-0.3-0.1-0.7-0.2-1.1-0.2L13.2,9.2 C13.2,9.2,13.2,9.2,13.2,9.2z M8.4,9.2C8.4,9.2,8.3,9.3,8.4,9.2l0,5.5c0,0,0,0,0,0.1c0,0,0,0,0.1,0h0.9c0,0,0.1,0,0.1,0 c0,0,0,0,0-0.1v-2c0,0,0,0,0,0c0,0,0,0,0,0h1.1c0.3,0,0.7-0.1,0.9-0.2c0.3-0.1,0.5-0.3,0.6-0.6c0.2-0.3,0.2-0.6,0.2-0.9 c0-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.4-0.5-0.6-0.6c-0.3-0.1-0.6-0.2-0.9-0.2L8.4,9.2C8.4,9.2,8.4,9.2,8.4,9.2z M14.3,13.8 C14.3,13.8,14.3,13.8,14.3,13.8C14.3,13.8,14.3,13.8,14.3,13.8l0-3.6c0,0,0,0,0,0h1c0.2,0,0.5,0.1,0.6,0.2c0.2,0.2,0.2,0.4,0.2,0.7 v1.8c0,0.2-0.1,0.5-0.2,0.7c-0.2,0.2-0.4,0.3-0.6,0.2H14.3z M9.5,11.7C9.5,11.7,9.5,11.7,9.5,11.7l0-1.5c0,0,0,0,0,0h1 c0.2,0,0.4,0.1,0.6,0.2c0.2,0.1,0.2,0.4,0.2,0.6c0,0.2-0.1,0.4-0.2,0.6c-0.2,0.1-0.4,0.2-0.6,0.2H9.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
	}
	#download .btn-flex .link-btn a:hover::after {
		background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22download%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2017%2017%22%20style%3D%22enable-background%3Anew%200%200%2017%2017%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23ffff%3Bfill-opacity%3A0%3B%7D%0A%09.st1%7Bfill%3A%23ffffff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22icon_download%22%20transform%3D%22translate(0.5%200.5)%22%3E%0A%09%3Crect%20id%3D%22area%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%09%3Cpath%20id%3D%22icon%22%20class%3D%22st1%22%20d%3D%22M0%2C16V8h2v6h12V8h2v8H0z%20M3.3%2C4.7l1.4-1.4L7%2C5.6V0h2v5.6l2.3-2.3l1.4%2C1.4L8%2C9.4L3.3%2C4.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
	}
}
.banner {
	display: none;
	position: fixed;
	margin: 15px 20px;
	z-index: 99998;
	bottom: 0;
	right: 0;
}
.banner a {
	text-decoration: none;
}
.banner-back {
	width: 300px;
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.banner-back img:hover {
	transition: opacity 0.3s ease;
	opacity: 0.75;
}
.banner-close {
	position: absolute;
	top: -6px;
	right: -6px;
	display: flex;
	width: 1.8rem;
	height: 1.8rem;
	font-size: 1.2em;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #f8f8f8;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	line-height: 1;
	z-index: 99999;
	color: #333;
}
@media screen and (max-width: 480px) {
	.banner-back {
		width: 50vw;
		width: 50svw;
	}
	.banner-close {
		font-size: 1rem;
	}
}
