@charset "UTF-8";

div#campaignPopup {
  width: 100%;
  height: 100dvh;
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow: scroll;
}
div#campaignPopup.active {
  display: flex;
}

div#campaignPopup .campaignPopupBack {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 100;
  cursor: pointer;
}

#campaignPopup > .campaignPopupContents {
  width: 90%;
  max-width: 880px;
  margin-top: 50px;
  border: 5px solid #887451;
  box-sizing: border-box;
  background: #0A1F00;
  color: #fff;
  position: relative;
  z-index: 100000;
}

div#campaignPopup dl {
  padding: 80px 60px;
  position: relative;
}

.close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(close.png) transparent center center / 30px no-repeat!important;
  cursor: pointer;
}

div#campaignPopup dt {
  font-size: 20px;
  font-weight: bold;
}

div#campaignPopup dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

div#campaignPopup dd span {
  font-weight: bold;
}





@media (max-width: 1024px) {
div#campaignPopup dl {
  padding: 70px 40px;
  /* position: relative; */
}
}





@media (max-width: 560px) {
div#campaignPopup {
  /* width: 100%;
  height: 100dvh; */
  padding: 60px 0;
  /* background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: scroll; */
}

div#campaignPopup dl {
  padding: 50px 20px;
  /* position: relative; */
}

.close {
  width: 40px;
  height: 40px;
  /* position: absolute; */
  top: 5px;
  right: 5px;
  background: url(close.png) transparent center center / 26px no-repeat!important;
  /* cursor: pointer; */
}

div#campaignPopup dt {
  font-size: 19px;
  /* font-weight: bold; */
}

div#campaignPopup dd {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}
}