
/*全体*/
body {
    font-family: 'M PLUS 2',meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro, sans-serif;
}

/*固定ヘッダ*/
#phone-nav-menu div a {
    position: absolute;
}
#phone-cmn-logo a {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#phone-cmn-logo img {
    width: 45px;
    height: auto;
}

/* ハンバーガーメニュー用 */
.menu-head-line {
    left: 0px;
    top: 7px;
    width: 30px;
    z-index: 10001;
    background-color: #fff !important;
    padding: 20px 15px 25px 15px !important;
}
.menu__line {
      width: 29px;
      height: 2px;
      background: #232323;
      position: absolute;
      transition: 0.4s;
}
.menu-line-top {
      top: 10px;  
}
.menu-line-center {
      top: 21px;
}
.menu-line-bottom {
      top: 32px;
}
.menu-line-top.active {
      top: 20px;
      transform: rotate(45deg);
}
.menu-line-center.active {
      transform:scaleX(0);
}
.menu-line-bottom.active {
      top: 20px;
      transform: rotate(135deg);
}

/* フルスクリーンメニュー(メイン) */
.gnav{
    background: rgba(255,255,255,0.97);
    position: fixed; 
    display: none;
    height: calc(100vh - 40px);
    width: 100vw;
    margin-top: 55px;
    z-index: 999;
    overflow-y: auto;
}
.gnav__wrap{
    align-items:center;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__wrap a{
    font-weight: normal;
}
.gnav__wrap .row {
    margin-top: 1px;
}
.gnav-bk-color-sv {
    background: rgba(245,245,245,0.9);
}

  /* アコーディオンメニュー(>) */
.gnav-arrow-right {
    float: right;
    width: 8px;
    height: 8px;
    margin: 6px 10px;
    border-top: 1px solid #4e5052;
    border-right: 1px solid #4e5052;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gnav-other-area a{
    display: block;
    text-decoration: none;
    color: #4e5052;
    font-size: 14px;
    padding: 14px 19px 14px 15px;
}

.scroll-prevent {
    position: fixed;
    z-index: -100;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}