.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media (min-width: 769px) {
  .wrap_store_popup {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .wrap_store_popup {
    padding: 20px;
  }
}
.wrap_store_popup .title {
  color: #009641;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 769px) {
  .wrap_store_popup .title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .wrap_store_popup .title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .wrap_store_popup .box {
    display: table;
  }
}
.wrap_store_popup .box .text {
  font-weight: bold;
}
@media (min-width: 769px) {
  .wrap_store_popup .box .text {
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .wrap_store_popup .box .text .link {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .wrap_store_popup .box .text .link {
    margin-top: 10px;
  }
}
.wrap_store_popup .box .text .link a {
  color: #009641;
  font-weight: bold;
}
@media (min-width: 769px) {
  .wrap_store_popup .box .img {
    display: table-cell;
    vertical-align: top;
    width: 20%;
  }
}
@media (max-width: 768px) {
  .wrap_store_popup .box .img {
    margin-top: 20px;
    text-align: center;
  }
}

.block-close {
  margin-top: 30px;
  text-align: center;
}
.block-close a.btn_close {
  color: #fff;
  background: #999;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

.top_close {
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
}
@media (min-width: 769px) {
  .top_close {
    width: 60px;
    height: 60px;
  }
}

.top_close::before, .top_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1px;
  content: "";
  background: #fff;
}
@media (min-width: 769px) {
  .top_close::before, .top_close::after {
    width: 25px;
    margin-left: -12px;
  }
}

.top_close::before {
  transform: rotate(45deg);
}

.top_close::after {
  transform: rotate(135deg);
}/*# sourceMappingURL=popup.css.map */