.full-width-wrapper {
    width: 100%;
    height: 540px; 
    background-color: #b6ddac;
    overflow: visible; 
    margin-bottom: 0; 
}
.cmn-page-visual {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	min-width: 1088px;
	max-width: 1440px;
	width: 100%;
}
.cmn-page-visual__img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
    z-index: 1;
}
.cmn-page-visual__img .img-l{
	position: absolute;
	z-index: 2 ;
    top:300px;
    left: calc(50% - 520px);
   animation: fuwafuwa-l 4s infinite;
}
@keyframes fuwafuwa-l {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-88px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cmn-page-visual__img .img-r{
	position: absolute;
	z-index: 2;
    top:294px;
    left: calc(50% + 290px);
   animation: fuwafuwa-r 3.5s infinite;
}
@keyframes fuwafuwa-r {
  0% {
    transform: translateY(-86px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-86px);
  }
}
.cmn-page-body {
    margin-top: -20px;
}
.camp__ttl {
    text-align: center;
    padding: 20px;
    font-size: 32px;
    color: #fff;
    margin: 80px -48px 40px;
    background-color: #009a80;
}


@media screen and (max-width: 767px) {
	.cmn-page-visual {
		margin: 0 auto;
		padding: 0;
		min-width: 0;
		max-width: none;
	}
.full-width-wrapper {
    width: 100%;
    height: auto; 
}
.cmn-page-visual__img {
	width: 100%;
	height: auto;
}
.cmn-page-body {
    margin-top: 0px;
}
.camp__ttl {
    padding: 14px;
    font-size: 24px;
    color: #fff;
    margin: 30px 0 24px;
    background-color: #009a80;
}

}

