@charset 'UTF-8';
@import url(http://fonts.googleapis.com/css?family=PT+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text);
@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tulpen+One&display=swap');

* {z-index: -1;}
a:hover {color: #f88;}
body {
	background: #cccccc;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	color:#111;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* TITLE */
header {
	position: fixed;
	top: 20px;
	left: 35px;
	z-index: 200;
	opacity: 0.9;
}

header div {
	height: 75px;
	letter-spacing: 0.35px;
}

/*
戦争、結婚、
*/
h1 {
	font-family: "Crimson Text", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 45px;
	height: 45px;
	opacity: 0.25;
}
/*
War,Marriage,
takahirokato.org

Love-Ronique
Spiel
miyoriri
*/
header div{margin:0 0 0.5em 0;}
header div p {
	z-index: 100;
	display: inline;
	position: relative;
	top: -30px;
	float: left;
	margin: 0 0 0 5px;
	font-size: 15px;
	line-height: 18px;
	height: 18px;
}
/* takahirokato.org \ miyoriri */
header div p:last-child {
	float: right;
	margin: 0 30px 0 0;
	padding: 0 3px;
	background: #111;
	color: #fff;
}
#loveronique  {
 	font-family: "Ballet", serif;
 	font-optical-sizing: auto;
 	font-weight: 800;
 	font-style: normal;
	letter-spacing: -0.2em;
 }
#spiel {
		font-family: "Cherry Bomb One", serif;
		font-weight: 400;
		font-style: normal;letter-spacing: 0.1em;
	}
#tvontv{position:absolute;
left:130px;top:150px;}
/* CANVAS */

#graph_container {
	z-index: 0;
}

main #graph_container {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
}

/* TEXT */

#text {border: solid 1px #f99;
	z-index: 30;
	top: 0;
	width: 100%;
	height: 100%;
	position:relative;
}

dl#text,
#text dt,
#text dd {
	font-family: "Crimson Text", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
}
dl#text {
	margin: 140px 0;
	text-align: center;
	height: auto;
}
#text dt {position: relative;
	text-align: right;
	right: 50%;
	font-size: 25px;
	line-height: 25px;
	padding: 2em 0.2em 0 0;
}

#text dd {position: relative;
	left: 50%;width: 50%;
	padding: 1em 30px 0 15px;
	text-align: left;
	text-indent: 1em;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
#text dd a:hover{opacity:0.95;}
#text dd img{clear:both;width:95%;margin: 0.5em 0 3% 2%;
border-radius: 2%;}
#text #h3{
		font-family: "Tulpen One","Alumni Sans Pinstripe", serif;
		font-weight: 400;
		opacity:1;
		font-style: normal;
	}

/* TITLE */

#title {z-index: 100;color:#333;
	text-align: left;
	position: fixed;left: 15px;
		bottom: -2em;
	transform: rotate(-90deg);overflow: visible;
}
#title #h3 a, #title #h6 a{color: #f88;}
#title a:hover,#title #h3 a:hover,
#title #h6 a:hover{color:#f77;}

dl#title,
#title dt,
#title dd {
	font-family: "Crimson Text", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
}

dl#title{padding:0 4em;}
#title dt {
	font-size: 25px;
	line-height: 25px;
	height: 25px;
}
#title dt:first-child{
	margin: 2em 0.7em 0.7em 0;letter-spacing: 0.2em;
}


#title dd {
	font-size: 13px;
	line-height: 15px;
	height: 15px;letter-spacing: 0.1em;
	margin-bottom:1em;
}
dt#h3 {
	letter-spacing: 0.02em;
}
dt#h6{letter-spacing:-0.46em;position:relative;left:-0.20em;}

/* DATA */

#data {
	z-index: 10;
	width: 125px;
}

main ul#data {
	position: fixed;
	bottom: 30px;
	left: 30px;
	text-transform: uppercase;
	opacity: 0.2;
	transition: opacity .2s ease-in-out 0;
	-moz-transition: opacity .2s ease-in-out 0;
	-webkit-transition: opacity .2s ease-in-out 0;
}

main ul#data:hover {
	opacity: 0.5;
}

main ul#data li {
	font-weight: 400;
	font-size: 13px;
	padding: 0 5px;
	margin: 0;
	color: #000;
	text-align: left;
	overflow: hidden;
	opacity: 0.5;
}


/* FOOTER */

/* _______________________________________________________________________ */