#geno_bddvd #site-splash .layer1 {
  background-image: url("../images/genocidal_organ/splash/goods_splash01.jpg"); }
#geno_bddvd #site-splash .layer2 {
  background-image: url("../images/genocidal_organ/splash/goods_splash02.jpg"); }
#geno_bddvd #site-splash .layer3 {
  background-image: url("../images/genocidal_organ/splash/goods_splash03.jpg"); }

#site-navs .gnav .geno_bddvd a::before {
  width: 110px; }
#site-navs .gnav .geno_bddvd a::after {
  left: 130px; }

#geno_bddvd .txtS {
  font-size: 85%;
  margin-top: 40px;
  display: inline-block; }
#geno_bddvd .tokutenTtl {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 12px 0;
  display: inline-block; }


.btnBuy {
  display: inline-block;
  width: 200px;
  height: 48px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
}
.btnBuy a{
  display: inline-block;
  width: 200px;
  height: 48px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
}
.btnBuy a:hover{
  width: 200px;
  height: 48px;
  color: #000 !important;
  text-decoration: none;
}
.btnBuy::before,
.btnBuy::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnBuy,
.btnBuy::before,
.btnBuy::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBuy{
  position: relative;
  z-index: 2;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 48px;
}
.btnBuy:hover {
  background: #fff;
  border-color: #fff;
  color: #000 !important;
}
.btnBuy::before,
.btnBuy::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: transparent;
}
.btnBuy::before {
  right: 0;
}
.btnBuy::after {
  left: 0;
}
.btnBuy:hover::before,
.btnBuy:hover::after {
  width: 0;
  background-color: #fff;
}