@media (min-height: 802px) {
  .c-PCsideCta {
    top: 124px;
    bottom: auto;
  }
}
@media (min-height: 740px) and (max-height: 801px) {
  .c-PCsideCta {
    top: auto;
    bottom: 272px;
  }
}
@media (max-height: 739px) {
  .c-PCsideCta {
    top: 58px;
    bottom: auto;
  }
}

.top_popup-container {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 78px;
  right: 20px;
  width: 44.8vw;
  height: 19.4666666667vw;
  box-sizing: border-box;
  background: #fff;
  border: 0.8vw solid #fff;
  border-radius: 2.1333333333vw;
  z-index: 100000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .top_popup-container {
    bottom: 86px;
    width: 255px;
    height: 168px;
    border: 4px solid #fff;
    border-radius: 10px;
  }
}

.top_popup-container .top_popup-close-img {
  position: absolute;
  top: -1.3333333333vw;
  right: -1.3333333333vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  z-index: 100001;
}
@media screen and (min-width: 768px) {
  .top_popup-container .top_popup-close-img {
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
  }
}

.top_popup-container .top_popup-close-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.top_popup-container .top_popup-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .top_popup-container .top_popup-inner {
    border-radius: 6px;
  }
}

.top_popup-container .top_popup-inner .top_popup-link-img {
  display: block;
  width: 100%;
  height: 100%;
}

.top_popup-container .top_popup-inner .top_popup-link-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
