@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.6rem;
  font-weight: 400;
  line-height: 1.66;
  word-break: break-word;
  /* 行全体を超えた場合に改行 */
  overflow-wrap: break-word;
}

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

a.button-common {
  background-color: #FFF000;
  color: #000;
  padding: 6px 24px;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  font-size: 1.8rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.04);
}

a.button-common:hover {
  background-color: #f2e202;
}

a.underline {
  text-decoration: underline;
}

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

.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: bold;
}

.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.common-button {
  background-color: var(--cls-red);
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  padding: 4px 24px;
  border-radius: 8px;
  color: #fff;
  transition: background-color 0.1s ease;
}

a.common-button:hover {
  background-color: #C63B3B;
  text-decoration: none;
}

a.white {
  color: #fff;
}

/****************************************
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;
  }
}