@charset "UTF-8";

/* -------------------------------------------

北アルプスの天然水

--------------------------------------------*/
#alps.index #content #contentBody #main section{
	margin-bottom: 0;
}
#alps.index #contentBody #main #visual{
	margin-bottom: 30px;
	width: 980px;
	height: 413px;
	padding:138px 0 0 0;
	box-sizing: border-box;
	background: url(/s/alps/img/alps_visual_bg.jpg) no-repeat;
}
#alps.index #contentBody #main #visual h1 {
	width: 410px;
	height: 130px;
	padding: 0;
    background: url(/s/alps/img/alps_visual_title.png) no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

/* SC1
--------------------------------------------*/
#alps #main #sc1 {
	position: relative;
	padding: 146px 0 0 0;
	width: 980px;
	height: 550px;
	background: url(/s/alps/img/alps_sc1_bg.jpg) no-repeat 0 0;
	box-sizing: border-box;
	margin: 0 auto;
}
#alps #main #sc1 .title {
	position: absolute;
	width: 660px;
	height: 37px;
	padding: 0;
	top: 146px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(/s/alps/img/alps_sc1_title.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
#alps #main #sc1 .text {
	position: absolute;
	width: 455px;
	height: 200px;
	padding: 0;
	top:230px;
	left:0;
	right:0;
	margin:0 auto;
    background: url(/s/alps/img/alps_sc1_text.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

/* SC2
--------------------------------------------*/
#alps #main #sc2 {
	position: relative;
	padding: 146px 0 0 0;
	width: 980px;
	height: 550px;
	background: url(/s/alps/img/alps_sc2_bg.jpg) no-repeat 0 0;
	box-sizing: border-box;
	margin: 0 auto;
}
#alps #main #sc2 .title {
	position: absolute;
	width: 731px;
	height: 38px;
	padding: 0;
	top:146px;
	left:0;
	right:0;
	margin:0 auto;
    background: url(/s/alps/img/alps_sc2_title.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
#alps #main #sc2 .text {
	position: absolute;
	width: 436px;
	height: 170px;
	padding: 0;
	top:230px;
	left:0;
	right:0;
	margin:0 auto;
    background: url(/s/alps/img/alps_sc2_text.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

/* SC3
--------------------------------------------*/
#alps #main #sc3 {
	position: relative;
	padding: 146px 0 0 0;
	width: 980px;
	height: 550px;
	background: url(/s/alps/img/alps_sc3_bg.jpg) no-repeat 0 0;
	box-sizing: border-box;
	margin: 0 auto;
}
#alps #main #sc3 .title {
	position: absolute;
	width: 780px;
	height: 39px;
	top:146px;
	left:0;
	right:0;
	padding: 0;
	margin:0 auto;
    background: url(/s/alps/img/alps_sc3_title.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

#alps #main #sc3 .text {
	position: absolute;
	width: 497px;
	height: 92px;
	top:230px;
	left:0;
	right:0;
	padding: 0;
	margin:0 auto;
    background: url(/s/alps/img/alps_sc3_text.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

/* SC4
--------------------------------------------*/
#alps #main #sc4 {
	position: relative;
	padding: 146px 0 0 0;
	width: 980px;
	height: 550px;
	background: url(/s/alps/img/alps_sc4_bg.jpg) no-repeat 0 0;
	box-sizing: border-box;
	margin: 0 auto;
}
#alps #main #sc4 .title {
	position: absolute;
	width: 605px;
	height: 38px;
	padding: 0;
	top:146px;
	left:0;
	right:0;
	margin:0 auto;
    background: url(/s/alps/img/alps_sc4_title.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
#alps #main #sc4 .text {
	position: absolute;
	width: 697px;
	height: 118px;
	padding: 0;
	top:230px;
	left:0;
	right:0;
	margin:0 auto;
    background: url(/s/alps/img/alps_sc4_text.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}




/* -------------------------------------------

アニメーション

--------------------------------------------*/
.scrollAction {
    opacity: 0;
}
.scroll-effect {
	-webkit-animation: scEffect-fade 3s both;
	-moz-animation: scEffect-fade 3s both;
	-o-animation: scEffect-fade 3s both;
	-ms-animation: scEffect-fade 3s both;
	animation: scEffect-fade 3s both;
}
#alps #main .scroll-effect .title{
	-webkit-animation: scEffect-down 2s both;
	-moz-animation: scEffect-down 2s both;
	-o-animation: scEffect-down 2s both;
	-ms-animation: scEffect-down 2s both;
	animation: scEffect-down 2s both;
}
#alps #main .scroll-effect .text{
	-webkit-animation: scEffect-up 4s both;
	-moz-animation: scEffect-up 4s both;
	-o-animation: scEffect-up 4s both;
	-ms-animation: scEffect-up 4s both;
	animation: scEffect-up 4s both;
}
/*
#alps #main #sc1.scroll-effect .title{
	animation: scEffect-left 2s both;
}
#alps #main #sc2.scroll-effect .title{
	animation: scEffect-right 2s both;
}
#alps #main #sc3.scroll-effect .title{
	animation: scEffect-left 2s both;
}
#alps #main #sc4.scroll-effect .title{
	animation: scEffect-right 2s both;
}
*/
/* fade */
@-webkit-keyframes scEffect-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes scEffect-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-moz-keyframes scEffect-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-o-keyframes scEffect-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-ms-keyframes scEffect-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes scEffect-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
/*  rightPan */
@-webkit-keyframes scEffect-right { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; right: 0; } }
@-webkit-keyframes scEffect-right { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; right: 0; } }
@-moz-keyframes scEffect-right { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; right: 0; } }
@-o-keyframes scEffect-right { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; right: 0; } }
@-ms-keyframes scEffect-right { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; right: 0; } }
@keyframes scEffect-right { 0% { opacity: 0;right: -300px;}
  50% { opacity: 1; }
  100% { opacity: 1; right: 0; } }
/* leftPan */
@-webkit-keyframes scEffect-left { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
@-moz-keyframes scEffect-left { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
@-o-keyframes scEffect-left { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
@-ms-keyframes scEffect-left { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
@keyframes scEffect-left { 0% { opacity: 0;left: -300px; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
/* up */
@-webkit-keyframes scEffect-up { 0% { opacity: 0; }
  50% { opacity: 1; }
  00% { opacity: 1; left: 0; } }
@-moz-keyframes scEffect-up { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
@-o-keyframes scEffect-up { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
@-ms-keyframes scEffect-up { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; left: 0; } }
@keyframes scEffect-up { 0% { opacity: 0;margin-top: 40px; }
  50% { opacity: 1; }
  100% { opacity: 1; margin-top: 0; } }
  /* down */
  @-webkit-keyframes scEffect-down { 0% { opacity: 0; }
    50% { opacity: 1; }
    00% { opacity: 1; left: 0; } }
  @-moz-keyframes scEffect-down { 0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; left: 0; } }
  @-o-keyframes scEffect-down { 0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; left: 0; } }
  @-ms-keyframes scEffect-down { 0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; left: 0; } }
  @keyframes scEffect-down { 0% { opacity: 0;margin-top: -100px; }
    50% { opacity: 1; }
    100% { opacity: 1; margin-top: 0; } }
/* IE9 */
.scroll-effect:not(:target) { opacity: 1\9 !important; }
