/* ページカバー（.pagecov）
-------------------------------------- */
.pagecov-container {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FAFAFA;
}

.pagecov-container .pagecov-bg img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.pagecov-container .hdg-page {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	display: grid;
	place-content: center;
	place-items: center;
	width: 100%;
	height: 100%;
	letter-spacing: 0.09em;
	text-indent: 0.09em;
	font-size: clamp(1.1rem, calc(1.1rem + ((1vw - 0.225rem) * 1.4687)), 1.6875rem);
	font-weight: 500;
	color: #FFF;
}

.pagecov-container .hdg-page img {
	width: 100%;
	max-width: 100%;
}

/* （SP） */
@media screen and (max-width: 743.9px) {
	.pagecov-container .pagecov-bg img {
		height: 25vw;
	}

	.pagecov-container .hdg-page img {
		height: 25vw;
		transform: scale(1.7);
		transform-origin: 50% 50%;
	}
}




/* ダウンロードボタン（.flyleaf）
-------------------------------------- */
.link-download {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: auto;
	/* padding: 縦  横 */
	padding: 0.2em 0px;
	max-width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #808080;
	white-space: nowrap;
	text-align: left;
}

.link-download>:is(span, mark) {
	display: inline-block;
	height: 1.51em;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 30%
}

.link-download::before {
	position: relative;
	top: 0px;
	display: inline-flex;
	place-items: center;
  height: 1em;
	font-size: 273.3%;
	/* Material Symbols */
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL' 0,
		'wght' 300;
	content: "\f090";
}

.link-download :is(.bdi-bottom) {
	top: -0.35em;
}

.ly-sarabsnsfr7A__flyleafA {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 92.5vw;
	margin-inline: auto;
}

.ly-sarabsnsNk2A__flyleafB {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 92.5vw;
	margin-inline: auto;
}




/* .rowgroup（flex） 
------------------------------------- */
/* .rowgroup（SP） */
@media screen and (max-width: 743.9px) {
  [class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols], [data-cols_sp]) {
    flex-wrap: wrap;
  }

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="1"], [data-cols_sp="1"])>* {
		width: 100%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="2"], [data-cols_sp="2"])>* {
		width: 50%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="3"], [data-cols_sp="3"])>* {
		width: 33.33%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="4"], [data-cols_sp="4"])>* {
		width: 25%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="5"], [data-cols_sp="5"])>* {
		width: 20%;
	}
}

/* .rowgroup（PC） */
@media print,
screen and (min-width: 744px) {
  [class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols], [data-cols_pc]) {
    flex-wrap: wrap;
  }

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="1"], [data-cols_pc="1"])>* {
		width: 100%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="2"], [data-cols_pc="2"])>* {
		width: 50%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="3"], [data-cols_pc="3"])>* {
		width: 33.33%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="4"], [data-cols_pc="4"])>* {
		width: 25%;
	}

	[class*="-Serveuse"] .rowgroup:has(.button,.buckle):is([data-cols="5"], [data-cols_pc="5"])>* {
		width: 20%;
	}
}

[class*="-Serveuse"] .rowgroup>:is(.button,.buckle) {
	min-height: 3.32em;
}

[class*="-Serveuse"] .rowgroup>:is(.button,.buckle)>:is(.pin-right) {
	position: absolute;
	z-index: 20;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0.5pc;
}

/* Icon（Material Symbols） */
[class*="-Serveuse"] .rowgroup .icon {
  position: relative;
  display: inline-grid;
  place-content: center;
  place-items: center;
}

[class*="-Serveuse"] .rowgroup .icon::before {
  position: relative;
  top: 0px;
  display: inline-grid;
  place-content: center;
  place-items: center;
  font-size: 133.3%;
  /* Material Symbols */
  font-family: 'Material Symbols Sharp';
  font-variation-settings:
    'FILL' 0,
    'wght' 300;
}