@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic-bezier*/
/*letter-spacing*/
/*// mixin //////////////////////////////////////////////////*/
/*grid settings*/
/* media query */
/* hover */
.p-design .logo-bukkenLogo__link img {
  filter: invert(100%) sepia(0%) saturate(7433%) hue-rotate(31deg) brightness(123%) contrast(114%);
}
.p-design .logo-bukkenLogo__txt {
  color: #fff !important;
}
.p-design i {
  display: inline-block;
}
.p-design .u-bg {
  padding-block: 1px;
}
.p-design__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #231815;
  font-family: "A1明朝", "A1 Mincho", "Noto Serif", serif;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 767px) {
  .p-design__ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design__ttl {
    font-size: 2.2rem;
  }
}
.p-design__txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #231815;
  font-family: "A1明朝", "A1 Mincho", "Noto Serif", serif;
  letter-spacing: 0.25em;
  margin-top: 3em;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .p-design__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design__txt {
    font-size: 1.4rem;
  }
}
.p-design .p-intro {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-intro {
    margin-top: 4rem;
  }
}
.p-design .p-intro__img {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-intro__img {
    margin-top: 2.5rem;
  }
}
.p-design .p-detail {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-detail {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-detail {
    padding-bottom: 5rem;
  }
}
.p-design .p-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-detail__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }
}
.p-design .p-detail__gridImg {
  position: relative;
  z-index: 1;
}
.p-design .p-detail__gridImg::before {
  content: "";
  position: absolute;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 7px rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.p-design .p-detail__gridTtl {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  margin-block: 1em;
}
@media only screen and (max-width: 767px) {
  .p-design .p-detail__gridTtl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-detail__gridTtl {
    font-size: 1.4rem;
  }
}
.p-design .p-detail__gridTxt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-design .p-detail__gridTxt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-detail__gridTxt {
    font-size: 1.3rem;
  }
}
.p-design .p-ent {
  padding-top: 10rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-design .p-ent {
    padding-top: 5rem;
  }
}
.p-design .p-ent::before {
  content: "";
  width: 100%;
  height: 40%;
  background: #2d1f17;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  opacity: 0.7;
}
.p-design .p-ent__txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-ent__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-ent__txt {
    font-size: 1.3rem;
  }
}
.p-design .p-mate {
  padding-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate {
    padding-top: 5rem;
  }
}
.p-design .p-mate__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: min-content min-content min-content;
  gap: 0.5rem;
  container-type: inline-size;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__grid {
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content min-content min-content min-content;
    gap: 0.5rem;
  }
}
.p-design .p-mate__gridItem:nth-of-type(1) {
  grid-area: 1/1/4/3;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridItem:nth-of-type(1) {
    grid-area: 1/1/3/3;
  }
}
.p-design .p-mate__gridItem:nth-of-type(2) {
  grid-area: 1/3/2/4;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridItem:nth-of-type(2) {
    grid-area: 3/1/4/2;
  }
}
.p-design .p-mate__gridItem:nth-of-type(3) {
  grid-area: 2/3/3/4;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridItem:nth-of-type(3) {
    grid-area: 3/2/4/3;
  }
}
.p-design .p-mate__gridItem:nth-of-type(4) {
  grid-area: 1/4/2/5;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridItem:nth-of-type(4) {
    grid-area: 4/1/5/2;
  }
}
.p-design .p-mate__gridItem:nth-of-type(5) {
  grid-area: 2/4/3/5;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridItem:nth-of-type(5) {
    grid-area: 4/2/5/3;
  }
}
.p-design .p-mate__gridItem:nth-of-type(6) {
  grid-area: 3/3/4/5;
  margin-top: 3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridItem:nth-of-type(6) {
    grid-area: 5/1/6/3;
    margin-top: unset;
    margin-left: unset;
  }
}
.p-design .p-mate__gridTxt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridTxt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-mate__gridTxt {
    font-size: 1.3rem;
  }
}
.p-design .p-designer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 6rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-top: 3rem;
  }
}
.p-design .p-designer__sub {
  font-size: 20px;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__sub {
    font-size: 1.8rem;
  }
}
.p-design .p-designer__subTri {
  display: inline-block;
  width: 10rem;
  height: 0.8em;
}
.p-design .p-designer__subTri img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-design .p-designer__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-block: 2em;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__ttl {
    margin-block: 1em;
  }
}
.p-design .p-designer__right {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: flex-end;
  gap: 1rem 3rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__right {
    gap: 1rem;
  }
}
.p-design .p-designer__inc {
  grid-area: 1/1/2/3;
  width: 80%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__inc {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-design .p-designer__img {
  grid-area: 2/1/3/2;
}
.p-design .p-designer__in {
  grid-area: 2/2/3/3;
}
.p-design .p-designer__corpo {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__corpo {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__corpo {
    font-size: 1.3rem;
  }
}
.p-design .p-designer__name {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__name {
    font-size: 2.2rem;
  }
}
.p-design .p-designer__txt {
  font-size: 16px;
  font-size: 1.6rem;
  grid-area: 3/1/4/3;
  margin-top: 1em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-designer__txt {
    margin-top: 0.5em;
  }
}
.p-design .p-master {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-design .p-master {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-design .p-master {
    padding-bottom: 5rem;
  }
}
.p-design .p-master__tabs {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .p-design .p-master__tabs {
    gap: 4rem;
  }
}
.p-design .p-master__tab {
  background: none;
  border: none;
  color: #333;
  padding: 1rem 0;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .p-design .p-master__tab {
    font-size: 1.5rem;
    min-width: 80px;
  }
}
.p-design .p-master__tab::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: transparent;
  transition: all 0.3s ease;
}
.p-design .p-master__tab::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: none;
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .p-design .p-master__tab::before {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 10px;
    bottom: -25px;
  }
}
.p-design .p-master__tab.active {
  color: #333;
}
.p-design .p-master__tab.active::after {
  background: #333;
}
.p-design .p-master__tab.active::before {
  border-top: 12px solid #333;
  opacity: 1;
}
.p-design .p-master__tab:not(.active) {
  color: #999;
}
.p-design .p-master__tab:not(.active)::after {
  background: #ccc;
}
.p-design .p-master__tab:not(.active)::before {
  border-top: 12px solid #ccc;
  opacity: 1;
}
.p-design .p-master__tab:not(.active):hover {
  color: #666;
}
.p-design .p-master__img {
  position: relative;
}
.p-design .p-master__img .c-imgBox__cap--underR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-design .p-master__img .c-imgBox__cap--underR img {
  max-width: 40px;
  height: 1em;
  padding-right: 5px;
}
.p-design .p-master__imgCap {
  width: 100%;
  white-space: nowrap;
}

.u-zoomicon {
  display: none;
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
  background-image: url(../../../assets/images/common/i_zoomIn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
  animation: zoom 1.5s infinite linear;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .u-zoomicon {
    display: block;
  }
}
/*# sourceMappingURL=../../map/design/design.css.map */