/*-------------------------------
			common
--------------------------------*/
body {
  height: auto;
  min-height: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.fade:hover {
  opacity: 0.6;
}

/*-------------------------------
			header
--------------------------------*/
.header {
  position: static;
  height: auto;
}

.js-header.fixed {
  position: fixed;
  top: -100px;
  z-index: 9999;
  margin: 0;
  transform: translateY(100px);
  transition: transform 0.8s;
}

.heder_logo_img {
  width: 215px;
}

.header_frame1 {
  height: auto;
}

ul.heder_logo {
  position: unset;
  height: auto;
  padding: 10px 0;
}

ul.heder_logo li {
  align-self: center;
}

.header_h1_li {
  width: 100%;
  padding: 0 15px;
}

ul.heder_logo li.w2:nth-child(2) {
  height: auto;
  align-self: center;
}

.HeaderShopInfo {
  margin: 5px 0 0;
  font-size: 10px;
}

.HeaderShopInfo-title {
  text-align: right;
}

.HeaderShopInfo-detail {
  text-align: right;
}

.HeaderLeft {
  display: flex;
}

.HeaderLeft-item {
  margin: 0 0 0 30px;
  align-self: center;
}

.HeaderLeft-item--fankura {
  margin: 0 0 0 5px;
}

.header_black_frame {
  background: #8ab00d;
}

ul.heder_logo li.w2:nth-child(1) {
  width: 35%;
}

ul.heder_logo li.w2:nth-child(2) {
  width: 65%;
}

.HeaderLeft-item button img {
  width: 133px;
  /* height:36px; */
}

.HeaderLeft-item--fankura img {
  width: 36px;
  height: 36px;
}

/*-------------------------------
			navi
--------------------------------*/
.box-menu2 {
  width: 652px;
  height: 220px;
}

.heder_menu a {
  display: block;
  width: 100%;
  height: 100%;
}

.heder_menu a:hover {
  opacity: 0.8;
}

ul.gmenu2 {
  width: 96%;
  height: 50%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  border: 0px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu2b {
  width: 100%;
  height: 43%;
}

ul.gmenu2c li.gm2c:nth-child(1) {
  width: 95%;
  height: 90%;
}

ul.gmenu2c {
  width: 97%;
}

ul.gmenu2 li.gm2:nth-child(1) {
  width: 100%;
  margin: 0 auto;
  height: 85%;
}

ul.gmenu2 li.gm2:nth-child(2) {
  width: 48%;
  height: 80%;
}

ul.gmenu5:nth-of-type(2) {
  width: 98%;
  height: 43%;
  margin: 0px auto;
  padding: 10px 0 0 0;
  border: 0px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu5:nth-of-type(2) li.gm5 {
  width: 48%;
  height: 94%;
}

#global_menu8 {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: 15px;
  border: 0px solid #CCC;
  display: none;
  cursor: pointer;
}

ul.gmenu8 {
  width: 98%;
  height: 46%;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
  border: 0px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu8 li {
  background: #003672;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu8 li.gm2:nth-child(1) {
  width: 32%;
  height: 90%;
}

ul.gmenu8 li.gm2:nth-child(2) {
  width: 32%;
  height: 90%;
}

ul.gmenu8 li.gm2:nth-child(3) {
  width: 32%;
  height: 90%;
}

ul.gmenu8b {
  background: #003672;
  width: 90%;
  height: 40%;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  border: 0px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu8b li {
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  border: 0px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu8b li.gm2b:nth-child(1) {
  width: 30%;
  height: 80%;
}

ul.gmenu8b li.gm2b:nth-child(2) {
  width: 70%;
  height: 80%;
}

ul.gmenu8c {
  width: 98%;
  height: 100%;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  border: 0px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu8c li {
  background: #003672;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu8c li.gm2c:nth-child(1) {
  width: 32%;
  height: 90%;
}

ul.gmenu8c li.gm2c:nth-child(2) {
  width: 32%;
  height: 90%;
}

ul.gmenu8c li.gm2c:nth-child(3) {
  width: 32%;
  height: 90%;
}

ul.gmenu8 li:hover {
  background: white;
  color: #333;
}

ul.gmenu8 li:hover > .gmenu_text dt.l1 {
  border-bottom: 1px solid #333;
}

ul.gmenu8c li:hover {
  background: white;
  color: #333;
}

.box-menu8 {
  width: 652px;
  height: 116px;
}

ul.gmenu8 {
  width: 98%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  border: 0px solid rgba(255, 255, 255, 0.6);
}

ul.gmenu8 li.gm8:nth-child(1) {
  width: 48%;
  height: 70%;
}

ul.gmenu8 li.gm8:nth-child(2) {
  width: 48%;
  height: 70%;
}

.g_left-menu8 {
  margin-left: -320px;
}

.t_left-menu8 {
  margin-left: 363px;
}

.box_back_gray {
  background: #333;
}

ul.gmenu2 li,
ul.gmenu3 li,
ul.gmenu4 li,
ul.gmenu5 li,
ul.gmenu6 li,
ul.gmenu7 li,
ul.gmenu8 li,
ul.gmenu9 li,
ul.gmenu10 li,
ul.gmenu11 li {
  background: #000;
}

.triangle_gray {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 22px solid #333;
}

.pan_color {
  color: black !important;
}

@media all and (-ms-high-contrast: none) {
  ul.heder_logo {
    position: static !important;
  }
  #global_menu2, #global_menu3, #global_menu5, #global_menu6, #global_menu7, #global_menu9, #global_menu8, #global_menu13 {
    position: static !important;
  }
}
