@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
section[class^=area]{
	position: relative;
  width: 88vw;
  margin: 39vw auto 0;
}
#Pan{
  margin: 27vw auto 0;
}
.lead-parts01 .img img{
  height: 60vw;
}


/* -------------------------------- 
.area-content
-------------------------------- */
section[class=area-content]{
  width: 100%;
  margin-top: 0;
  padding: 20vw 0 32vw;
  background: #efefef;
}
.area-content .inner{
  width: 88vw;
  margin: 0 auto;
}
}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
section[class^=area]{
	position: relative;
  width: 980px;
  margin: 230px auto 0;
}
#Pan{
  margin-top: 180px;
}
/*.lead-parts01 .img img{
  height: 400px;
}*/


/* -------------------------------- 
.area-content
-------------------------------- */
section[class=area-content]{
  width: 100%;
  margin-top: 0;
  padding: 100px 0 200px;
  background: #efefef;
}
.area-content .inner{
  width: 980px;
  margin: 0 auto;
}
}