
.menu_Button {
  transition: all 300ms 0s ease;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  margin-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.menu_Button ul {
  padding: 0px 15px 0;
  border-radius: 5px;
  border: solid 0px #eebe2c;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*.menu_Button ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.menu_Button ul::after{
  content:"";
  display: block;
  width:24%;
}*/

.menu_Button ul li {
  text-align: center;
  background: #003b90;
  /*-moz-box-shadow: 0 0 0 3px #003b90;
  -webkit-box-shadow: 0 0 0 3px #003b90;*/
  /* padding: 10px 5px; */
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
  list-style: none;
  font-size: 1.75rem;
}

.menu_Button .last {
  width: 19%;
  opacity: 0;
}

.menu_Button ul li:hover {
  opacity: 1;
  cursor : pointer;
  background: #3973c8;
}
.menu_Button ul li a:hover{
  opacity: 1;
}

.menu_Button ul li a {
  text-decoration: none;
  color: #ffd655;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 15px 0px;
}

.menu_Button.is-fixed {
  /*background: rgba(255, 255, 255, 0.4);*/
  max-width: 100%;
  /* box-shadow: 0px 0px 5px 4px rgba(116, 158, 179, 0.31); */
  position: fixed;
  top: 0px;
  left: 50%;
  right: 0;
  z-index: 999;
  width: 100%;
  margin: 0;
  border-radius: 0px;
  height: 55px;
}

.menu_Button.is-fixed ul {
  border-radius: 0px;
}
.menu_Button.is-fixed ul li{
  border-radius: 0 0 5px 5px;
}
.wires50-25 {
  width: calc(25% - 10px);
}
.wi50 {
  width: calc(25% - 10px);
}




/* 商品一覧用のCSS */

div.c-items5Col__name{
  color: #009944;
  margin-bottom: 15px;
}
/*product_Grp*/
.product_Grp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.back99 a {
  text-decoration: none;
  color: #fff;
}

.back99 form>div {
  max-height: 150px;
  margin-bottom: 10px;
  text-align: center;
}

.back99 form>div img {
  height: 150px;
  width: auto;
}

.back99 img.picture {
  margin: auto;
  display: block;
  border: none;
}

.product_Grp::before {
  content: "";
  display: block;
  width: calc(25% - 10px);
  order: 1;
}

.product_Grp::after {
  content: "";
  display: block;
  width: calc(25% - 10px);
}


li.back99 {
  background: none;
  list-style-type: none;
  border: solid 8px #ccc;
  border: none;
  padding: 10px 10px 65px 10px;
  box-sizing: border-box;
  margin:  10px 0;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
}

img.picture {
  margin: auto;
  display: block;
  border: none;
  max-width: 93%;
}
span.price,
span.price span{
  color: #003b90;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: baseline;
}
.procd, .proname, .sale_price {
  text-align: center;
  display: block;
  /*font-size: 0.8rem;*/
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  word-break: break-all;
  padding-top: 5px;
}

p.procd {
  text-align: center;
  /*text-indent: -6.3em;
  padding-left: 7em;*/
  line-height: 1.25;
}

.procd span {
  color: orange;
}

.proname {
  /*font-size: 1rem;*/
  padding: 10px 0px 5px 0px;
  background: none;
  color: #000;
  font-weight: normal !important;
  /*-- margin: 5px auto 5px; --*/
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  word-break: break-all;
}

a.proname {
  text-align: center;
  /*text-indent: -1em;
  padding-left: 1.5em;*/
  line-height: 1.25;
  color: black;
  text-decoration: none;
}

a.procdbtn {
  background: #003b90;
  color: #fff !important;
  border-radius: 5px;
  width: 85%;
  display: block;
  margin: 10px auto;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transition: all 0.3s ease 0s;
  text-align: center;
}

a.procdbtn:hover {
  background: #003b90;
  opacity: 1 !important;
}


.fa-shopping-cart:before {
    content: "\f07a";
    color: #fff;
    padding-right: 5px;
}


/*アイコン*/
#icon61{
  width: auto;
    height: auto;
}

@media (max-width: 780px) {
  li.back99{
      padding: 10px 10px 65px;
    }
    span.price, span.price span{
      font-size: 1.25rem;
    }
    .c-items5Col__price{
      text-align: center;
      font-size: 3.25vw;
      font-weight: bold;
      color: #d67100;
    }
    .c-items5Col__productCode{
      text-align: center;
      font-size: 3.25vw;
    }
    div.c-items5Col__name{
      font-size: 3.25vw;
    }

}




/*ハンバーガーメニュー-----------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 25%;
  height: 100vh;
  /*ナビの高さ*/
  background: #92d8ff;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 25%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 5vw;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  bottom: 60px;
  right: -4px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #92d8ff;
  border: 3px solid #fff;
  border-radius: 3px 0 0 3px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 17px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
}

.openbtn span:nth-of-type(3) {
  top: 43px;
}

.openbtn.active span:nth-of-type(1) {
  top: 26px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
@media (max-width: 780px) {

  .openbtn {
    width: 60px;
    height: 60px;
    bottom: 80px;
  }
  .openbtn span{
    left: 15px;
  }
  .openbtn span:nth-of-type(1){
    top: 15px;
  }
  .openbtn span:nth-of-type(2){
    top: 25px;
  }
  .openbtn span:nth-of-type(3){
    top: 35px;
  }
  .openbtn.active span:nth-of-type(1){
    top: 18px;
    left: 17px;
  }
  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 17px;
  }
  #g-nav {
    width: 100%;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    width: 100%;
  }

}
/*ハンバーガーメニューここまで---------------*/

@media (max-width: 780px) {/*------------------------------------------- */
  .menu_Button{
    width: 90%;
  }
  .menu_Button ul{
    padding: 0;
  }
  .menu_Button ul li{
      margin: 0 0 10px 0;
  }
.menu_Button ul li a{
  font-size: 4vw;
}
.wi50 {
  width: calc(50% - 1%);
  height: auto !important;
}
  .wires50-25 {
    width: calc(50% - 5px);
  }
  /*.flbSp2 li:last-of-type{
  margin-right: 50%;
  }*/
  .flbSp2::after{
    display: none;
  }
}
