#special {
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #special {
    padding: 40px 0 75px;
  }
}
#special .login_text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  #special .login_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #special .login_text {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
#special .goldArea {
  border: 1px solid #cb9300;
  margin: 60px 0 40px;
}
@media screen and (max-width: 820px) {
  #special .goldArea {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #special .goldArea {
    margin: 40px 0 20px;
  }
}
#special .goldArea .flex {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #cb9300;
}
@media screen and (max-width: 1024px) {
  #special .goldArea .flex {
    flex-direction: column;
    border-bottom: unset;
  }
}
@media print {
  #special .goldArea .flex {
    flex-direction: column;
    border-bottom: unset;
  }
}
#special .goldArea .last {
  border-bottom: unset;
}
#special .goldArea .gTitle {
  background: linear-gradient(to right, #1d6d4d, #26582c);
  color: #fff;
  font-size: 24px;
  width: 385px;
  height: 68px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #special .goldArea .gTitle {
    padding: 5px 0 10px;
    height: unset;
    width: 100%;
  }
}
@media print {
  #special .goldArea .gTitle {
    padding: 5px 0 10px;
    height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #special .goldArea .gTitle {
    padding: 5px 0 7px;
    font-size: 18px;
  }
}
#special .goldArea .gText {
  background-color: #fcfcf0;
  font-size: 24px;
  letter-spacing: 0.1em;
  width: calc(100% - 385px);
}
@media screen and (max-width: 1024px) {
  #special .goldArea .gText {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #special .goldArea .gText {
    font-size: 14px;
  }
}
@media print {
  #special .goldArea .gText {
    width: 100%;
  }
}
#special .goldArea .gText span {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  #special .goldArea .gText span {
    font-size: 25px;
  }
}
#special .ctArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 520px) {
  #special .ctArea {
    margin-bottom: 70px;
  }
}
@media print {
  #special .ctArea {
    padding-bottom: 60px;
  }
}
#special .ctArea .ctItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33% - 10px);
  padding: 5px;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  #special .ctArea .ctItem {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #special .ctArea .ctItem {
    width: 100%;
  }
}
@media print {
  #special .ctArea .ctItem {
    width: 100%;
  }
}
#special .ctArea .ctItem .border {
  padding: 15px;
  border: 1px solid #226d4f;
  height: 100%;
}
#special .ctArea .ctItem .ctTitle {
  color: #1d6d4d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #special .ctArea .ctItem .ctTitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media print {
  #special .ctArea .ctItem .ctTitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#special .ctArea .ctItem .ctText {
  margin-bottom: 10px;
  height: 45px;
}
@media screen and (max-width: 520px) {
  #special .ctArea .ctItem .ctText {
    font-size: 13px;
    height: unset;
  }
}
#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;
  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;
}
@media screen and (max-width: 520px) {
  #special .ctArea .comingsoon::after {
    font-size: 18px;
  }
}