.txt-small-paragraph {
  -webkit-text-stroke-color: #7a7a7a;
  font-family: "Jost 400 Book", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.content-sketch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-sketch {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ratio-box2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 8px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
  margin-bottom: 0;
}

.txt-intro-paragraph {
  opacity: 1;
  letter-spacing: 6px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.section {
  text-align: right;
  margin-left: 30px;
  margin-right: 30px;
}

.logo-small {
  display: inline;
}

.ratio-box {
  width: 100%;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #838383;
  border-radius: 8px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.intro-text {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.txt-intro-heading {
  letter-spacing: 4px;
  text-transform: none;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .65);
  column-count: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Jost 600 Semi", sans-serif;
  font-size: 42px;
  line-height: 43px;
}

.block-result {
  background-image: url('../images/Stripe_1Stripe.png');
  background-position: 0 0;
  background-size: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-header {
  height: 400px;
  opacity: .99;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .68);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(202, 60, 154, .37), rgba(45, 48, 246, .19) 88%, rgba(29, 48, 255, .52) 100%, #fff), url('../images/fish_512.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.img-result {
  width: 100%;
  object-fit: fill;
}

.navigation {
  z-index: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.navigation-items {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.wrapheader {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  padding-top: 0;
}

.img-logo-header {
  width: 60px;
  object-fit: scale-down;
  display: inline-block;
}

.btn-contact {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  margin-right: 0;
  padding: 10px 25px;
  font-family: "Jost 400 Book", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-contact:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-contact:active {
  background-color: #43464d;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.textfooter {
  text-align: right;
  letter-spacing: 3px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-family: "Jost 200", sans-serif;
  font-size: 12px;
}

.pop-up-loading {
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-block {
  z-index: 10;
  width: 200px;
  height: 150px;
  background-color: #fff;
  border-radius: 7px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-loading-icon {
  width: 64px;
}

.loading-contents {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.input-block {
  margin-bottom: 20px;
}

.promptform {
  grid-column-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 10px 20px;
  display: flex;
}

.field-prompt {
  width: 330px;
  border: 1px solid #7e7e7e;
  border-radius: 20px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: "Jost 200", sans-serif;
  font-size: 18px;
}

.optionbtn-block {
  grid-column-gap: 8px;
  align-self: center;
  display: flex;
}

.btn-generate {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  margin-right: 0;
  padding: 12px 25px;
  font-family: "Jost 400 Book", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.btn-generate:hover {
  color: #fff;
  background-color: #32343a;
}

.btn-generate:active {
  background-color: #43464d;
}

.btn-upscale {
  width: 45px;
  height: 45px;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #853e63;
  background-clip: border-box;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  font-family: "Jost 600 Semi", sans-serif;
  font-size: 16px;
  overflow: visible;
}

.btn-download {
  width: 45px;
  height: 45px;
  background-color: #5c7d9b;
  background-image: url('../images/Download_1Download.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 8px;
  margin-left: 0;
  padding: 0;
}

.success-message {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.error-message {
  height: 0;
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .txt-small-paragraph {
    font-family: "Jost 400 Book", sans-serif;
    font-size: 16px;
  }

  .txt-intro-paragraph {
    letter-spacing: 6px;
    font-family: Noto Sans JP, sans-serif;
  }

  .intro-text {
    width: auto;
  }

  .txt-intro-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 70px;
  }

  .navigation {
    z-index: auto;
    padding: 15px 50px;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, 0);
  }

  .wrapheader {
    justify-content: space-between;
  }

  .logo-link.w--current {
    flex: 0 auto;
    order: 0;
    position: relative;
  }

  .img-logo-header {
    width: 50px;
  }

  .btn-contact {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .textfooter {
    font-size: 8px;
  }

  .pop-up-loading {
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    object-fit: fill;
    background-color: rgba(0, 0, 0, .6);
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
  }

  .loading-block {
    width: 200px;
    height: 150px;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0);
    border-radius: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .img-loading-icon {
    width: 64px;
    display: inline-block;
  }

  .loading-contents {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .promptform {
    margin-top: 20px;
  }

  .field-prompt {
    flex: 1;
    font-family: "Jost 200", sans-serif;
  }

  .btn-generate {
    justify-content: center;
  }

  .btn-upscale {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 13px;
    font-family: "Jost 600 Semi", sans-serif;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .intro-content {
    width: 80%;
  }

  .txt-intro-paragraph {
    letter-spacing: 6px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    line-height: 28px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .logo-small {
    width: 12%;
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
  }

  .txt-intro-heading {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .intro-header {
    height: 300px;
  }

  .navigation {
    padding: 15px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .btn-contact {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .textfooter {
    font-size: 8px;
  }

  .promptform {
    margin-top: 20px;
  }

  .field-prompt {
    width: auto;
    flex: 1;
    font-family: "Jost 200", sans-serif;
    font-size: 16px;
  }

  .optionbtn-block {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    align-self: center;
    display: flex;
  }

  .btn-generate {
    font-size: 14px;
  }

  .btn-upscale {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .content-sketch {
    flex-direction: column;
    display: flex;
  }

  .txt-intro-paragraph {
    letter-spacing: 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .logo-small {
    width: 20%;
    height: auto;
  }

  .txt-intro-heading {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .intro-header {
    height: 300px;
    margin-bottom: 20px;
  }

  .navigation {
    padding: 10px 20px;
  }

  .navigation-items {
    align-self: center;
  }

  .wrapheader {
    flex-wrap: nowrap;
  }

  .img-logo-header {
    width: 40px;
    display: block;
    position: static;
  }

  .btn-contact {
    text-align: center;
    object-fit: fill;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 0;
    display: block;
  }

  .textfooter {
    font-size: 8px;
  }

  .input-block {
    display: block;
  }

  .promptform {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .field-prompt {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding: 8px 0 8px 20px;
    font-family: "Jost 200", sans-serif;
  }

  .optionbtn-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .btn-generate {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 20px 65px;
    font-size: 12px;
    line-height: 0;
    display: block;
  }

  .btn-upscale {
    width: 35px;
    height: 35px;
    object-fit: fill;
    align-self: center;
    margin: 0;
    padding: 0;
    font-family: "Jost 600 Semi", sans-serif;
    font-size: 16px;
  }

  .btn-download {
    width: 35px;
    height: 35px;
    -webkit-text-fill-color: inherit;
    object-fit: none;
    background-size: auto 18px;
    background-attachment: scroll;
    background-clip: border-box;
    align-self: center;
    padding: 0;
  }
}


@font-face {
  font-family: 'Jost 400 Book';
  src: url('../fonts/Jost-400-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 200';
  src: url('../fonts/Jost-200-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 600 Semi';
  src: url('../fonts/Jost-600-Semi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}