:root {
  --color-brw:#9C886B;
}

.c-flex {
  display: flex;
}
.c-flex.c-spb {
  justify-content: space-between;
}
.c-flex.c-wrap {
  flex-wrap: wrap;
}
.c-flex.c-ac {
  align-items: center;
}
.c-flex.c-afs {
  align-items: flex-start;
}

.c-mix {
  mix-blend-mode: multiply;
}

[class*=__inner] {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.brand .navigation-bar {
  transform: translateY(0);
}

.p-brand-mv {
  position: relative;
}
.p-brand-mv__title {
  font-family: "miller-banner", serif;
  font-weight: 300;
  opacity: 0.2;
  color: var(--color-brw);
  position: absolute;
  z-index: 2;
  font-size: clamp(6rem, 3rem + 9.375vw, 21rem);
  letter-spacing: 0.05em;
  left: 20px;
  top: 100%;
}
@media screen and (max-width: 767px) {
  .p-brand-mv__title {
    opacity: 1;
  }
}
.p-brand-mv__title span {
  display: block;
}
@media screen and (max-width: 767px) {
  .-bg1 .p-brand-mv__title {
    top: auto;
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .-bg2 .p-brand-mv__title {
    top: 0;
    color: var(--color-brw) !important;
    font-size: clamp(5.5rem, 5.4rem + 0.3125vw, 6rem);
  }
}
@media screen and (max-width: 767px) {
  .-bg3 .p-brand-mv__title {
    top: 10px;
    left: auto;
    right: 10px;
    width: auto;
    color: var(--color-brw) !important;
  }
}
.p-brand-mv__title.-wh {
  color: #fff;
}
.p-brand-mv__title2 {
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: clamp(3rem, 2.2rem + 2.5vw, 7rem);
  letter-spacing: 0.2em;
  line-height: 1.5;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .-bg1 .p-brand-mv__title2 {
    top: 45%;
  }
}
.p-brand-txt {
  padding-top: 12%;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-brand-txt {
    padding: 15% 0 15% 0;
  }
}
.p-brand-txt__inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-brand-txt__inner {
    flex-direction: column;
    row-gap: 60px;
    margin-bottom: 2.5%;
  }
}
.p-brand-txt__inner dl {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .p-brand-txt__inner dl {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-txt__inner dl {
    width: 100%;
    text-align: center;
  }
}
.p-brand-txt__inner dl dt {
  font-family: "miller-banner", serif;
  font-weight: 300;
  color: var(--color-brw);
  font-size: clamp(1.5rem, 1rem + 1.5625vw, 4rem);
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.p-brand-txt__inner dl dd {
  font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-brand-txt__inner figure {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .p-brand-txt__inner figure {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-txt__inner figure {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .-bg1 .p-brand-txt__inner figure img {
    width: 112%;
    margin-left: -6%;
  }
}
@media screen and (max-width: 767px) {
  .-bg3 .p-brand-txt__inner figure .caption {
    font-size: clamp(1.4rem, 1.28rem + 0.375vw, 2rem);
    text-align: center;
  }
}
.p-brand-txt.-wh dl dt {
  color: #fff;
}
.p-brand-txt.-wh dl dd {
  color: #fff;
}
.p-brand-txt.-wh .slick-dots li button {
  background-color: #fff;
}
.p-brand .slider {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-brand .slider {
    margin-top: 10%;
  }
}
.p-brand .slider .slide {
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.p-brand .slider .slide.slick-initialized {
  opacity: 1;
}
.p-brand .slider .slide li figure {
  margin: 0 30px;
}
@media screen and (max-width: 1200px) {
  .p-brand .slider .slide li figure {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-brand .slider .slide li figure {
    margin: 0 7.5%;
  }
}
.p-brand .slider .slide li figure figcaption {
  font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
  line-height: 1.3;
  margin-top: 10px;
}
.p-brand .slider .slide .none {
  display: none !important;
}
.p-brand .slider .slide .slick-list {
  padding: 0 7% 0 0 !important;
}
@media screen and (max-width: 767px) {
  .p-brand .slider .slide .slick-list {
    padding: 0 !important;
  }
}
.p-brand .slick-dots {
  margin-top: 80px;
  position: static;
}
@media screen and (max-width: 767px) {
  .p-brand .slick-dots {
    margin-top: 2.5%;
  }
}
.p-brand .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-brand .slick-dots li {
    margin: 0 10px;
    width: 9px;
    height: 9px;
  }
}
.p-brand .slick-dots li button {
  background-color: var(--color-brw);
  border-radius: 12px;
  width: 15px;
  height: 15px;
  padding: 0;
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .p-brand .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
.p-brand .slick-dots li button:before {
  content: "";
}
.p-brand .slick-dots li.slick-active button {
  opacity: 1;
}
.p-brand .-bg2 {
  background-image: url(../images/brand/bg-beige.png);
  background-size: contain;
}
.p-brand .-bg3 {
  background: #454444;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-brand .-bg3 {
    padding: 80px 0;
  }
}
.p-brand .sec01 .p-brand-mv {
  padding: 160px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv {
    padding: 100px 0;
  }
}
.p-brand .sec01 .p-brand-mv::after {
  background: url(../images/brand/text01.svg) no-repeat center;
  bottom: 50px;
  content: "";
  height: 628px;
  left: 30px;
  position: absolute;
  width: 125px;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv::after {
    content: none;
  }
}
.p-brand .sec01 .p-brand-mv-sec01-box.box01 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv-sec01-box.box01 {
    align-items: flex-end;
    margin: 0 -6% 100px;
  }
}
.p-brand .sec01 .p-brand-mv-sec01-box.box01 .p-brand-mv-sec01-box-img {
  width: 81%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv-sec01-box.box01 .p-brand-mv-sec01-box-img {
    width: 66.4928292047%;
  }
}
.p-brand .sec01 .p-brand-mv-sec01-box.box01 .p-brand-mv-sec01-box-text {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv-sec01-box.box01 .p-brand-mv-sec01-box-text {
    width: 33.6375488918%;
  }
}
.p-brand .sec01 .p-brand-mv-sec01-box-text {
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  line-height: 1.8;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-feature-settings: "pkna";
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv-sec01-box-text {
    letter-spacing: 0.8em;
    font-size: 1.1rem;
  }
}
.p-brand .sec01 .p-brand-mv-sec01-box.box02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv-sec01-box.box02 {
    align-items: flex-start;
    margin: 0 -6%;
  }
}
.p-brand .sec01 .p-brand-mv-sec01-box.box02 figure {
  width: 59.1666666667%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv-sec01-box.box02 figure {
    width: 49.8044328553%;
  }
}
.p-brand .sec01 .p-brand-mv-sec01-box.box02 .p-brand-mv-sec01-box-text {
  width: 25.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec01 .p-brand-mv-sec01-box.box02 .p-brand-mv-sec01-box-text {
    margin-top: clamp(5rem, 4rem + 3.125vw, 10rem);
    width: 50.3259452412%;
  }
}
.p-brand .sec02 {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-brand .sec02 {
    padding-bottom: 80px;
  }
  .p-brand .sec02::after {
    background: url(../images/brand/text01.svg) no-repeat center;
    content: "";
    height: 628px;
    left: 0;
    position: absolute;
    top: 25%;
    width: 23.5294117647%;
  }
}
.p-brand .sec02 .p-brand-mv-sec02-photo {
  margin: 90px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-brand .sec02 .p-brand-mv-sec02-photo {
    flex-wrap: wrap;
  }
}
.p-brand .sec02 .p-brand-mv-sec02-photo li {
  width: 30.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec02 .p-brand-mv-sec02-photo li {
    margin-bottom: clamp(3rem, 2.6rem + 1.25vw, 5rem);
    width: 100%;
  }
  .p-brand .sec02 .p-brand-mv-sec02-photo li:last-child {
    margin-bottom: 0;
  }
}
.p-brand .sec02 .p-brand-txt-sec02-flex dl {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec02 .p-brand-txt-sec02-flex dl {
    text-align: left;
    width: 100%;
  }
}
.p-brand .sec02 .p-brand-txt-sec02-flex dl dt {
  font-size: clamp(1.8rem, 1.56rem + 0.75vw, 3rem);
  line-height: 1.8;
}
.p-brand .sec02 .p-brand-txt-sec02-flex dl dd {
  font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
  line-height: 2.8;
}
.p-brand .sec02 .p-brand-txt-sec02-flex figure {
  width: 49.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec02 .p-brand-txt-sec02-flex figure {
    width: 100%;
  }
}
.p-brand .sec02 .p-brand-area1__inner {
  padding-top: 100px;
}
.p-brand .sec02 .p-brand-area1__inner h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-brand .sec02 .p-brand-area1__inner {
    padding-top: 100px;
  }
  .p-brand .sec02 .p-brand-area1__inner h4 {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 50px;
  }
}
.p-brand .sec03 .p-brand-area1__inner h4 {
  margin-bottom: 0;
}
.p-brand .sec03 .slider figcaption {
  color: #fff;
  font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
}
.p-brand .sec03 .slider figcaption .fz_s {
  font-size: 10px;
}
.p-brand .sec03 .slider .slick-dots {
  display: none !important;
}
.p-brand-area1 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-brand-area1__inner h4 {
  font-size: clamp(2rem, 1.88rem + 0.375vw, 2.6rem);
  letter-spacing: 0.1em;
  margin-bottom: clamp(2rem, 0rem + 6.25vw, 12rem);
}
@media screen and (max-width: 767px) {
  .p-brand-area1__inner h4 {
    line-height: 1.5;
  }
}
.p-brand-area1__inner h4 .fz_s {
  font-size: 10px;
}
.p-brand-area1__inner dl dt {
  font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-brand-area1__inner dl dt {
    letter-spacing: 0.1em;
    margin-inline: auto;
    text-align: left;
  }
}
.p-brand .sec04 {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 {
    padding-top: 80px;
  }
}
.p-brand .sec04 h4 {
  color: var(--color-brw);
  font-size: clamp(2.2rem, 2.12rem + 0.25vw, 2.6rem);
  line-height: 1.5;
}
.p-brand .sec04 .p-brand-sec04-gooddesign {
  background: #F9F8F6;
  margin: 100px auto;
  padding: 50px 90px 30px;
  max-width: 896px;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-gooddesign {
    background: none;
    display: block;
    margin: 50px auto 0;
    padding: 0;
    text-align: center;
    max-width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-gooddesign-text {
  width: 60.6145251397%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-gooddesign-text {
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-gooddesign-text__title {
  color: var(--color-brw);
  font-size: clamp(1.8rem, 1.74rem + 0.1875vw, 2.1rem);
  margin-bottom: 1em;
}
.p-brand .sec04 .p-brand-sec04-gooddesign-text__text {
  line-height: 1.5;
}
.p-brand .sec04 .p-brand-sec04-gooddesign-logo {
  width: 30.3072625698%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-gooddesign-logo {
    margin: 30px auto;
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-example {
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.p-brand .sec04 .p-brand-sec04-example-img {
  flex-wrap: wrap;
  width: 54.5833333333%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-example-img {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 462px;
  }
}
.p-brand .sec04 .p-brand-sec04-example-text {
  text-align: center;
  width: 33.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-example-text {
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-example-text-title {
  font-size: clamp(2rem, 1.92rem + 0.25vw, 2.4rem);
  margin-bottom: 1em;
}
.p-brand .sec04 .p-brand-sec04-example-text-title .fz_s {
  font-size: 10px;
}
.p-brand .sec04 .p-brand-sec04-example-text-text {
  line-height: 2;
}
.p-brand .sec04 .p-brand-sec04-example.example01 .p-brand-sec04-example-img-single {
  width: 49.3129770992%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-example.example01 .p-brand-sec04-example-img-single {
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-example.example01 .p-brand-sec04-example-img-double {
  gap: 10px;
  flex-direction: column;
  width: 49.3129770992%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-example.example01 .p-brand-sec04-example-img-double {
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-example.example02 {
  flex-direction: row-reverse;
}
.p-brand .sec04 .p-brand-sec04-example.example02 .p-brand-sec04-example-img {
  flex-direction: column;
}
.p-brand .sec04 .p-brand-sec04-example.example02 .p-brand-sec04-example-img-double {
  margin-top: 10px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-example.example02 .p-brand-sec04-example-img-double {
    flex-wrap: wrap;
  }
}
.p-brand .sec04 .p-brand-sec04-example.example02 .p-brand-sec04-example-img-double picture {
  width: 49.3129770992%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-example.example02 .p-brand-sec04-example-img-double picture {
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-development {
  padding: 90px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development__inner {
    flex-wrap: wrap;
  }
}
.p-brand .sec04 .p-brand-sec04-development.development01 {
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development.development01 {
    background: none;
  }
}
.p-brand .sec04 .p-brand-sec04-development.development02 {
  background: #DDDEDF;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development.development02 {
    background: none;
  }
}
.p-brand .sec04 .p-brand-sec04-development.development02 .p-brand-sec04-development__inner {
  flex-direction: row-reverse;
}
.p-brand .sec04 .p-brand-sec04-development-text {
  width: 36.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development-text {
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-development-text-title {
  align-items: flex-end;
  border-bottom: 1px solid rgba(30, 36, 45, 0.3);
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.p-brand .sec04 .p-brand-sec04-development-text-title__left {
  font-size: clamp(1.8rem, 1.66rem + 0.4375vw, 2.5rem);
}
.p-brand .sec04 .p-brand-sec04-development-text-text {
  line-height: 1.8;
}
.p-brand .sec04 .p-brand-sec04-development-text-logo {
  margin-top: 30px;
}
.p-brand .sec04 .p-brand-sec04-development-text-logo picture {
  width: 35.6818181818%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development-text-logo picture {
    text-align: center;
    width: 100%;
  }
}
.p-brand .sec04 .p-brand-sec04-development-text-logo-text {
  line-height: 1.5;
  width: 53.8636363636%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development-text-logo-text {
    margin: 30px auto 0;
    width: 90%;
  }
}
.p-brand .sec04 .p-brand-sec04-development-img {
  width: 53.9166666667%;
}
@media screen and (max-width: 767px) {
  .p-brand .sec04 .p-brand-sec04-development-img {
    margin-top: 30px;
    width: 100%;
  }
}/*# sourceMappingURL=brand.css.map */