@charset "utf-8";
/* CSS Document */
.nolink > a {
  cursor: default;
}
.nolink ul li a {
  cursor: pointer;
}
.noAction {
  pointer-events: none
}
.gNaviBox {
  font-size: 16px;
  /* background: #e9e9e9; */
  display: flex;
  justify-content: center;
}
/* グローバルメニュー*/
ul.menu {
  display: flex;
  justify-content: center;
}
.menu > li {
  cursor: pointer;
  border-right: 1px solid #777777;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
}
.menu > li:first-child {
  border-left: 1px solid #777777;
}
.menu > li a {
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
  padding: 10px 15px;
}
.menu > li.current {
  background: #4c4647;
}
.menu > li.current a {
  color: #fff;
}
.menu > li:hover {
  background: #666;
}
.menu > li:hover a {
  opacity: 1;
  color: #fff;
}
.menu > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 200px; /* ← サブメニューは親より広くてもOK！ */
  z-index: 100;
  display: none;
}
.menu > li > ul.sub-menu li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px; /* 必要に応じて制限 */
}
.menu > li > ul.sub-menu li a {
  color: #222;
}
.menu > li > ul.sub-menu li:hover {
  background: #666;
}
.menu > li > ul.sub-menu li:hover a {
  color: #fff;
}
.menu > li:hover > ul.sub-menu {
  display: block;
}
.spNaviBtn > div {
  display: none;
}
/* フッターメニュー*/
ul.menuFooter {
  display: flex;
  justify-content: flex-start;
  max-width: 1300px;
  margin: auto;
  height: 370px;
  flex-direction: column;
  flex-wrap: wrap;
  border-left: 1px dotted #575a5e;
  border-right: 1px dotted #575a5e;
}
.menuFooter > li {
  padding: 10px 20px;
  cursor: pointer;
  border-right: 1px dotted #575a5e;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.menuFooter > li:nth-last-child(1), .menuFooter > li:nth-last-child(2), .menuFooter > li:nth-last-child(3), .menuFooter > li:nth-last-child(4), .menuFooter > li:nth-last-child(5) {
  border-right: none;
}
.menuFooter > li a {
  font-size: 14px;
  line-height: 2em;
  display: flex;
  padding: 0;
}
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;
}

/*----------------------------------------------------------- 1380px */
@media screen and (max-width: 1380px) {
  .gNaviWrap {
    display: flex;
    flex-flow: column;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  ul.menu {
    display: none;
  }
  ul.close {
    display: none;
  }
  
  .menu .gNaviWrap, .menu .open {
    display: block;
    justify-content: flex-start;
  }
  .gNaviBox.open .menu {
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    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: #333333;
  }
  .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;
    max-width: inherit;
}
  .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;
  }
  .spNaviBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    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;
    padding: 5px 0 0;
  }
.menu > li > ul.sub-menu {
    position: relative;
    background: #fff;
    border: none;
    min-width: inherit;
    z-index: 100;
    width: 100%;
}
  .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;
  }
  .menuFooter > li {
    border-right: none;
  }
}
/*----------------------------------------------------------- 1024px  */
@media screen and (max-width: 1024px) {
  ul.menuFooter {
    height: 740px;
  }
}

/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
ul.menuFooter {
    height: auto;
}
.menuFooter > li {
    width: auto;
}
}
/*----------------------------------------------------------- 640px  */
@media screen and (max-width: 640px) {
  .gNaviBox.open .menu {
    top: 50px;
  }
  .gNaviWrap {
    bottom: 9px;
    top: inherit;
  }
}
/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {}