@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background-color: #1f2a52;
  color: white;
  min-height: 100vh;
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.sp-br {
  display: none;
}

body header {
  width: 100%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  left: 0;
  right: 0;
}

body header img {
  width: 170px;
  height: 45px;
  object-fit: contain;
}

body main {
  padding: 0 100px;
  background-image: url("./../img/sushi-bg.png");
  background-size: cover;
}

body main.nft-card {
  text-align: center;
  padding-top: 80px;
  background-image: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sp-contents {
  display: none;
  text-align: center;
}

.pc-contents {
  display: block;
  text-align: left;
}

.pc-contents-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pc-contents-section {
  width: 40%;
  display: inline-block;
}

.pc-contents-wrapper img.sp-image {
  width: 40%;
}

body main .img-wrapper {
  margin: 36px auto;
}

body main .img-wrapper img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 160px;
  border: 10px solid #e8b137;
  /* box-shadow: 10px 10px 10px  #ffffff, 10px 10px 10px rgba(68,68,75,.2); */
}

body main .description-wrapper h1 {
  font-size: 30px;
}

body main .description-wrapper p {
  font-size: 24px;
  margin-bottom: 36px;
}

.link-wrapper {
  /* padding-top: 24px; */
  padding-top: 0px;
}

.modal {
  backdrop-filter: blur(4px);
}

.modal-content {
  border-radius: 6px;
  color: #000000;
  width: 80%;
  max-width: 400px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
} 

.modal-content.complete {
  background: linear-gradient(135deg, #42CBA6, #1FA4C3);
}

.modal-content.complete .btn-link {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  color: #33BBB3;
  font-size: 16px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  margin: 0;
  text-decoration: none;
}
.modal-content.complete .btn-link img {
  margin-left: auto;
  margin-right: 0;
  width: 32px;
}


.qr-modal-border {
  background: linear-gradient(135deg, #7CB1FF, #BA4AEE);
  padding: 6px;
  width: 683px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}

.qr-modal-border .qr-modal-content {
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
}

.qr-modal-content .qr-modal-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
  padding-top: 46px;
}

.qr-modal-description {
  font-size: 16px;
  margin-top: 40px;
}

.qr-modal-content img {
  margin-bottom: 60px;
}

.qr-modal-content .close {
  font-size: 21px;
  color: #828282;
  margin: 24px;
}

.modal-header {
  border: none;
  justify-content: end;
}

.modal-body {
  padding: 0 0 24px 0;
}

.modal-body h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

button {
  outline: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.btn-neumo {
  background: linear-gradient(45deg, #fff0ee, #fff0ee);
  border: 1px solid #EBF6FF;
  border-radius: 20px;
  box-shadow: -10px -10px 30px #ffffff, 10px 10px 30px rgba(175, 166, 159, 0.2); 
  color: #3C342F;
  font-size: 16px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 24px auto;
  text-decoration: none;
  max-width: 600px;
}

.btn-neumo.pc-btn {
  width: fit-content;
  margin: 24px 0;
}

.btn-neumo:hover {
  box-shadow: inset -8px -8px 30px #ffffff, inset 8px 8px 30px rgba(68,68,75,.2);
  color: #3C342F;
}

.btn-neumo img {
  margin-left: auto;
  margin-right: 0;
  width: 32px;
}

body footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 12px;
  text-align: center;
  background-color: #e8b137;
}

body footer p {
  margin: 10px;
  font-weight: bold;
}
body footer .footer-link-area {
  display: flex;
  justify-content: center;
  align-items: center;
}



body footer a:not(last-child) {
  margin-right: 36px;
}

.circle-icon-style {
  background-color: #DFEBFE;
  border-radius: 30px;
  border: 1px solid #EBF6FF;
  width: 60px;
  height: 60px;
  box-shadow: -6px -6px 12px #ffffff, 6px 6px 12px #C9CED9;
  display: flex;
  align-items: center;
}

body footer a img {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
}

.copy-right {
  font-size: 16px;
  text-align: center;
}

.border-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.border-text:before,
.border-text:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ffffff;
}

.border-text:before {
  margin-right: 1rem;
}

.border-text:after {
  margin-left: 1rem;
}

.postForm {
  margin: 0 auto 12px;
  height: 36px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  max-width: 280px;
  position: relative;
  display: flex;
  justify-content: center;
}

.postForm input {
  border: none;
  width: 100%;
  border-radius: 4px;
  padding-left: 16px;
}

.postForm input::placeholder {
  color: #FFCDAF;
  font-size: 12px;
} 

.postForm button {
  width: 40px;
  background-color: #2CCDDC;
  border-radius: 0 4px 4px 0;
}

.postForm button img {
  width: 21px;
  height: 18px;
}

@media (max-width: 991px) {
  body main {
   padding: 84px 20% 0;
   background-image: none;
  }
  body main.nft-card {  
    margin: auto;
    width: 100%;
  }
  body main .img-wrapper img {
    width: 240px;
    height: 240px;
  }
  .sp-contents {
    display: block;
  }
  .pc-contents {
    display: none;
  }
}

@media (max-width: 600px) {
  body main {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
body main.nft-card {
  width: 80%;
  padding-top: 64px;
}
  body header img {
    width: 120px;
    height: 36px;
  }
  body main .img-wrapper {
    margin: 24px auto;
  }
  body main .img-wrapper img {
    width: 200px;
    height: 200px;
  }
  .btn-neumo {
    font-size: 12px;
    padding: 20px 20px;
  }
  .btn-neumo img {
    width: 24px;
  }
  body main .description-wrapper h1 {
    font-size: 16px;
  }
  body main .description-wrapper p {
    font-size: 12px;
    margin-bottom: 24px;
  }
  body footer a:not(last-child) {
    margin-right: 20px;
  }
  body footer a img {
    width: 24px;
  }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.contactimg{
  position:absolute;
  width:25%;
  right: 0;
  bottom: 0;
}

