@charset "utf-8";
/* お正月対応 */

.japanese{
	font-family: 'Noto Serif JP', serif;		
	}
	
.c-carousel__catch {
   color: white;
	position: absolute;
	top: 70%;
	left: 0%;
	justify-content: center;
	padding: 10px 50px 15px 100px;
}

#home .pg-intro-newyear {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: url(../img/newyear/bg_newyear2.jpg) center center/cover no-repeat;
}
	
@media (max-width: 959.98px) {
  .c-carousel__catch {
	top: 70%;
	left: 0%;
    width: calc(90% - 5vw);
	padding: 10px 0 15px 2em;
    transform: none;
  }
#container{
	margin-top: -50px;
}
.c-carousel{
		margin-bottom: -50px;
	}

}		