article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

/* 器(iframe)の高さは中身の高さに一致させてある ―― 中に第二のスクロールを作らない */
html, body {
	overflow: hidden;
}

:root {
	font-size: 16px;
	/* 書体は 03_site/assets/css/style.css の --font-display / --font-body / --font-mono と同じ値。
	   この部品に固有の書体は持たない。 */
	--font-display: "IBM Plex Mono", "Zen Kaku Gothic New", ui-monospace, "SFMono-Regular", monospace;
	--font-body: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	--font-mono: "IBM Plex Mono", "Zen Kaku Gothic New", ui-monospace, "SFMono-Regular", monospace;
}

body {
	--color-text: #004B23;
	--color-bg: #F6F9F6;
	--color-link: #004B23;
	--color-link-hover: #fff;
	--color-bg-content: #F6F9F6;
	--color-title: #fff;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: var(--font-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden {
	pointer-events: none;
	visibility: hidden;
	position: fixed;
	z-index: -1;
}

.cursor, .cursor__inner {
	z-index: 9999;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: difference;
}

.cursor__inner--circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	/* mix-blend-mode: difference の下では、地の色を反転して必ず見える白だけが
	   どんな写真の上でもリングとして残る（3値の白 #F6F9F6）*/
	border: 3px solid #F6F9F6;
}

.cursor__inner--cross {
	width: 30px;
	height: 30px;
}

.cursor__inner--cross::before,
.cursor__inner--cross::after {
	position: absolute;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: #F6F9F6;
	left: calc(50% - 1px);
	transform: rotate(45deg);
}

.cursor__inner--cross::after {
	transform: rotate(-45deg);
}

.cursor__inner--text {
	white-space: nowrap;
	left: 30px;
	margin-top: 1px;
	/* 階調の中間色（--color-line）。difference の下でリングの #F6F9F6 に次ぐ強さで反転し、
	   馬名がリングの従属物として読める */
	color: #CBDCD1;
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: fixed;
	z-index: 1000;
	width: 100%;
	text-transform: lowercase;
}

.demo-4 .frame {
	mix-blend-mode: color-dodge;
}

.frame__title-wrap {
	text-transform: capitalize;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:first-child)::before {
	content: '|';
	margin: 0 1rem 0 0;
}

.frame__nav a,
.frame__links a:not(:last-child),
.frame__demos span, .frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__main {
	font-size: 1.5rem;
	margin: 0;
}

.frame__nav,
.frame__main,
.frame__version {
	display: none;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
}

/* 拡大表示は原画の色味のまま出す ―― 地の色も合成モードも掛けない。
   地は写真が載らない場合にだけ見える白 #F6F9F6 */
.content {
	background-color: var(--color-bg-content);
	position: fixed;
	/* 器は格子の高さぶん立っていて、画面より高い。この窓は器に対して固定されるので、
	   置き場所(--view-top)と高さ(--view-h)は親ページが決めて渡す(photo/index.html)。
	   下の既定値は JS が動かないときの逃げ道。 */
	top: var(--view-top, 0px);
	height: var(--view-h, min(100vh, max(640px, 56.25vw)));
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0 2rem 2.5rem;
	background-position: 50% 30%;
	background-size: cover;
	cursor: pointer;
}

/* 主役は写真。馬名は画面中央の大字ではなく、左下のキャプションとして置く。
   位置は .frame の title と同じ左下 2rem / 2.5rem */
.content__title {
	font-size: 1rem;
	margin: 0;
	text-align: left;
	color: #F6F9F6;
	text-shadow: 0 0 0.14em rgba(0,75,35,0.92), 0 0.02em 0.05em rgba(0,75,35,0.78);
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
}

.grid-wrap--hidden {
	pointer-events: none;
}

/* 144点 = 6×24 = 8×18 = 12×12 = 16×9。列数が決まれば行数が決まり、
   マス目が正方なので「格子の高さ ÷ 幅 = 行 ÷ 列」になる。
   ★ 下の閾値は 03_site/assets/css/style.css の #photo-grid .partbox iframe の
     aspect-ratio と1対1で対になっている(こちらの 100vw = あちらの container query 幅)。
   --cell-number は demo1.js が読む「行数」(列数 = 144 ÷ 行数)。 */
.grid {
	display: grid;
	width: 100%;
	--cols: 6;
	--cell-number: 24;
	grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
	will-change: transform;
}

@media screen and (min-width: 480px)  { .grid { --cols: 8;  --cell-number: 18; } }
@media screen and (min-width: 640px)  { .grid { --cols: 12; --cell-number: 12; } }
@media screen and (min-width: 1360px) { .grid { --cols: 16; --cell-number: 9;  } }

/* 写真は近づいてから読む(demo1.js の IntersectionObserver が data-bg を background-image に移す)。
   まだ来ていないマスは階調の中間色 #CBDCD1 で塗り、枠が空のまま止まって見えないようにする。
   写真が載れば background-size: cover が全面を覆うので、この色は完成後には出ない。 */
.grid__item {
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	aspect-ratio: 1;
	outline: 1px solid #004B23;
	background-color: #CBDCD1;
}

.grid__item-inner {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	transition: transform 340ms cubic-bezier(.2, .8, .2, 1); /* サイトの --dur-mid / --ease-out と同値 */
}

/* ホバーは少しだけアップ。原画の色味は変えない(黒被せは戻さない)。
   (hover: hover) でタッチ端末では張り付かない。overflow:hidden の中で拡大する */
@media (hover: hover) {
	.grid__item:hover .grid__item-inner {
		transform: scale(1.06);
	}
}

@media (prefers-reduced-motion: reduce) {
	.grid__item-inner {
		transition: none;
	}
	.grid__item:hover .grid__item-inner {
		transform: none;
	}
}

.demo-3 .grid__item-inner {
	background-blend-mode: color-dodge;
	background-color: #332d4a;
}

/* 写真は原画の色味のまま出す ―― 黒被せを掛けない。
   ホバーの手応えはカーソルに出る馬名が担う */

@media screen and (min-width: 53em) {
	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem 2rem 2.5rem;
		pointer-events: none;
		grid-template-columns: 40% 30% 30%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'nav demos main'
							'... ... ...'
							'title ... version';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
		grid-column: span 2;
		pointer-events: auto;
	}
	.frame__title {
		margin: 0 2rem 0 0;
	}
	.frame__main {
		display: block;
		justify-self: end;
	}
	.frame__main::before {
		content: '\2015';
	}
	.frame__nav {
		display: block;
		grid-area: nav;
		align-self: center;
		pointer-events: auto;
	}
	.frame__version {
		display: block;
		grid-area: version;
		justify-self: end;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: start;
		align-self: center;
		pointer-events: auto;
	}
	.frame a {
		pointer-events: auto;
	}
}
