.canary {
  background: #000;
  color: #fff;
}
.canary-bg {
  margin-bottom: 80px;
}
.canary-title-block {
  display: flex;
  flex-direction: column;
}
.canary-title {
  margin: 0 auto 40px 20px;
}
.canary-title-top {
  position: relative;
  margin-left: 15px;
  margin-bottom: 16px;
  display: inline-block;
  width: 257px;
  height: 62px;
  transition: 0.3s;
}
.canary-title-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 0;
  transition: all 0.4s ease-out;
  transform: skewX(-20deg);
}
.canary-title-top span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  z-index: 2;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
}
.canary-title-top.active > span {
  color: #000;
}
.canary-title-top.active:before {
  width: 100%;
}
.canary-title-content {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  color: #FFFFFF;
}
.canary-time {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  padding-left: 10px;
  margin: 0 auto 40px 20px;
}
.canary-time b {
  font-size: 24px;
  margin: 0 5px;
}
.canary-time span {
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #fff;
  margin-right: 24px;
}
.canary-inside-bg {
  margin-bottom: 40px;
}
.canary-action-button-box {
  text-align: center;
}
.canary-action-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 16px;
}
.canary-action-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
.canary-action-button {
  position: relative;
  padding: 18px 70px;
  border-radius: 39px;
  border: 1px solid #21A897;
  background: #000;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 15px;
}
.canary-action-button span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  transition: all 0.5s;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.canary-action-button:after {
  border-radius: 39px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: left 0.5s;
  z-index: 1;
  background: #21A897;
}
.canary-action-button:hover span {
  color: #21A897;
}
.canary-action-button:hover:after {
  left: 100%;
}
.canary-apply {
  background: #333333;
  padding: 80px 0;
  margin-top: 80px;
}
.canary-apply-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 45px;
  text-align: center;
}
.canary-apply-step {
  width: 100%;
  margin: 0 auto 11px auto;
  padding-top: 33.5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.canary-apply-step:after {
  content: "";
  height: 46px;
  width: 68px;
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -34px;
  background-image: url("/images/event/arrow.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.canary-apply-step-inside {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.canary-apply-step-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 18px;
  margin-left: 170px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #D363C1;
}
.canary-apply-step-title span {
  font-size: 40px;
}
.canary-apply-step-button-1 {
  margin-top: 10px;
  padding: 7px 34px;
  display: inline-block;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.5s;
}
.canary-apply-step-button-1:hover {
  transform: scale(1.1);
}
.canary-apply-step .twitter-follow-button {
  transform: scale(1);
  transform-origin: center;
  transition: all 0.5s;
}
.canary-apply-step .twitter-follow-button:hover {
  transform: scale(1.1);
}
.canary-apply-step-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: auto;
  margin-left: 170px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
}
.canary-apply-step-content img {
  display: block;
}
.canary-apply-step-content img.follow-x {
  width: 240px;
  margin-left: 0px;
}
.canary-apply-step1 {
  background-image: url("/images/event/step1.png");
}
.canary-apply-step1 img {
  width: 150px;
}
.canary-apply-step2 {
  background-image: url("/images/event/step2.png");
}
.canary-apply-step3 {
  background-image: url("/images/event/step3.png");
}
.canary-apply-step3:after {
  display: none;
}
.canary-hit-contact {
  margin: 40px auto;
  background-image: url("/images/event/pbg.png");
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  width: 960px;
  padding: 24px 80px 24px 120px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  line-height: 40px;
}
.canary hr {
  border-top: 1px solid #aaa;
  width: 960px;
  margin: 40px auto;
}
.canary-notice-box {
  display: flex;
  width: 960px;
  margin: 0 auto;
}
.canary-notice-title {
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 70px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.canary-notice-content {
  flex: 1;
}
.canary-notice-content ul {
  padding-left: 20px;
  margin: 0;
}
.canary-notice-content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.canary-notice-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.canary-last-button {
  padding: 60px 0;
}

@media (max-width: 1024px) {
  .canary-apply .container {
    max-width: 100%;
  }
  .canary-title-content {
    font-size: 22px;
  }
  .canary-apply-step {
    width: 100%;
  }
  .canary-hit-contact {
    width: 100%;
  }
  .canary hr {
    width: 100%;
  }
  .canary-notice-box {
    width: 100%;
  }
  .canary-apply-step-title {
    margin-bottom: 10px;
  }
  .canary-apply-step-content {
    font-size: 18px;
    line-height: 30px;
  }
  .canary-apply-step-content img {
    margin-left: 20px;
  }
  .canary-hit-contact {
    padding: 24px 60px;
    font-size: 18px;
    text-align: left;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .canary-apply-step {
    padding-top: 164%;
  }
  .canary-apply-step1 {
    background-image: url("/images/event/step1m.png");
  }
  .canary-apply-step1 img {
    width: 160px;
  }
  .canary-apply-step2 {
    background-image: url("/images/event/step2m.png");
  }
  .canary-apply-step3 {
    background-image: url("/images/event/step3m.png");
  }
  .canary-apply-step3 img {
    width: 260px;
  }
  .canary-time {
    margin-left: auto;
    text-align: center;
  }
  .canary-time span {
    margin-bottom: 15px;
  }
  .canary-title {
    margin-bottom: 48px;
    margin-right: 0;
    padding-left: 16px;
  }
  .canary-title-top {
    margin-bottom: 0;
  }
  .canary-title-content {
    transform: translateX(-20px);
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
  }
  .canary-action-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
  }
  .canary-action-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
  }
  .canary-action-desc {
    font-size: 13px;
  }
  .canary-apply {
    padding-top: 60px;
    margin-top: 60px;
  }
  .canary-apply-step-inside {
    display: block;
    padding-top: 65px;
  }
  .canary-apply-step-button-1 {
    width: 100%;
    margin-top: 0px;
  }
  .canary-apply-step-button-1 img {
    margin-top: 10px !important;
    width: 90%;
  }
  .canary #twitter-widget-0 {
    margin-top: 20px;
    transform: scale(1.15);
    transform-origin: top left;
  }
  .canary-apply-step-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .canary-apply-step-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
  }
  .canary-apply-step-content img {
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .canary-hit-contact {
    background-image: none;
    background-color: #B43999;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    margin: 48px -15px 0 -15px;
    width: calc(100% + 30px);
    padding: 32px 24px;
  }
  .canary-notice-box {
    flex-wrap: wrap;
  }
  .canary-notice-title {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .canary-notice-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .canary-notice-content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26spx;
  }
  .canary-notice-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .canary-last-button {
    padding: 40px 15px;
  }
}
@media (min-width: 1024px) {
  .canary .container {
    max-width: 990px;
  }
}
