@charset "utf-8";
/*---------------------
section共通
----------------------*/
section {
  position: relative;
}

/*---------------------
brand
----------------------*/
.brand {
  padding-block: 64px;
  margin-inline: auto;
  max-width: 660px;
}

.brand h1 {
  max-width: 630px;
  margin-inline: auto;
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  color: #b2b2b2;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.brand .brand-list {
  margin: 40px auto 0;
  width: 530px;
}

.brand .brand-list > li + li {
  margin-top: 32px;
}

.brand .brand-list > li .en {
  font-size: 32px;
  letter-spacing: 0.05em;
}

.brand .brand-list > li .kana {
  color: #808080;
  font-size: 20px;
  font-weight: 500;
  font-family: '"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ P ゴシック", sans-serif';
}

.brand > p {
  margin: 100px auto 72px;
  padding-block: 26px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.brand > a {
  display: grid;
  place-items: center;
  margin: 20px auto 0;
  min-width: 660px;
  width: fit-content;
  min-height: 85px;
  border: 1px solid currentColor;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-decoration: none;
}