@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
body {
  font-size: 16px;
  font-weight: 500;
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px 0;
  position: relative;
  color: #fff;
  padding: 100px 20px;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/sky.jpg) center/cover no-repeat;
  filter: grayscale(1);
  z-index: -1;
  opacity: 0.1;
}
@media screen and (max-width: 1050px) {
  body {
    font-size: 1.5188556567vw;
    gap: 2.278283485vw 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
    gap: 6.4vw 0;
  }
}

.sec__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .sec__inner {
    width: 94.9284785436vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: calc(100% - 10.6666666667vw);
  }
}

img {
  height: auto;
  display: block;
  width: 500px;
}
@media screen and (max-width: 1050px) {
  img {
    width: 47.4642392718vw;
  }
}
@media screen and (max-width: 768px) {
  img {
    width: 80%;
  }
}
img:first-of-type {
  width: 300px;
}
@media screen and (max-width: 1050px) {
  img:first-of-type {
    width: 28.4785435631vw;
  }
}
@media screen and (max-width: 768px) {
  img:first-of-type {
    width: 80%;
  }
}

.mincho {
  font-family: "NotoSerifJP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  a {
    font-size: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  a {
    font-size: 4.2666666667vw;
  }
}

p {
  text-align: center;
  line-height: 34px;
}
@media screen and (max-width: 1050px) {
  p {
    line-height: 3.2275682705vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    line-height: 7.4666666667vw;
  }
}
/*# sourceMappingURL=common.css.map */