@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.noAction {
  pointer-events: none
}
.gNaviBox {
  display: none;
  justify-content: center;
}
/* グローバルメニュー*/
ul.menu {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  width: 100%;
}
.menu > li {
  cursor: pointer;
  border-right: 1px solid #777777;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.menu > li:first-child {
  border-left: 1px solid #777777;
}
.menu > li a {
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.menu > li.current {
  background: #777777;
}
.menu > li.current a {
  color: #fff;
}
.menu > li:hover {
  background: #666;
}
.menu > li:hover a {
  opacity: 1;
  color: #fff;
}
.spNaviBtn > div {
  display: none;
}
.menu li br.adj {
  display: none;
}
/* フッターメニュー*/
ul.menuFooter {
  display: flex;
  justify-content: flex-end;
  width: 760px;
  flex-wrap: wrap;
}
.menuFooter > li {
  cursor: pointer;
  border-right: 1px solid #4d607b;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.menuFooter > li:first-child {
  border-left: 1px solid #4d607b;
}
.menuFooter > li a {
  font-size: 80%;
  line-height: 1.2em;
  display: flex;
  padding: 5px 10px;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
.menuFooter > li.current {
  background: #777;
}
.menuFooter > li.current a {
  color: #fff;
}
.menuFooter > li:hover {
  background: #666;
}
.menuFooter > li:hover a {
  color: #fff;
  opacity: 1;
}
li.hidden {
  display: none;
}
li.none, li.none a {
  pointer-events: none;
  cursor: default;
}
li.none:hover {
  background: transparent;
}
li.none:hover, li.none a:hover {
  pointer-events: none;
  color: inherit;
  cursor: default;
}
li.none a {
  opacity: 0.5;
}
.spNaviBtn > div {
  display: none;
}
.menu .gNaviWrap, .menu .open {
  display: flex;
  justify-content: center;
  box-shadow: 0px 7px 6px -3px rgba(138, 138, 138, 0.65);
  padding: 0;
}
.menu .close {
  display: block;
}
.gNaviWrap .spTitle {
  display: none;
}
/*----------------------------------------------------------- 1360px */
@media screen and (max-width: 1360px) {
  .menu li br.adj {
    display: block;
  }
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
  ul.menuFooter {
    max-width: 1000px;
    width: 100%;
    justify-content: flex-start;
    padding: 30px 0 0;
  }
}
/*----------------------------------------------------------- 1060px */
@media screen and (max-width: 1060px) {
  .menu li br.adj {
    display: none;
  }
  ul.menuFooter {
    padding: 20px;
  }
  .menuFooter > li {
    width: calc(100% / 3 - 20px);
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
  }
  .menuFooter > li:nth-of-type(4), .menuFooter > li:nth-of-type(7), .menuFooter > li:nth-of-type(10) {
    border-left: 1px solid #4d607b;
  }
.gNaviWrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1000;
    cursor: pointer;
    padding: 24px 5px 0;
}
  ul.menu {
    display: none;
  }
  ul.close {
    display: none;
  }
  .menu .gNaviWrap, .menu .open {
    display: block;
    justify-content: flex-start;
  }
  .gNaviBox {
    display: flex;
  }
  .gNaviBox.open .menu {
    display: block;
    position: fixed;
    left: 0;
    background-color: #f0f0f0e6;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .menu > li {
    position: relative;
  }
  .menu > li.title::after {
    font-family: 'Material Icons';
    content: "\e5cf";
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 20px;
  }
  .menu > li a {
    color: #000;
  }
  .menu > li > p::after {
    content: "";
  }
  .menu > li:hover > p::after {
    content: "";
  }
  .gNaviBox.open .menu li {
    display: block;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #9aafc1;
  }
  .gNaviBox.open .menu li {
    border-right: none;
  }
  .gNaviBox.open .menu li:last-child {
    display: block;
    border-bottom: none;
  }
  .menu .gNaviWrap, .menu .open {
    box-shadow: none;
  }
  .spNaviBtn, .spNaviBtn span {
    display: inline-block;
    transition: all 0.3s;
  }
  .spNaviBtn {
    z-index: 20;
    width: 25px;
    height: 16px;
    position: relative;
    top: -1vmin;
  }
  .spNaviBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }
  .spNaviBtn span:nth-of-type(1) {
    top: 0;
  }
  .spNaviBtn span:nth-of-type(2) {
    top: 7px;
  }
  .spNaviBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .gNaviWrap .spTitle {
    display: block;
    font-size: 10px;
    bottom: -16px;
    right: -7px;
    color: #000;
  }
  .active .spNaviBtn span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .active .spNaviBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .active .spNaviBtn span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
  #header02 .menu > li a br {
    display: none;
  }
}
/*----------------------------------------------------------- 1024px  */
@media screen and (max-width: 1024px) {
  .menuFooter > li a {
    justify-content: center;
  }
}
/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
  .gNaviBox.open .menu {
    top: 60px;
  }
  .menuFooter > li {
    width: calc(100% / 2);
  }
  .menuFooter > li:nth-of-type(4), .menuFooter > li:nth-of-type(7), .menuFooter > li:nth-of-type(10) {
    border-left: none;
  }
  .menuFooter > li:nth-child(odd) {
    border-left: 1px solid #4d607b;
  }
  .menuFooter > li a br.pc {
    display: block;
  }
}
/*----------------------------------------------------------- 640px  */
@media screen and (max-width: 640px) {
.gNaviBox.open .menu {
    top: 66px;
}
  .gNaviWrap {
    bottom: 10px;
    top: inherit;
  }
  .menuFooter > li:nth-child(odd), .menuFooter > li:nth-child(even) {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bcb9b9;
    margin: 0;
  }
  .menuFooter > li a {
    width: 100%;
    height: 40px;
  }
}
/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {}