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


#mainImg {
	padding-bottom: 1%;
}

#mainImg img {
	min-width: 800px;
}

.coolshot {
	height: 48rem;
	max-height: 33vw;
	min-height: 18rem;
	background: url("../images/coolshot.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100vw;
	left: -6.4vw;
}

.copy h2 {
	font-size: 3rem;
	text-align: center;
}

.features {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.features img {
	width: 100%;
}

.features li {
	width: 40%;
	margin: 4% 5%;
	text-align: left;
}

.features dl {
	margin: 0;
}

.features dt {
	margin-bottom: 1.7em;
}

.features dd {
	margin: 0;
	font-size: 1.6rem;
}


@media screen and (min-width: 1100px) {

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

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

	.features li {
		width: 46%;
		margin: 0 8% 3.2em 0;
	}

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

	.features dd {
		font-size: 1.4rem;
	}
}

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

	.wristrest h2 {
		font-size: 2.5rem;
	}
}

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

	.features {
		display: block;
	}

	.features li {
		width: 80%;
		margin: 0 auto 5em;
	}

	.features li:nth-of-type(2n) {
		margin-right: auto;
	}

}


.accessories h3 {
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	margin: 1em 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;
	left: 0;
	width: 1.5em;
	height: .3em;
	background: #d60000;
}

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

.accessories h5 {
	margin: 1em 0 0.2em;
	font-size: 2.1rem;
	font-weight: 600;
}

.sizeSelect {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sizeSelect li {
	display: inline-block;
	margin: .5em .5em 0 0;
	font-weight: 400;
	font-size: 1.4rem;
}

.sizeSelect a {
	display: block;
	line-height: 2;
	padding: 0 .5em;
	color: #fff;
	border-radius: 3px;
	border: solid 1px #333;
	transition: background-color ease-out .3s;
}

.sizeSelect a:hover {
	background-color: #333;
	opacity: 1;
}

.clear {
	clear: both;
}

.wrapper_lineup {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.sizeGroup {
	width: 48%;
	margin: 0 4% 0 0;
}

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

.itemLineUp {
	/*
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	*/
	margin-top: 8.333%;
}

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

.item {
	width: 100%;
	margin: 4% 0 0;
	box-sizing: border-box;
	background: #1c1c1c;
	padding: 2.8rem 2.8rem 2.4rem;
}

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

.itemImg {
	width: 100%;
	max-width: 370px;
	display: block;
	margin-bottom: .5em;
	height: 0;
	padding-top: min(45.4%, 168px);
	position: relative;
	font-size: 0;
}

.tkl .itemImg {
	/*aspect-ratio: 712/360;*/
	width: 80.8%;
	max-width: 366px;
}

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

.item p {
	margin-bottom: 0;
}

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

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


/* ------------------------
 Magnific Popup 追加スタイル
------------------------ */

.mfp-wrap {
	animation: 0.3s 0.2s ease-in both mfp-pop;
}

@keyframes mfp-pop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	} 
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
	border: none !important;
}

.mfp-removing {
	animation: 0.3s ease-out forwards mfp-end;
}

@keyframes mfp-end {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


@media screen and (min-width: 1780px) {

	.coolshot {
		height: 24vw;
		background-size: contain;
	}
}


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

	br.forMob {
		display: none;
	}
}


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

	#mainImg {
		overflow: hidden;
	}

	#mainImg img {
		margin: 0 calc((800px - 100vw) / -2);
	}
}


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

	.copy h2 {
		font-size: 2.5rem;
	}

	.wrapper_lineup {
		display: block;
	}

	.sizeGroup {
		width: 100%;
		margin: 0;
	}
}


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

	#mainImg img {
		min-width: 133vw;
		margin: 0 -16.5vw;
	}

	.itemLineUp {
		display: block;
	}

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


