@charset "Shift_JIS";

/*
 * WishList.css
*/

.wishlist-tooltip {
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.wishlist-tooltip-inner {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 14px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #222;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  filter: 'alpha(opacity=90)';
  opacity: 0.9;
}

/*AppealFloat*/
#floatMain,
#brandFloatMain,
#programFloatMain {
  padding: 20px 15px;
  line-height: 1.8333;
  position: relative;
}
#brandFloatMain,
#programFloatMain {
  padding: 15px 15px 0;
}
.tbox #frameless .tclose {
  top: -60px;
  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;
  -moz-background-size: 175px auto;
  -o-background-size: 175px auto;
  -webkit-background-size: 175px auto;
  background-size: 175px auto;
  background-position: 55px -2969px;
  width: 100px;
  height: 45px;
}
#floatTextTtl,
#brandFloatTextTtl,
#programFloatTextTtl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #f17fbf;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
#brandFloatTextTtl,
#programFloatTextTtl {
  margin-bottom: 15px;
  line-height: 24px;
}
.brandFloatContentWrapper::after,
.programFloatContentWrapper::after {
  content: "";
  clear: both;
  display: block;
}
#floatText,
#brandFloatText,
#programFloatText {
  font-size: 16px;
  padding: 10px;
  line-height: 26px;
  background: #fdebf5;
  border: 3px solid #fdebf5;
  border-radius: 5px;
  width: 170px;
}
#brandFloatText,
#programFloatText {
  position: relative;
  width: 170px;
}
#floatText::before,
#brandFloatText::before,
#programFloatText::before {
  content: "";
  position: absolute;
  top: 171px;
  right: 112px;
  border-style: solid;
  border-width: 6px 0px 8px 12px;
  border-color: transparent transparent transparent #fdebf5;
}
#brandFloatText::before,
#programFloatText::before {
  top: 83px;
  right: -14px;
}
.brandFloatContentWrapper img,
.programFloatContentWrapper img{
  float: right;
  height: 120px;
  margin-top: 35px;
}
#floatTextTtl + img {
  float: right;
  height: 150px;
}
#floatTextInfo,
#brandFloatTextInfo,
#programFloatTextInfo {
  font-size: 14px;
}
#floatTextInfo{
  clear: both;
  padding-top: 10px;
}
#floatButton,
#brandFloatButton,
#programFloatButton {
  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: -moz-linear-gradient(top, #f589c6 53%, #dc4873 139%);
  background: linear-gradient(to bottom, #f589c6 53%, #dc4873 139%);
  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;
}
#brandFloatButton {
  clear: both;
}
#floatButtonText:before,
#brandFloatButtonText:before,
#programFloatButtonText:before {
  content: '';
  width: 27px;
  height: 20px;
  background-image: url('/sp/images/common-img-sprite.png');
  background-repeat: no-repeat;
  -moz-background-size: 158px auto;
  -o-background-size: 158px auto;
  -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,
#floatMain .token,
#brandFloatMain .success,
#brandFloatMain .fail,
#brandFloatMain .login,
#brandFloatMain .token,
#programFloatMain .success,
#programFloatMain .fail,
#programFloatMain .login,
#programFloatMain .token {
  display: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
#floatMain .success,
#brandFloatMain .success,
#programFloatMain .success {
  color: #e4007f;
}
#floatMain .fail,
#floatMain .login,
#floatMain .token,
#brandFloatMain .fail,
#brandFloatMain .login,
#brandFloatMain .token,
#programFloatMain .fail,
#programFloatMain .login,
#programFloatMain .token {
  color: #f60;
  line-height: 1.5;
}
#floatMain .login a,
#floatMain .token a,
#brandFloatMain .login a,
#brandFloatMain .token a,
#programFloatMain .login a,
#programFloatMain .token a {
  line-height: 1.5;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (max-width: 320px) {
  .tbox {
    padding-top: 32px !important;
  }
  .tinner {
    width: 290px !important;
    height: 400px !important;
  }
  .tbox #frameless .tclose {
    top: -50px;
  }
  #floatTextTtl {
    margin-bottom: 20px;
    line-height: 25px;
  }
  #floatText {
    width: 155px;
  }
  #floatText::before {
    top: 140px;
    right: 108px;
  }
  #floatButton {
    margin: 10px auto;
  }
}
