/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .globalmenu {display: none!important;}

  /* Menu botton*/
  .menubn {
    display: block;
    position: fixed;
    z-index: 21500;
    right: 2%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background-image: url(../img/header/ic-menu01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }

  /* ナビ開いてる時のボタン */
  .menubn.active {
    background-image: url(../img/header/ic-menu02.svg);
  }

  .navmenu {
    width:100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top:0;
    left:-100%;
    z-index:19700;
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
    .navmenu {
    overflow: hidden;
    left:-100%;
    background-color:rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 140px 5% 60px 5%;
    }
    .navmenu.pr_active  {
      padding:80px 5% 30px;
    }

    .navmenu.active {
    left:0;
    overflow-y:scroll;
    }

    .mobmenu {
    width:100%;
    height:auto;
    display:block;
    }
    .mobmenu ul.m_submenu {
    display: none;
    }

    .mobmenu p.sm_bn {
    cursor: pointer;
    width:100%;
    height: 50px;
    display: block;
    color:var(--color-1st);
    font-size:18px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: none;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 73%, rgba(255,255,255,1) 85%, rgba(236,236,236,1) 100%);
    border:1px solid var(--color-ccc);
    border-radius: 3px;
    transition: .4s all;
    margin-bottom: 5px;
    }
    .mobmenu p.sm_bn span {
      width:100%;
      height: 50px;
      display: block;
      padding:0px 50px 0px 15px;
      background-image: url(../img/header/ic-ar_v_b.svg);
      background-repeat: no-repeat;
      background-position: 98% center;
      background-size: auto 80%;
    }
    .mobmenu p.sm_bn.smact {
    color:var(--color-white);
    background:var(--color-1st);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0px;
    border:none;
    }
    .mobmenu p.sm_bn.smact span {
      background-image: url(../img/header/ic-ar_v2_w.svg);
      background-repeat: no-repeat;
      background-position: 98% center;
      background-size: auto 80%;
    }
    .mobmenu ul.m_submenu {
    padding:3px;
    background-color:var(--color-1st);
    }
    .mobmenu ul.m_submenu li {
    width:100%;
    height: 50px;
    display: block;
    margin-bottom: 3px;
    }
    .mobmenu ul.m_submenu li:last-child {
    border-bottom: none;
    }
    .mobmenu ul.m_submenu li a {
      width:100%;
      height: 50px;
      display: block;
      color:var(--color-white);
      font-size:18px;
      font-weight: 300;
      line-height: 50px;
      text-decoration: none;
    padding:0px 50px 0 15px;
    text-decoration: none;
    background-color:rgba(0,0,0,0.5);
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: auto 80%;
    border-radius: 3px;
    transition: .4s all;
    }
    .mobmenu ul.m_submenu li a:hover {
      background-color:rgba(0,0,0,0.9);
    }

    .mobmenu2 {
    width:100%;
    height:auto;
    display:block;
    }
    .mobmenu2 li {
    width:100%;
    height:auto;
    display:block;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 73%, rgba(255,255,255,1) 85%, rgba(236,236,236,1) 100%);
    border:1px solid var(--color-ccc);
    border-radius: 3px;
    margin-bottom: 5px;
    }

    .mobmenu2 li a {
      width:100%;
      height: 50px;
      display: block;
      color:var(--color-1st);
      font-size:18px;
      font-weight: 300;
      line-height: 50px;
      text-decoration: none;
      background-image: url(../img/header/ic-ar_h_b.svg);
      background-repeat: no-repeat;
      background-position: 98% center;
      background-size: auto 80%;
      padding:0px 50px 0px 15px;
      border-radius: 3px;
      transition: .4s all;
    }

    .mobmenu2 li a:hover {
      color:var(--color-white);
      background-color:var(--color-1st);
      background-image: url(../img/header/ic-ar_h_w.svg);
    }
}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  .globalmenu {display: none!important;}

  /* Menu botton*/
  .menubn {
    display: block;
    position: fixed;
    z-index: 21500;
    right: 2%;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background-image: url(../img/header/ic-menu01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }

  /* ナビ開いてる時のボタン */
  .menubn.active {
    background-image: url(../img/header/ic-menu02.svg);
  }

  .navmenu {
    width:100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top:0;
    left:-100%;
    z-index:19700;
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
    .navmenu {
    overflow: hidden;
    left:-100%;
    background-color:rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 140px 5% 60px 5%;
    }
    .navmenu.pr_active  {
      padding:80px 5% 30px;
    }

    .navmenu.active {
    left:0;
    overflow-y:scroll;
    }

    .mobmenu {
    width:100%;
    height:auto;
    display:block;
    }
    .mobmenu ul.m_submenu {
    display: none;
    }

    .mobmenu p.sm_bn {
    cursor: pointer;
    width:100%;
    height: 50px;
    display: block;
    color:var(--color-1st);
    font-size:18px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: none;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 73%, rgba(255,255,255,1) 85%, rgba(236,236,236,1) 100%);
    border:1px solid var(--color-ccc);
    border-radius: 3px;
    transition: .4s all;
    margin-bottom: 5px;
    }
    .mobmenu p.sm_bn span {
      width:100%;
      height: 50px;
      display: block;
      padding:0px 50px 0px 15px;
      background-image: url(../img/header/ic-ar_v_b.svg);
      background-repeat: no-repeat;
      background-position: 98% center;
      background-size: auto 80%;
    }
    .mobmenu p.sm_bn.smact {
    color:var(--color-white);
    background:var(--color-1st);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0px;
    border:none;
    }
    .mobmenu p.sm_bn.smact span {
      background-image: url(../img/header/ic-ar_v2_w.svg);
      background-repeat: no-repeat;
      background-position: 98% center;
      background-size: auto 80%;
    }
    .mobmenu ul.m_submenu {
    padding:3px;
    background-color:var(--color-1st);
    }
    .mobmenu ul.m_submenu li {
    width:100%;
    height: 50px;
    display: block;
    margin-bottom: 3px;
    }
    .mobmenu ul.m_submenu li:last-child {
    border-bottom: none;
    }
    .mobmenu ul.m_submenu li a {
      width:100%;
      height: 50px;
      display: block;
      color:var(--color-white);
      font-size:18px;
      font-weight: 300;
      line-height: 50px;
      text-decoration: none;
    padding:0px 50px 0 15px;
    text-decoration: none;
    background-color:rgba(0,0,0,0.5);
    background-image: url(../img/header/ic-ar_h_w.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: auto 80%;
    border-radius: 3px;
    transition: .4s all;
    }
    .mobmenu ul.m_submenu li a:hover {
      background-color:rgba(0,0,0,0.9);
    }

    .mobmenu2 {
    width:100%;
    height:auto;
    display:block;
    }
    .mobmenu2 li {
    width:100%;
    height:auto;
    display:block;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 73%, rgba(255,255,255,1) 85%, rgba(236,236,236,1) 100%);
    border:1px solid var(--color-ccc);
    border-radius: 3px;
    margin-bottom: 5px;
    }

    .mobmenu2 li a {
      width:100%;
      height: 50px;
      display: block;
      color:var(--color-1st);
      font-size:18px;
      font-weight: 300;
      line-height: 50px;
      text-decoration: none;
      background-image: url(../img/header/ic-ar_h_b.svg);
      background-repeat: no-repeat;
      background-position: 98% center;
      background-size: auto 80%;
      padding:0px 50px 0px 15px;
      border-radius: 3px;
      transition: .4s all;
    }

    .mobmenu2 li a:hover {
      color:var(--color-white);
      background-color:var(--color-1st);
      background-image: url(../img/header/ic-ar_h_w.svg);
    }

}
