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

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

common

-------------------------------- */
.under #Content{
  margin: 19vw 0 0;
}
section[class^=area]{
	position: relative;
  width: 88vw;
  margin: 39vw auto 0;
}
#Pan{
  margin: 27vw auto 0;
}
section .sub-txt{
  margin: 7vw 0 0;
	color: var(--txt-color);
  line-height: 1.75;
}


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


/* -------------------------------- 
.area-parking
-------------------------------- */
.area-parking .img{
  margin: 17vw auto 0;
}


/* -------------------------------- 
.area-faq
-------------------------------- */
section[class=area-leather]{
  width: 100%;
  padding: 20vw 0 32vw;
  background: #efefef;
}
.area-faq .btn-02{
  margin-top: 11.5vw;
}


/* -------------------------------- 
.area-shop
-------------------------------- */
section[class=area-shop]{
  width: 100%;
  padding: 12vw 0 9.5vw;
  background: #efefef;
}
}


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

common

-------------------------------- */
.under #Content{
  margin: 87px 0 0;
}
section[class^=area]{
	position: relative;
  width: 980px;
  margin: 240px auto 0;
}
#Pan{
  margin-top: 180px;
}
section .sub-txt{
  width: 814px;
  margin: 35px auto 0;
	color: var(--txt-color);
  line-height: 1.75;
}


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


/* -------------------------------- 
.area-parking
-------------------------------- */
.area-parking .img{
  margin: 100px auto 0;
}


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