@charset 'UTF-8';
body {
  padding-bottom: 100px;
}

.stampModalWrapper * {
  font-size: 1.4rem;
  font-size: 14px;
  box-sizing: border-box;
}

.stampModalWrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.stampModal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: auto;
  margin: -240px 0 0 -160px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.stampModal__iframe {
  width: 100%;
  height: 480px;
  border: none;
}

.stampModal__close {
  line-height: 1;
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
          transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  color: #666;
  background: #eee;
}

.stampModal__close:hover {
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
          transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  background: #fff;
}

.stampModal__close:before {
  font-size: 150%;
  content: "\00D7";
}

.stampNotify__close {
  display: none;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
          transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  vertical-align: middle;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #e8c40e;

      -ms-border-radius: 100px;
}

.stampNotify__close:before {
  font-size: 120%;
  line-height: 1;
  display: inline-block;
  content: "\00D7";
  color: #fff;
}

.stampNotify__close:hover {
  background: #bd9e00;
}

.stampLink {
  font-size: 1.6rem;
  font-size: 16px;
  overflow: hidden;
}

.stampLink__title {
  font-size: 1.6rem;
  font-size: 16px;
  margin-top: 10px;
  border-bottom: solid 2px #52c5eb;
}

.stampLink__box {
  position: relative;
  margin-top: 5px;
  padding: 5px;
  padding-bottom: 40px;
}

.stampLink__box p {
  font-size: 1.4rem;
  font-size: 14px;
  float: left;
}

.stampLink__dtl a {
  font-size: 1.4rem;
  font-size: 14px;
  position: absolute;
  right: 5px;
  display: inline-block;
  padding: 2px 14px;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #52c5eb;

      -ms-border-radius: 3px;
}

.stampLink a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.stampLink + .newCmp {
  padding-top: 0;
}

.stampNotify {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: fixed;
  z-index: 9998;
  bottom: 20px;
  left: 50%;
  width: 400px;
  margin: 0 0 0 -200px;
  text-align: center;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
          transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  border: 1px solid #ffc500;
  background: #ffd500;
      -ms-border-radius: 40px;
}

.stampNotify:hover{
  border: 1px solid #fd0;
  background: #ffe24d;
}

.stampNotify a{
  color: #333;
}

.stampNotify__trigger, .stampNotify__login {
  line-height: 1;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.stampNotify__trigger:hover, .stampNotify__login:hover {
  text-decoration: none;
}

.stampNotify__trigger span, .stampNotify__login span {
  display: inline-block;
  vertical-align: middle;
}

.stampNotify__trigger:before, .stampNotify__login:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  vertical-align: middle;
  background: #fff url(//s.yimg.jp/images/points/toku/portal/img/logo_ytoku.png) 50% 50% no-repeat;
  background-size: 24px;
  border-radius: 100px;
  -ms-border-radius: 100px;
}

.stampNotify--yetAccept .stampNotify__trigger {
  padding-right: 0;
}

.stampNotify--gotStamp .stampNotify__trigger:before {
  line-height: 32px;
  content: "";
  border-radius: 100px;
  background: #fff url(//s.yimg.jp/images/points/toku/portal/img/icon_check.png) 50% 50% no-repeat;
  background-size: 24px;
}
