/* stylelint-disable function-url-quotes */
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Black Han Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a11y {
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  word-break: initial !important;
  word-wrap: initial !important;
}

body {
  background: white;
}

section {
  overflow: hidden;
}
section picture,
section img {
  display: block;
  max-width: 100%;
}

.taming {
  max-width: 1680px;
  margin: auto;
  font-family: "Black Han Sans", sans-serif;
}
.taming .hero {
  height: 590px;
  background: url("../images/hero-bg.png") no-repeat center top/cover;
}
@media (min-width: 1024px) {
  .taming .hero {
    height: 904px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 83px;
    justify-content: flex-start;
  }
}
.taming .hero .text-wrap {
  padding-top: 175px;
  padding-left: 48px;
}
@media (min-width: 1024px) {
  .taming .hero .text-wrap {
    padding-top: 0;
    margin-top: auto;
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .taming .hero .text-wrap {
    padding-left: 160px;
  }
}
.taming .hero .logo {
  width: 196px;
  height: 183px;
  margin-left: -24px;
  display: flex;
}
@media (min-width: 1024px) {
  .taming .hero .logo {
    width: 264px;
    height: 248px;
  }
}
.taming .hero h1 {
  color: #fff;
  text-shadow: 0px 0px 20px #001c1c;
  font-family: "Black Han Sans";
  font-size: 72px;
  font-style: normal;
  margin-top: -24px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1.44px;
}
@media (min-width: 1024px) {
  .taming .hero h1 {
    font-size: 80px;
    line-height: 88px;
  }
}
@media (min-width: 1024px) {
  .taming .hero h1 .m-br {
    display: none;
  }
}
.taming .hero h1 .m-pc {
  display: none;
}
@media (min-width: 1024px) {
  .taming .hero h1 .m-pc {
    display: block;
  }
}
.taming .arrived {
  margin-top: 40px;
}
.taming .arrived .text-wrap {
  padding: 0 48px;
  max-width: 1200px;
  margin: auto;
}
.taming .arrived .text-wrap .section-title {
  color: #2b9a86;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1.28px;
}
.taming .arrived .text-wrap .text {
  color: #5b5b5b;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  margin-top: 16px;
  font-weight: 400;
  line-height: 40px;
}
.taming .arrived .arrived-banner {
  width: 100%;
  margin: 40px 0 80px;
  height: 250px;
  background: url("../images/section01-arrived-img.png") no-repeat center/cover;
}
@media (min-width: 1024px) {
  .taming .arrived .arrived-banner {
    height: 545px;
  }
}
.taming .mythic-pets {
  padding-bottom: 80px;
}
.taming .mythic-pets .img-wrap {
  background: url("../images/section02-pets-bg-m.png") no-repeat center top/cover;
  padding: 80px 80px 40px;
}
@media (min-width: 1024px) {
  .taming .mythic-pets .img-wrap {
    padding-bottom: 120px;
    background: url("../images/section02-pets-bg-pc.png") no-repeat center/cover;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.taming .mythic-pets .img-wrap ul {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .taming .mythic-pets .img-wrap ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
  }
}
.taming .mythic-pets .text-wrap {
  padding: 0 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .taming .mythic-pets .text-wrap {
    margin-top: -40px;
  }
}
.taming .mythic-pets .text-wrap .section-title {
  color: #5e9ebf;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.64px;
}
.taming .mythic-pets .text-wrap .text {
  color: #5b5b5b;
  text-align: center;
  font-family: Poppins;
  margin-top: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.2px;
}
.taming .faq {
  background: #8f63b1;
  padding: 80px 48px;
  color: white;
}
.taming .faq .section-title {
  color: #fff;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.8px;
}
.taming .faq .section-title > span {
  color: #fff;
  text-align: center;
  font-family: "Black Han Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  display: block;
}
.taming .faq ul {
  margin-top: 48px;
  list-style: none;
  padding: 0;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.taming .faq ul li + li {
  margin-top: 48px;
}
.taming .faq ul .faq-title {
  display: block;
  position: relative;
  color: #fff;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  z-index: 2;
}
.taming .faq ul .faq-title::before {
  content: "";
  z-index: -1;
  background: #784c9b;
  width: calc(50% + 49px);
  left: -60px;
  top: 0;
  position: absolute;
  height: 64px;
  transform: skewX(-15deg);
}
@media (min-width: 1024px) {
  .taming .faq ul .faq-title::before {
    width: 430px;
    left: -100px;
  }
}
.taming .faq ul p {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */