@charset "UTF-8";
/*----------------------------------------

	bland CSS

-----------------------------------------*/
/*----------------------------------------
	common
-----------------------------------------*/
.img-box {
  position: relative;
}
.img-box p.cap {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  color: #fff;
  font-size: 1.2rem;
  z-index: 99;
}

.brandBlock--inner {
  margin: auto;
  width: 95%;
  max-width: 970px;
}

/*----------------------------------------
	mv
-----------------------------------------*/
section.mv {
  position: relative;
}
section.mv h2 {
  width: 60%;
  max-width: 398px;
  margin: 40px auto;
}
section.mv .note {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 99;
}

/*----------------------------------------
	brandBlock
-----------------------------------------*/
section.brandBlock.nannkai {
  background: #eff0ef;
  padding-top: 7em;
  padding-bottom: 7em;
}
@media all and (max-width: 767px) {
  section.brandBlock.nannkai {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
section.brandBlock .brandBlock--comLogo {
  margin: auto;
  width: 80%;
  max-width: 395px;
}
section.brandBlock .brandBlock--comRead {
  margin-top: 1.5em;
  font-size: 2.8rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  section.brandBlock .brandBlock--comRead {
    font-size: 1.7rem;
  }
}
section.brandBlock .brandBlock--blandLogo {
  margin: auto;
  margin-top: 3em;
  width: 50%;
  max-width: 193px;
}
section.brandBlock .brandBlock--blandRead {
  margin-top: 3em;
  font-size: 1.6rem;
  line-height: 2em;
}
section.brandBlock .brandBlock--photoBlock {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
}
section.brandBlock .brandBlock--photoBlock .brandBlock--photoBlock__item:first-child {
  width: 39%;
}
@media all and (max-width: 767px) {
  section.brandBlock .brandBlock--photoBlock .brandBlock--photoBlock__item:first-child {
    width: 49%;
  }
}
section.brandBlock .brandBlock--photoBlock .brandBlock--photoBlock__item {
  width: 57.6%;
}
@media all and (max-width: 767px) {
  section.brandBlock .brandBlock--photoBlock .brandBlock--photoBlock__item {
    width: 49%;
  }
}
section.brandBlock.sougoujisho {
  padding-top: 7em;
  padding-bottom: 7em;
}
@media all and (max-width: 767px) {
  section.brandBlock.sougoujisho {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
section.brandBlock.sougoujisho .brandBlock--photoBlock .brandBlock--photoBlock__item:first-child {
  width: 49%;
}
section.brandBlock.sougoujisho .brandBlock--photoBlock .brandBlock--photoBlock__item {
  width: 49%;
}/*# sourceMappingURL=brand.css.map */