.brandSect__sub {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .brandSect__sub {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__sub {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2;
  }
}

.brandSect__en {
  line-height: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .brandSect__en {
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__en {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .brandSect__en img {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__en img {
    width: calc(247 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .brandSect__head {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__head {
    margin-top: calc(41 / 390 * 100vw);
  }
}

.brandSect__head .txt {
  max-width: 100%;
  text-align: center;
}

.brandSect__head .headingCombi {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .brandSect__head .heading--large {
    font-size: 40px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__head .heading--large {
    font-size: calc(24 / 390* 100vw);
    letter-spacing: .06em;
  }
}

@media screen and (min-width: 768px) {
  .brandSect__head .headingCombi .heading--intro + .txt {
    margin-top: 49px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__head .headingCombi .heading--intro + .txt {
    margin-top: calc(36 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .brandSect__head .heading + .txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__head .heading + .txt {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 2;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .brandSect__cont {
    margin-top: 73px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__cont {
    margin-top: calc(67 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .brandSect__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__items {
    display: grid;
    gap: calc(16 / 390 * 100vw);
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .brandSect__item {
    width: calc(389 / 1248 * 100%);
  }
}

.brandSect__notes {
  color: #666464;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .brandSect__notes {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__notes {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .brandSect__line {
    margin-block: 64px;
    margin-inline: calc(50% - 50vw);
    text-align: center;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .brandSect__line {
    margin-block: calc(32 / 390 * 100vw);
    margin-inline: calc(50% - 50vw);
    text-align: center;
    width: 100vw;
  }
}

@media screen and (min-width: 768px) {
  .brandSect__line img {
    width: calc(1392 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .brandSect__line img {
    width: calc(368 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .brandSect02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .brandSect02__item {
    width: calc(604 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .brandSect02__item + .brandSect02__item {
    margin-top: calc(33 / 390 * 100vw);
  }
}

.brandSect02__txt {
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .brandSect02__txt {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .brandSect02__txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect02__txt {
    margin-bottom: calc(16 / 390 * 100vw);
  }
}

.brandSect02__image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .brandSect03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .brandSect03__item {
    width: calc(604 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__item + .brandSect03__item {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.brandSect03__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #59472b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.3;
  position: relative;
}

@media screen and (min-width: 768px) {
  .brandSect03__head {
    min-height: 44px;
    padding: 5px 28px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__head {
    min-height: 34px;
    padding: 4px 28px;
  }
}

.brandSect03__head:before {
  background: #d8d1c7;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.brandSect03__head:after {
  background: #d8d1c7;
  content: '';
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  width: 2px;
}

@media screen and (min-width: 768px) {
  .brandSect03__cont {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__cont {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .brandSect03__cont--col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 768px) {
  .brandSect03__cont--col2 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .brandSect03__cont--col2 .brandSect03__column {
    width: calc(286 / 604 * 100%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 768px) {
  .brandSect03__cont--col2 .brandSect03__column {
    width: auto;
  }
}

.brandSect03__cont--col2 .brandSect03__image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .brandSect03__cont--col2 .brandSect03__image {
    width: calc(286 / 604 * 100%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 768px) {
  .brandSect03__cont--col2 .brandSect03__image {
    margin: 32px auto 0 auto;
    width: 286px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__cont--col2 .brandSect03__image {
    margin: calc(24 / 390 * 100vw) auto 0 auto;
    width: calc(286 / 390 * 100vw);
  }
}

.brandSect03__column .headingCombi {
  max-width: 100%;
}

.brandSect03__column .heading--default {
  border-bottom: 1px solid #596a32;
}

@media screen and (min-width: 768px) {
  .brandSect03__column .heading--default {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 2;
    padding: 8px 0 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__column .heading--default {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 2;
    padding: 5px 0 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .brandSect03__column .heading + .txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__column .heading + .txt {
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 2;
    margin-top: calc(18 / 390 * 100vw);
  }
}

.brandSect03__box {
  background: #eaeae6;
}

@media screen and (min-width: 768px) {
  .brandSect03__box {
    margin-top: 26px;
    padding: 20px 24px 24px 24px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__box {
    margin-top: calc(21 / 390 * 100vw);
    padding: 11px 16px 14px 16px;
  }
}

.brandSect03__box .headingCombi {
  max-width: 100%;
}

.brandSect03__box .heading--small {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .brandSect03__box .heading + .txt {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .brandSect03__box .heading + .txt {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1248px;
    width: calc(1248 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .brand-01 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .brand-01 {
    margin-top: calc(65 / 390 * 100vw);
  }
}

.brand-02 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .brand-03 {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .brand-03 {
    margin-top: calc(32 / 390 * 100vw);
  }
}
