@charset "utf-8";

/* ======================================================= 
 グローバルナビ
======================================================= */
.globalNavi{
  width: 100%;
}
.globalNavi_wrap{
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -1.25px 6px rgba(0,0,0,.2);
}
.globalNavi_nav{
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.globalNavi_nav > .globalNavi_anchor{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}
.globalNavi_nav > .globalNavi_anchor a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.globalNavi_nav > .globalNavi_anchor a:hover{
  text-decoration: none;
  opacity: .8;
}
.globalNavi_nav > .globalNavi_anchor ._img{
  text-align: center;
  margin: 0 auto;
}
.globalNavi_nav > .globalNavi_anchor ._img img{
  height: 36px;
  width: auto;
}
.globalNavi_nav > .globalNavi_anchor._allCoupon ._img img{
  height: 60px;
  width: auto;
}
