@charset "UTF-8";


.label-type-1 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 0 13px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.label-type-1 a {
  color: #fff;
  text-decoration: underline;
}

.label-red {
  background: #DD2352;
  color: #fff;
}

.label-green {
  background: #00AAA4;
  color: #fff;
}

.label-orange {
  background: #ff5825;
  color: #fff;
}

.label-skyblue {
  background: #54afc2;
  color: #fff;
}

.label-blue {
  background: #0065AA;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.label-grey {
  background: #999;
  color: #fff;
}

.label-type-2 {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 8px 0 6px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.label-invite {
  padding: 12px 15px 11px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}


.label-invite .invite-title .invite-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 2px 0;
}

.label-invite .invite-title .invite-text span {
  color: #ff004e;
  font-size: 1.7rem;
  margin: 0 4px;
}

.label-invite .invite-title .invite-name {
  font-size: 1.1rem;
  color: #999;
  padding: 0 0 0 1px;
}

.label-invite .invite-name .invite-code {
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
  display: inline-block;
  position: relative;
}

.label-invite .invite-name .invite-code.mosaic {
  -ms-filter: blur(2.7px);
  filter: blur(2.7px);
}

.label-invite .invite-button {
  position: relative;
  padding: 0 16px 0 13px;
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  background: #fff;
  margin-left: auto;
  border-radius: 50px;
}

@media screen and (max-width:320px) {
  .label-invite{
    justify-content: left;
  }
  .label-invite .invite-button {
    padding: 0 12px 0 0;
    font-size: 1rem;
  }
}

.label-invite .invite-button:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../../../img/common/sp-icon-arrow-right.png) no-repeat center / contain;
}
