.popup-store {
  background: #000;
  margin: -30px 0 -79px;
}

.popup-store .inner-wrapper {
  width: 600px;
  margin: 0 auto;
  padding: 50px 25px 80px;
}

.popup-store .main-box {
  width: 100%;
  height: auto;
}

.popup-store .main-box img {
  width: 420px;
  height: auto;
}

.popup-store .main-text {
  font-size: 4rem;
  color: #fff;
  font-weight: bolder;
  line-height: 1.5;
  margin: 70px 0 0 0;
  letter-spacing: -1px;
}

.popup-store .text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  margin: 25px 0 0 0;
}

.popup-store .text a {
  color: #fff;
  text-decoration: underline;
}

.popup-store .date-text {
  font-size: 1.4rem;
  color: #999;
  line-height: 2;
  margin: 40px 0 0 0;
}

.popup-store .popup-contents {
  margin: 60px 0 0 0;
}

.popup-store .popup-contents img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.popup-store .popup-contents .con-text {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.8;
  margin: 15px 0 0 0;
}

.popup-store .popup-contents .con-text a {
  color: #fff;
  text-decoration: underline;
}

/* シェア */

.share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-box ul {
  display: inline-block;
}

.share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}
