/*非表示保存
-----------------------------------------------*/



/*共通
-----------------------------------------------*/
a{overflow:hidden;outline:none;}

/* ps改行消し */
.br-pc{
	display:none;
}

body {
overflow-x: hidden;
}

/* 横幅限界突破 */
#SF-outer-container {
	max-width: 1366px !important;
	overflow: visible !important;
}

/* 縦幅限界突破 */
#SF-outer-container {
max-height:30000px !important;
}
.SF-module-container {
max-height:10000px !important;
}

/*H1
-----------------------------------------------*/
h1{
text-align:center!important;
margin:0 auto!important;
display:block;
width:100%;
}
h1 a{
text-align:center!important;
font-size:10px;
color:#ee2199!important;
}

/*ヘッダー
-----------------------------------------------*/
.logo{
display:block;
margin:0 auto;
text-align:center;
padding-top:40px;
}

/*フッター
-----------------------------------------------*/
.footer_base{
position:absolute;
width:100%!important;

}
.footer_nami{
background:
	url(https://www.shounan-cocoronomori.com/gr_img2/footer_01.png) center top no-repeat;
	width:100%;
	height:62px;
}
.footer_01{
background:
	url(https://www.shounan-cocoronomori.com/gr_img2/footer_02.jpg) center top repeat;
	padding-bottom:15px;
}
.footer_02{
background:
	url(https://www.shounan-cocoronomori.com/gr_img2/footer_03.jpg) center top repeat;
	padding-top:15px;
	padding-bottom:15px;
}
.footer_02,.footer_02 a{
color:#FFFFFF;
}
.footer_copy{
background:
	url(https://www.shounan-cocoronomori.com/gr_img2/footer_04.jpg) center top repeat;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
}
.footer_base{
text-align:center;
display:block;
margin:0 auto;
}
.footer_iruka{
position:absolute;
margin-left:50%;
pointer-events:none;
}
.footer_iruka img{
margin-left:358px;
}
.footer_01 li{
display:inline-block;
text-align:left;
}
.footer_pink{
vertical-align:text-top;
width:360px;
text-aline:left;
color:#e51b8d;
padding:10px;
}
.footer_block{
width:300px;
text-aline:left;
color:#726253;
padding:10px;
}
#SF-footer{
margin-top:100px;
}
/*hoverアニメーション
-----------------------------------------------*/

a img:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}





/*ページトップへ
-----------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	font-size: 77%;
	z-index:999999999999;
}
#page-top a {
background:
	url(https://www.shounan-cocoronomori.com/gr_img2/pagetop_off.png) center top no-repeat;
	color: #fff;
	width: 100px;
	height:108px;
text-align: center;
	display: block;
	text-indent:-9999px;
}
#page-top a:hover {
	text-decoration: none;
	background:
	url(https://www.shounan-cocoronomori.com/gr_img2/pagetop_on.png) center top no-repeat;
}



.SF-module-container{
	max-height:10000px !important;
}

#app{
max-height:8000px;
position: relative;
}

img.glitter-star {
  position: absolute;
  height: 70px;
  width: 70px;
	pointer-events:none;
  animation: glitter 2s linear 0s infinite normal;
  -webkit-animation: glitter 2s linear 0s infinite normal;
  -moz-animation: glitter 2s linear 0s infinite normal;
  -ms-animation: glitter 2s linear 0s infinite normal;
  -o-animation: glitter 2s linear 0s infinite normal;
}

@keyframes glitter {
  0% {
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
}