@charset "utf-8";
/* resetCSS Document */
/*----------layout----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0;} 
table { border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;} 
li{list-style:none;} 
caption,th{text-align:left;}
q:before,q:after {ontent:'';} 
abbr,acronym { border:0;} 
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/*----------font----------*/
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;} 
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}

/*----------popup----------*/
#popup {
	position: absolute;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
}
#popup #popbg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #1d1d38;
	opacity: 0.9;
	z-index: 9999;
}
#popup #popwrap{
	position: absolute;
	max-width: 600px;
	background: #000;
	border-radius: 10px;
	top: 10px;
	padding: 20px;
	box-sizing: border-box;
	width: 50%;
	height: auto;
	margin: 0;
	z-index: 99999;
	text-align: left;
	border: 2px solid #f0dec9;
}
#popup #popwrap h5 {
	font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #f0dec9;
	padding: 0 0 5px 0;
}
#popup #popwrap .mainimg img{
	width: 100%;
	border-radius: 10px;
	margin: 20px 0 0;
}
#popup #popwrap .mainimg02 img{
	width: 100%;
	border-radius: 10px;
	margin: 20px 0 40px;
}
#popup #popwrap p {
	padding: 20px 10px ;
}
#popup #popwrap p span {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
}
#popup #popwrap p span img {
	border-radius: 10px;
}
#popup #popwrap #close {
	border: 1px solid #f0dec9;
	padding: 10px;
	width: 50%;
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
	cursor: pointer;
}

#presentbanner {
	cursor: pointer;
}

#presentbanner:hover {
	opacity: 0.8;
}


/*----------clearfix----------*/
.cf:after {
	content: " ";
	display: table;
	clear: both;
	*zoom: 1;
}
input {
	width: 50%;
	max-width: 500px;
}
.w500 {
	padding: 0 0 30px;
}
.images iframe {
    border: 1px solid #9d2e94;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 30px;
}
#banner {
	padding: 0 0 30px;
}
#footer {
	font-size: 12px;
	background: #000;
	text-align:center;
	width: 100%;
	padding: 10px 0;
}
#wrapper {
	display: none;
}
html {
	color: #f0dec9;
}

h4 {
	color: #9d2e94;
}

a {
	color: #f0dec9;
}

#unou img,
#sanou img {
	width: 55%;
	border: 1px solid #9d2e94;
	margin-bottom: 5px;
	margin-top: 30px;
}
#unou .text strong,
#sanou .text strong {
	color: #9d2e94;
	font-size: 12px;
}
#unou .text ,
#sanou .text  {
	padding-bottom: 30px;
	background: url(../images/main_bg2.png) repeat-y top center;
}

#unou .text h5,
#sanou .text h5 {
	color: #f0dec9;
	font-size: 20px;
	font-weight: bold;
}



#load {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
}
#load img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
}

#sns:hover {
	opacity: 0.8;
}
#logo:hover {
	opacity: 0.8;
}

/* 点滅 */
.btn{
	-webkit-animation:blink 1.2s ease-in-out infinite alternate;
    -moz-animation:blink 1.2s ease-in-out infinite alternate;
    animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
