@import url('https://fonts.googleapis.com/css?family=Yantramanav:100');
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ysabeau+SC:wght@500&display=swap');
html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body{	
	/* background:url(../poptitle.jpg) center; */
	/* background: radial-gradient(#fff ,gold); */
	background-color:rgba(255, 215, 0,0.1);
	background-image: url(../img/3453139542_Clipboard1152-min.png);
	/* background-image: url(../img/863952709-1500.png); */
	/* background-image: url(../img/1622543872_clipboard1152.png); */
	/* background-image: url(../img/2565781677_clipboard1158.png); */
	/* background-image: url(../img/3687240877_clipdrop-enhance1152.png); */
	/* background-image: url(../img/766615751_Clipboard1152.png); */
	/* background-image: url(../img/966677115_clipboard1152.png); */
	/* background-image: url(../img/1190124181_clipboard1152.png); */
	/* background-image: url(../img/134133414_clipboard1150.png); */
	/* background-size: 50%; */
	background-size: 30%;
	/* background-position: center; */
	/* background-position-x: 60%; */
	/* background-position-x: top; */
	background-position-x: 50%;
	background-position-y: center;
	

	background-repeat: no-repeat;
	/* background-size: 100% 100%; */
	/* background-size: cover; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
nav
{
	background: rgba(136, 136, 136,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	height:60px;
	/* padding: 30px; */
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	gap:2%;
	z-index: 1000;
	

}
nav a
{
	margin-left: 20px;
	font-family: arial,sans-selif;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
nav a:hover
{
	text-decoration: underline;
}
nav:has(a:hover) > a:not(:hover)
{
	opacity: 0.4;
	transition: 0.5s;
}

.intro{
	position: relative;
	width:100%;
	/* height:100%; */
	/* margin: auto; */
	/* background:url(../img/ErinaKamiya1024.jpg); */
	/* background:url(../poptitle.jpg); */
	/* display:table; */
	top:60px;
	background-size: cover;
}
.intro .inner{
	/* display:table-cell; */
	vertical-align: middle;
	width:100%;
	max-width:none;
}
.content{
	/* max-width:600px; */
	margin:0 auto;
	text-align: center;
	/* padding-bottom:28%; */
	padding-bottom:5%;
}
.content h1{
	font-family:'Yantramanav',sans-serif;
	/* font-size:600%; */
	font-size:300%;
	font-weight: 100;
	color:#e1efe9;
}
.content h2.toptext{
	font-family:'Yantramanav',sans-serif;
	/* font-size:600%; */
	font-size:300%;
	font-weight: 100;
	color:#e1efe9;
	position: relative;
	top:120px;
}
.content h2.toptext:hover
{
	color:#2f9283;
}

.titleTX h1{
	color: gold;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
	font-size: 10em;
	font-weight: 900;
	/* -webkit-text-stroke: 1px black; */
}
.titleTX h1:hover
{
       animation:anima 4s forwards infinite;
}
.about
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	display:none;
	background-color:#fffae5 ;
	z-index: 100000;
}
.kiyakuabout
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:300%;
	display:none;
	background-color:#fffae5 ;
	z-index: 100000;
	text-align: left;
}
.about.see,.kiyakuabout.see
{
	display:block;
}

.title {color:crimson;font-size:18px;text-align:center;background-color:mistyrose;}
.titlelt {color:sienna;font-size:11pt;text-align:center;background-color:honeydew;}
.dimgray {color:dimgray;font-size:10pt;background-color:snow;text-indent:10pt;line-height:12pt;}
.subtitle {color:seagreen;font-size:10pt;background-color:mintcream;}

@keyframes anima{
0%
{
  filter:hue-rotate(0) drop-shadow(3px 3px 2px rgba(0,0,0,0.6));
}
100%
{
  filter:hue-rotate(360deg) drop-shadow(3px 3px 2px rgba(0,0,0,0.6));
}
}
.btnpart
{
	position: relative;
	z-index:1000;
}
.btn{
	position:relative;
	font-family:'Montserrat',sans-serif;
	font-size:135%;
	font-weight: 400;
	/* color:#3a6168; */
	color:#e1efe9;
	text-transform: uppercase;
	text-decoration: none;
	border:solid #3a6168;
	padding:10px 20px;
	border-radius: 9px;
	transition: all 0.5s;
	z-index:1000;
}
.btn:hover{
	/* color:#cbdfd6; */
	color:#2f9283;
	border:solid #cbdfd6;

}
p{
	font-size:150%;
	line-height:120%;
	font-family: sans-serif;
	width: 80%;
	color:#3a6168;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;

}
p span{

	text-align: left;
}

.secdescription{
	display: flex;
	justify-content:space-around;
	align-items: center;
	width: 80%;
	z-index:10;
	position:relative;
	top: -10%;
}
.desctable
{
	width: 149px; height: 128px;
}
.sienna {color:sienna;font-size:11pt;text-align:center;font-weight:bold;}
.dimgray {color:dimgray;font-size:11pt;text-align:center;font-weight:bold;}
.graytitle {color:dimgray;font-size:8pt;font-style:italic;text-align:right;margin-top:35px;}
.boxsienna{color:sienna;font-size:8pt;text-align:center;border-color:sienna;border-width:1pt;border-bottom:
solid;width:230;padding-top:2pt;padding-bottom:1pt;}
.boxsienna a {text-decoration: none;color:sienna;}
.boxsienna a:hover{color: orange;}
.boxdimgray{color:dimgray;font-size:8pt;text-align:center;border-color:dimgray;border-width:1pt;border-bottom:
solid;width:230;padding-top:2pt;padding-bottom:1pt;}
.boxdimgray a {text-decoration: none;color: dimgray;}
.boxdimgray a:hover{color: orange;}
/* .comentgray{color:gainsboro;font-size:6pt;padding:3px; width:240px;margin-left: -120px;text-align: left;} */
.comentgray{color:#3a6168;text-shadow: 1px 1px 1px #fff;font-size:8pt;padding:3px; width:260px;margin-left: -120px;text-align: left;}
.copylight{position: fixed;bottom:1px;text-align: center;font-size: 8px;color: #aaa;}


.kiyakuabout  .title {color:crimson;font-size:17pt;text-align:center;background-color:mistyrose;}
.kiyakuabout  .titlelt {color:sienna;font-size:12pt;text-align:center;background-color:honeydew;}
.kiyakuabout  .dimgray {color:dimgray;font-size:10pt;text-align:left;background-color:snow;text-indent:10pt;line-height:12pt;border-top:1px solid #888;}

.kiyakuabout  .subtitle {color:seagreen;font-size:10pt;background-color:mintcream;}
.kiyakuabout .kiyakutbl{border:1px solid #888;}
.kiyakuabout td{padding:3px;}
.kiyakuabout .tdtitle{text-align:center;}


/*--- Media Queries --*/
@media screen and (max-width:1900px){
	body{
		background-position-x: center;
		background-size: 33%;

	}

}
@media screen and (max-width:1100px){
	body{
		background-position-x: center;
		background-size: 55%;

	}
	.titleTX h1
	{
		font-size: 8em;
	}
}
@media (max-height:760px) and (max-width:800px){
	body{
		background-position-x: center;
		background-size: 33%;

	}
	.content{
		padding-bottom:5%;
	}
	.secdescription
	{
		top:-25%;
	}
}
@media screen and (max-height:705px){
	body{
		/* background-size: 31%; */

	}
}
@media (max-height:705px) and (max-width:650px){
	body{
		background-size: 45%;

	}

}
@media (max-width: 1500px) and (max-height:850px) {
	body{
		background-position-x: center;
		background-size: 45%;

	}
	.content{
		/* max-width:600px; */
		margin:0 auto;
		text-align: center;
		/* padding-bottom:28%; */
		padding-bottom:0%;
	}
}
@media (max-width: 1600px) and (max-height:750px) {
	body{
		background-position-x: center;
		background-size: 28%;

	}
	.content{
		/* max-width:600px; */
		margin:0 auto;
		text-align: center;
		/* padding-bottom:28%; */
		padding-bottom:0%;
	}
	.titleTX h1{
		font-size: 8em;
		margin-top:0.7em ;
	}
	
}
@media (max-width:1080px)and (max-height:850px)
{
	body{	
		background-size: 40%;
	}
}
@media screen and (max-width: 900px) {
	body{
			background-position-x: center;
			background-size: 50%;
	}
.content{
	padding-bottom:30%;
}
.content h1{
	font-size: 450%;

}
.content h2.toptext
{
	top:auto;
}

.btn{
	font-size: 110%;
	padding:7px 15px;

}
}
@media screen and (max-width: 800px) {
	body 
	{

		background-size: 60%;
	}

}
@media screen and (max-width: 768px) {
	body 
	{

		background-size: 75%;
	}

	.content{
		padding-bottom:40%;
	}
	.content h1{
		font-size: 300%;
	
	}
	.btn{
		font-size: 110%;
		padding:9px 17px;
	
	}
p{
	font-size: 120%;
	line-height: 100%;

}	
}
@media screen and (max-width: 480px) {
	body{	
		background-size: 90%;
		background-position-y: 55px;
	}
	nav {
		font-size: 11px;
	}
	.content{
		padding-bottom:20%;
	}
	.content h1{
		font-size: 250%;
	
	}
	.btn{
		font-size: 100%;
		padding:6px 14px;
	
	}
	nav a{
		margin-left: 5px;
	}
	p{
		font-size: 100%;
		line-height: 100%;

	}	
	.secdescription{
		display: flex;
		justify-content:space-between;
		align-items: center;
		width: 95%;
		position:relative;
		top: 0;
	}
	.about table,.kiyakuabout table
	{
		width: 98%;
		padding:5px 0;
	}
	.comentgray{color:#3a6168;text-shadow: 1px 1px 1px #fff;font-size:10px;padding:0;margin-left:0; width:150px;text-align: left;line-height: 11px;}

}