@charset "UTF-8";
.pc_contents {
  display: block;
}

@media (max-width: 768px) {
  .pc_contents {
    display: none;
  }
}

.sp_contents {
  display: none;
}

@media (max-width: 768px) {
  .sp_contents {
    display: block;
  }
}

html {
  font-size: calc(100vw / 12.8);
}

@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 3.75);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#otherBrand .breadArea ul {
  width: 1020px;
  margin: 20px auto 0;
}

.otherBrand div {
  text-align: center;
}

.otherBrand img {
  vertical-align: top;
}

.otherBrand__VisuContainer {
  width: 1020px;
  margin: 40px auto 80px;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer {
    width: 100%;
    margin: 41.5px auto 80px;
  }
}

.otherBrand__VisuContainer--title {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.27em;
  line-height: 1.06;
  text-align: center;
  color: #222;
  margin-bottom: 39px;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--title {
    font-size: .30rem;
    line-height: 32px;
  }
}

.otherBrand__VisuContainer--pic img {
  width: 100%;
}

.otherBrand__VisuContainer--brandLogo {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.otherBrand__VisuContainer--brandLogo .bea img {
  width: 84px;
  display: block;
  margin: 23.6px auto 16px;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--brandLogo .bea img {
    width: 22.4%;
  }
}

.otherBrand__VisuContainer--brandLogo .damai img {
  width: 67px;
  display: block;
  margin: 24.5px auto 23.5px;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--brandLogo .damai img {
    width: 17.8%;
  }
}

.otherBrand__VisuContainer--brandLogo .solace img {
  width: 157px;
  display: block;
  margin: 24px auto 24px;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--brandLogo .solace img {
    width: 41.8%;
  }
}

.otherBrand__VisuContainer--brandLogo .brandName {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #222;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--brandLogo .brandName {
    font-size: .14rem;
  }
}

.otherBrand__VisuContainer--concept {
  width: 750px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--concept {
    width: 89.3%;
  }
}

.otherBrand__VisuContainer--concept p {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #222;
  margin: 0 auto 32px;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--concept p {
    font-size: .14rem;
  }
}

.otherBrand__VisuContainer--concept a {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  width: 244px;
  height: 60px;
  border-radius: 2px;
  background: #367ecd;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .otherBrand__VisuContainer--concept a {
    font-size: .14rem;
    width: 72.8%;
  }
}
/*# sourceMappingURL=style.css.map */