@charset "utf-8";
/*------------------------------------------------------------
	sale
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 9.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
#gHeader:after {
	width: 73.6rem;
	height: 29.6rem;
	background: url(../img/common/bg02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 3.0rem;
	left: -19rem;
	content: "";
}
#gHeader h1 {
	margin: 0;
}
#gHeader .hLink {
	margin: -4rem 0.5rem -4rem 0;
}
#main {
	margin-bottom: 26rem;
	padding-bottom: 1rem;
	position: relative;
}
#main::before {
	position: absolute;
	top: 8.8rem;
	right: 0;
	content: "";
	width: 100%;
	height: calc(100% - 5.8rem);
	z-index: -1;
	transform: skewY(-8.8deg);
	background-color: #F5F5F5;
}
#main .content {
	max-width: 117.7rem;
	color: #231815;
}
#main .catalognameBox {
	margin-bottom: 7rem;
	position: relative;
	padding: 4.6rem 0 0;
	background-color: #fff;
	border: 0.2rem solid #231815;
}
#main .catalognameBox h2 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 4.1rem;
}
#main .catalognameBox .tag {
	position: absolute;
	top: -0.8rem;
	left: -1.3rem;
	min-width: 18.8rem;
	width: fit-content;
	color: #fff;
	border: 0.2rem solid #F2F2F2;
	border-radius: 6rem;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #be0c18;
}
#main .catalognameBox .tag span {
	display: block;
	padding: 0.5rem 2rem;
	border-radius: 6rem;
	border: 0.2rem solid #231815;
}
#main .catalognameBox .photo img {
	width: 100%;
}
#main .mainConts {
	padding: 4.4rem 8.6rem;
}
#main .midTxt {
	margin-bottom: 3.6rem;
	font-size: 1.8rem;
	line-height: 1.78;
	text-align: center;
}
#main h3 {
	margin-bottom: 1.4rem;
	color: #ee327d;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}
#main .imgBox {
	margin-bottom: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .imgBox .phoBox {
	margin-right: 2rem;
	width: 12.1rem;
}
#main .imgBox p {
	font-size: 2rem;
	font-weight: 700;
}
#main .tabNavi {
	margin-bottom: 4.8rem;
	display: flex;
	border-radius: 3rem;
	background: #cfcfcf;
	overflow: hidden;
}
#main .tabNavi li {
	flex: 1;
}
#main .tabNavi li:first-child {
	margin-right: -3rem;
}
#main .tabNavi a {
	min-height: 4.5rem;
	color: rgba(35, 24, 21, 0.4);
	font-size: 2.4rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .tabNavi .on {
	width: 54.5%;
	flex: inherit;
}
#main .tabNavi .on a {
	color: #fff;
	background: #231815;
	border-radius: 2.25rem;
}
#main .tabBox {
	text-align: center;
}
#main .tabBox h4 {
	margin-bottom: 3.3rem;
	font-size: 2.4rem;
	line-height: 1.17;
	font-weight: 900;
}
#main .tabBox .sml {
	margin-top: 1.2rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
}
#main .tabBox .photo {
	margin: 0 auto 4rem;
	width: 45rem;
}
#main .tabBox .photo img {
	width: 100%;
}
#main .tabBox .phoTtl {
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.75;
	margin-bottom: 0.3rem;
}
#main .tabBox .btnBox .logo {
	line-height: 1;
	margin-bottom: 0.5rem;
}
#main .tabBox .btnBox .logo img {
	width: 10.1rem;
}
#main .tabBox .btnBox .notes {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.36;
}
#main .tabBox .btnBox .comLink02 {
	margin-bottom: 0.7rem;
}
#main .tabBox .btnBox .comLink02 a {
	width: 30.7rem;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
	padding: 1rem 4rem 1rem 2.5rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.93);
	background: #ee327d url(../img/common/icon08.png) no-repeat right 0.3rem center/4rem;
	border-color: #ee327d;
}
#main .tabBox .btnBox .comLink02 a .sml {
	font-size: 1.5rem;
}
@media all and (min-width: 897px) {
	#main .content {
		position: relative;
		z-index: 11;
	}
	#main .tabNavi a:hover {
		color: #fff;
		background: #231815;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hLink {
		width: 7.6rem;
		margin-right: -0.2rem;
	}
	#gHeader {
		margin-bottom: 12.9rem;
		justify-content: center;
		padding: 2.5rem 2rem;
	}
	#gFooter {
		margin-top: -2.5rem;
	}
	#main {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#main .content {
		margin: 0 1.5rem;
	}
	#main::before {
		height: calc(100% + 19.5rem);
		top: -7.3rem;
		transform: skewY(-9.8deg);
	}
	#gHeader::after {
		width: 38.8rem;
		height: 14.2rem;
		left: -10.5rem;
		top: 6.6rem;
		background-image: url(../img/common/bg02_sp.png);
	}
	#main .catalognameBox {
		margin-bottom: 5rem;
		padding: 3.4rem 0;
	}
	#main .catalognameBox .tag {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		min-width: 11rem;
		left: -0.9rem;
		top: -0.8rem;
	}
	#main .catalognameBox .tag span {
		padding: 0.2rem 1rem;
	}
	#main .catalognameBox h2 {
		margin-bottom: 1.9rem;
		font-size: 2.4rem;
	}
	#main .mainConts {
		padding: 3.3rem 1.7rem 1.3rem;
	}
	#main .midTxt {
		margin-bottom: 2.9rem;
		font-size: 1.6rem;
		line-height: 1.76;
		text-align: left;
	}
	#main h3 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .imgBox {
		margin-bottom: 5.6rem;
	}
	#main .imgBox .phoBox {
		margin-right: 1rem;
	}
	#main .imgBox p {
		font-size: 1.6rem;
	}
	#main .tabNavi {
		margin-bottom: 2.8rem;
	}
	#main .tabNavi li:first-child {
		margin-right: -2rem;
	}
	#main .tabNavi a {
		min-height: 3.5rem;
		font-size: 1.8rem;
	}
	#main .tabNavi .on {
		width: 55%;
	}
	#main .tabBox h4 {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
	}
	#main .tabBox h4 .sml {
		margin-top: 0.7rem;
		font-size: 1.6rem;
	}
	#main .tabBox .photo {
		margin-bottom: 1rem;
		width: 81.5%;
	}
	#main .tabBox .btnBox .notes {
		line-height: 1.3;
	}
}