@charset "utf-8";

/*---------------------------------
RESET CSS
---------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
a{text-decoration:none;transition:0.3s;}
a:hover{filter: brightness(1.15); transition:0.3s; }

img,iframe {
max-width: 100%;
vertical-align: bottom;
}
html { 
scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: border-box;
}



/*---------------------------------
全体
---------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	min-width:1300px;
	width: auto !important;  
	width: 1300px;
	height: 100%;
	background:url("../images/bg01.jpg") no-repeat center top / cover #140326 fixed;
}

a:link,a:visited {
	color: #ffea03;
	text-decoration: none;
	font-weight:900;
	
}
a:hover,a:active {
	text-decoration: none;
	color: #3ea0e5;
}

.wholeBox small{
	font-size: 80%;
}
	@media screen and (max-width: 619px){
	.wholeBox small{
		font-size: 80%;
	}
	}

/*clearfix hack
---------------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*anWraper
---------------------------------------------*/
.alwrap{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height:1.5;
	color:#f2f2f2;
	
}

.wholeBox{
	width:1300px;
	margin:0 auto;	
}
	@media screen and (max-width: 619px){
		.alwrap{
			padding-top: 34px;
		}
		.wholeBox{width:100%;background: none;}
	}



/*menu
---------------------------------------------*/

#nav{
	margin:0px 0 10px 0;
	padding:10px 0 10px 0;
}

#nav ul{
	width: 100%;
	margin:10px 0 10px 0;
	text-align: center;
}

#nav li{
	margin: 10px 16px;
	display: inline-block;
}

#nav li a{
	text-align: center;
}

#nav li:hover{
	filter: brightness(0.8);
	transition:0.5s;
}


#top_back {display: none;}

	@media screen and (max-width: 619px){

		#nav{
			width:100%;
			min-height:inherit;
			background: none;
	}

		#nav ul{
			margin: 0 0 2% 0;
			width:100%;
			background: none;
			font-size: 0;
			text-align: left;
		}

		#nav li{
			width:48%;
			margin: 1% 0.5%;
			aspect-ratio: 14/ 3;
			display: inline-block;
			font-size: 14px;	
		}

		#nav li a {
			height: 100%;
			display: block;
			text-align: center;
			width:100%;
		}
		#nav li a img {
			height: 100%;
		}
		
		#top_back {
			background: #003ecb none repeat scroll 0 0;
			display: block;
			text-align: center;
			width: 100%;
			margin-top: 2em;
		}
		#top_back a{
			color:#fff;
			display: block;
			padding: 5px 0;
			width: 100%;
		}
		
	}


/*all style
---------------------------------------------*/

.f_clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}


#container{
	width:980px;
	float:left;
	position:relative;
	background: url("../images/c_bg.jpg") #000;
}

	@media screen and (max-width: 619px){
		#container{
			width:auto;
			float:none;
		}
	}



.foot{
	padding:20px 0 20px 0;
	text-align: center;
	color: #fff;
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.7));
}
.foot_menu{
	margin: 0 auto;
	text-align: center;
	width: 940px;
	color: #5188e2;
}

.foot_menu a{
	color: #5188e2;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	margin: 0px 4px;
	padding:10px 4px;
	font-size: 14px;
}
.foot_menu a:hover{
	color:#ffea03;
	font-weight: normal;
	text-decoration: none;
}



#copyright{
	padding:20px 0 20px 0;
	text-align:center;
	font-size:14px;
	color: #fff;
}

	@media screen and (max-width: 619px){
		.foot{
			width:auto;
			height: auto;
			background: none;
			border: none;
			border-radius: 0;
		}
	
		.foot_menu{
			display: none;
		}
		#copyright{
			margin: 2% 0;
			padding:1% 2%;
			background: none;
		}
}


