@charset "utf-8";

body {

position: relative;
/* Gradient */	


}



.ms-only {
	display: none;
}

#wrapper {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05005b+0,44caf7+100 */
background: #05005b; /* Old browsers */
background: -moz-linear-gradient(top, #05005b 0%, #44caf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #05005b 0%,#44caf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #05005b 0%,#44caf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05005b', endColorstr='#44caf7',GradientType=0 ); /* IE6-9 */

}


#Header {
	width : 880px;
	margin:  0 auto;
	line-height: 0;
}

#Header img {
	line-height: 0;
}


#cnt{
	width : 880px;
	margin:  0 auto;
}

#present{
	padding: 8px 10px;
	background-color: #fff;
}

#present ul {
	display:flex;
	justify-content: space-between;
	align-items: center;
}


#oubo{
	padding: 50px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05005b+0,44caf7+100 */
	background: #05005b; /* Old browsers */
	background: -moz-linear-gradient(top, #05005b 0%, #44caf7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #05005b 0%,#44caf7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #05005b 0%,#44caf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05005b', endColorstr='#44caf7',GradientType=0 ); /* IE6-9 */
}

#oubo_ttl {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

#dl_logo {
	margin-bottom: 40px;
	text-align: center;
}


#dl_logo img {
	display: inline-block;
	margin: 0 auto;
	width:256px;
	height: 256px;
}

.oubo_txt{
	margin: 0 auto;
	color:#fff;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 1.6;
	width: 620px;
	margin-bottom: 20px;
}

#oubo_limit{
	margin:  0 auto;
	text-align: center;
	padding:40px;
	background-color: #fff;
	color: #c1272d;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 0;
	width: 620px;
	margin-bottom: 30px;
}

#btn_ftn {
	width : 880px;
	margin: 70px 0;
	text-align: center;
}

#btn_ftn a {
	display: block;
}

#btn_ftn a img {
	width: 75%;
}

#footer {
	background-color: #000;
	padding: 15px 0;
}

#footer p {
	width : 850px;
	margin: 0 auto;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	text-align: center;
	color: rgb(170, 170, 170);
}

#btn_arrow{
	position: fixed;
	bottom: 14px;
	right: 14px;
}

#l_kazari {
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%)
}

#l_kazari li {
	padding: 9px 0;
}
#l_kazari li a{
	opacity: 1;
	transition-duration: 0.3s;
}

#l_kazari li a:hover{
	opacity: 0.5;	
	transition-duration: 0.3s;	
}