@charset "UTF-8";
/* ::::::::::  ブランド  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 767px) {
  .brand {
    padding-bottom: 80px;
  }
}

.brand .bnrArea {
  margin-bottom: 65px;
}

.brand .bnrArea .apBnr {
  background: url(/img/brand/bg_apBnr.png);
  background-size: cover;
  text-decoration: none;
  aspect-ratio: 1250/199;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  position: relative;
  display: block;
}

@media (max-width: 1024px) {
  .brand .bnrArea .apBnr {
    background: url(/img/brand/bg_apBnr_sp.png);
    background-size: cover;
    aspect-ratio: initial;
    height: 259px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 663px;
    margin: 0 auto;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .brand .bnrArea .apBnr {
    aspect-ratio: 331/259;
    height: initial;
  }
}

.brand .bnrArea .apBnr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.51) 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

.brand .bnrArea .apBnr img {
  width: 133px;
  height: 59%;
  border-right: 1px solid #fff;
  padding-right: 55px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 1024px) {
  .brand .bnrArea .apBnr img {
    position: initial;
    transform: initial;
    border: none;
    padding-right: 0;
    margin-bottom: 20px;
    width: 78px;
    height: 75px;
  }
}

.brand .bnrArea .apBnr p {
  color: #fff;
  font-size: 2.3rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

@media (max-width: 1024px) {
  .brand .bnrArea .apBnr p {
    position: initial;
    transform: initial;
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 0 15px;
    letter-spacing: 2px;
  }
}

.brand .wrapper.border {
  padding: 60px 0;
  border-top: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .brand .wrapper.border {
    padding: 40px 0 30px !important;
  }
}

.brand .secTitle02 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 767px) {
  .brand .secTitle02 {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}

.brand .brandLead {
  font-size: 1.9rem;
  text-align: center;
}

@media (max-width: 767px) {
  .brand .brandLead {
    font-size: 1.5rem;
  }
}

.brand .tabSection .wrapper {
  padding: 100px 0 160px;
}

@media (max-width: 767px) {
  .brand .tabSection .wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .brand .tabSection.apartment .brandBlock .textBlock .logo {
    margin-bottom: 27px;
  }
}

.brand .tabSection.gatestay .brandBlock {
  align-items: center;
}

@media (max-width: 767px) {
  .brand .tabSection.gatestay .brandBlock .textBlock .logo {
    width: 260px;
  }
}

.brand .tabSection.ichi .brandBlock .textBlock .logo {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .brand .tabSection.ichi .brandBlock .textBlock .logo {
    width: 80px;
  }
}

.brand .brandBlock {
  display: flex;
  flex-wrap: wrap;
}

.brand .brandBlock .photo {
  width: 50%;
}

@media screen and (max-width: 1400px) {
  .brand .brandBlock .photo {
    width: 56%;
  }
}

@media (max-width: 767px) {
  .brand .brandBlock .photo {
    width: 100%;
  }
}

.brand .brandBlock .photo img {
  width: auto;
  min-width: 100%;
  min-height: 560px;
}

@media (max-width: 767px) {
  .brand .brandBlock .photo img {
    min-height: 0;
  }
}

.brand .brandBlock .textBlock {
  width: 50%;
  max-width: 625px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .brand .brandBlock .textBlock {
    width: 44%;
  }
}

@media (max-width: 767px) {
  .brand .brandBlock .textBlock {
    width: 100%;
    max-width: 100%;
    padding: 50px 20px 45px;
  }
}

.brand .brandBlock .textBlock .title {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .brand .brandBlock .textBlock .title {
    font-size: 1.5rem;
  }
}

.brand .brandBlock .textBlock .title .logo {
  display: block;
  height: auto;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .brand .brandBlock .textBlock .title .logo {
    width: 164px;
    height: auto;
    margin-bottom: 40px;
  }
}

.brand .brandBlock .textBlock .btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .brand .brandBlock .textBlock .btn {
    margin-top: 35px;
  }
}

.brand .brandBlock .textBlock .btn a+a {
  margin-top: 10px;
}

.brand .brandPhoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand .brandPhoto .photo {
  width: 31.52%;
}

@media (max-width: 767px) {
  .brand .brandPhoto .photo {
    width: 100%;
  }

  .brand .brandPhoto .photo+.photo {
    margin-top: 30px;
  }
}

.brand .brandPhoto .photo img {
  margin-bottom: 20px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .brand .brandPhoto .photo img {
    margin-bottom: 15px;
    border-radius: 6px;
  }
}

.brand .tabSection.grand .brandBlock .textBlock .title span {
  letter-spacing: -.5px;
}

@media (max-width: 767px) {

  .brand .tabSection.grand .brandBlock .textBlock .logo {
    width: 230px;
  }
}

/*# sourceMappingURL=brand.css.map */