@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/* 基本フォントサイズ設定 */
html {
  font-size: 62.5%;
}

/* //基本フォントサイズ設定 */
/* 全体設定 */
body {
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #000000;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  line-height: 1.86666667;
}

main {
  margin-top: -4.9780380673vw;
}
@media screen and (max-width: 1365px) {
  main {
    margin-top: -6vw;
  }
}
@media screen and (max-width: 991px) {
  main {
    margin-top: -7.5vw;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: -9vw;
  }
}
@media screen and (max-width: 575px) {
  main {
    margin-top: -11vw;
  }
}
@media screen and (max-width: 400px) {
  main {
    margin-top: -12vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.container {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 96rem;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 82rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 54rem;
  }
}

/* //全体設定 */
/* 単体クラス */
.d-inline-block {
  display: inline-block;
}

/* //単体クラス */
/* フォントファミリー */
.notosans {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.figtree {
  font-family: "Figtree", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

/* //フォントファミリー */
/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */
/* フォントカラー */
.text-black {
  color: #000000;
}

/* //フォントカラー */
/* タイトル */
.ttl-pattern1 {
  font-family: "Figtree", system-ui;
  font-size: 7rem;
  line-height: 1.2;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 991px) {
  .ttl-pattern1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl-pattern1 {
    font-size: 4rem;
  }
}

.sub-ttl-pattern1 {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

/* //タイトル */
/* スクロールエフェクト用 */
.scrollcheck {
  opacity: 0;
  transition: all 0.3s;
}
.scrollcheck.scrolled {
  opacity: 1;
}

/* //スクロールエフェクト用 *//*# sourceMappingURL=style-common.css.map */