@charset "UTF-8";
/* CSS Document */


.loadYoutube {
	position: relative;
	width: 66%;
	padding-top: calc(.66 * 56.25%);
	margin: 0 auto;
}

.loadYoutube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.accessories .copy {
	margin-top: 6rem;
	text-align: center;
}

.keySpacerKit .copy {
	margin-top: 0;
	text-align: left;
}

.accessories h2 {
	font-size: 4rem;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	margin-top: 0;
	margin-bottom: .2em !important;
	padding: 0;
	border-bottom: none;
}

.keySpacerKit h2 {
	font-size: 2.4rem;
	margin-bottom: .5em !important;
}

.accessories .copy p {
	font-size: 1.14em;
	font-weight: 500;
}

.keySpacerKit .copy p {
	font-size: 1em;
	font-weight: 400;
}


@media screen and (min-width: 1100px) {
	.accessories h2 {
		font-size: 5rem;
	}

	.keySpacerKit h2 {
		font-size: 4rem;
	}
}


.accessories h3 {
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	margin: 2em 0 0;
	position: relative;
	z-index: 1;
}

.hrBorder::after {
	z-index: -1;
}


.target {
	font-size: 2rem;
	margin: 1.75em 0 -.5em;
	position: relative;
}

.target::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.5em;
	position: absolute;
	left: 0;
	width: 1.5em;
	height: .3em;
	background: #d60000;
}

.target strong {
	color: #fff;
	font-weight: 600;
}

#itemLineUp {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#itemLineUp h4 {
    font-size: 2.1rem;
    font-weight: 600;
    color: #fff;
    margin: 1em 0 0;
}



.item {
	width: 48%;
	margin: 4% 4% 0 0;
	box-sizing: border-box;
	background: #1f1f1f;
	padding: 2.5%;
	position: relative;
	overflow: hidden;
}

.item:nth-of-type(2n) {
	margin-right: 0;
}

.itemImg {
	height: 0;
	padding-bottom: 20%;
	position: relative;
}

.itemImg img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.item p {
	margin-bottom: 0;
}

.item strong {
	font-weight: 400;
	color: #fff;
}

.itemContents {
	padding-left: 1.5em;
	list-style-type: disc;
}

.option {
	cursor: pointer;
}

.option p:first-child {
	display: block;
	color: #fff;
	position: relative;
	background: rgb(214,0,0,0.4);
	margin: -2.179vw -2.179vw 1.5em;
	padding: 0.6em 1em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}


@media screen and (max-width: 600px) {

	.option p:first-child {
		margin: -4.36vw -4.36vw 1.6em;
	}
}

.option a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(15,15,15,0);
	z-index: 5;
	transition: background .2s ease-out;
}

.option:hover a {
	right: 0;
	background: rgba(15,15,15,0.66);
	opacity: 1;
}

.option a span {
	position: absolute;
	top: 0;
	right: -100em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 8em;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	background: rgba(170,0,0,0);
	transition: background .6s ease-out, right .2s ease-out;
}

.option:hover a span {
	right: 0;
	background: rgba(170,0,0,1);
}

.option h4 {
	font-size: 1.8rem !important;
	font-weight: 500 !important;
	margin-top: 1.2em !important;
}



@media screen and (max-width: 900px) {

	br.forMob {
		display: none;
	}
}


@media screen and (max-width: 600px) {

	#itemLineUp {
		display: block;
	}

	.item {
		width: 100%;
		padding: 5%;
	}
}