@charset "utf-8";

.fixed-banner {
  position: fixed;
  z-index: 19999;
  bottom: 0;
  right: 0;
  width: 100%;
  display: none;
}
.fixed-banner .fixed-banner-close {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 6px;
  top: 6px;
  font-size: 0;
  cursor: pointer;
}
.fixed-banner .fixed-banner-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.fixed-banner .fixed-banner-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.fixed-banner .fixed-banner-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 5vw 0 3vw;
  /* padding: 0px 25px 0 15px; */
  background: #037e41;
}
.fixed-banner .fixed-banner-box .logo {
  display: flex;
  align-items: center;
}
.fixed-banner .fixed-banner-box .img {
  width: 75px;
}
.fixed-banner .fixed-banner-box .icon {
  position: relative;
  top: -5vw;
  /* margin-right: 10px; */
  margin-right: 2vw;
}
.fixed-banner .fixed-banner-box .img2 {
  width: 58px;
}
.fixed-banner .fixed-banner-box .link {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
  letter-spacing: -0.05em;
}
.fixed-banner-label{
  margin-right: 3vw;
  margin: 0 auto .4em;
  border-bottom: solid 2px #95c1a5;
  color: #007e41;
  font-family: "nsans_jp_m";
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .g-brand_nav-menu {
    display: block;
  }
  .fixed-banner {
    bottom: 30px;
    right: 47px;
    width: auto;
  }
  .fixed-banner .fixed-banner-close {
    right: 35px;
    top: 14px;
  }
  .fixed-banner .fixed-banner-close:before {
    background-color: #929292;
  }
  .fixed-banner .fixed-banner-close:after {
    background-color: #929292;
  }
  .fixed-banner .fixed-banner-box {
    padding: 5px 30px 5px 5px;
    border-radius: 80px;
    background: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  }
  .fixed-banner .fixed-banner-box .logo {
    flex-direction: column;
  }
  .fixed-banner .fixed-banner-box .img {
    width: 112px;
    margin-bottom: 10px;
  }
  .fixed-banner .fixed-banner-box .icon {
    background: #ededed;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin: 0;
  }
  .fixed-banner .fixed-banner-box .img2 {}
  .fixed-banner .fixed-banner-box .link {
    line-height: 28px;
    color: #008841;
    font-weight: bold;
    font-size: 15px;
    border-bottom: solid 2px #95c1a5;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}


@media (max-width: 767px) {
  .fixed-banner .fixed-banner-box .link{
      margin-left: 0;
      display: flex;
      align-items: center;
  }
  .fixed-banner-label{
      color: #FFFFFF;
      margin-bottom: 0;
      margin-left: 3vw;
      font-size: 3.13vw;
  }
}

.p-fixed-cta.product {
  width: 160px;
  max-width: 160px;
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  top: auto;
  bottom: 170px;
  position: fixed;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-fixed-cta.product {
    display: none;
  }

}