/*	Youtube Player
============================== */
/*img cover*/
.cover {width:100%; height:100%;}
/*link*/
a{text-decoration:none; color:#44c5da}
a:hover{ text-decoration:none; color:#666;}

/*///////////////// style ////////////////*/
body{
	-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
html, body, div#con-body {
	background:#fff;
}

div#con-body{
	color:#000;
	background-attachment:fixed;
	z-index:0;
	font-style: normal;
	font-weight: 400;
}


.blue{color:#0a0c59;font-weight: 800;}
.s-txt{font-size:80%;}


#top.container{
	border-top:solid 1px #eee;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;

}

/*///////////////// web font ////////////////*/
.red{
	color: #E10013;
}
.grn{
	color:#178A4B;
}
.gold{
	color:#C99B20;
}

/*///////////////// font ////////////////*/
.container p,
.container li,
.container table
{
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  text-align: justify;
  word-break: break-all;
}



/*///////////////// column ////////////////*/
.columnBox{
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
@media all and (max-width: 767px) {
.columnBox{
	width:92%;
	margin: auto;
}
}
/*///////////////// h2 h3 ////////////////*/
.second .columnBox h2
{
width: 100%;
max-width: 1080px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.second .columnBox h2 span
{
color:#fff;
font-family: "headline-gothic-atf", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
}


.second .columnBox h2 span small
{display: block;
	font-size: 30%;
	line-height: 1;
	text-align: center;
}

.second .columnBox h3{
font-family: "nitalago-ruika", sans-serif;
font-weight: 400;
font-style: normal;
margin:1em auto;
}

@media all and (min-width: 861px) {
.second .columnBox h2
{
height: 72px;
}

.columnBox h2 span{
font-size:300%;
line-height: 1;
}
}


@media all and (max-width: 860px) {
	.second .columnBox h2
	{
	height: 72px;
	}
	.columnBox h2 span{
	font-size:240%;
	line-height: 1;
	}
	}
	

@media all and (max-width: 767px) {
.second .columnBox h2
{
	aspect-ratio: 356/50;
	display:flex;
	align-items: center;
	justify-content: center
}
.second .columnBox h2 span{
font-size:180%;
line-height:1;
}
}
.android,
.win {
@media all and (min-width: 768px) {
.second .columnBox h2 span{
		padding-top:.254em;
}
.second .columnBox h2 span small{
	line-height: 0.8;
}
}
@media all and (max-width: 767px) {
.second .columnBox h2 span{
		padding-top:.3em;
		}
}
}

/*///////////////// aside ////////////////*/

aside,
#footer-common{
background-color: midnightblue;
background: linear-gradient(to right, #021d3b 0%, #1e5c71 100%);
}

#footer-common{
	width: 100%;
	padding:2em 0 5em!important;
}
.second #footer-common{
	padding:5em 0!important;
}


#banner-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 740px;
	max-width:800px;
	margin: auto;
	}
	#banner-list li{
	 width:30% ;
	 margin:0 .5em 1em;
	}
	#banner-list li a:hover{
		opacity:0.5 ;
	}





@media all and (max-width: 767px)  {
	#footer-common{
		padding:2em 0!important;
	}
	.second #footer-common{
		padding:5em 0 2em!important;
	}
	
	#banner-list{
		width: 90%;
		}
	#banner-list li{
		width:48% ;
		margin:0 1% 2%;
	}
}





/*///////////////// footer ////////////////*/

footer {
	display:block;
	overflow:hidden;
	height:90px;
}
footer .bottom{text-align:center;line-height:90px;color:#000;}
footer .bottom a{ text-decoration:none;color:#000;}
footer .bottom small{font-size:80%;}
footer .bottom{margin:0 auto;}
footer .bottom small{ line-height: 90px; !important}
@media all and (max-width: 767px)  {
footer{
padding-bottom:80px !important;
background-color: midnightblue;
background: #030303;
}
footer .bottom{
	width: 300px;
	height:30px;
	line-height:15px;margin:30px auto 0;
color:#fff;}
footer .bottom a{color:#fff;}
footer .bottom small{ line-height:1; !important}
footer small span{
display: block;
padding-top:.5em;
}
}




/*///////////////// mov ////////////////*/
/*	YouTube
============================== */
div.mov-outer {
	margin:4em auto 0;
	max-width:880px;
}
div.mov-inner .lazy {
    display: block;
    aspect-ratio: 16/9;
}
div.mov-inner .lazy img{
	width: 100%;
}

.cap2{
	max-width:860px;
	background: #C99B20;
	color: #fff;
	text-align: center !important;
	font-size: 100%;
	line-height: 1.2;
	margin:0 auto;
	padding:10px;
}

@media all and (max-width: 767px) {
div.mov-outer {
	margin:1em auto 0;
}
.cap2{
	text-align: left !important;
	font-size: 80%;
	margin:0 0 1em;
	padding:2%;
	width: 96%;
	line-height: 1.2 !important;
}
}


/*///////////////// lazy ////////////////*/
.lazy {
  position:relative;
  display:block;
  background:center top no-repeat;
  background-size:cover;
  margin:0 auto;
}
.lazy img{
  position:absolute;
  top:0;
  left:0;
}
