@charset "UTF-8";
:root {
  --en: Cinzel, serif;
  --ja: serif;
  --cinzel: Cinzel, serif;
  --noto-serif: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  --yugo: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-hero {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  display: grid;
  margin-bottom: 0;
}
.c-hero__image--key-visual {
  grid-area: 1/1;
  width: 100%;
  height: 630px;
  object-fit: cover;
}
.c-hero__title {
  grid-area: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.c-hero__title .--text {
  color: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-hero__title .--1 {
  letter-spacing: 5px;
  padding-top: 6px;
  font-size: 60px;
  font-weight: 300;
  font-family: var(--cinzel);
}
@media screen and (max-width: 768px) {
  .c-hero__title .--1 {
    font-size: 30px;
  }
}
.c-hero__title .--2 {
  letter-spacing: 6px;
  background: rgba(10, 10, 10, 0.5);
  font-size: 20px;
  font-family: var(--yugo);
  font-weight: normal;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .c-hero__title .--2 {
    font-size: 18px;
    text-align: center;
    margin: 0 15px;
  }
}
.u-custom-hero:not(.u-custom-hero.page) .c-pageTitle {
  text-align: center;
  letter-spacing: 5px;
  padding-top: 6px;
  font-size: 60px;
  font-weight: 300;
  font-family: var(--cinzel);
}
@media screen and (max-width: 768px) {
  .u-custom-hero:not(.u-custom-hero.page) .c-pageTitle {
    font-size: 30px;
  }
}
.u-custom-hero .l-topTitleArea {
  height: 630px;
}
.u-custom-hero .l-topTitleArea__body {
  grid-area: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 20px;
}
.u-custom-hero .l-topTitleArea__body .c-pageTitle,
.u-custom-hero .l-topTitleArea__body .c-pageTitle__sub {
  color: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-custom-hero .l-topTitleArea__body .c-pageTitle__sub {
  letter-spacing: 5px;
  padding-top: 6px;
  font-size: 60px;
  font-weight: 300;
  font-family: var(--cinzel);
}
@media screen and (max-width: 768px) {
  .u-custom-hero .l-topTitleArea__body .c-pageTitle__sub {
    font-size: 30px;
  }
}
.u-custom-hero .l-topTitleArea__body .c-pageTitle {
  letter-spacing: 6px;
  background: rgba(10, 10, 10, 0.5);
  font-size: 20px;
  font-family: var(--yugo);
  font-weight: normal;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .u-custom-hero .l-topTitleArea__body .c-pageTitle {
    font-size: 18px;
    text-align: center;
    margin: 0 15px;
  }
}

.lzb-h2-vertical {
  position: relative;
}
.lzb-h2-vertical__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: fit-content;
  padding-left: 40px;
}
.lzb-h2-vertical__title {
  color: #333;
  font-size: 35px;
  line-height: 2;
  margin-bottom: 0 !important;
  border-left: none !important;
  padding: 0 !important;
  font-family: var(--ja) !important;
}
.lzb-h2-vertical__text--sub {
  color: #c5ab7e;
  font-size: 20px;
  line-height: 2;
  font-family: Cinzel, serif;
  font-family: var(--cinzel);
}
.lzb-h2-vertical__text--vertical {
  color: #efefef;
  font-size: 100px;
  line-height: 1;
  font-family: var(--cinzel);
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lzb-h2-vertical__text--vertical {
    font-size: 69px;
  }
}

.lzb-h2-gold__text--gold {
  color: #c5ab7e;
  line-height: 1;
  font-family: Cinzel, serif;
  font-family: var(--cinzel);
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .lzb-h2-gold__text--gold {
    font-size: 65px;
  }
}
@media screen and (max-width: 768px) {
  .lzb-h2-gold__text--gold {
    font-size: 40px;
  }
}
.lzb-h2-gold__title {
  color: #333;
  font-size: 30px;
  line-height: 1.8;
  margin: 0 !important;
  border-left: none !important;
  padding: 0 !important;
  font-family: var(--ja) !important;
}
.lzb-h2-gold__title--white {
  color: #fff;
  font-size: 30px;
  line-height: 1.8;
  margin: 0 !important;
  border-left: none !important;
  padding: 0 !important;
  font-family: var(--ja) !important;
}

.single-products .c-pageTitle {
  display: none;
}
.single-products #breadcrumb {
  display: none;
}
.single-products #content {
  padding-top: 0;
}
.single-products .post_content {
  margin-top: 0;
}
.single-products .p-breadcrumb {
  background: transparent;
}
.single-products__slide--leather {
  position: relative;
}
.single-products__container--leather-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 23px 27px;
  display: flex !important;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.single-products__container--leather-slide .slide-content-title {
  color: #fff;
  font-size: 47px;
  font-family: var(--cinzel);
  font-weight: 400;
  border-bottom: 2px solid #fff;
  width: 100%;
  margin-bottom: 10px;
}
.single-products__container--leather-slide .slide-content-subtitle {
  color: #fff;
  font-family: var(--cinzel);
  font-size: 24px;
  font-weight: 400;
}
.single-products .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.single-products .swiper-button-next::after {
  font-size: 16px;
}
@media (hover) {
  .single-products .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.single-products .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.single-products .swiper-button-prev::after {
  font-size: 16px;
}
@media (hover) {
  .single-products .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.single-products .swiper-pagination-bullet-active {
  background: #ffffff;
}
.single-products__slider--thumbs .swiper-wrapper {
  flex-wrap: wrap;
  gap: 5px 0;
}
.single-products__description:not(:empty) {
  padding: 32px 32px 0;
}
@media screen and (max-width: 768px) {
  .single-products__description:not(:empty) {
    padding: 32px 15px 0;
  }
}

.wpcf7 {
  border: 3px solid #E5E5E5;
}
@media screen and (min-width: 769px) {
  .wpcf7 {
    max-width: 898px;
    margin: auto;
  }
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form p {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
}
@media screen and (max-width: 768px) {
  .wpcf7-form p {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .wpcf7-form p:nth-of-type(4) {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(auto, 200px) 1fr;
  }
  .wpcf7-form p:nth-of-type(4) label {
    height: 100%;
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .wpcf7-form p:nth-of-type(4) span {
    width: 100%;
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .wpcf7-form label:first-child {
    width: 200px;
    padding: 30px 10px 30px 10px;
    border-right: 1px dashed #E5E5E5;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form label:first-child {
    padding: 20px 10px 10px;
  }
}
@media screen and (min-width: 769px) {
  .wpcf7-form .wpcf7-list-item {
    margin: 0;
  }
}
.wpcf7-form .wpcf7-list-item label {
  border: none;
  padding: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  width: 580px;
}
@media screen and (min-width: 769px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.wpcf7-form .wpcf7-checkbox {
  padding: 20px 0;
}
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  margin: 20px 0;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .wpcf7-textarea {
    width: 90%;
  }
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form select {
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wpcf7-form input:not([type=submit]):not([type=radio]),
  .wpcf7-form select:not([type=radio]) {
    width: 90%;
  }
}
.wpcf7-form .wpcf7-submit {
  width: 200px;
  background: #c5ab7e;
  color: #fff;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .wpcf7-submit {
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .wpcf7-form .wpcf7-submit {
    padding: 15px 0;
    bottom: -100px;
    left: 35%;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form .wpcf7-submit {
    padding: 10px 0;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .wpcf7-form .g-recaptcha-link {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form .g-recaptcha-link {
    padding: 20px;
  }
}
.wpcf7-form .g-recaptcha-link p {
  border: none !important;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wpcf7-form br {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

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