@charset "UTF-8";
/*//////////////////////////////////////////////////
	限定コンテンツトップ
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv {
  position: relative;
  z-index: 1;
  margin-bottom: 4.6rem;
}
.mv .p-title {
  position: absolute;
  z-index: 1;
  top: 8.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
}
.mv .mv__copy {
  position: absolute;
  z-index: 1;
  top: 2.6rem;
  right: 3.6rem;
  writing-mode: vertical-rl;
  line-height: 1.6;
  font-size: 1.25rem;
}
.mv .mv__copy .nomal {
  display: inline-block;
  transform: rotate(-90deg);
}
.mv .caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 1.2rem;
  font-size: 1rem;
  filter: drop-shadow(0px 0px 2px rgba(255, 0, 0, 0));
}

@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 6rem;
  }
  .mv .p-title {
    top: 50%;
    left: 50%;
    font-size: 8rem;
    transform: translate(-50%, -50%);
  }
  .mv .mv__copy {
    top: 10.2rem;
    right: auto;
    left: 22.6rem;
    font-size: 3.6rem;
  }
  .mv .caption {
    bottom: 0.8rem;
    right: 4%;
    font-size: 1.2rem;
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.sec__outer {
  margin-bottom: 4rem;
  background: url("/assets/img/brand/background-sp.jpg") top left/100% auto no-repeat;
}

.sec__title {
  margin-bottom: 2.4rem;
  font-size: 1.54rem;
  text-align: center;
}

.sec__body {
  margin-bottom: 4rem;
}
.sec__body .body {
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.brand {
  margin-bottom: 3.2rem;
}
.brand .brand_img {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.brand .brand_img .caption {
  position: absolute;
  z-index: 1;
  bottom: 1em;
  right: 4%;
}
.brand .brand_body {
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.brand_message {
  margin-bottom: 5rem;
  padding: 4rem 0;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
}
.brand_message .brand_message-logo {
  margin-bottom: 1.4rem;
  text-align: center;
}
.brand_message .brand_message-logo .logo img {
  width: 22rem;
}
.brand_message .brand_message-logo .jp {
  font-size: 1.3rem;
}
.brand_message .brand_message-body {
  margin-bottom: 2.8rem;
  text-align: center;
}
.brand_message .brand_message-body .read {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.brand_message .brand_message-body .body {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.brand_message .brand_message-img {
  position: relative;
  z-index: 1;
}
.brand_message .brand_message-img img {
  aspect-ratio: 68/34;
  object-fit: cover;
  object-position: center 85%;
}
.brand_message .brand_message-img .cap {
  position: absolute;
  z-index: 1;
  bottom: 0.2em;
  right: 0.6em;
  font-size: 0.8rem;
  line-height: 1;
}

.brand_other-build {
  /*
  .swiper-outer{
  	position: relative;
  	z-index: 1;
  }
  .swiper-prev,
  .swiper-next{
  	cursor: pointer;
  	position: absolute;
  	z-index: 1;
  	top: 50%;
  	width: 1.4rem;
  	transform: translateY(-50%);
  }
  .swiper-prev{
  	left: 0;
  }
  .swiper-next{
  	right: 0;
  }
  .swiper{
  	width: 24.0rem;
  	margin: 0 auto;
  }
  	*/
}
.brand_other-build .brand_ttl {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 1.2rem;
}
.brand_other-build .brand_other-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 72%;
  margin: 0 auto;
}
.brand_other-build .item {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #867a54;
}
.brand_other-build .item .thum {
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .sec__outer {
    background: url("/assets/img/brand/background-sp.jpg") top left/100% auto no-repeat;
  }
  .sec__title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
  .sec__body {
    margin-bottom: 4rem;
  }
  .sec__body .body {
    line-height: 2.4;
    font-size: 2rem;
  }
  .brand {
    position: relative;
    z-index: 1;
    margin-bottom: 11rem;
  }
  .brand .brand_img .caption {
    bottom: 4em;
    right: 5%;
  }
  .brand .brand_body {
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 0;
    width: 100%;
    line-height: 2.4;
    font-size: 2rem;
  }
  .brand_message {
    width: 96%;
    margin: 0 auto 14rem;
    padding: 0;
    border: none;
  }
  .brand_message .brand_message-logo {
    margin-bottom: 1.6rem;
  }
  .brand_message .brand_message-logo .logo img {
    width: 46rem;
  }
  .brand_message .brand_message-logo .jp {
    font-size: 2.4rem;
  }
  .brand_message .brand_message-body {
    margin-bottom: 6rem;
  }
  .brand_message .brand_message-body .read {
    letter-spacing: 0.1em;
    font-size: 3.2rem;
  }
  .brand_message .brand_message-body .body {
    line-height: 2.2;
    letter-spacing: 0.1em;
    font-size: 2rem;
  }
  .brand_message .brand_message-img .cap {
    right: 3rem;
    font-size: 1.2rem;
  }
  .brand_other-build {
    /*
    .swiper-prev,
    .swiper-next{
    	width: 2.0rem;
    }
    .swiper-prev{
    	transform: translate(-200%, -50%);
    }
    .swiper-next{
    	transform: translate(200%, -50%);
    }
    .swiper{
    	width: 100%;
    }
    	*/
  }
  .brand_other-build .brand_ttl {
    margin-bottom: 3.6rem;
    font-size: 3.6rem;
  }
  .brand_other-build .brand_other-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    width: 100%;
  }
  .brand_other-build .item {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */
