@charset "UTF-8";
/****************************************
1.PC-COMMON
2.HOME-GUIDELINE PAGE
3.FORM
4.SP-COMMOM
5.SP-CMS
*****************************************/
/****************************************
1.PC-COMMON
*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.66;
  word-break: break-word;
  /* 行全体を超えた場合に改行 */
  overflow-wrap: break-word;
  color: #323232;
  font-variant-east-asian: proportional-width;
}

.ffs {
  font-feature-settings: "palt" 1;
}

.eng {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

h1, h2, h3, h4, h5, p {
  font-feature-settings: "palt" 1;
}

.font-m {
  font-size: 1.4rem;
}

.font-l {
  font-size: 1.6rem;
  line-height: 1.7;
}

.font-ll {
  font-size: 1.8rem !important;
}

.font-lll {
  font-size: 4.2rem;
}

.font-s {
  font-size: 1.4rem;
  font-weight: normal;
}

.font-ss {
  font-size: 1.6rem;
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.normal {
  font-weight: normal;
}

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

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

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

a:hover {
  text-decoration: underline;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.white {
  color: #fff;
}

p {
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 日本語向けの揃え */
}

/****************************************
4.SP-COMMOM
*****************************************/
@media screen and (max-width: 912px) {
  p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.77;
  }
  .font-m {
    font-size: 1.6rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .font-l {
    font-size: 1.8rem;
  }
  .font-ll {
    font-size: 2rem !important;
  }
  .font-s {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .font-ss {
    font-size: 1.4rem;
    font-weight: normal;
  }
}