/*!
 * pace.js v1.2.4 | Default theme
 * https://github.com/CodeByZach/pace/
 * Licensed MIT © HubSpot, Inc.
 */
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#d72630;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}

/* Center Simple */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	/* background: #fff;
	border: 1px solid #75bbb6; */

	overflow: hidden;
}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	/* max-width: 200px; */
	z-index: 2000;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: #75bbb6;
}

.pace.pace-inactive {
	display: none;
}

/* Green Studio */
.wrap {
	transition: .3s;
}
.pace-running .wrap {
	opacity: 0;
}
.pace-done .wrap {
	opacity: 1;
}
.pace::after {
	content: '';
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-100px, -100px);
	display: block;
	width: 200px;
	height: 100px;
	background: url(https://1cbc1a.claudeassets.com/20240722044257im_/https://www.shichigosan-hakama.com/img-2/common/logo.png) no-repeat;
	background-size: 200px;
}

@media screen and (min-width: 1000px) {
	.pace {
		width: 200px;
		background: #fff;
		border: 1px solid #75bbb6;
	}

	.pace .pace-progress {
		max-width: 200px;
	}
}
/*
     FILE ARCHIVED ON 05:04:23 Dec 18, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:59:25 Jun 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.733
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.055
  esindex: 0.009
  cdx.remote: 11.413
  LoadShardBlock: 52.26 (3)
  PetaboxLoader3.datanode: 59.907 (4)
  load_resource: 88.242
  PetaboxLoader3.resolve: 76.873
*/