@charset "UTF-8";

.page-brand-site--desktop *,
.page-brand-site--desktop *:before,
.page-brand-site--desktop *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----全体設定---- */

.page-brand-site--desktop html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}

.page-brand-site--desktop body {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /*font-family: "FOT-筑紫明朝 Pr5N B";*/
  color: #222222;
  letter-spacing: .04em;
  line-height: 1.5;
}

.page-brand-site--desktop .form-control input[type="text"] {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.page-brand-site--desktop .ff-pp {
  font-family: 'Poppins', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ----ヘッドライン---- */

.page-brand-site--desktop h1 {
  margin: 0 0 20px;
  font-size: 3rem;
}

.page-brand-site--desktop h2 {
  margin: 0 0 20px;
  padding: 28px 0 0 20px;
  border-top: 1px solid #e5e3e3;
  font-size: 2.2rem;
  letter-spacing: .06em;
}

.page-brand-site--desktop .h1 {
  padding: 0;
  margin: 0 0 20px;
  border-top: none;
  font-size: 3rem;
}

.page-brand-site--desktop h3 {
  margin: 0 0 20px;
  padding: 16px 24px;
  background-color: #f7f6f5;
  font-size: 1.8rem;
  font-weight: 500;
}

.page-brand-site--desktop h4 {
  margin: 0 0 20px;
  padding: 0 24px 16px;
  border-bottom: 3px solid #ebe9e6;
  font-size: 1.6rem;
  font-weight: 600;
}

.page-brand-site--desktop h5 {
  margin: 0 0 20px;
  padding: 0 24px 16px;
  border-bottom: 1px dotted #cdcccc;
  font-size: 1.4rem;
  font-weight: 600;
}

.page-brand-site--desktop .block-top-free--header {
  margin: 0 0 20px;
  padding: 0;
  border-top: none;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.page-brand-site--desktop .block-top-free--header > span {
  display: block;
  text-align: center;
}

.page-brand-site--desktop .block-top-free--header .block-en {
  font-size: 2.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
}

.page-brand-site--desktop .block-top-free--header .block-ja {
  margin-top: 5px;
  font-size: 1.4rem;
}

/* ----リンク---- */

.page-brand-site--desktop a {
  text-decoration: none;
  color: #222222;
}

.page-brand-site--desktop a:hover,
.page-brand-site--desktop a:focus {
  text-decoration: underline;
}

.page-brand-site--desktop a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.page-brand-site--desktop .txt-underline {
  text-decoration: underline;
}

.page-brand-site--desktop .txt-underline:hover {
  text-decoration: none;
}

/* ----タグ---- */

.page-brand-site--desktop img {
  display: block;
  max-width: 100%;
}

.page-brand-site--desktop hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

.page-brand-site--desktop ::-ms-clear {
  display: none;
}

/* ----フォント---- */

/*@font-face {font-family: "FOT-筑紫明朝 Pr5N B";src: url(../../css/usr/fonts/FOT-TSUKUMINPR5N-L.OTF);}@font-face {font-family: "FOT-筑紫明朝 Pr5N E";src: url(../../css/usr/fonts/FOT-TSUKUMINPR5N-M.OTF);}@font-face {font-family: "FOT-筑紫明朝 Pr5N R";src: url(../../css/usr/fonts/FOT-TSUKUMINPR5N-R.OTF);}@font-face {font-family: "FOT-筑紫明朝 Pr6N L";src: url(../../css/usr/fonts/FOT-TSUKUMINPRO-L.OTF);}@font-face {font-family: "FOT-筑紫明朝 Pr6N M";src: url(../../css/usr/fonts/FOT-TSUKUMINPRO-M.OTF);}@font-face {font-family: "FOT-筑紫明朝 Pr6N R";src: url(../../css/usr/fonts/FOT-TSUKUMINPRO-R.OTF);}*/