@charset "UTF-8";

:root {
  --color-brw: #a48b78;
  --color-grey: #595757;
  --color-grey2: rgba(200, 202, 204, 0.2);
  --color-wh: #fff;
  --color-bk: #333;
  --font-goc: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  --font-min: "fot-tsukuaoldmin-pr6n", sans-serif;
  --font-forum: "Forum", "Noto Serif JP", serif;
}

.p-brand-mv {
  position: relative;
}

.p-brand-mv h1 {
  font-size: clamp(5.4rem, 3.46rem + 6.0625vw, 15.1rem);
  font-family: var(--font-forum);
  font-weight: normal;
  color: var(--color-wh);
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  line-height: 0.6;
  left: 5%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-brand-mv h1 {
    writing-mode: vertical-lr;
    top: 10%;
    left: 0;
  }
}

.p-brand h2 {
  text-align: center;
  font-weight: normal;
  font-size: clamp(1.2rem, 6vw, 12.4rem);
  color: var(--color-brw);
}



.p-brand-area1 {
  color: var(--color-brw);
  padding: clamp(7.5rem, 5.2rem + 7.1875vw, 19rem) 0;
}

.location-bg-01 {
  background: #fff;
  background-image: url(../images/location/location-bg-01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .location-bg-01 {
    background-image: url(../images/location/location-bg-01-sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.brand-bg-01 {
  background: #fff;
  background-image: url(../images/brand/brand-bg-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .brand-bg-01 {
    background-image: url(../images/brand/brand-bg-01-sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.brand-bg-02 {
  background: url(../images/brand/brand-bg-02.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .brand-bg-02 {
    background: url(../images/brand/brand-bg-02-sp.webp) no-repeat center;
    background-size: cover;
  }
}

.brand-bg-03 {
  background: #fff;
  background-image: url(../images/brand/brand-bg-03.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .brand-bg-03 {
    background-image: url(../images/brand/brand-bg-03-sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-brand-area1 h2 {
  font-family: var(--font-min);
  text-align: center;
  font-weight: normal;
}
.p-brand-area1 h2:after {
  content: "";
  width: 1px;
  height: 150px;
  background-color: var(--color-brw);
  display: block;
  margin-inline: auto;
  margin-block: clamp(1rem, 0.8rem + 0.625vw, 2rem) clamp(2.5rem, 2rem + 1.5625vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-brand-area1 h2:after {
    height: 75px;
  }
}
.p-brand-area1 h2 span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.2rem, 0.96rem + 0.75vw, 2.4rem);
  letter-spacing: 0.07em;
  margin-block-end: clamp(1.2rem, 0.94rem + 0.8125vw, 2.5rem);
}
.p-brand-area1 h2 span:before,
.p-brand-area1 h2 span:after {
  content: "";
  width: 76px;
  height: 29px;
  border: 1px solid var(--color-brw);
  display: block;
}
.p-brand-area1 h2 span:before {
  border-right: none;
}
.p-brand-area1 h2 span:after {
  border-left: none;
}
.p-brand-area1 h2 em {
  display: block;
  font-style: normal;
  font-size: clamp(2.7rem, 2.16rem + 1.6875vw, 5.4rem);
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.p-brand-area1 p {
  font-family: var(--font-min);
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(1.9rem, 1.52rem + 1.1875vw, 3.8rem);
  line-height: 2;
  margin-block-end: clamp(3rem, 2.4rem + 1.875vw, 6rem);
}

.p-brand-area1 .img-wrapper p.caption {
  margin-block-end: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: right
}

.p-brand-area2 {
  background-color: var(--color-wh);
}

.p-brand-txtimg-block {
  padding: 80px 0 300px;
}
@media screen and (max-width: 1024px) {
  .p-brand-txtimg-block {
    padding: 60px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-txtimg-block {
    padding: 60px 0 60px;
  }
}

.p-brand-lineup {
  align-items: center;
  display: flex;
}
.p-brand-lineup-reverse {
  flex-direction: row-reverse;
}
.p-brand-lineup.lineup-reverse {
  flex-direction: row-reverse;
}
.p-brand-lineup:not(:first-child) {
  margin-top: 290px;
}
.p-brand-lineup.mt0 {
  margin-top: 0;
}

.p-brand-txt-box {
  max-width: 1450px;
  width: calc(100% - 50px);
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
  padding-block: 50px clamp(2rem, 0.9rem + 3.4375vw, 7.5rem);
}
.p-brand-lineup .p-brand-txt-box {
  width: calc(456% / 16.8);
}
@media screen and (max-width: 1024px) {
  .p-brand-lineup:not(:first-child) {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-txt-box {
    padding-block: 26px clamp(2rem, 0.9rem + 3.4375vw, 7.5rem);
  }
  .p-brand-lineup {
    flex-direction: column-reverse;
    max-width: 100%;
    margin-left: auto;
  }
  .p-brand-lineup.lineup-reverse {
    flex-direction: column-reverse;
    max-width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  .p-brand-lineup:not(:first-child) {
    margin-top: 50px;
  }
  .p-brand-txt-box {
    max-width: 80%;
  }
  .p-brand-lineup .p-brand-txt-box {
    max-width: 100%;
    width: 100%;
  }
}

.p-brand-txt-box dl {
  margin-block: auto 40px;
  font-family: var(--font-min);
  color: var(--color-brw);
}
@media screen and (max-width: 767px) {
  .p-brand-txt-box dl {
    margin: 0 auto;
    width: 76%;
  }
  .lineup-reverse .p-brand-txt-box dl {
    margin-left: auto;
  }
}
.p-brand-txt-box dl dt {
	font-size: clamp(2rem, 1.72rem + 0.875vw, 3.4rem);
	line-height: 1.68;
	margin-block-end: clamp(0.5rem, 0.2rem + 0.9375vw, 2rem);
}
.p-brand-txt-box dl dd {
  font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
  line-height: 1.8;
  max-width: 640px;
}

.p-brand-txt-box figure {
  grid-area: pic;
}
@media screen and (max-width: 767px) {
  .p-brand-txt-box figure {
    width: 98%;
  }
}

.p-brand-txt-box p {
  grid-area: txt;
  margin-block: 40px auto;
  font-family: var(--font-min);
  color: var(--color-brw);
  font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
  line-height: 1.8;
  padding: 17px;
  border: 1px solid var(--color-brw);
}
@media screen and (max-width: 767px) {
  .p-brand-txt-box p {
    margin: 0 auto;
    width: 70%;
    padding: 10px;
  }
}

.p-brand-txt-box p sup {
  font-size: clamp(1rem, 0.92rem + 0.25vw, 1.4rem);
}

.p-brand-imgbox {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-brand-imgbox {
    width: 100%;
  }
}

.p-brand .page-footer-area {
  word-break: break-all;
}

@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translate3d(0, 10px, 0) scaleX(1.2);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}

.p-brand .blurIn {
  animation-name: blurIn;
}

@keyframes blurZoomIn {
  from {
    opacity: 0;
    filter: brightness(1.8) blur(20px);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  50% {
    filter: brightness(1) blur(0);
    opacity: 1;
  }
}

.p-brand .blurZoomIn {
  animation-name: blurZoomIn;
}

.p-brand .cliping-mask {
  overflow: hidden;
}

/* result */
.brand-result {
  color: var(--color-brw);
  margin: 160px auto 110px;
  padding: 0 20px;
  position: relative;
  max-width: 1210px;
}
.brand-result-title {
  font-size: clamp(1.9rem, 1.52rem + 1.1875vw, 3.8rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 55px;
}
.brand-result-title .fz_s {
  font-size: 52%;
}
.brand-result-note {
  font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
  line-height: 2.5;
  margin-bottom: 120px;
}
.logo-escon {
  position: absolute;
  right: 20px;
  top: 0;
}
.brand-result-list {
  flex-direction: row-reverse;
}
.brand-result-list-item {
  width: calc(600% / 12.1);
}
.brand-result-list-item-name {
  color: var(--color-brw);
  font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
}
.mb10 {margin-bottom: 10px;}

@media screen and (max-width: 767px) {
  .brand-result {
    margin: 50px auto 20px;
  }
  .brand-result-title {
    margin-bottom: 30px;
  }
  .brand-result-note {
    margin-bottom: 60px;
  }
  .logo-escon {
    margin-bottom: 50px;
    position: relative;
    right: auto;
    width: calc(367% / 6);
  }
  .brand-result-list-item {
    width: 100%;
  }
  .brand-result-list-item figure {
    margin-bottom: 40px;
  }
  .brand-result-list-item-name {
    color: var(--color-brw);
    font-size: clamp(1.2rem, 0.96rem + 0.75vw, 2.4rem);
    margin-bottom: 10px;
    text-align: center;
  }
}
/* result */

/* slide */
.brand-slider-container {
  margin: 90px auto 50px;
}
.brand-slider-title {
  color: #fff;
  font-size: clamp(1.6rem, 1.28rem + 1vw, 3.2rem);
  margin-bottom: 30px;
}
.brand-slider .slick-slide .img-wrapper {
  margin-bottom: 10px;
}
.brand-slider .slick-slide .brand-slide-name {
  color: #fff;
  font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
  line-height: 1.2;
}
.brand-slider .slick-slide .brand-slide-name .fz_s {
  font-size: 80%;
}
.slider-nav {
  margin: 32px auto 0;
  max-width: 270px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  position: static;
  transform: none;
}

.slick-prev,
.slick-next {
  background: #f8f9fa;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  width: 30px;
  font-family: inherit;
  position: relative;
  bottom: 2px;
  font-size: 26px;
}

.slider-nav .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

/* 並び順を調整 */
.slider-nav .slick-prev {
  order: 1;
}

.slider-nav .slick-dots {
  order: 2;
}

.slider-nav .slick-next {
  order: 3;
}

.slick-dots li button:before {
  font-size: 20px;
  opacity: 1;
  color: #b7ada1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a08c7a;
}

@media screen and (max-width: 767px) {
  .brand-slider-container {
    margin: 30px auto;
  }
  .slider-nav {
    margin: 20px auto 0;
    max-width: 120px;
    gap: 10px;
  }

  .slider-nav .slick-dots {
    gap: 6px;
  }

  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 20px;
    bottom: 1px;
    font-size: 18px;
  }

  .slick-dots li button:before {
    font-size: 14px;
  }
}
/* slide */

/* gooddesign */
.p-brand-gooddesign {
  background: #fff;
  color: var(--color-brw);
  padding: clamp(7.5rem, 5.2rem + 7.1875vw, 19rem) 20px;
}
.p-brand-gooddesign-title {
	font-size: clamp(2.4rem, 1.92rem + 1.5vw, 4.8rem);
	letter-spacing: 0.07em;
  line-height: 1.5;
}
.p-brand-gooddesign-sub {
	font-size: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem);
  line-height: 1.5;
  margin: 30px auto;
}
.p-brand-gooddesign-wrap {
  align-items: flex-end;
  border: 1px solid var(--color-brw);
  margin: 85px auto 0;
  padding: 50px;
  max-width: 1420px;
}
.p-brand-gooddesign-wrap-text {
  width: calc(350% / 13.18);
}
.p-brand-gooddesign-wrap-name {
  font-size: clamp(1.9rem, 1.52rem + 1.1875vw, 3.8rem);
  line-height: 1.5;
  margin-bottom: 200px;
}
.p-brand-gooddesign-wrap-name .fz_s {
  font-size: 52%;
}
.p-brand-gooddesign-wrap-note {
  font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
  line-height: 2.5;
}
.p-brand-gooddesign-wrap-img {
  width: calc(900% / 13.18);
}
.p-brand-gooddesign-wrap-img .mb10 {
  margin-bottom: 10px;
}
.p-brand-gooddesign-wrap-img .esaka_img01 {
  width: calc(472% / 9);
}
.p-brand-gooddesign-wrap-img .esaka_img02 {
  width: calc(420% / 9);
}
.p-brand-gooddesign-wrap-img .karuizawa_img02 figure {
  width: calc(445% / 9);
}

@media screen and (max-width: 991px) {
  .p-brand-gooddesign-wrap-name {
    margin-bottom: 30px;
  }
  .p-brand-gooddesign-wrap-text,
  .p-brand-gooddesign-wrap-note,
  .p-brand-gooddesign-wrap-img,
  .p-brand-gooddesign-wrap-img .esaka_img01,
  .p-brand-gooddesign-wrap-img .esaka_img02,
  .p-brand-gooddesign-wrap-img .karuizawa_img02 figure {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-gooddesign-wrap {
    margin: 50px auto 0;
    padding: 30px 20px;
  }
  .p-brand-gooddesign-wrap-name {
    margin-top: -48px;
    text-align: center;
  }
  .p-brand-gooddesign-wrap-name .bg-white {
    background: #fff;
    padding: 0 10px;
  }
}
/* gooddesign */

/* achieve */
.p-brand-achieve .p-brand-lineup {
  align-items: flex-start;
}
.p-brand-achieve .p-brand-lineup:first-child {
  align-items: flex-end;
}
.p-brand-achieve .p-brand-lineup .p-brand-txt-box {
  padding: 0;
}
.p-brand-achieve .p-brand-lineup:not(:first-child) {
  margin-top: 170px;
}
.p-brand-achieve .p-brand-txt-box dl dt {
  font-size: clamp(1.2rem, 0.96rem + 0.75vw, 2.4rem);
  margin-bottom: 50px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-brand-achieve .p-brand-txt-box dl dt.wide {
  width: 200%;
}
.p-brand-achieve .p-brand-txt-box dl dt .font-forum {
  font-style: normal;
  font-size: 300%;
  line-height: 1;
  margin-right: 20px;
}
.p-brand-achieve .p-brand-txt-box .bg-white {
  background: #fff;
  margin-bottom: 0;
  padding: 30px;
}
.p-brand-achieve .p-brand-txt-box .bg-white dt {
  margin: 0 auto 30px;
  width: calc(225% / 5.38);
}

@media screen and (max-width: 1024px) {
  .p-brand-achieve .p-brand-lineup:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .p-brand-achieve .p-brand-lineup .p-brand-txt-box {
    padding: 0 20px 30px;
    width: 100%;
  }
  .p-brand-achieve .p-brand-txt-box dl dt.wide {
    width: 100%;
  }
  .p-brand-achieve .p-brand-txt-box dl dd {
    max-width: 100%;
  }
  .p-brand-achieve .p-brand-txt-box .bg-white {
    background: none;
    padding: 20px 0 0;
  }
  .p-brand-achieve .bg-white.pc-none {
    background: #fff;
    line-height: 1.5;
    margin: 20px auto 0;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .p-brand-achieve .p-brand-txt-box .bg-white dt {
    margin: 0 auto 30px;
    width: calc(225% / 5.38);
  }
  .p-brand-achieve .p-brand-txt-box dl,
  .p-brand-achieve .p-brand-imgbox {
    width: 100%;
  }
  .p-brand-achieve .p-brand-lineup {
    flex-direction: column;
  }
}
/* achieve */