.follow-btn-wrapper {
  visibility: hidden;
}
.follow-btn-wrapper .follow-btn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.follow-btn-wrapper .follow-btn a {
  color: #fff;
  background-color: #f17fbf;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: -0.05em;
  padding: 2px 15px;
  width: 85px;
}
.follow-btn-wrapper .follow-btn a.followed {
  background-color: #ddd;
  color: #333;
}
.follow-btn-wrapper .follow-btn a.clicked {
  pointer-events: none;
}
.ss-balloon-wrapper {
  position: relative;
}
.ss-balloon-wrapper .ss-balloon-response {
  bottom: 50px;
  display: none;
  left: 0;
  top: -15px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.ss-balloon-wrapper .ss-balloon-response .ss-balloon-message {
  background-color: #fff;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 13px;
  padding: 7px 10px;
  position: absolute;
  left: 50%;
  line-height: 1.6;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  width: 140px;
  z-index: 1024;
}
.ss-balloon-wrapper .ss-balloon-response .ss-balloon-message::before,
.ss-balloon-wrapper .ss-balloon-response .ss-balloon-message:after {
  content: "";
  border-top: 10px solid #666;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
}
.ss-balloon-wrapper .ss-balloon-response .ss-balloon-message::before {
  -webkit-filter: drop-shadow(0 2px 1px rgba(0,0,0,0.2));
  filter: drop-shadow(0 2px 1px rgba(0,0,0,0.2));
}
.ss-balloon-wrapper .ss-balloon-response .ss-balloon-message:after {
  border-top-color: #fff;
  bottom: 2px;
}
.ss-tooltip {
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.ss-tooltip-inner {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 14px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #222;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  filter: 'alpha(opacity=90)';
  opacity: 0.9;
}
.floatMain {
  padding: 20px 15px;
  line-height: 1.8333;
  position: relative;
}
.floatMain .success {
  color: #e4007f;
}
.floatMain .login a {
  line-height: 1.5;
  font-weight: 400;
  text-decoration: underline;
}
.tbox #frameless .tclose {
  top: -50px;
  right: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  -webkit-background-size: 175px auto;
  background-size: 175px auto;
  background-position: 55px -2969px;
  width: 100px;
  height: 45px;
}
.tbox #frameless .tclose::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 17px;
  right: 52px;
}
.floatTextTtl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.floatText {
  font-size: 16px;
  padding: 10px;
  line-height: 26px;
  background: #fdebf5;
  border: 3px solid #fdebf5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.floatAnnotation {
  margin-top: 15px;
}
.floatTextInfo {
  font-size: 14px;
}
.floatButton {
  margin: 15px auto;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #f589c6), color-stop(139%, #dc4873));
  background: -webkit-linear-gradient(top, #f589c6 53%, #dc4873 139%);
  background: linear-gradient(to bottom, #f589c6 53%, #dc4873 139%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-style: none;
  height: 60px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
}
.floatButtonText:before {
  content: '';
  width: 27px;
  height: 20px;
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  background-position: 0px -2722px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 10px;
}
.floatMain .success,
.floatMain .fail,
.floatMain .login {
  display: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.floatMain .fail,
.floatMain .login {
  color: #f60;
  line-height: 1.5;
}
@media screen and (max-width: 320px) {
  .tbox {
    padding-top: 32px !important;
  }
  .tinner {
    width: 290px !important;
    height: 400px !important;
  }
  .tbox #frameless .tclose {
    top: -50px;
  }
  #floatText {
    width: 155px;
  }
  #floatText::before {
    top: 140px;
    right: 108px;
  }
  #floatButton {
    margin: 10px auto;
  }
}
