#special {
  background-color: #00014f;
  color: #fff;
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  #special {
    padding: 30px 0 60px;
  }
}
#special .login_text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #special .login_text {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 25px;
  }
}
#special .ctArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  #special .ctArea {
    margin-bottom: 70px;
  }
}
#special .ctArea .ctItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33% - 10px);
  background-color: #000;
  border: 1px solid #134f66;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #special .ctArea .ctItem {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  #special .ctArea .ctItem {
    width: 100%;
  }
}
#special .ctArea .ctItem .ctTitle {
  color: #91bac1;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
#special .ctArea .ctItem .ctText {
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  #special .ctArea .ctItem .ctText {
    font-size: 13px;
  }
}
#special .ctArea .ctItem01 {
  background-image: url(../images/special/bg01@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem02 {
  background-image: url(../images/special/bg02@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem03 {
  background-image: url(../images/special/bg03@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem04 {
  background-image: url(../images/special/bg04@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem05 {
  background-image: url(../images/special/bg05@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem06 {
  background-image: url(../images/special/bg06@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem07 {
  background-image: url(../images/special/bg07@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .comingsoon {
  position: relative;
}
#special .ctArea .comingsoon::after {
  background-color: rgba(160, 160, 160, 0.7);
  color: #fff;
  content: "Coming soon";
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  display: flex;
  justify-content: center;
}