@charset "UTF-8";

/* フッター */



/* SMP */

@media screen and (max-width: 768px){
	
footer {
	width: 100%;
	color: #FFFFFF;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 2.5% 0 29% 0;
	background-color: #2a20b1;
}

footer ul {
	text-align: center;
	margin: 0 0 0 -3%;
	font-size: 100%;
}

footer li {
	font-size: 2.6vw;
	margin: 0 0 0 1%;
	padding: 0 0 0 1%;
	display: inline;
	color: #ffffff;
}

	
footer li a {
	color: #ffffff;
}

small {
	text-align: center;
	display: block;
	clear: both;
	font-size: 2.6vw;
	padding: 0 0 2% 0;
	margin-top: 2%;
}
	

	
/* 下固定メニュー */
#page-top_sp {
    position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	padding: 0;
}


}


/* PC */
@media screen and (min-width: 769px){
	
footer {
	width: 750px;
	color: #FFFFFF;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 2% 0 217px 0;
	background-color: #2a20b1;
}

footer ul {
	text-align: center;
	margin: 0 0 0 -3%;
	font-size: 100%;
}

footer li {
	font-size: 1.8rem;
	margin: 0 0 0 1%;
	padding: 0 0 0 1%;
	display: inline;
	color: #ffffff;
}
	
footer li a {
	color: #ffffff;
}
	
footer li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

small {
	text-align: center;
	display: block;
	clear: both;
	font-size: 1.6rem;
	padding: 0 0 2% 0;
	margin-top: 2%;
}

	
	
/* 下固定メニュー */

#page-top_pc {
    position: fixed;
	width: 750px;
	bottom: 0;
	z-index: 1000;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.page-top_pc_s {
	margin: 0 -210px;
}

#page-top_pc a {
	width: 100%;
    height: 217px;
    background: url("../images/floating_btn.png") no-repeat;
    display: block;
    text-indent: -9999px;
	background-size: contain;
}

#page-top_pc a:hover {
	background-image: url("../images/floating_btn_r.png");
}		
	
	
	
/* 下固定メニュー 

#page-top_pc {
    position: fixed;
	width: 750px;
	bottom: 0;
	z-index: 1000;
	margin: 0 auto;
	left: 0;
	right: 0;
}

	.rollover-button {
      position: relative;
      display: inline-block;
      width: 100%;  /* 画像の幅 */
  /*    height: 155px;  /* 画像の高さ */
  /*    overflow: hidden;
    }

 /*   .rollover-button img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      transition: opacity 0.3s ease;
      display: block;
    }

    .rollover-button img.hover {
      opacity: 0;
    }

    .rollover-button:hover img.hover {
      opacity: 1;
    }

    .rollover-button:hover img.default {
      opacity: 0;
    }
	
	*/
	

}