@charset "utf-8";
body {
	background-color: #f4f4f4;
}
header::before {
	height: 145px;
}
header .headerWrap::before {
	height: 145px;
}
.topContents {
	margin-top: 45px;
	height: 286px;
	display: flex;
	align-items: center;
}
h1.item_heading {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #262626;
	position: relative;
	z-index: 2;
	font-feature-settings: "palt";
	letter-spacing: 0.037em;
	margin-top: 30px;
}
.commonContents {
	background-color: #fff;
	padding-top: 59px;
	padding-bottom: 150px;
}
.item_data {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #262626;
	letter-spacing: 0.04em;
	margin-bottom: 26px;
}
p {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #262626;
	font-feature-settings: "palt";
	letter-spacing: 0.095em;
	line-height: 1.8;
	margin-bottom: 20px;
}
p a:hover {
	text-decoration: underline;
}

.item_eyeCatch {
	margin: 20px 0 60px;
}
.item_eyeCatch img {
	max-width: 1070px;
	height: auto;
}
.returnBtn {
	width: 210px;
	height: 62px;
	border: solid 2px #0c0c0c;
	box-sizing: border-box;
	border-radius: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	margin: 70px auto;
	overflow: hidden;
}
.returnBtn a {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 19px;
	color: #0c0c0c;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 3.3;
	letter-spacing: 0.15em;
	position: relative;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.returnBtn::before {
  position: absolute;
  content: '';
	top: 0;
  left: -120%;
  width: 110%;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg); 
  -webkit-transition: .3s ease;
	transition: .3s ease;
	background-color: #262626;
}
.returnBtn:hover::before {
  left: -5%;
}
.returnBtn:hover a {
	color: #fff;
} 