.ex6-form-block {
  margin-bottom: 0;
}

.disk-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 7%;
  right: -29%;
}

.ex6-footer {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
  position: relative;
}

.section {
  color: #050505;
  background-color: #fff;
  padding: 40px;
}

.section.ex6-sec {
  height: 100vh;
  min-height: 440px;
  background-color: #ede8e3;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ex6-form {
  grid-column-gap: 10px;
  display: flex;
}

.ex6-h1 {
  max-width: 6ch;
  color: #151c2a;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  line-height: .9em;
  position: absolute;
  transform: translate(11px, -11px);
}

.ex6-link {
  width: 54px;
  height: 54px;
  background-color: #ede8e3;
  border: 1px solid #151c2a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.ex6-link:hover {
  background-color: #fff;
}

.ex6-link.no {
  display: none;
}

.ex6-sns-wrp {
  grid-column-gap: 10px;
  display: flex;
}

.error-message {
  width: 100%;
  max-width: 446px;
  color: #f12d3b;
  position: absolute;
}

.error-message.ex6 {
  width: 410px;
  border-radius: 10px;
  margin-top: 0;
  position: absolute;
}

.ex6-btn {
  width: 80px;
  height: 80px;
  letter-spacing: -.04em;
  background-color: #151c2a;
  background-image: url('../images/arrow-top-right.svg');
  background-position: -34% 134%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
}

.ex6-btn:hover {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-top-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ex6-input {
  width: 320px;
  height: 80px;
  letter-spacing: -.04em;
  background-color: #ede8e3;
  border: 1px solid #151c2a;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 28px 20px;
  font-size: 20px;
  line-height: 120%;
}

.ex6-input:focus {
  border: 1px solid #2002f5;
}

.success-message {
  width: 100%;
  height: 100%;
  max-width: 446px;
  color: #fff;
  background-color: #16a816;
  font-size: 20px;
}

.success-message.ex6 {
  width: 410px;
  border-radius: 10px;
}

.success-wrp {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link {
  z-index: 2;
  position: absolute;
  top: 40px;
}

.logo-link.left {
  left: 40px;
}

.image {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .disk-wrp {
    min-width: 1200px;
  }

  .ex6-h1 {
    letter-spacing: -.03em;
    font-size: 7em;
    line-height: .9em;
    transform: translate(9px, -7px);
  }

  .logo-link {
    display: none;
  }

  .logo-link.left {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .disk-wrp {
    width: 850px;
    height: 850px;
    min-width: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: -60px;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .ex6-footer {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .section {
    padding: 20px;
  }

  .section.ex6-sec {
    align-items: center;
    padding-top: 150px;
  }

  .ex6-form {
    width: 100%;
    grid-column-gap: 0px;
  }

  .ex6-h1 {
    text-align: left;
    letter-spacing: -.03em;
    margin-right: 30px;
    font-size: 5em;
    line-height: .9em;
    display: block;
    transform: translate(27px, -4px);
  }

  .ex6-link {
    background-color: #fff;
  }

  .ex6-link:hover {
    background-color: #ede8e3;
  }

  .ex6-sns-wrp {
    order: 1;
    align-self: center;
  }

  .error-message {
    max-width: 390px;
    letter-spacing: -.04em;
    font-size: 16px;
    line-height: 120%;
  }

  .error-message.ex6 {
    width: 100%;
  }

  .ex6-btn {
    width: 80px;
    height: 64px;
    letter-spacing: -.04em;
    padding: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  .ex6-input {
    width: 100%;
    height: 64px;
    letter-spacing: -.041em;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  .success-message {
    max-width: 390px;
    padding: 10px;
    font-size: 16px;
  }

  .success-message.ex6 {
    width: 100%;
    height: 64px;
  }

  .logo-link.left {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .ex6-btn {
    background-position: -40% 140%;
  }

  .ex6-input:focus {
    border-color: #2002f5;
  }

  .success-wrp {
    justify-content: center;
    align-items: center;
  }
}


