@charset "UTF-8";
html {
  height: 100%;
  width: 100%;
}

body {
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  letter-spacing: 0.3rem;
  font-size: 16px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ ProN W3", "Yu Gothic UI", "メイリオ", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  background-color: #efeee4;
}

ul {
  list-style: none;
  margin-inline: 0;
  padding-inline: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  list-style: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.title {
  font-size: 96px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
@media (max-width: 992px) {
  .title {
    font-size: 96px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 76px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 32px;
  }
}

.caption {
  font-size: 64px;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Mitr", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 992px) {
  .caption {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .caption {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .caption {
    font-size: 32px;
  }
}

.large-title {
  font-size: 48px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
@media (max-width: 992px) {
  .large-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .large-title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .large-title {
    font-size: 20px;
  }
}

.btn-text {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 40px;
}
@media (max-width: 992px) {
  .btn-text {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .btn-text {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .btn-text {
    font-size: 20px;
  }
}

.large-L {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 36px;
}
@media (max-width: 992px) {
  .large-L {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .large-L {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .large-L {
    font-size: 16px;
  }
}

.large {
  font-family: "FP-ヒラギノ角ゴ ProN W4";
  font-size: 32px;
}
@media (max-width: 992px) {
  .large {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .large {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .large {
    font-size: 24px;
  }
}

.medium {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 24px;
}
@media (max-width: 992px) {
  .medium {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .medium {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .medium {
    font-size: 16px;
  }
}

.small {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 20px;
}
@media (max-width: 992px) {
  .small {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .small {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .small {
    font-size: 14px;
  }
}

.text {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 16px;
}
@media (max-width: 992px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .text {
    font-size: 16px;
  }
}

.mitr-extralight {
  font-family: "Mitr", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.mitr-light {
  font-family: "Mitr", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.mitr-regular {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mitr-medium {
  font-family: "Mitr", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.mitr-semibold {
  font-family: "Mitr", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mitr-bold {
  font-family: "Mitr", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.square-peg-regular {
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
}

.maru-g {
  font-family: "FP-ヒラギノUD丸ゴ StdN W6" !important;
}/*# sourceMappingURL=style.css.map */