@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{
  background: #efefef;
}
section .sub-txt{
	color: var(--txt-color);
  line-height: 2.5;
}


/* -------------------------------- 
.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{
  background: #efefef;
}
section .sub-txt{
  margin-top: 50px;
	color: var(--txt-color);
  font-size: 2rem;
  line-height: 2.5;
}


/* -------------------------------- 
.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;
}
}