/*******************************
popup-page01
*******************************/
html {
  overflow-y: visible;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  html::-webkit-scrollbar {
    display: none; }

#popup_page01 {
  background: #000;
  color: #fff;
  padding: 2em 0 0;
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  #popup_page01 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%; }
    #popup_page01 .wrap .each {
      width: 80%;
      margin-bottom: 2.5em; }
      #popup_page01 .wrap .each dt {
        font-weight: 500;
        font-size: 1em;
        line-height: 1.4; }
      #popup_page01 .wrap .each dd a {
        display: block;
        width: 97%;
        height: auto;
        margin: 0.75em auto 0; }
        #popup_page01 .wrap .each dd a img {
          width: 100%; }
