@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.white {
	color: #FFF;
}
.bgBox {
	background-color: #FFF;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 93.8rem;
}
.content.style01 {
	max-width: 122.5rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.4rem;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	z-index: 5;
}
.headLine01.black {
	color: #000;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.3rem;
		font-size: 3.5rem;
		font-weight: 600;
		line-height: 1.43;
	}
}
/*------------------------------------------------------------
	comPriceBox
------------------------------------------------------------*/
.comPriceBox {
	padding: 13.2rem 0 19.8rem;
}
.comPriceBox .photo {
	margin: 0 auto 2rem;
	width: 72.7rem;
}
.comPriceBox .en {
	margin-bottom: 1.1rem;
	color: #000;
	font-size: 4.5rem;
	font-weight: 700;
	text-align: center;
}
.comPriceBox .price {
	margin-bottom: 2.5rem;
	color: #000;
	font-size: 4.5rem;
	text-align: center;
	font-weight: 500;
	font-family: "Roboto Condensed", sans-serif;
}
.comPriceBox .price .tag {
	font-size: 2.9rem;
	font-weight: 400;
	font-family: "Noto Sans JP", system-ui;
}
.comPriceBox .price .sml {
	font-size: 1.5rem;
	font-weight: 400;
}
.comPriceBox .textUl {
	margin-bottom: 2.2rem;
}
.comPriceBox .textUl li {
	margin: 0 0.6rem;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	width: fit-content;
	color: #F4F4F4;
	font-size: 1.3rem;
	background-color: #1E2022;
}
.comPriceBox .textUl li span {
	padding-left: 2.5rem;
	display: inline-block;
	background: url(https://kohlenjapan.itembox.design/item/img/common/icon05.png) no-repeat left center / 1.6rem;
}
.comPriceBox .textUl li span.spec {
	background-image: url(https://kohlenjapan.itembox.design/item/img/common/icon06.png);
	background-size: 2rem;
}
.comPriceBox .link {
	margin: 0 auto 2.7rem;
	width: 17.6rem;
}
.comPriceBox .link a {
	padding: 1.1rem 0.5rem 1.5rem;
	display: block;
	color: #000;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #CDD6DD;
}
.comPriceBox .link a:hover {
	opacity: 0.7;
}
.comPriceBox .smlText {
	margin-bottom: 1.2rem;
	color: #000;
	font-size: 1.2rem;
	text-align: center;
}
.comPriceBox .imgArea {
	margin: 0 auto;
	width: 45.6rem;
}
@media all and (max-width: 896px) {
	.comPriceBox {
		padding: 11.2rem 0 12rem;
	}
	.comPriceBox .photo {
		margin: 0 2rem 6.5rem;
		width: auto;
	}
	.comPriceBox .photo img {
		width: 100%;
	}
	.comPriceBox .en {
		margin-bottom: 3.1rem;
		font-size: 3rem;
	}
	.comPriceBox .price {
		margin-bottom: 2.7rem;
		font-size: 5rem;
	}
	.comPriceBox .price .tag {
		font-size: 3.8rem;
	}
	.comPriceBox .price .sml {
		font-size: 1.6rem;
	}
	.comPriceBox .textUl {
		margin: -1rem 0 3rem;
		padding: 0 1.2rem;
		justify-content: start;
	}
	.comPriceBox .textUl li {
		margin: 1rem 0.8rem 0;
		padding: 0.5rem 1.5rem 0.8rem;
		font-size: 1.4rem;
	}
	.comPriceBox .textUl li span {
		background: url(https://kohlenjapan.itembox.design/item/img/common/icon05.png) no-repeat left center / 1.9rem;
	}
	.comPriceBox .textUl li span.spec {
		background-size: 2.2rem;
	}
	.comPriceBox .link {
		margin: 0 auto 2.1rem;
		width: 23.5rem;
	}
	.comPriceBox .link a {
		padding: 1.6rem 0.5rem 2rem;
		font-size: 2.5rem;
		border-width: 2px;
	}
	.comPriceBox .smlText {
		margin-bottom: 1.9rem;
		font-size: 1.6rem;
	}
	.comPriceBox .imgArea {
		margin: 0 2rem;
		width: auto;
	}
	.comPriceBox .imgArea img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translate(0, 12%);
	transition: 1.3s;
}
.fadeInUp.on {
	transform: translate(0, 0);
	opacity: 1;
}
@media all and (max-width: 896px) {
}