#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;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #special .login_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#special .blueArea {
  background-color: #000;
  border-top: 1px solid #94e3f2;
  border-bottom: 1px solid #94e3f2;
  color: #fff;
  font-size: 30px;
  padding: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #special .blueArea {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #special .blueArea {
    font-size: 20px;
  }
}
#special .speImg {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #special .speImg {
    margin-bottom: 30px;
  }
}
#special .map {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #special .map {
    margin-bottom: 30px;
  }
}
#special .btn01 {
  max-width: 360px;
  display: block;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  #special .btn01 {
    margin-bottom: 45px;
  }
}
#special .btn01:hover {
  transition: 0.2s;
  filter: brightness(120%) saturate(160%);
}
#special .border {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #special .border {
    margin-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 Serif JP", 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 .dummy {
  background-color: unset;
  border: unset;
}
@media screen and (max-width: 1024px) {
  #special .ctArea .dummy {
    display: none;
  }
}
#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 .ctItem08 {
  background-image: url(../images/special/bg08@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem09 {
  background-image: url(../images/special/bg09@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#special .ctArea .ctItem10 {
  background-image: url(../images/special/bg10@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;
}

#type .button01 {
  margin-top: 60px;
  font-size: 20px;
}