@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-shop
-------------------------------- */
.area-shop .img{
  margin: 15vw auto 0;
}


/* -------------------------------- 
.area-access
-------------------------------- */
section[class=area-access]{
  position: relative;
  width: 100%;
}
}


@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-shop
-------------------------------- */
.area-shop .img{
  margin: 100px auto 0;
}


/* -------------------------------- 
.area-access
-------------------------------- */
section[class=area-access]{
  position: relative;
  width: 100%;
}
}