@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
}
.bold_red{
  color: #ed2527;
  font-weight: bold;
}
/*
 common
======================================================= */
.shop_list{
  position: relative;
}
.shop_list::before{
  content: "";
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}