body {
  overflow: overlay;
}
body .container-confirm {
  padding-top: 40px;
  min-height: 100vh;
  background-color: #000000;
  color: white;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  overflow: auto;
}
body .container-confirm a {
  text-decoration: none;
  color: white;
}
body .container-confirm .block-catch-copy {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}
body .container-confirm .block-name-store {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
body .container-confirm .block-banner {
  padding: 15px;
}
body .container-confirm .block-banner .image {
  width: 100%;
  height: calc(100vw - 30px);
  max-height: 640px;
  max-width: 640px;
  margin: auto;
}
body .container-confirm .block-banner .image img {
  width: 100%;
  height: 100%;
}
body .container-confirm .block-enter:hover {
  background-color: #da01a3;
}
body .container-confirm .block-enter {
  padding: 3px 0px;
  background-color: #FF33CC;
  transition: background-color 300ms linear;
  border-radius: 5px;
  text-align: center;
  width: 80%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.05;
  cursor: pointer;
}
body .container-confirm .block-enter .text-block-enter {
  font-size: 8px;
  font-weight: 600;
  color: white;
}
body .container-confirm .block-enter .enter {
  font-size: 22px;
  font-weight: 600;
}
body .container-confirm .block-enter .age-verification {
  font-size: 18px;
  font-weight: 600;
}
body .container-confirm .block-exit {
  text-align: center;
}
body .container-confirm .block-exit a {
  font-size: 13px;
  font-weight: 600;
}
body .container-confirm .block-description-store-hp {
  max-width: 640px;
  margin: auto;
  font-size: 12px;
  color: white;
  text-align: left;
  margin-top: 30px;
  padding: 0 15px;
  margin-bottom: 100px;
}
body .container-confirm .block-footer {
  padding-bottom: 40px;
  max-width: 468px;
  width: 90%;
  margin: auto;
  min-height: 50px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  body .container-confirm .block-footer {
    padding-bottom: 100px;
  }
}
body .site-management-enter-popup {
  background-color: #000000 !important;
}
body .site-management-enter-popup .block-enter {
  background-color: #FFFFFF;
  color: #FF33CC;
}
body .site-management-enter-popup .block-enter .text-block-enter {
  color: #FF33CC;
  line-height: 1.7;
}
body .site-management-enter-popup .block-enter:hover {
  background-color: #FF33CC;
  color: #FFFFFF;
}
body .site-management-enter-popup .block-enter:hover .text-block-enter {
  color: #FFFFFF;
}

@media (min-width: 600px) {
  body .container-confirm {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 110px;
    padding-bottom: 110px;
  }
  body .container-confirm .block-catch-copy {
    font-size: 14px;
  }
  body .container-confirm .block-name-store {
    font-size: 24px;
  }
  body .container-confirm .block-enter .text-block-enter {
    font-size: 12px;
  }
  body .container-confirm .block-enter .enter {
    font-size: 29px;
  }
  body .container-confirm .block-enter .age-verification {
    font-size: 18px;
  }
  body .container-confirm .block-exit a {
    font-size: 16px;
  }
}
