@charset "UTF-8";

/* =====================================================

  アプリダウンロード表示

===================================================== */
.app-disp { display: none; }
.app-disp.apps, .app-disp.gs { display: none; }
.app-disp.apps.is-visible, .app-disp.gs.is-visible { display: flex; }

#header, #container { position: relative; }

/*@media (orientation: portrait) and (max-width:1024px) {*/

  /* 位置調整
  -------------------------------------------------- */
  button.drawer-hamburger { top: 3px; }
  .drawer--top.drawer-open .drawer-nav.is-access{ top: 85px; }
  #header, #container { top: 85px; }

  .app-disp {
    position: absolute;
    z-index: 160;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 0 3.125%;
    box-sizing: border-box;
  }
  .close-btn {
    position: relative;
    z-index: 111;
    appearance: none;
    border: none;
    background: none;
    display: inline-block;
    flex-shrink: 0;
    transition: all 0.3s;
    margin: 0 25px 0 0;
    padding: 0;
    cursor: pointer;
  }
  .app-disp > div {
    display: flex;
    align-items: center;
  }
  .app-disp > div p {
    transform: scale(0.95);
    transform-origin: center left;
  }

/*}*/

@media screen and (max-width:600px) {

  button.drawer-hamburger { top: -1px; }
  .drawer--top.drawer-open .drawer-nav.is-access { top: 80px; }
  #header, #container { top: 80px; }

  .app-disp { height: 80px; }
  .close-btn { margin: 0 15px 0 0; }

}

@media screen and (max-width:480px) {

  .drawer--top.drawer-open .drawer-nav.is-access { top: 75px; }
  #header, #container { top: 75px; }

  .app-disp { height: 75px; }
  .close-btn { margin: 0 10px 0 0; }

}

@media screen and (max-width:414px) {

  .drawer--top.drawer-open .drawer-nav.is-access { top: 70px; }
  #header, #container { top: 70px; }

  .app-disp { height: 70px; }

}

@media screen and (max-width:375px) {

  .drawer--top.drawer-open .drawer-nav.is-access { top: 60px; }
  #header, #container { top: 60px; }

  .app-disp { height: 60px; }

}