/* Common */
.gmline01 { background-image: url(../img/header/dot01.png);}
.gmline02 { background-image: url(../img/header/dot02.png);}
.gmline03 { background-image: url(../img/header/dot03.png);}
.gmline04 { background-image: url(../img/header/dot04.png);}
.gmlineef { background-image: url(../img/header/dotef.png);}

/* Style for PCs */
@media screen and (min-width: 1025px) {

  /* Menu botton*/
  .menubn {
    display: none;
  }

  .menubn span {
    display: none;
  }

  .menubn span:nth-child(1) {
    display: none;
  }

  .menubn span:nth-child(2) {
    display: none;
  }

  .menubn span:nth-child(3) {
    display: none;
  }

  /* ナビ開いてる時のボタン */
  .menubn.active span:nth-child(1) {
    display: none;
  }

  .menubn.active span:nth-child(2),
  .menubn.active span:nth-child(3) {
    display: none;
  }

  nav.navmenu { display: none!important;}

  nav.globalmenu {
    width: 100%;
    height: 70px;
    display: block;
    position: fixed;
    z-index: 19500;
    top: 130px;
    left: 0px;
    text-align: center;
    padding:5px;
  }

  nav.globalmenu.pr_active {
    width: calc(100% - 170px);
    height: 70px;
    display: block;
    position: fixed;
    z-index: 19500;
    top: 15px;
    right: 0px;
    text-align: center;
    padding:0px;
    margin-left:170px;
  }

  nav.globalmenu ul {
    width: 100%;
    max-width: 1600px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin:0 auto;
    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%);
    overflow: hidden;
    border-radius: 30px;
    box-shadow:0px 3px 5px rgba(0,0,0,0.3);
  }
  nav.globalmenu.pr_active ul {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin:0;
    background: transparent;
    overflow: hidden;
    border-radius: 0px;
    box-shadow:none;
  }

  nav.globalmenu ul li {
    list-style-type: none;
    padding: 0;
    flex: 1;
    transition: .4s all;
    letter-spacing: 0px;
    border-right: 1px solid var(--color-ccc);
  }
  nav.globalmenu.pr_active ul li {
    border-right: 1px solid var(--color-ddd);
  }

  nav.globalmenu ul li:last-child {
    border-right: none;
  }

  nav.globalmenu ul li a {
    width: 100%;
    height: 60px;
    display: block;
    color: var(--color-black);
    font-family:var(--font-min);
    text-decoration: none;
    transition: .4s all;
  }

  nav.globalmenu ul li.gml_01 a {
    font-size:16px;
    font-weight: 500;
    line-height: 60px;
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 97% 2px;
  }
  nav.globalmenu ul li.gml_02 a {
    font-size:16px;
    font-weight: 500;
    line-height: 18px;
    padding:11px 0 13px;
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 97% 2px;
  }
  nav.globalmenu ul li.gml_02b a {
    font-size:16px;
    font-weight: 500;
    line-height: 18px;
    padding:11px 0 13px;
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 97% 2px;
  }
  nav.globalmenu ul li.gml_03 a {
    font-size:14px;
    font-weight: 500;
    line-height: 14px;
    padding:10px 0 12px;
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 97% 2px;
  }
  nav.globalmenu.pr_active ul li a {
    background-position: center 3px;
    background-size:4px 4px;
  }
  nav.globalmenu ul li.gml_03 a span {
    display: block;
    font-size:18px;
    line-height: 24px;
  }

  nav.globalmenu ul li.gml_01 a:hover {
    background-color: rgba(128, 128, 128, 0.15);
    color: rgb(1, 64, 147);
  }

  nav.globalmenu ul li.gml_02 a:hover {
    background-color: rgba(51, 200, 14, 0.15);
    color: rgb(5, 105, 0);
  }

  nav.globalmenu ul li.gml_02b a:hover {
    background-color: rgba(128, 128, 128, 0.15);
    color: rgb(1, 64, 147);
  }

  nav.globalmenu ul li.gml_03 a.gmline01:hover {
    background-color: rgba(14, 101, 200, 0.15);
    color: rgb(0, 38, 88);
  }
  nav.globalmenu ul li.gml_03 a.gmline02:hover {
    background-color: rgba(14, 200, 160, 0.15);
    color: rgb(0, 105, 93);
  }
  nav.globalmenu ul li.gml_03 a.gmline04:hover {
    background-color: rgba(200, 82, 14, 0.15);
    color: rgb(176, 65, 0);
  }
  nav.globalmenu ul li.gml_03 a.gmlineef:hover {
    background-color: rgba(128, 128, 128, 0.15);
    color: rgb(1, 64, 147);
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalmenu.active {
    opacity: 100;

  }

}
