@charset "UTF-8";
.is-view-pc {
  display: none;
}

@media screen and (min-width:768px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.shop-bonus-area {
  margin: 20px 0 40px;
  padding-top: 60px;
}
.shop-bonus-area .shop-bonus_note {
  padding: 0 0 2rem 1rem;
  margin-top: -1.5rem;
  max-width: 1200px;
  width: 100%;
  line-height: 1.3;
  color: #eeeeee;
  font-size: 0.8125rem;
  position: relative;
  /* &::before {
     position: absolute;
     content: "※";
     left: 10px;
   }*/
}
.shop-bonus-area .shop-bonus_note span {
  display: inline-block;
}
@media screen and (min-width:768px) {
  .shop-bonus-area .shop-bonus_note {
    text-align: center;
  }
}
.shop-bonus-area .store-item .buy-btn {
  width: 100%;
  min-width: auto;
  padding: 10px 15px 10px 5px;
  box-sizing: border-box;
}
.shop-bonus-area .store-item .bonus-name {
  font-size: 0.8125rem;
  padding: 16px 0 0;
  color: #e8d79f;
}
@media screen and (min-width:768px) {
  .shop-bonus-area .store-item .bonus-name {
    font-size: 0.875rem;
  }
}
.shop-bonus-area ul {
  display: grid;
  justify-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 18px;
  align-items: self-end;
  /*　Four rows */
}
.shop-bonus-area ul li {
  text-align: center;
  /* & > a.buy-btn{
     display: block !important;
     width: auto !important;
     padding: 10px 30px !important;
     margin-bottom: .8em;
     font-size: .9em;
     line-height: 1.3;
   }*/
}
.shop-bonus-area ul li p {
  font-size: 1.125rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
}
.shop-bonus-area ul li > div {
  position: relative;
  border-image: url("/games/silenthill/f/s/img/common/border.png") 3/3px round;
  background-color: rgba(82, 82, 74, 0.3);
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
.shop-bonus-area ul li > div::before, .shop-bonus-area ul li > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  pointer-events: none;
  box-shadow: 0 0 3px #000000 inset;
  border-image: url("/games/silenthill/f/s/img/common/border_v.png") 3/3px round;
  z-index: 1;
  opacity: 0.75;
}
@media screen and (min-width:768px) {
  .shop-bonus-area ul li > div::before, .shop-bonus-area ul li > div::after {
    top: -20px;
  }
}
.shop-bonus-area ul li > div::before {
  left: 0;
}
.shop-bonus-area ul li > div::after {
  right: 0;
}
.shop-bonus-area ul li > div figure {
  display: inline-block;
  padding: 0.8rem 0.8rem 0;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .shop-bonus-area ul li > div figure {
    padding: 1rem 1rem 0;
  }
}
.shop-bonus-area ul li > div a {
  display: block;
  opacity: 0.7;
}
.shop-bonus-area ul li > div a:hover {
  opacity: 1;
}
.shop-bonus-area ul li > div img {
  line-height: 1;
  vertical-align: bottom;
  display: block;
}
.shop-bonus-area ul.fr li {
  text-align: center;
  width: 100%;
}
.shop-bonus-area ul > p {
  text-align: center;
}
.shop-bonus-area ul > p small {
  display: block;
}
.shop-bonus-area ul > p small:before {
  content: "※";
}
@media screen and (min-width:768px) {
  .shop-bonus-area .shop-bonus-area ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width:1280px) {
  .shop-bonus-area .shop-bonus-area ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*# sourceMappingURL=store-bonus.css.map */
