@charset "UTF-8";
div.section.product ul {
  align-items: flex-start;
}
@media only screen and (max-width: 540px) {
  div.section.product ul {
    display: flex;
    flex-flow: column-reverse;
  }
  div.section.product ul li:last-child {
    margin-bottom: 20vw;
  }
}
div.section.product ul li:first-child {
  position: relative;
}
div.section.product ul li:first-child::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  z-index: 10;
  background: #000;
  border-radius: 3%;
  opacity: 0.3;
}
div.section.product ul li:first-child::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: " Comming soon...";
  display: block;
  z-index: 20;
  padding-top: 42%;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 1.8em;
  width: 100%;
  letter-spacing: 0.06em;
}
div.section.product ul li:first-child p.product_price {
  display: none;
}
div.section.product ul li:first-child a {
  display: none;
}
div.section.product ul li:first-child img {
  position: relative;
  display: block;
}
div.section.product ul li:first-child h3:after {
  content: "※リニューアルに伴い提供休止中";
  display: block;
  font-size: 0.4em;
  margin-top: 1em;
}/*# sourceMappingURL=yousanclose_temp.css.map */