@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 7rem;
	position: relative;
}
.mainVisual .copy {
	margin-top: -7.6rem;
	padding: 0 2rem;
	width: 112rem;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	font-size: 6rem;
	line-height: 1.6;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.80);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
}
.mainVisual .fvSlider li {
	vertical-align: top;
}
.mainVisual .fvSlider li img {
	width: 100%;
}
.mainVisual .fvSlider .slick-dots {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 2rem;
	position: absolute;
	left: 0;
	bottom: 3rem;
	font-size: 0;
	line-height: 0;
	z-index: 10;
}
.mainVisual .fvSlider .slick-dots li {
	width: 2rem;
	height: 2rem;
	background: #CCCCCC;
	border-radius: 100%;
	cursor: pointer;
}
.mainVisual .fvSlider .slick-dots li button {
	display: none;
}
.mainVisual .fvSlider .slick-dots li.slick-active {
	background-color: #008DD4;
}
#main .brand {
	margin-bottom: 9rem;
}
#main .brand .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .brand .imgBox .textBox {
	width: 50%;
	max-width: 47.5rem;
}
#main .brand .imgBox .textBox .heading {
	margin-bottom: 3.9rem;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.46;
}
#main .brand .imgBox .textBox p {
	margin-bottom: 2.8rem;
	line-height: 1.8;
}
#main .brand .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .brand .imgBox .photoBox {
	width: 47.3%;
}
#main .brand .imgBox .photoBox img {
	width: 100%;
}
#main .product .headLine01 {
	margin-bottom: 2.9rem;
}
#main .product .leadTxt {
	margin-bottom: 3.6rem;
	text-align: center;
	line-height: 1.8;
}
#main .product .partNav {
	margin: 0 auto 6.3rem;
	padding-right: 0.5%;
	width: 71rem;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: flex-start;
}
#main .product .partNav svg {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#main .product .partNav .anterior {
	width: 51.5%;
}
#main .product .partNav .posterior {
	width: 42%;
}
#main .product .part {
	padding: 5.3rem 0 5.9rem;
	background: rgba(0, 112, 182, 0.1);
}
#main .product .part.white {
	background: #fff;
}
#main .product .imgList {
	gap: 4rem 2rem;
}
#main .product .imgList > li {
	width: calc((100% - 8rem) / 5);
}
#main .product .imgList li .photo {

	margin-bottom: 1.4rem;
}
#main .product .imgList li .photo img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}
#main .product .imgList li .name {
	margin-bottom: 1.8rem;
	font-size: 1.6rem;
	line-height: 1.25;
}
#main .product .imgList .btnList {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
#main .product .imgList .btnList li {
	width: 100%;
}
#main .product .imgList .btnList li a {
	padding: 0.9rem 1rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	background: #004D7D;
}
#main .product .imgList .btnList li a:hover {
	opacity: 0.7;
}
#main .product .imgList .btnList li a .icon {
	width: 1.6rem;
	display: block;
	line-height: 0;
}
#main .product .imgList .btnList li.movieBtn a {
	background: #C8161D;
}
#main .product {
	margin-bottom: 10rem;
}
#main .company {
	margin-bottom: 9.9rem;
}
#main .company .headLine01 {
	margin-bottom: 6rem;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company th,
#main .company td {
	padding: 1.6rem 0;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	border-top: 0.1rem solid rgba(136, 136, 136, 0.5);
	border-bottom: 0.1rem solid rgba(136, 136, 136, 0.5);
}
#main .company th {
	width: 17.8%;
	font-weight: 700;
}
#main .contact {
	margin-bottom: 14rem;
}
#main .contact .headLine01 {
	margin-bottom: 5.2rem;
}
#main .contact .lead {
	margin-bottom: 2.3rem;
	text-align: center;
}
#main .contact .innerBox {
	padding: 4rem 4rem ;
	text-align: center;
	background: rgba(0, 112, 182, 0.1);
}
#main .contact .innerBox p {
	/* margin-bottom: 3.4rem; */
	line-height: 1.667;
}
#main .contact .innerBox p a {
	color: #004D7D;
	text-decoration: underline;
}
#main .contact .innerBox p a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#main .contact .innerBox .mail {
	margin-bottom: 0;
}
#main .contact .innerBox .mail a {
	padding-left: 3rem;
	display: inline-block;
	color: #004D7D;
	font-size: 2.0rem;
	font-weight: 700;
	background: url(../img/common/icon03.png) no-repeat left top 0.4rem / 2.4rem;
}
#main .contact .innerBox .mail a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .product .partNav svg .line,
	#main .product .partNav svg .font {
		pointer-events: none;
		user-select: none;
	}
	#main .product .partNav svg a {
		opacity: 0;
		transition: 0.1s;
	}
	#main .product .partNav svg a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 5rem;
	}
	.mainVisual .copy {
		margin-top: 0;
		padding: 0 2rem;
		width: 100%;
		left: 0;
		top: 12.1%;
		font-size: 3rem;
		line-height: 1.55;
		transform: none;
	}
	.mainVisual .fvSlider .slick-dots {
		bottom: 2.1rem;
	}
	.mainVisual .fvSlider .slick-dots li {
		width: 1.4rem;
		height: 1.4rem;
	}
	#main .brand {
		margin-bottom: 6rem;
	}
	#main .brand .imgBox {
		display: block;
	}
	#main .brand .imgBox .textBox {
		margin-bottom: 4rem;
		width: auto;
		max-width: initial;
	}
	#main .brand .imgBox .textBox .heading {
		margin-bottom: 2.1rem;
		font-size: 2.4rem;
	}
	#main .brand .imgBox .textBox p {
		margin-bottom: 1.9rem;
		line-height: 1.57;
	}
	#main .brand .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .brand .imgBox .photoBox {
		width: auto;
	}
	#main .product .headLine01 {
		margin-bottom: 2.4rem;
	}
	#main .product .leadTxt {
		text-align: left;
	}
	#main .product .partNav {
		margin: 0 -0.1rem 4rem 0;
		padding: 0;
		width: auto;
	}
	#main .product .partNav .anterior {
		width: 54.75%;
		position: relative;
		z-index: 1;
	}
	#main .product .partNav .posterior {
		margin: 0 0 0 -0.2%;
		flex: 1;
	}
	#main .product .partNav svg a {
		opacity: 0 !important;
		transition: 0.1s;
	}
	#main .product .partNav svg a:active,
	#main .product .partNav svg a:hover {
		opacity: 1 !important;
	}
	#main .product .part {
		padding: 3.4rem 0 4rem;
	}
	#main .product .imgList {
		gap: 4rem 2rem;
	}
	#main .product .imgList > li {
		width: calc(50% - 1rem);
	}
	#main .product .imgList li .photo {
		margin-bottom: 1.2rem;
	}
	#main .product .imgList li .name {
		margin-bottom: 1.3rem;
		font-size: 1.4rem;
		line-height: 1.429;
	}
	#main .product .imgList .btnList {
		gap: 1rem;
	}
	#main .product .imgList .btnList li a {
		padding: 0.6rem 0.5rem 0.7rem;
		min-height: 3.6rem;
		font-size: 1.3rem;
	}
	#main .product .imgList .btnList li a .icon {
		width: 1.4rem;
	}
	#main .product .imgList .btnList .movieBtn a .icon {
		width: 1.5rem;
	}
	#main .product {
		margin-bottom: 6rem;
	}
	#main .company {
		margin-bottom: 6rem;
	}
	#main .company .headLine01 {
		margin-bottom: 4rem;
	}
	#main .company table {
		border-top: 0.1rem solid rgba(136, 136, 136, 0.5);
	}
	#main .company th,
	#main .company td {
		padding: 1.4rem 0 1.5rem;
		width: 100%;
		display: block;
		font-size: 1.6rem;
		line-height: 1.65;
		border-top: none;
	}
	#main .company th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#main .company td {
		padding-top: 0;
	}
	#main .contact {
		margin-bottom: 10.8rem;
	}
	#main .contact .headLine01 {
		margin-bottom: 3.9rem;
	}
	#main .contact .lead {
		margin-bottom: 2.1rem;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.64;
	}
	#main .contact .innerBox {
		padding: 2.4rem 2rem;
	}
	#main .contact .innerBox p {
		/* margin-bottom: 1.6rem; */
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.62;
	}
	#main .contact .innerBox p a {
		text-decoration: underline;
	}
	#main .contact .innerBox p a:hover {
		opacity: 1;
		text-decoration: underline;
	}
	#main .contact .innerBox .mail {
		margin-bottom: 0;
		text-align: center;
	}
	#main .contact .innerBox .mail a {
		padding-left: 2.2rem;
		font-size: 1.6rem;
		background-size: 1.6rem;
		background-position: 0 0.6rem;
	}
}