@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{
  margin: 7vw 0 0;
	color: var(--txt-color);
  line-height: 1.75;
}
.lead-parts01 h2{
  line-height: 1.5;
}


/* -------------------------------- 
.area-leather
-------------------------------- */
section[class=area-leather]{
  width: 100%;
  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{
  width: 814px;
  margin: 50px auto 0;
	color: var(--txt-color);
  line-height: 1.75;
}
.lead-parts01 h2{
  padding-top: 0;
}
.lead-parts01 h2 br{
  display: none;
}



/* -------------------------------- 
.area-leather
-------------------------------- */
section[class=area-leather]{
  width: 100%;
  padding: 120px 0 200px;
  background: #efefef;
}
}