/* ##############################################################################

    GNAV - 01

############################################################################## */

/* order
*************************************************** */
  .gnav--logo          { order: 1; }
  .gnav_list-page      { order: 2; }
  .gnav_list-comp      { order: 3; }
  .gnav .sub_list      { order: 4; }
  .gnav .sns_area      { order: 5; }
  .gnav .tel_area      { order: 6; }
  .gnav .head_btn_list { order: 7; }


/* grid
*************************************************** */
  .gnav--cont {
    display: grid;
    grid-template-areas:
      'logo'
      'page'
      'comp'
      'sub'
      'sns'
      'tel'
      'btn';
    grid-template-columns: none;
    grid-template-rows: repeat(6,max-content);
  }
  .gnav_list-page { grid-area: page; }
  .gnav_list-comp { grid-area: comp; }
  .gnav .sub_list { grid-area: sub; }
  .gnav .sns_area { grid-area: sns; }
  .gnav .tel_area { grid-area: tel; }
  .gnav .head_btn_list { grid-area: btn; }
  .gnav--logo { display: none; }

/* common
*************************************************** */
  .gnav--in {
    height: 100%;
    width: 50%;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gnav--cont {
    width: 100%;
    overflow-y: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .gnav.pdg-head_btn .gnav--cont {
    padding-bottom: 148px;
  }
  .gnav--cont > * {
    width: 100%;
  }
  @media screen and (max-width: 1480px) {
    .gnav--in {
      width: 75%;
    }
  }
  @media screen and (max-width: 768px) {
    .gnav--in {
      -webkit-justify-content: start;
      -ms-flex-pack: start;
      justify-content: start;
    }
  }
  @media screen and (max-width: 560px) {
    .gnav--in {
      width: calc(100% - 24px);
    }
    .gnav--cont {
      padding-left: 32px;
      padding-right: 32px;
    }
    .gnav.pdg-head_btn .gnav--cont {
      padding-bottom: 108px;
    }
  }
  @media screen and (max-width: 413px) {
    .gnav--cont {
      padding-left: 24px;
      padding-right: 24px;
    }
  }

/* gnav_layer
*************************************************** */
  .gnav_layer .bg_img {
    width: 50%;
    background-image: url(https://placehold.jp/32/4c5162/ffffff/960x540.png?text=dummy);
    opacity: .9;
  }
  @media screen and (max-width: 1480px) {
    .gnav_layer .bg_img {
      width: 25%;
    }
  }
  @media screen and (max-width: 560px) {
    .gnav_layer .bg_img {
      display: none;
    }
  }

/* gnav--logo
*************************************************** */
  .gnav--cont .gnav--logo {
    display: none;
  }

/* gnav_list
*************************************************** */
  .gnav_list {
    row-gap: 32px;
  }
  .gnav_list--item .ico-arrow {
    display: none;
  }
  .gnav_list--item .gnav_list--item_in .label {
    row-gap: 8px;
  }

  /* --- page ---  */
  .gnav_list-page {
    margin-bottom: 48px;
  }
  .gnav_list-page .gnav_list--item_in .txt:nth-of-type(1) {
    font-size: 173%;
  }
  .gnav_list-page .gnav_list--item_in .txt:nth-of-type(2) {
    font-size: 80%;
    opacity: .65;
  }

  /* --- comp ---  */
  .gnav_list-comp {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 32px;
    margin-bottom: 48px;
  }
  .gnav_list-comp .gnav_list--item_in {
    font-size: 116%;
  }
  .gnav_list-comp .gnav_list--item_in .txt.fnt-en {
    display: none;
  }
  .gnav_list-comp .snav_list {
    display: none;
  }

  @media screen and (max-width: 560px) {
    .gnav_list {
      row-gap: 20px;
    }
    .gnav_list--item .gnav_list--item_in .label {
      row-gap: 10px;
    }
    .gnav_list-page,
    .gnav_list-comp {
      margin-bottom: 28px;
    }
    .gnav_list-page .gnav_list--item_in .txt:nth-of-type(1) {
      font-size: 114%;
    }
    .gnav_list-page .gnav_list--item_in .txt:nth-of-type(2) {
      font-size: 79%;
    }
    .gnav_list-comp {
      column-gap: 16px;
    }
    .gnav_list-comp .gnav_list--item_in {
      font-size: 93%;
    }
  }

/* snav_list
*************************************************** */
  .snav_list {
    margin-top: 16px;
    row-gap: 8px;
    padding-left: 16px;
  }
  .snav_list--item_in .ttl {
    column-gap: 8px;
  }
  @media screen and (max-width: 560px) {
    .snav_list {
      margin-top: 12px;
      row-gap: 6px;
      padding-left: 12px;
    }
  }

/* sub_list
*************************************************** */
  .gnav .sub_list {
    column-gap: 24px;
  }
  @media screen and (max-width: 560px) {
    .gnav .sub_list {
      column-gap: 12px;
    }
    .gnav .sub_list--item {
      font-size: 88%;
    }
  }

/* sns_list
*************************************************** */
  .gnav .sns_area {
    column-gap: 16px;
    margin-top: 40px;
  }
  .gnav .sns_list {
    column-gap: 8px;
  }

/* tel_area
*************************************************** */
  .tel_area {
    margin-top: 48px;
  }
  .tel_area .tel {
    column-gap: 16px;
    row-gap: 8px;
  }
  .tel_area a {
    column-gap: 12px;
    font-size: 240%;
    line-height: 1em;
  }
  .tel_area .open_close {
    font-size: 86%;
    opacity: .8;
  }
  @media screen and (max-width: 768px) {
    .tel_area a {
      column-gap: 8px;
      font-size: 200%;
    }
    .tel_area a svg {
      width: 26px;
      height: 26px;
    }
  }

/* head_btn_list
*************************************************** */
  .gnav .head_btn_list {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .gnav .head_btn_list.head_btn_clm-1 .head_btn_list--item {
    width: 100%;
  }
  .gnav .head_btn_list.head_btn_clm-2 .head_btn_list--item {
    width: 50%;
  }
  .gnav .head_btn_list.head_btn_clm-3 .head_btn_list--item {
    width: calc(100% / 3);
  }
  .gnav .head_btn_list--item .head_btn--in {
    height: 104px;
    column-gap: 40px;
  }
  .gnav .head_btn_list--item .label {
    row-gap: 8px;
  }
  .gnav .head_btn_list--item .txt:nth-of-type(1) {
    font-size: 120%;
  }
  .gnav .head_btn_list--item .txt:nth-of-type(2) {
    font-size: 80%;
  }
  @media screen and (max-width: 560px) {
    .gnav .head_btn_list--item .head_btn--in {
      height: 64px;
    }
  }


/* ##############################################################################

    TAP TRUE

############################################################################## */
  @media screen and (min-width: 769px) {
    .header.slide_true .snav_list--item-parent {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .header.slide_true .gnav_list-comp .gnav_list--item.has_sub .gnav_list--item_in {
      padding-right: 0;
    }
    .header.slide_true .gnav_list-comp .gnav_list--item.has_sub .gnav_list--item_in .ico-arrow {
      display: none;
    }
  }
