@charset "utf-8";
/*------------------------------------------------------------
	catalogname
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 8.4rem;
	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;
	position: relative;
}
#main::before {
	position: absolute;
	top: 8.5rem;
    right: 0;
    content: "";
    width: 100%;
	height: calc(100% - 0.5rem);
	z-index: -1;
	transform: skewY(-9deg);
	background-color: #F5F5F5;
}
#main .content {
	max-width: 117.7rem;
	color: #231815;
}
#main .catalognameBox {
	margin-bottom: 6.8rem;
	position: relative;
	padding: 6.6rem 0 5.4rem;
	background-color: #fff;
	border: 2px solid #231815;
}
#main p {
	margin-bottom: 2.3rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.78;
}
#main p:last-child {
	margin-bottom: 0;
}
#main .catalognameBox h2 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 2rem;
}
#main .catalognameBox .tag {
	position: absolute;
	top: -0.8rem;
	left: -1.3rem;
	min-width: 18.8rem;
	width: fit-content;
	color: #fff;
	border: 2px 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: 2px solid #231815;
}
#main .mainConts {
	max-width: 82.9rem;
	margin: 0 auto;
	padding: 2.1rem 0 0;
}
#main .centerTxt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 5.1rem;
	text-align: center;
}
#main h3 {
	margin-bottom: 1rem;
	padding: 0.2rem 0 0.1rem 1.2rem;
	font-size: 2rem;
	font-weight: 900;
	border-left: 7px solid #231815;
}
#main .textList {
	margin-bottom: 4.2rem;
}
#main .textList li {
	padding-left: 1.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.875;
	position: relative;
}
#main .textList li::before {
	position: absolute;  
	top: 0;
	left: 0;  
	content: "・"; 
	color: #231815;
	font-size: 1.6rem;
	font-weight: 500;
}
#main h4 {
	margin: 1.5rem 0 0.5rem;
	font-size: 2rem;
	font-weight: 900;
	padding-left: 2.7rem;
	background: url(../img/common/icon03.png) no-repeat left top 0.5rem;
	background-size: 2rem auto;
}
#main .date {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
#main .photo02 {
	margin: -1.2rem 0 2.7rem;
	text-align: center;
}
#main .pBox {
	margin: 1.2rem 0 5rem;
	padding: 0.77rem 0.5rem 0.77rem 2rem;
	max-width: 54.7rem;
	border: 1px solid #231815;
}
#main .pBox p {
	font-weight: 500;
	line-height: 1.67;
}
#main .textImg {
	padding: 0.7rem 0 3.6rem;
	margin-right: -1rem;
}
#main .photo03 {
	text-align: center;
}
@media all and (min-width: 897px){  
	#main .content {
		position: relative;
		z-index: 11;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hLink {
		width: 7.6rem;
		margin-right: -0.2rem;
	}
	#gHeader {
		margin-bottom: 12.2rem;
		justify-content: center;
		padding: 2.5rem 2rem;
	}
	#gFooter {
		margin-top: -2.5rem;
	}
	#main {
		margin-bottom: 0;
	}
	#main .content {
		margin: 0 1.5rem;
	}
	#main::before {
		height: calc(100% + 21.6rem);
		top: -7.6rem;
	}
	#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: 3.9rem;
		padding: 4.2rem 1.7rem 2.3rem;
	}
	#main .catalognameBox .tag {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		min-width: 11rem;
		left: -0.9rem;
	}
	#main .catalognameBox .tag span {
		padding: 0.2rem 1rem;
	}
	#main .catalognameBox h2 {
		margin-bottom: 2.2rem;
		font-size: 2.4rem;
	}
	#main .catalognameBox .photo img {
		width: 100%;
	}
	#main p {
		margin-bottom: 1.5rem;
		letter-spacing: 0;
		line-height: 1.86;
		font-size: 1.4rem;
	}
	#main .centerTxt {
		margin-bottom: 4.3rem;
		text-align: left;
		line-height: 1.75;
		font-size: 1.6rem;
	}
	#main .mainConts {
		max-width: inherit;
		padding-top: 1.5rem;
	}
	#main h3 {
		margin-bottom: 0.5rem;
		padding: 0rem 0 0rem 1rem;
		font-size: 1.8rem;
	}
	#main .textList li {
		font-size: 1.4rem;
		line-height: 1.86;
		padding-left: 1.4rem;
	}
	#main .textList li::before {
		font-size: 1.4rem;
	}
	#main .textList {
		margin-bottom: 4.3rem;
	}
	#main h4 {
		padding-left: 2.2rem;
		font-size: 1.6rem;
		background-position: left top 0.4rem;
		background-size: 1.6rem auto;
	}
	#main .date {
		margin-bottom: 0.2rem;
		font-size: 1.6rem;
	}
	#main .photo02 {
		margin: 0 0 5rem;
	}
	#main .photo02 img {
		width: 100%;
	}
	#main .pBox {
		max-width: inherit;
		margin: 0.7rem 0 5rem;
	}
	#main .pBox p {
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .textImg {
		margin: 0 -0.2rem;
		padding: 1.3rem 0 1.3rem;
		text-align: center;
	}
	#main .textImg img {
		width: 100%;
	}
	#main .photo03 img {
		width: 23rem;
	}
}