@charset "utf-8";

.kerning {
	letter-spacing: -3px;
}
.kerning-014 {
	letter-spacing: -1px;
}

.products header nav {
	margin-top: 10px;
}

body.products > .main-container > header nav.starter-nav {
	margin-top: 12px;
}

body.products .starter-product-links {
	display: block;
	margin-bottom: 12px;
}

body.products .starter-product-links a {
	margin-right: 0;
}

body.products .starter-product-select {
	margin-bottom: 12px;
}

body.products .starter-nav-select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #6a6a6a;
	background: #060606;
	color: #fff;
}
body.products .starter-nav-select:hover {
	border-color: #ffffff;
}

body.products .starter-schedule-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 8px;
}

body.products .starter-schedule-links a {
	display: block;
	border: 1px solid #666;
	padding: 11px 24px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background: #060606;
	border-radius: 0;
	position: relative;
}

body.products .starter-schedule-links a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	transform: translateY(-50%) rotate(45deg);
}

body.products .starter-schedule-links a:hover {
	border-color: #bdbdbd;
}

.products .starter-nav-pc {
	display: block;
}
.products .starter-nav-sp {
	display: none;
}

@media screen and (max-width: 780px) {
	body.products .starter-product-links.starter-nav-pc {
		display: none;
	}
	body.products .starter-product-select.starter-nav-sp {
		display: block;
	}
	body.products .starter-schedule-links {
		grid-template-columns: 1fr;
	}
	.products .starter-nav-pc {
		display: none;
	}
	.products .starter-nav-sp {
		display: block;
	}
}

body.index > .main-container .contents > .textBlock figure {
	float: left;
	width: 440px;
	text-align: center;
	margin-left: 130px;
}
body.index > .main-container .contents > .textBlock .text {
	float: right;
	width: 290px;
	margin: 80px 30px 0 0;
}
@media screen and (max-width: 780px) {
	body.index > .main-container .contents > .textBlock .text {
		margin: auto;
		width: 60vw;
	}
	body.index > .main-container .contents > .textBlock figure {
		margin: auto;
		width: 35vw;
	}
}

body.starter > .main-container .contents > .textBlock {
	margin-top: 70px;
	padding-bottom: 70px;
}
body.booster > .main-container .contents > .textBlock {
	margin-top: 70px;
	padding-bottom: 70px;
}

body.products > .main-container .contents .cardlist-box {
	padding: 20px;
	border: 1px solid #DFDFDF;
	line-height: 1.5;
	box-sizing: border-box;
}
body.products > .main-container .contents .cardlist-box + .cardlist-box {
	margin-top: 16px;
}
body.products > .main-container .contents .cardlist-box a:hover {
	text-decoration: underline;
}
body.products > .main-container .contents .cardlist-box ul.decklist,
body.products > .main-container .contents ul.cardlist-box {
	margin: 0;
	padding: 0;
	list-style: none;
}
body.products > .main-container .contents ul.cardlist-box {
	padding: 20px;
}

body > .main-container .contents > .textBlock .btn-shop {
	display: inline-block;
	width: 106px;
	height: 43px;
	margin: 15px 0 0 5px;
	text-indent: -999px;
	background-image: url("../img/btn_onlineshop.jpg");
}


body > .main-container header nav .banner {
	display: inline-block;
	vertical-align: bottom;
	min-width: 250px;
}
body > .main-container header nav .banner > a{
	display: inline-block;
	vertical-align: bottom;
	width: 170px;
	background: none;
	padding: 0;
	max-width: 80%;
}
body > .main-container header nav .banner > a > img {
	width: 100%;
}
@media screen and (max-width: 780px) {
	body > .main-container header nav .banner {
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
}

body.products.index > .main-container {
	width: 960px;
	padding-bottom: 26px;
}

body.products.index > .main-container > header {
	margin-bottom: 26px;
}

body.products.index > .main-container > .contents {
	padding: 0;
}

body.products.index .product-highlight {
	position: relative;
	margin-bottom: 16px;
}

body.products.index .highlight-swiper {
	width: 100%;
}

body.products.index .highlight-card {
	display: block;
	border: 1px solid #4a4a4a;
	background: #050505;
	overflow: hidden;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

body.products.index .highlight-card:hover {
	border-color: #9a9a9a;
	transform: translateY(-1px);
}

body.products.index .highlight-card img {
	display: block;
	width: 100%;
	object-fit: cover;
}

body.products.index .swiper-button-prev,
body.products.index .swiper-button-next {
	color: #fff;
	width: 25px;
	height: 32px;
	margin-top: -16px;
	background: rgba(0, 0, 0, 0.45);
}

body.products.index .swiper-button-prev::after,
body.products.index .swiper-button-next::after {
	font-size: 15px;
}

body.products.index .schedule-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 20px;
}

body.products.index .schedule-links a {
	display: block;
	border: 1px solid #666;
	padding: 11px 24px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #333;
	position: relative;
}

body.products.index .schedule-links a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	transform: translateY(-50%) rotate(45deg);
}

body.products.index .schedule-links a:hover {
	border-color: #bdbdbd;
	text-decoration: none;
}

body.products.index .product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

body.products.index .product-card {
	display: block;
	position: relative;
	border: 1px solid #3f3f3f;
	text-decoration: none;
	padding: 10px 10px 0;
	background: linear-gradient(180deg, #050505 0%, #050505 66%, #07274e 100%);
	min-height: 188px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

body.products.index .product-card:hover {
	border-color: #a7a7a7;
	transform: translateY(-2px);
}

body.products.index .product-card h2 {
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 10px;
	font-weight: normal;
	color: #fff;
	min-height: 34px;
}

body.products.index .product-card img {
	display: block;
	margin: 0 auto;
	max-width: 88%;
	height: 140px;
	object-fit: contain;
}

body.products.index .product-card .more-indicator {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 12px;
	height: 12px;
	border: 1px solid #5b5b5b;
}

body.products.index .product-card .more-indicator::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	transform: translate(-58%, -50%) rotate(45deg);
}

@media screen and (max-width: 980px) {
	body.products.index > .main-container {
		width: 94vw;
	}

	body.products.index .product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 780px) {
	body.products.index .schedule-links {
		grid-template-columns: 1fr;
	}

	body.products.index .product-grid {
		grid-template-columns: 1fr;
	}

	body.products.index .product-card {
		min-height: 176px;
	}
}