/* Denostill */

@import url("../../fonts/Denostill/Denostill.css");

/* LorenBlakeScript */

@import url("../../fonts/LorenBlakeScript/LorenBlakeScript.css");
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Denostill", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #e8dbc1;
  background: #322112;
  margin: 0;
  padding: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Denostill", sans-serif;
}

.cc-btn,
form input[type="submit"] {
  padding: 0.94vw 5.15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  font-family: "Denostill", sans-serif;
  font-size: 1.43vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.83vw;
  color: #fff;
  background-image: linear-gradient(#ff98c1, #ff75ac);
  transition:
    filter 0.3s,
    transform 0.3s;
  position: relative;
}

.cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 0.83vw;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgba(237, 110, 161, 0.8);
  transition: opacity 0.3s;
}

.cc-btn:hover::before {
  opacity: 1;
}

.s01 {
  padding: 2.92vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s01 h1 {
  width: 40.94vw;
  padding: 5.26vw 0 4.09vw;
  font-size: 5.26vw;
  font-weight: 400;
  line-height: 0.9;
  text-align: center;
  color: #ed6ea1;
}

.s01 h1 span {
  font-weight: 900;
}

.s01-row {
  width: 46.78vw;
  padding: 1.17vw 0 0;
  display: flex;
  align-items: center;
  gap: 2.34vw;
}

.s01-col {
  width: 25.15vw;
}

.s01-row p {
  padding: 0 0 1.17vw;
  font-size: 1.64vw;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.s02 {
  padding: 0 0 3.39vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s02-item {
  width: 46.78vw;
  padding: 2.34vw;
  display: flex;
  align-items: center;
  gap: 1.87vw;
  border: 0.1rem solid #eedcc1;
  border-radius: 1.75vw;
  background-color: #4b301a;
}

.s02-item + .s02-item {
  margin: 3.39vw 0 0;
}

.s02 h3 {
  padding: 0 0 0.94vw;
  font-size: 1.87vw;
  line-height: 1;
  color: #fff;
}

.s02 p {
  font-size: 1.17vw;
  line-height: 1.1;
  color: #e8dbc1;
}

.s02-img {
  width: 18.95vw;
  flex-shrink: 0;
}

.s02-img img {
  width: 100%;
  border-radius: 0.58vw;
}

.s03 {
  padding: 1.17vw;
  display: flex;
  justify-content: center;
  background-color: #21160b;
}

.s03 img {
  width: 7.72vw;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    padding: 3.13vw 10.42vw;
    font-size: 4.17vw;
    border-radius: 8vw;
  }
  .cc-btn::before {
    border-radius: 8vw;
  }
  .s01 {
    padding: 10.42vw 0;
  }
  .s01 h1 {
    width: 83.33vw;
    padding: 8.33vw 0 4.17vw;
    font-size: 10.42vw;
  }
  .s01-row {
    width: 83.33vw;
    padding: 3.33vw 4.17vw;
    border-radius: 4.17vw;
    flex-direction: column;
  }
  .s01-col {
    width: 100%;
  }
  .s01 h3 {
    font-size: 5.83vw;
  }
  .s01-row p {
    width: 75vw;
    margin: 0 auto;
    padding: 1.25vw 0 0;
    font-size: 4.58vw;
  }
  .s01-row p + h3 {
    padding: 4.17vw 0 0;
  }
  .cc-btn,
  form input[type="submit"] {
    width: 100%;
    margin: 6.25vw auto 0;
  }
  .video-container {
    width: 83.33vw;
    margin: 8.33vw 0;
    border-radius: 4.17vw;
  }
  .video-main iframe {
    border-radius: 4.17vw;
  }
  .s02 {
    padding: 0 0 10.42vw;
  }
  .s02 h2 {
    width: 83.33vw;
    padding: 0 0 6.25vw;
    font-size: 5.42vw;
  }
  .s02-item {
    width: 83.33vw;
    padding: 4.17vw;
    align-items: normal;
    gap: 2.08vw;
    border-radius: 3.33vw;
    min-height: 56.25vw;
  }
  .s02-info {
    align-self: center;
  }
  .s02 h3 {
    padding: 0 0 3.33vw;
    font-size: 5vw;
  }
  .s02 p {
    font-size: 3.33vw;
  }
  .s02-img {
    width: 18.75vw;
  }
  .s02-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 1.67vw;
  }
  .s03 {
    padding: 4.17vw;
  }
  .s03 img {
    width: 16.67vw;
  }

  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
