@charset "UTF-8";
/* CSS Document */

#ch {
		
		font-size: 14px;
		line-height: 2.0em;
		padding-bottom: 160px;
		width: 1200px;
		margin: 0 auto;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		font-style: normal;
	   
	}

@media only screen and (max-width: 768px){
	
#ch {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
	}
	
	
}

img {
		width: 100%;
}

a {
	text-decoration: none;
	color: #000;
}

ul{
	padding: 0;
}

li{
	list-style: none;
}


#ch .ttl{
	margin: 10% auto 15%;
}

#ch .ttl .new_ttl{
	margin: 0 auto;
	width: 70%;
}

#ch .ttl .sub_ttl{
	margin: 5% auto;
	width: 58%;
}

#ch section .box{
	width: 100%;
	position: relative;
}

#ch section .box .pic01{
	margin: 0 auto;
	width: 100%;
}

#ch section .box .middle{
	position: relative;
}

#ch section .box .middle .season{
	width: 33%;
	position: absolute;
	top: 50%;
	left: 5%;
}

#ch section .box .middle .pic02{
	width: 70%;
	margin: 13%  0 15% auto;
}


#ch section .pic03{
	width: 80%;
	margin: 10% auto;
}




@media only screen and (min-width: 768px)  {
	#ch section{
	margin: 0 auto 18%;
	}
	#ch .ttl .new_ttl {
    width: 38%;
	}
	#ch .ttl .sub_ttl {
    margin: 3% auto;
    width: 27%;
	}
	#ch section .box{
	width: 1200px;
	}
	#ch section .box .pic01{
	margin: 0 auto 10% 10%;
	width: 40%;
	}
	#ch section .box .middle{
	width: 1200px;
	position: absolute;
	top: 50%;
	}
	#ch section .box .middle .pic02{
	width: 32%;
	margin: 10% 10% 15% auto;
	}
	#ch section .box .middle .season{
	width: 18%;
    position: absolute;
    top: 60%;
    left: 10%;
	}
	#ch section .pic03{
	width: 45%;
	margin: 38% auto 0;
	}


}





#ch .scroll_area{
	position: relative;
	margin: 0 auto 30%;

}

/* スクロールダウンの位置 */
#ch .scroll_area .scroll {
  position: absolute;
  right: 50%;
  top: 10%;
  /*writing-mode: vertical-rl;*/
}
/* 線のアニメーション部分 */
#ch .scroll_area .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@media only screen and (max-width: 768px)  {
	#ch .scroll_area{
	width: 100%;
    margin-left: 6%;
	margin: 30% 0 90% 6%;
	}
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*////pcview////*/
   .spview {
        display: none;
    }    
    .pcview {
        display: block;
    }
@media only screen and (max-width: 768px)  {
   .spview {
        display: block;
    }    
   .pcview {
        display: none!important;
    }    
}


.anim{
		opacity: 0;
		transition: 2.0s all 0s ease;
}

.anim.ac{
		opacity:1;
}