@charset "UTF-8";
/*
Theme Name:   THE SONIC Child
Theme URI:    https://the-sonic.jp
Description:  THE SONICカスタマイズ用子テーマ
Author:       SONIC Team
Author URI:   https://the-sonic.jp
Template:     thesonic
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* ここから下に記述
*/
#adBack {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  margin: 0;
}

#adBack-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#adBack-box {
  width: 90%;
  padding: 20px;
  background: white;
}

.adBack-btn img {
  width: 100%;
}

@media (min-width: 769px) {
  #adBack-box {
    width: auto;
  }

  .adBack-content {
    height: 80vh;
  }
  .adBack-content img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }
}