@charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
.g-navi {
  display: flex;
  justify-content: space-evenly;
}
.g-navi a {
  font-size: 16px;
  font-weight: normal;
  transition: .3s;
}
.g-navi a:hover {
  opacity: 0.5;
}
#globalMenu {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  overflow: hidden;
  transition: .4s;
}
#globalMenu.fixed {
  height: 60px;
  background-image: linear-gradient(40deg, #ffff00, #72e500 45%);
}
#globalMenu ul{
    padding: 15px;
}
#globalMenu li{
    text-decoration: none;list-style: none;
    padding: 2px 20px;
    border-left: solid 1px #FFFFFF;
    color: #fff;
}
#globalMenu li:last-child{

    border-right: solid 1px #fff;
}
#globalMenu a,a:visited{
    color: #fff;
}
nav.globalMenuSp,.hamburger{
    display: none;
}

@media screen and (max-width: 768px) {
    #globalMenu{
        display: none;
    }
    /*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 71,70,73,0.6 );
  text-align: left;
  width: 100%;
    height: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 50px 30px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
    border-bottom: solid 1px #fff;
    border-left: none;
    border-right: none;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}

}
#globalMenu{
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
  
#globalMenu.hide{
    transform: translateY(-100%);
}
#dp-footer-bar{
    display: none;
}
@media screen and (max-width: 450px)  {
    .dp-footer-bar-type1 #dp-footer-bar.active {
    opacity: 1;
    pointer-events: visible;
}
#dp-footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
     background-color:#72e500;
    color: #ffffff;
}
        .dp-footer-bar-last{
        bottom: 43px;
        position: fixed;
        background-color:#818181;
            width: 100%;
                font-size: 12px;
    padding: 0 20px;
                color: #ffffff;
            text-align: center;
padding: 8px 0px;
    }
#dp-footer-bar a {
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    border-color: #646464;
    color: #ffffff;
    padding-bottom: 3px;

}
span.footer_bar_icon{

}
.dp-footer-bar-item a {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
    .dp-footer-bar {
        display: flex;
        flex-wrap: wrap;
        font-size: 10px;
        text-align: center;
        width: 100%;
        z-index: 9998;
        list-style: none;
        
    }
        .dp-footer-bar-item:first-of-type {
        background-color: #5ED150;
    }
        .dp-footer-bar a .label {
        bottom: 8px;
        left: 0;
        right: 0;
                    display: inline-block;
                background-image: url("../img/line.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position:left;
            padding-left: 23px;
    }
    .footer_bar_icon_cart:before {
        content: "\e93a";
    }
        .footer_bar_icon:before {
        display: block;
        font-family: "footer_bar";
        font-size: 16px;
        position: relative;
        top: 12px;
    }
        .dp-footer-bar-item {
        flex: 1;
        margin: 0 -1px 0 0;
    }
    .contentmin{
        display: none;
    }
}