@charset "UTF-8";

/* 友達招待クーポン */

.invite-wrapper {
}

.invite-wrapper .main-img {
}

.invite-wrapper .main-img img {
  width: 100%;
  height: auto;
}

.invite-wrapper .code-positon {
  position: relative;
  height: 205px;
}

/* 招待コード */

.invite-wrapper .code-positon .code-wrapper {
  padding: 0 15px;
  position: absolute;
  top: -40px;
  width: 100%;
  box-sizing: border-box;
}

.invite-wrapper .code-positon .code-box {
  background: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 18px 15px 15px;
}

.invite-wrapper .code-positon .code-box .title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.invite-wrapper .code-positon .code-box .code-text-box {
  background: #f0f0f0;
  padding: 12px 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 3px;
  margin: 10px 0 10px 0;
  line-height: 1.3;
}

.invite-wrapper .code-positon .code-box .code-text-box.mosaic {
  -ms-filter: blur(2.7px);
  filter: blur(2.7px);
}

.invite-wrapper .code-positon .code-box .detail-text {
  color: #999;
  font-size: 1rem;
  text-align: center;
  margin: 0 0 15px 0;
}

.invite-wrapper .code-positon .code-box .sns-button {
  text-align: center;
  padding: 8px 0 13px;
  display: block;
  border-radius: 5px;
  margin: 8px 0 0 0;
}

.invite-wrapper .code-positon .code-box .sns-button.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.invite-wrapper .code-positon .code-box .sns-button .text {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}

.invite-wrapper .code-positon .code-box .sns-button .text::before {
  content: " ";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 8px 0 0;
}

.invite-wrapper .code-positon .code-box .sns-button-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.invite-wrapper .code-positon .code-box .sns-button.twitter {
  background: #000000;
}
.invite-wrapper .code-positon .code-box .sns-button.twitter .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-twitter.png);
}

.invite-wrapper .code-positon .code-box .sns-button.line {
  background: #00b900;
  flex-basis: 49%;
}
.invite-wrapper .code-positon .code-box .sns-button.line .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-line.png);
}

.invite-wrapper .code-positon .code-box .sns-button.facebook {
  background: #1d7bfa;
  flex-basis: 49%;
}
.invite-wrapper .code-positon .code-box .sns-button.facebook .text::before {
  background-image: url(../../../img/common/global-footer/sp-footer-icon-sns-facebook.png);
}

.invite-wrapper .invite-info {
  padding: 0 15px 15px 15px;
}

.invite-wrapper .invite-info .title {
  font-size: 1.6em;
  color: #000;
  font-weight: bold;
  line-height: 1.7;
  margin: 20px 0 6px 0;
}

.invite-wrapper .invite-info .text {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.7;
}

.invite-wrapper .invite-info .ng {
  background: #ffe3e9;
  color: #ff577b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 8px 0 6px;
  box-sizing: border-box;
  border: 1px solid #ff577b;
  text-align: left;
  border-radius: 5px;
  margin: 15px 0 0 0;
}

.invite-wrapper .invite-info .ng p {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
}
