@charset "utf-8";

@import url('design_s.css') screen and (max-width:500px);
@import url('design_l.css') screen and (min-width:500.1px);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@700&&display=swap');

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg*,symbol*)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}
meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box;}::placeholder{color:unset;}:where([hidden]){display:none;}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto;}:where([draggable="true"]){-webkit-user-drag:element;}:where(dialog:modal){all:revert;box-sizing:border-box;}

html {
	margin: 0;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	overscroll-behavior: none;
}

body {
	font-family: "Zen Maru Gothic","Noto Sans JP",sans-serif;
	font-style: normal;
	letter-spacing: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
	list-style: none;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	overscroll-behavior: none;
	color: #000;
}

body *,*:after,*::before{
	box-sizing: border-box;
}

header,footer,main,nav,article,aside,section {
	display: block;
}

a {
	cursor: revert;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}

a:focus-visible {
	outline: 2px solid #45b035;
	opacity: 1;
}

img {
	max-inline-size: 100%;
	max-block-size: 100%;
}

ol,ul,menu,summary {
	list-style: none;
}

table {
	border-collapse: collapse;
}

button {
	cursor: revert;
}

input,textarea {
	-webkit-user-select: auto;
}

textarea {
	white-space: revert;
}

::selection {
	background: rgba(69,176,53,0.6);
}

::-moz-selection {
	background: rgba(69,176,53,0.6);
}

_::-webkit-full-page-media,_:future,:root ::selection {
	background: rgba(69,176,53,0.6);
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 0.1px;
}

* html .clearfix {
	height: 0.1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

::selection {
	background: rgba(255,187,26,0.5);
}

::-moz-selection {
	background: rgba(255,187,26,0.5);
}

_::-webkit-full-page-media,_:future,:root ::selection {
	background: rgba(255,187,26,0.5);
}

#stalker {
	position: fixed;
	opacity: 0;
	width: 1.3vw;
	height: 1.3vw;
	z-index: 100000;
	border-radius: 50%;
	pointer-events: none;
	background: rgba(255,187,26,0.3);
}

#stalker.active {
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 50%;
	background: rgba(255,187,26,0.3);
}
