/*--------------------------------------------------------------------------
setting
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
static
---------------------------------------------------------------------------*/
/* line 6, ../sass/static.scss */
.page__static {
  margin-top: 48px;
}
/* line 9, ../sass/static.scss */
.page__static .page__static--lead {
  margin-top: 56px;
}
/* line 11, ../sass/static.scss */
.page__static .page__static--lead p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 1em;
}
/* line 15, ../sass/static.scss */
.page__static .page__static--lead p:first-child {
  margin-top: 0;
}
/* line 18, ../sass/static.scss */
.page__static .page__static--lead p.text_left {
  text-align: left;
}

/*--------------------------------------------------------------------------
styling
---------------------------------------------------------------------------*/
/* line 13, ../sass/styling.scss */
section ul {
  font-size: 0;
  text-align: left;
}
/* line 17, ../sass/styling.scss */
section ul.__column3 li {
  width: 360px;
  height: 480px;
  margin-top: 48px;
  margin-right: 50px;
}
/* line 24, ../sass/styling.scss */
section ul li {
  display: inline-block;
  position: relative;
}
/* line 27, ../sass/styling.scss */
section ul li:nth-child(3n) {
  margin-right: 0;
}
/* line 30, ../sass/styling.scss */
section ul li img {
  width: 100%;
  height: auto;
}
/* line 34, ../sass/styling.scss */
section ul li > div {
  background-color: #ad8653;
}
/* line 37, ../sass/styling.scss */
section ul li div {
  padding-top: 0 !important;
}
/* line 39, ../sass/styling.scss */
section ul li div span {
  display: block;
}
/* line 41, ../sass/styling.scss */
section ul li div span.list__title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 49, ../sass/styling.scss */
section ul li div span.list__date {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 59, ../sass/styling.scss */
section ul li div span.list__price {
  font-size: 12px;
  margin-top: 10px;
}
/* line 67, ../sass/styling.scss */
section ul li div span.list__store {
  font-size: 16px;
  margin-top: 12px;
}
/* line 73, ../sass/styling.scss */
section ul li div span.list__morebtn {
  display: inline-block;
  margin-top: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  width: 100px;
  line-height: 30px;
}
/* line 89, ../sass/styling.scss */
section ul li:hover .list__title {
  text-decoration: underline;
}
/* line 92, ../sass/styling.scss */
section ul li:hover a {
  display: block;
}

/* line 103, ../sass/styling.scss */
#styling ul li span {
  color: #fff;
}
/* line 106, ../sass/styling.scss */
#styling ul li img {
  transition: 0.3s;
}
/* line 109, ../sass/styling.scss */
#styling ul li a {
  color: #fff;
  opacity: 0;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 480px;
}
/* line 118, ../sass/styling.scss */
#styling ul li a > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 123, ../sass/styling.scss */
#styling ul li .list__title {
  width: 360px;
  padding: 0 16px;
  margin-top: 24px;
}
/* line 129, ../sass/styling.scss */
#styling ul li:hover img {
  opacity: 0.5;
}
/* line 132, ../sass/styling.scss */
#styling ul li:hover a {
  opacity: 1.0;
}
/* line 135, ../sass/styling.scss */
#styling ul li:hover .list__title {
  text-decoration: none;
}
