#block-mizuno-theme-content .pc{
	display:block;
}
#block-mizuno-theme-content .sp{
	display:none;
}
@media screen and (max-width: 767px) {
  #block-mizuno-theme-content .pc{
  	display:none;
  }
  #block-mizuno-theme-content .sp{
  	display:block;
  }
}
/*line_pc購入ボタン*/
#floating_button .mz_container{
  padding: 0;
  max-width: 100%;
}
#floating_button .mz-block {
  margin-bottom: 0;
}
.f_button_black{
  background: #000000;
  opacity: 0.9;
}
.f_button_blue{
  background: #001489;
  opacity: 0.9;
}
.f_button_red{
	background: #d4000b;
	opacity: 0.9;
}
.f_button_yellow{
  background: #ffdc00;
  opacity: 0.9;
  color: #111!important;
}
.f_button_line_pc{
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.share-btns-is-fixed{
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  right: 0px;
}
/*line_pc購入ボタン*/

/*line_sp購入ボタン*/
@media screen and (max-width: 767px) {
  #floating_button .mz_container{
    padding: 0;
  }
  #floating_button .mz-block {
    margin-bottom: 0;
  }
  .f_button_line_sp{
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    border: none;
    color:#fff;
  }
  .share-btns-is-fixed{
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    right: 0px;
  }
}
/*line_sp購入ボタン*/

/*circle_pc購入ボタン*/
#floating_button .mz_container{
  padding: 0;
  max-width: 100%;
}
#floating_button .mz-block {
  margin-bottom: 0;
}
.f_button_circle_pc{
  text-align: center;
  border: none;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 20px 20px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.share-btns-is-fixed{
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  right: 0px;
}
/*circle_pc購入ボタン*/

/*circle_sp購入ボタン*/
@media screen and (max-width: 767px) {
  #floating_button .mz_container{
    padding: 0;
  }
  #floating_button .mz-block {
    margin-bottom: 0;
  }
  .f_button_circle_sp{
    padding: 15px 10px;
    text-align: center;
    border: none;
    color:#fff;
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2em;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .share-btns-is-fixed{
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    right: 0px;
  }
}
/*circle_sp購入ボタン*/

