@charset "UTF-8";

#collection32 * {
  text-box: normal;
}

.pg-breadcrumb {
  width: 101px;
  height: 25px;
  color: #fff;
}

.pg-breadcrumb--sp {
  display: none;
}

.pg-breadcrumb--pc {
  position: absolute;
  top: 17px;
  left: calc((100% - 966px) / 2);
  z-index: 1;
}

.pg-breadcrumb__text {
  margin: 0;
  color: inherit;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
}

.pg-fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  background: #242323;
}

.pg-fv__logo {
  width: 130px;
  height: 93px;
}

.pg-fv__logo img {
  width: 130px;
  height: 93px;
  object-fit: contain;
}

.pg-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.pg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(154, 136, 104, 0.55) 50.481%,
    rgba(255, 255, 255, 0) 100%
  );
  mix-blend-mode: screen;
  pointer-events: none;
}

.pg-hero__picture {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.pg-hero__picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.pg-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8), -0.5px -0.5px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
}

.pg-hero__title span {
  display: inline;
}

.pg-anchor-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #f7f7f7;
}

.pg-anchor-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(50px, 3.4722vw);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg-anchor-nav__item {
  color: #000;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: min(16px, 1.1111vw);
  font-weight: 600;
  line-height: normal;
  letter-spacing: min(1.6px, 0.1111vw);
  text-align: center;
  white-space: nowrap;
}

.pg-anchor-target {
  scroll-margin-top: 50px;
}

.pg-about {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
  background: #0c0c0c;
  color: #fff;
}

.pg-about::before,
.pg-about::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pg-about::before {
  opacity: 0.9;
  background-image: url("../assets/collection32/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 63.96% 0;
}

.pg-about::after {
  background: linear-gradient(270deg, rgba(115, 65, 5, 0.7) 0%, #0c0c0c 65.385%);
  mix-blend-mode: multiply;
}

.pg-about__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  width: 100%;
  padding: 0 175px;
  margin: 0 auto;
  max-width: 1440px;
}

.pg-about__lead {
  width: max-content;
  min-height: 120px;
  margin: 0;
  color: #ccaa6d;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 9.36px;
  white-space: nowrap;
}

.pg-about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 55px;
  width: 531px;
}

.pg-about__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #a1957f;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 6.8px;
}

.pg-about__heading::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  background: url("../assets/collection32/heading-dot.svg") center/contain no-repeat;
}

.pg-about__text {
  width: 100%;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1.6px;
}

.pg-about__text p {
  margin: 0;
}

.pg-about__text p + p {
  margin-top: 40px;
}

.pg-map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 567px;
  padding: 100px 175px;
  overflow: hidden;
  background: #000;
}

.pg-map::before,
.pg-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pg-map::before {
  opacity: 0.2;
  background-image: url("../assets/collection32/map-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pg-map::after {
  background: linear-gradient(180deg, rgba(23, 12, 7, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  mix-blend-mode: multiply;
}

.pg-map__crest {
  position: absolute;
  top: 23px;
  left: -200px;
  z-index: 1;
  width: 685px;
  height: 519px;
  max-width: none;
}

.pg-map__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: min(1090px, 100%);
}

.pg-map__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #a1957f;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 6.8px;
  text-box: normal;
}

.pg-map__heading::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  background: url("../assets/collection32/heading-dot.svg") center/contain no-repeat;
}

.pg-map__figure {
  width: 100%;
  aspect-ratio: 1090 / 550;
  overflow: hidden;
  border-radius: 10px;
}

.pg-map__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.pg-history {
  position: relative;
  height: min(690px, 47.9167vw);
  overflow: hidden;
  background: #242323;
}

.pg-history__ghost {
  position: absolute;
  top: min(70px, 4.8611vw);
  left: calc(50% + min(390px, 27.0833vw));
  width: min(330px, 22.9167vw);
  height: min(453px, 31.4583vw);
  max-width: none;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0.2;
}

.pg-history__inner {
  position: absolute;
  top: min(100px, 6.9444vw);
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: min(87px, 6.0417vw);
  width: min(1094.5px, 76.0069vw);
  transform: translateX(-50%);
}

.pg-history__vertical {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  width: min(78px, 5.4167vw);
  margin: 0;
  color: #ccaa6d;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(26px, 1.8056vw);
  font-weight: 500;
  line-height: min(36px, 2.5vw);
  letter-spacing: min(5.2px, 0.3611vw);
}

.pg-history__vertical span {
  display: block;
  width: min(26px, 1.8056vw);
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.pg-history__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(108px, 7.5vw);
  padding-top: min(60px, 4.1667vw);
}

.pg-history__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(73px, 5.0694vw);
  width: min(491.5px, 34.1319vw);
}

.pg-history__heading {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944vw);
  margin: 0;
  color: #a1957f;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(34px, 2.3611vw);
  font-weight: 600;
  line-height: min(25px, 1.7361vw);
  letter-spacing: min(6.8px, 0.4722vw);
}

.pg-history__heading::before {
  content: "";
  flex: 0 0 auto;
  width: min(8px, 0.5556vw);
  height: min(8px, 0.5556vw);
  background: url("../assets/collection32/heading-dot.svg") center/contain no-repeat;
}

.pg-history__text {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(14px, 0.9722vw);
  font-weight: 500;
  line-height: min(32px, 2.2222vw);
  letter-spacing: min(1.4px, 0.0972vw);
}

.pg-history__figure {
  flex: 0 0 auto;
  width: min(330px, 22.9167vw);
  height: min(450px, 31.25vw);
  overflow: hidden;
  border-radius: 10px;
}

.pg-history__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-history__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.pg-philosophy {
  position: relative;
  height: min(590px, 40.9722vw);
  overflow: hidden;
  background: #242323;
}

.pg-philosophy__ghost {
  position: absolute;
  top: 0;
  left: calc(50% - min(720px, 50vw));
  display: block;
  width: min(330px, 22.9167vw);
  height: min(453px, 31.4583vw);
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  opacity: 0.2;
}

.pg-philosophy__ghost img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-philosophy__inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: min(108px, 7.5vw);
  width: min(1094.5px, 76.0069vw);
  transform: translateX(-50%);
}

.pg-philosophy__figure {
  flex: 0 0 auto;
  width: min(330px, 22.9167vw);
  height: min(450px, 31.25vw);
  margin-top: min(60px, 4.1667vw);
  overflow: hidden;
  border-radius: 10px;
}

.pg-philosophy__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-philosophy__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.pg-philosophy__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(73px, 5.0694vw);
  width: min(491.5px, 34.1319vw);
  margin-top: min(60px, 4.1667vw);
}

.pg-philosophy__heading {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944vw);
  margin: 0;
  color: #a1957f;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(34px, 2.3611vw);
  font-weight: 600;
  line-height: min(25px, 1.7361vw);
  letter-spacing: min(6.8px, 0.4722vw);
}

.pg-philosophy__heading::before {
  content: "";
  flex: 0 0 auto;
  width: min(8px, 0.5556vw);
  height: min(8px, 0.5556vw);
  background: url("../assets/collection32/heading-dot.svg") center/contain no-repeat;
}

.pg-philosophy__text {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(14px, 0.9722vw);
  font-weight: 500;
  line-height: min(32px, 2.2222vw);
  letter-spacing: min(1.4px, 0.0972vw);
}

.pg-philosophy__vertical {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: min(13px, 0.9028vw);
  flex: 0 0 auto;
  width: min(104px, 7.2222vw);
  margin: 0 0 0 max(-47px, -3.2639vw);
  color: #ccaa6d;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(26px, 1.8056vw);
  font-weight: 500;
  line-height: min(36px, 2.5vw);
  letter-spacing: min(5.2px, 0.3611vw);
}

.pg-philosophy__vertical span {
  display: block;
  width: min(26px, 1.8056vw);
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.pg-quality {
  position: relative;
  height: min(590px, 40.9722vw);
  overflow: hidden;
  background: #242323;
}

.pg-quality__ghost {
  position: absolute;
  top: 0;
  left: calc(50% + min(390px, 27.0833vw));
  display: block;
  width: min(330px, 22.9167vw);
  height: min(453px, 31.4583vw);
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  opacity: 0.2;
}

.pg-quality__ghost img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-quality__inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: min(87px, 6.0417vw);
  width: min(1094.5px, 76.0069vw);
  transform: translateX(-50%);
}

.pg-quality__vertical {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  width: min(78px, 5.4167vw);
  margin: 0;
  color: #ccaa6d;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(26px, 1.8056vw);
  font-weight: 500;
  line-height: min(36px, 2.5vw);
  letter-spacing: min(5.2px, 0.3611vw);
}

.pg-quality__vertical span {
  display: block;
  width: min(26px, 1.8056vw);
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.pg-quality__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(108px, 7.5vw);
  padding-top: min(60px, 4.1667vw);
}

.pg-quality__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(73px, 5.0694vw);
  width: min(491.5px, 34.1319vw);
}

.pg-quality__heading {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944vw);
  margin: 0;
  color: #a1957f;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(34px, 2.3611vw);
  font-weight: 600;
  line-height: min(25px, 1.7361vw);
  letter-spacing: min(6.8px, 0.4722vw);
}

.pg-quality__heading::before {
  content: "";
  flex: 0 0 auto;
  width: min(8px, 0.5556vw);
  height: min(8px, 0.5556vw);
  background: url("../assets/collection32/heading-dot.svg") center/contain no-repeat;
}

.pg-quality__text {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(14px, 0.9722vw);
  font-weight: 500;
  line-height: min(32px, 2.2222vw);
  letter-spacing: min(1.4px, 0.0972vw);
}

.pg-quality__figure {
  flex: 0 0 auto;
  width: min(330px, 22.9167vw);
  height: min(450px, 31.25vw);
  overflow: hidden;
  border-radius: 10px;
}

.pg-quality__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-quality__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.pg-craftmanship {
  position: relative;
  height: min(760px, 52.7778vw);
  overflow: hidden;
  background: #242323;
}

.pg-craftmanship__ghost {
  position: absolute;
  top: 0;
  left: calc(50% - min(720px, 50vw));
  display: block;
  width: min(330px, 22.9167vw);
  height: min(453px, 31.4583vw);
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  opacity: 0.2;
}

.pg-craftmanship__ghost img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-craftmanship__inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: min(108px, 7.5vw);
  width: min(1094.5px, 76.0069vw);
  transform: translateX(-50%);
}

.pg-craftmanship__figure {
  flex: 0 0 auto;
  width: min(330px, 22.9167vw);
  height: min(450px, 31.25vw);
  margin-top: min(60px, 4.1667vw);
  overflow: hidden;
  border-radius: 10px;
}

.pg-craftmanship__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-craftmanship__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.pg-craftmanship__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(73px, 5.0694vw);
  width: min(491.5px, 34.1319vw);
  margin-top: min(60px, 4.1667vw);
}

.pg-craftmanship__heading {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944vw);
  margin: 0;
  color: #a1957f;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(34px, 2.3611vw);
  font-weight: 600;
  line-height: min(25px, 1.7361vw);
  letter-spacing: min(6.8px, 0.4722vw);
}

.pg-craftmanship__heading::before {
  content: "";
  flex: 0 0 auto;
  width: min(8px, 0.5556vw);
  height: min(8px, 0.5556vw);
  background: url("../assets/collection32/heading-dot.svg") center/contain no-repeat;
}

.pg-craftmanship__text {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(14px, 0.9722vw);
  font-weight: 500;
  line-height: min(32px, 2.2222vw);
  letter-spacing: min(1.4px, 0.0972vw);
}

.pg-craftmanship__vertical {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  width: min(78px, 5.4167vw);
  margin: 0 0 0 max(-21px, -1.4583vw);
  color: #ccaa6d;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(26px, 1.8056vw);
  font-weight: 500;
  line-height: min(36px, 2.5vw);
  letter-spacing: min(5.2px, 0.3611vw);
}

.pg-craftmanship__vertical span {
  display: block;
  width: min(26px, 1.8056vw);
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.pg-products {
  padding: min(100px, 6.9444vw) 0;
  background: #f7f7f7;
}

.pg-products__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(80px, 5.5556vw);
  width: min(1090px, 75.6944vw);
  margin: 0 auto;
}

.pg-products__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(60px, 4.1667vw);
}

.pg-products__heading {
  display: flex;
  align-items: center;
  gap: min(10px, 0.6944vw);
  margin: 0;
  color: #a1957f;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(34px, 2.3611vw);
  font-weight: 600;
  line-height: min(25px, 1.7361vw);
  letter-spacing: min(6.8px, 0.4722vw);
}

.pg-products__heading::before {
  content: "";
  flex: 0 0 auto;
  width: min(8px, 0.5556vw);
  height: min(8px, 0.5556vw);
  background: url("../assets/collection32/heading-dot.svg") center/contain no-repeat;
}

.pg-products__lead {
  margin: 0;
  color: #242323;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(26px, 1.8056vw);
  font-weight: 500;
  line-height: min(42px, 2.9167vw);
  letter-spacing: min(5.2px, 0.3611vw);
}

.pg-products__list {
  display: grid;
  grid-template-columns: repeat(3, min(319.07px, 22.1576vw));
  gap: min(66px, 4.5833vw);
  align-items: start;
  width: 100%;
}

.pg-products__item {
  display: grid;
  grid-template-rows: minmax(min(330px, 22.9167vw), 1fr) auto;
  justify-items: center;
  gap: min(25px, 1.7361vw);
  width: min(319.07px, 22.1576vw);
}

.pg-products__image {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: min(290px, 20.1389vw);
  height: min(330px, 22.9167vw);
}

.pg-products__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.pg-products__item--set .pg-products__image img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.pg-products__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(42px, 2.9167vw);
  width: 100%;
}

.pg-products__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 0.6944vw);
  width: 100%;
  color: #242323;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  text-align: center;
}

.pg-products__name h3,
.pg-products__name p,
.pg-products__volume,
.pg-products__price {
  margin: 0;
}

.pg-products__name h3 {
  width: 100%;
  min-height: min(25px, 1.7361vw);
  font-size: min(18px, 1.25vw);
  font-weight: 600;
  line-height: min(25px, 1.7361vw);
  white-space: nowrap;
}

.pg-products__name p {
  width: 100%;
  min-height: min(25px, 1.7361vw);
  font-size: min(14px, 0.9722vw);
  font-weight: 500;
  line-height: min(25px, 1.7361vw);
  white-space: nowrap;
}

.pg-products__volume {
  width: 100%;
  color: #242323;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(12px, 0.8333vw);
  font-weight: 500;
  line-height: min(25px, 1.7361vw);
  text-align: center;
}

.pg-products__price {
  width: 100%;
  color: #242323;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(12px, 0.8333vw);
  font-weight: 600;
  line-height: min(25px, 1.7361vw);
  text-align: center;
}

.pg-products__price span {
  font-size: min(18px, 1.25vw);
}

.pg-products__sub-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(225px, 15.625vw);
  height: min(163px, 11.3194vw);
}

.pg-products__sub-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pg-products__sub-image--pair {
  width: min(332px, 23.0556vw);
}

.pg-products__sub-image--pair img {
  width: min(179px, 12.4306vw);
  height: min(130px, 9.0278vw);
}

.pg-products__sub-image--pair img + img {
  margin-left: max(-26px, -1.8056vw);
}

.pg-products__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 18.0556vw);
  height: min(40px, 2.7778vw);
  border-radius: 999px;
  background: #242323;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: min(15px, 1.0417vw);
  font-stretch: 62.5%;
  font-weight: 400;
  line-height: min(25px, 1.7361vw);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.pg-gallery {
  padding: 100px 0;
  overflow: hidden;
  background: #242323;
}

.pg-gallery__viewport {
  width: 100%;
  overflow: hidden;
}

.pg-gallery__track {
  display: flex;
  width: max-content;
  animation: pg-gallery-scroll 44s linear infinite;
  will-change: transform;
}

.pg-gallery__group {
  display: flex;
  flex: 0 0 auto;
  gap: 76px;
  padding-right: 76px;
}

.pg-gallery__item {
  display: block;
  flex: 0 0 auto;
  width: 429px;
  height: 446px;
  overflow: hidden;
}

.pg-gallery__item:nth-child(2) {
  width: 430px;
}

.pg-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes pg-gallery-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pg-gallery__track {
    animation: none;
  }
}

.pg-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40px, 2.7778vw);
  padding: min(80px, 5.5556vw) 0;
  background: #fff;
}

.pg-information__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(40px, 2.7778vw);
  width: 100%;
}

.pg-information__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(30px, 2.0833vw);
  width: 100%;
  color: #242323;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  text-align: center;
}

.pg-information__label {
  width: 100%;
  margin: 0;
  color: #a1957f;
  font-size: min(16px, 1.1111vw);
  font-weight: 600;
  line-height: min(20px, 1.3889vw);
  letter-spacing: min(1.6px, 0.1111vw);
}

.pg-information__title {
  width: 100%;
  margin: 0;
  font-size: min(30px, 2.0833vw);
  font-weight: 500;
  line-height: min(42px, 2.9167vw);
  letter-spacing: min(6px, 0.4167vw);
}

.pg-information__line {
  display: block;
  width: min(60px, 4.1667vw);
  height: 1px;
  background: #e0e0e0;
}

.pg-information__body {
  width: 100%;
  color: #242323;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(16px, 1.1111vw);
  font-weight: 500;
  line-height: min(32px, 2.2222vw);
  letter-spacing: min(1.6px, 0.1111vw);
  text-align: center;
}

.pg-information__body p {
  margin: 0;
}

.pg-service {
  padding: min(69px, 4.7917vw) 0 min(104px, 7.2222vw);
  background: #f7f7f7;
}

.pg-service__inner {
  width: min(1036px, 71.9444vw);
  margin: 0 auto;
}

.pg-service__register,
.pg-service__register picture,
.pg-service__register img {
  display: block;
  width: 100%;
}

@media (min-width: 769px) {
  .pg-service__register {
    transform: translateX(20px);
  }
}

.pg-service__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(24px, 1.6667vw);
  margin: min(51px, 3.5417vw) 0 min(46px, 3.1944vw);
  color: #242323;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: min(20px, 1.3889vw);
  font-weight: 700;
  line-height: min(30px, 2.0833vw);
  text-align: center;
}

.pg-service__heading::before,
.pg-service__heading::after {
  content: "";
  display: block;
  width: min(19px, 1.3194vw);
  height: min(32px, 2.2222vw);
  border-color: #242323;
  border-style: solid;
}

.pg-service__heading::before {
  border-width: 0 0 0 min(1.5px, 0.1042vw);
  transform: rotate(-25deg);
}

.pg-service__heading::after {
  border-width: 0 min(1.5px, 0.1042vw) 0 0;
  transform: rotate(25deg);
}

.pg-service__heading span {
  display: block;
}

.pg-service__benefits {
  display: grid;
  grid-template-columns: repeat(3, min(318px, 22.0833vw));
  gap: min(18px, 1.25vw);
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg-service__benefit {
  position: relative;
  height: min(432px, 30vw);
  padding: min(283px, 19.6528vw) min(31px, 2.1528vw) 0;
}

.pg-service__benefit::before {
  content: "";
  position: absolute;
  top: min(52px, 3.6111vw);
  right: 0;
  bottom: 0;
  left: 0;
  border: min(3px, 0.2083vw) solid #ccaa6d;
  background: #fff;
}

.pg-service__circle {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: min(102px, 7.0833vw);
  height: min(102px, 7.0833vw);
  padding-top: min(19px, 1.3194vw);
  border-radius: 50%;
  background: #ccaa6d;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: min(16px, 1.1111vw);
  font-weight: 500;
  line-height: min(29px, 2.0139vw);
  text-align: center;
  transform: translateX(-50%);
}

.pg-service__circle span {
  display: block;
  padding-left: min(5px, 0.3472vw);
  font-size: min(25px, 1.7361vw);
  font-weight: 700;
  letter-spacing: min(5px, 0.3472vw);
}

.pg-service__icon {
  position: absolute;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.pg-service__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-service__icon--cake {
  top: min(143px, 9.9306vw);
  width: min(112px, 7.7778vw);
  height: min(111px, 7.7083vw);
}

.pg-service__icon--coupon {
  top: min(159px, 11.0417vw);
  width: min(167px, 11.5972vw);
  height: min(79px, 5.4861vw);
}

.pg-service__icon--gift {
  top: min(150px, 10.4167vw);
  width: min(94px, 6.5278vw);
  height: min(96px, 6.6667vw);
}

.pg-service__benefit-title {
  position: relative;
  z-index: 1;
  min-height: min(42px, 2.9167vw);
  margin: 0 0 min(14px, 0.9722vw);
  padding-bottom: min(8px, 0.5556vw);
  border-bottom: 1px dotted #242323;
  color: #242323;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: min(15px, 1.0417vw);
  font-weight: 700;
  line-height: min(22px, 1.5278vw);
  text-align: center;
}

.pg-service__benefit:first-child .pg-service__benefit-title {
  padding-top: min(10px, 0.6944vw);
}

.pg-service__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #242323;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: min(13px, 0.9028vw);
  font-weight: 500;
  line-height: min(20px, 1.3889vw);
  text-align: center;
}

.pg-service__heading--service {
  margin: min(47px, 3.2639vw) 0 min(58px, 4.0278vw);
}

.pg-service__cards {
  display: grid;
  grid-template-columns: repeat(4, min(240px, 16.6667vw));
  gap: min(10px, 0.6944vw);
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg-service__card,
.pg-service__card a,
.pg-service__card picture,
.pg-service__card img {
  display: block;
}

.pg-service__card img {
  width: 100%;
  height: auto;
}

.pg-concept {
  padding: min(80px, 5.5556vw) 0;
  background: #fff;
}

.pg-concept__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(80px, 5.5556vw);
  width: min(990px, 68.75vw);
  margin: 0 auto;
}

.pg-concept__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(80px, 5.5556vw);
  width: 100%;
  color: #50453b;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  text-align: center;
}

.pg-concept__heading {
  width: 100%;
  margin: 0;
  color: #d1b69d;
  font-size: min(40px, 2.7778vw);
  font-weight: 500;
  line-height: min(25px, 1.7361vw);
}

.pg-concept__lead {
  width: min(920px, 63.8889vw);
  margin: 0;
  font-size: min(35px, 2.4306vw);
  font-weight: 600;
  line-height: min(50px, 3.4722vw);
  letter-spacing: min(7px, 0.4861vw);
}

.pg-concept__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.pg-concept__logo {
  display: block;
  flex: 0 0 auto;
  width: min(330px, 22.9167vw);
}

.pg-concept__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.pg-concept__text {
  width: min(500px, 34.7222vw);
  color: #50453b;
  font-family: "Yu Mincho", "YuMincho", var(--font-serif-ja), serif;
  font-size: min(15px, 1.0417vw);
  font-weight: 800;
  line-height: min(28px, 1.9444vw);
  letter-spacing: min(3px, 0.2083vw);
  white-space: nowrap;
}

.pg-concept__text p {
  margin: 0;
}

.pg-concept__text p + p {
  margin-top: min(28px, 1.9444vw);
}

@media screen and (max-width: 768px) {
  .pg-breadcrumb--pc {
    display: none;
  }

  .pg-breadcrumb--sp {
    display: block;
  }

  .pg-breadcrumb {
    width: 100%;
    /*padding: 0 0 0 1px;*/
    padding-left: 20px;
    overflow-x: auto;
    color: #242323;
    scrollbar-width: none;
  }

  .pg-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .pg-breadcrumb__text {
    width: max-content;
    font-size: 10px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 2.5px;
  }

  .pg-fv {
    height: 100px;
  }

  .pg-fv__logo {
    width: 90px;
    height: 64px;
  }

  .pg-fv__logo img {
    width: 90px;
    height: 64px;
  }

  .pg-hero {
    align-items: flex-start;
    height: 400px;
    padding-top: 40px;
  }

  .pg-hero__picture img {
    width: 100%;
    height: 100%;
  }

  .pg-hero__title {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 1.92px;
  }

  .pg-hero__title span {
    display: block;
  }

  .pg-anchor-nav {
    height: 78px;
    padding: 20px 30px;
    background: #fff;
  }

  .pg-anchor-nav__list {
    display: grid;
    grid-template-columns: 66px 117px 97px;
    grid-template-rows: repeat(2, 8px);
    justify-content: space-between;
    align-content: space-between;
    gap: 22px 0;
    width: 100%;
  }

  .pg-anchor-nav__item {
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
  }

  .pg-anchor-target {
    scroll-margin-top: 78px;
  }

  .pg-about {
    padding: 90px 0;
  }

  .pg-about::before {
    background-size: cover;
    background-position: center;
  }

  .pg-about__inner {
    gap: 100px;
    padding: 0 30px;
  }

  .pg-about__lead {
    width: auto;
    min-height: 0;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 5.2px;
    white-space: nowrap;
  }

  .pg-about__content {
    gap: 55px;
    width: 100%;
  }

  .pg-about__heading {
    gap: 6.667px;
    font-size: 22px;
    line-height: 16.667px;
    letter-spacing: 4.4px;
  }

  .pg-about__heading::before {
    width: 5.333px;
    height: 5.333px;
  }

  .pg-about__text {
    font-size: 13.5px;
    line-height: 33px;
    letter-spacing: 1.35px;
  }

  .pg-about__text p + p {
    margin-top: 33px;
  }

  .pg-map {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 260px;
    padding: 50px 30px;
  }

  .pg-map__crest {
    top: 9px;
    left: 123px;
    width: 332px;
    height: 252px;
  }

  .pg-map__inner {
    gap: 50px;
    width: 100%;
  }

  .pg-map__heading {
    gap: 6.667px;
    font-size: 22px;
    line-height: 16.667px;
    letter-spacing: 4.4px;
  }

  .pg-map__heading::before {
    width: 5.333px;
    height: 5.333px;
  }

  .pg-map__figure {
    width: 100%;
    aspect-ratio: 1090 / 550;
  }

  .pg-history {
    height: auto;
    min-height: 765px;
    padding: 80px 0 60px;
  }

  .pg-history__ghost {
    top: 44px;
    left: calc(50% + 32px);
    width: 155px;
    height: 210px;
    border-radius: 10px 0 0 10px;
  }

  .pg-history__inner {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    gap: 60px;
    width: 302px;
    margin: 0 auto;
    transform: none;
  }

  .pg-history__vertical {
    position: relative;
    width: 60px;
    height: 210px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 4px;
  }

  .pg-history__vertical span {
    width: 26px;
  }

  .pg-history__body {
    display: contents;
  }

  .pg-history__content {
    gap: 40px;
    width: 302px;
  }

  .pg-history__heading {
    gap: 6.667px;
    font-size: 22px;
    line-height: 16.667px;
    letter-spacing: 4.4px;
  }

  .pg-history__heading::before {
    width: 5.333px;
    height: 5.333px;
  }

  .pg-history__text {
    font-size: 13.52px;
    line-height: 32px;
    letter-spacing: 1.352px;
  }

  .pg-history__figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 155px;
    height: 210px;
  }

  .pg-philosophy {
    height: auto;
    min-height: 765px;
    padding: 80px 37px 60px;
  }

  .pg-philosophy__ghost {
    top: 44px;
    left: calc(50% - 187.5px);
    width: 154px;
    height: 210px;
    border-radius: 0 10px 10px 0;
  }

  .pg-philosophy__inner {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    gap: 60px;
    width: 302px;
    margin: 0 auto;
    transform: none;
  }

  .pg-philosophy__figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 210px;
    margin-top: 0;
  }

  .pg-philosophy__content {
    order: 2;
    gap: 40px;
    width: 302px;
    margin-top: 0;
  }

  .pg-philosophy__heading {
    gap: 6.667px;
    font-size: 22px;
    line-height: 16.667px;
    letter-spacing: 4.4px;
  }

  .pg-philosophy__heading::before {
    width: 5.333px;
    height: 5.333px;
  }

  .pg-philosophy__text {
    font-size: 13.52px;
    line-height: 32px;
    letter-spacing: 1.352px;
  }

  .pg-philosophy__vertical {
    order: 1;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 8px;
    width: 102px;
    height: 210px;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 4px;
  }

  .pg-philosophy__vertical span {
    width: 28px;
  }

  .pg-quality {
    height: auto;
    min-height: 989px;
    padding: 80px 0 60px;
  }

  .pg-quality__ghost {
    top: 44px;
    left: calc(50% + 32px);
    width: 155px;
    height: 210px;
    border-radius: 10px 0 0 10px;
  }

  .pg-quality__inner {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    gap: 60px;
    width: 302px;
    margin: 0 auto;
    transform: none;
  }

  .pg-quality__vertical {
    position: relative;
    width: 60px;
    height: 210px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 4px;
  }

  .pg-quality__vertical span {
    width: 26px;
  }

  .pg-quality__body {
    display: contents;
  }

  .pg-quality__content {
    gap: 40px;
    width: 302px;
  }

  .pg-quality__heading {
    gap: 6.667px;
    font-size: 22px;
    line-height: 16.667px;
    letter-spacing: 4.4px;
  }

  .pg-quality__heading::before {
    width: 5.333px;
    height: 5.333px;
  }

  .pg-quality__text {
    font-size: 13.52px;
    line-height: 32px;
    letter-spacing: 1.352px;
  }

  .pg-quality__figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 155px;
    height: 210px;
  }

  .pg-craftmanship {
    height: auto;
    min-height: 765px;
    padding: 80px 37px 60px;
  }

  .pg-craftmanship__ghost {
    top: 44px;
    left: calc(50% - 187.5px);
    width: 155px;
    height: 210px;
    border-radius: 0 10px 10px 0;
  }

  .pg-craftmanship__inner {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: column;
    gap: 60px;
    width: 302px;
    margin: 0 auto;
    transform: none;
  }

  .pg-craftmanship__figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 210px;
    margin-top: 0;
  }

  .pg-craftmanship__content {
    order: 2;
    gap: 40px;
    width: 302px;
    margin-top: 0;
  }

  .pg-craftmanship__heading {
    gap: 6.667px;
    font-size: 22px;
    line-height: 16.667px;
    letter-spacing: 4.4px;
  }

  .pg-craftmanship__heading::before {
    width: 5.333px;
    height: 5.333px;
  }

  .pg-craftmanship__text {
    font-size: 13.52px;
    line-height: 32px;
    letter-spacing: 1.352px;
  }

  .pg-craftmanship__vertical {
    order: 1;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 8px;
    width: 60px;
    height: 210px;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 4px;
  }

  .pg-craftmanship__vertical span {
    width: 26px;
  }

  .pg-products {
    padding: 80px 30px;
  }

  .pg-products__inner {
    gap: 39px;
    width: 100%;
  }

  .pg-products__header {
    gap: 30px;
  }

  .pg-products__heading {
    gap: 6.667px;
    font-size: 22px;
    line-height: 16.667px;
    letter-spacing: 4.4px;
  }

  .pg-products__heading::before {
    width: 5.333px;
    height: 5.333px;
  }

  .pg-products__lead {
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 4px;
  }

  .pg-products__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 40px 30px;
    width: 100%;
  }

  .pg-products__item {
    grid-template-rows: minmax(162.45px, 1fr) auto;
    gap: 25px;
    width: 100%;
  }

  .pg-products__image {
    width: min(100%, 142.5px);
    height: auto;
    aspect-ratio: 200 / 228;
  }

  .pg-products__item--set .pg-products__image img {
    object-fit: contain;
  }

  .pg-products__body {
    gap: 30px;
  }

  .pg-products__name {
    gap: 10px;
  }

  .pg-products__name h3 {
    min-height: 32px;
    font-size: 13px;
    line-height: 16px;
    white-space: normal;
  }

  .pg-products__name p {
    min-height: 14px;
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
  }

  .pg-products__volume {
    font-size: 12px;
    line-height: 25px;
  }

  .pg-products__price {
    font-size: 10px;
    line-height: 25px;
  }

  .pg-products__price span {
    font-size: 17px;
  }

  .pg-products__sub-image {
    width: min(100%, 142.5px);
    height: auto;
    aspect-ratio: 260 / 189;
  }

  .pg-products__sub-image--pair {
    width: min(100%, 142.5px);
    height: 67px;
    aspect-ratio: auto;
  }

  .pg-products__sub-image--pair img {
    width: 92px;
    height: 67px;
  }

  .pg-products__sub-image--pair img + img {
    margin-left: -10px;
  }

  .pg-products__link {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 25px;
  }

  .pg-gallery {
    padding: 30px 0;
  }

  .pg-gallery__track {
    animation-duration: 28s;
  }

  .pg-gallery__group {
    gap: 0;
    padding-right: 0;
  }

  .pg-gallery__item,
  .pg-gallery__item:nth-child(2) {
    width: 125px;
    height: 312px;
  }

  .pg-information {
    display: none;
  }

  .pg-service {
    padding: 14px 0 26px;
  }

  .pg-service__inner {
    width: 100%;
  }

  .pg-service__register {
    width: min(356px, calc(100vw - 19px));
    margin: 0 auto;
  }

  .pg-service__heading {
    gap: 16px;
    margin: 33px 0 19px;
    font-size: 20px;
    line-height: 30px;
  }

  .pg-service__heading::before,
  .pg-service__heading::after {
    width: 19px;
    height: 32px;
    border-width: 0;
  }

  .pg-service__heading::before {
    border-left: 1.5px solid #242323;
    transform: rotate(-25deg);
  }

  .pg-service__heading::after {
    border-right: 1.5px solid #242323;
    transform: rotate(25deg);
  }

  .pg-service__benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .pg-service__benefit {
    width: 318px;
    height: 331px;
    padding: 201px 31px 0;
  }

  .pg-service__benefit::before {
    top: 51px;
    border-width: 3px;
  }

  .pg-service__circle {
    width: 102px;
    height: 102px;
    padding-top: 19px;
    font-size: 16px;
    line-height: 29.213px;
  }

  .pg-service__circle span {
    padding-left: 5px;
    font-size: 25px;
    line-height: 28.213px;
    letter-spacing: 5px;
  }

  .pg-service__icon--cake {
    top: 120px;
    width: 67px;
    height: 66px;
  }

  .pg-service__icon--coupon {
    top: 128px;
    width: 98px;
    height: 46px;
  }

  .pg-service__icon--gift {
    top: 128px;
    width: 47px;
    height: 48px;
  }

  .pg-service__benefit-title {
    min-height: 22px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 22px;
  }

  .pg-service__benefit:first-child .pg-service__benefit-title {
    padding-top: 0;
  }

  .pg-service__text {
    font-size: 13px;
    line-height: 20px;
  }

  .pg-service__heading--service {
    width: 318px;
    margin: 28px auto 27px;
  }

  .pg-service__cards {
    grid-template-columns: repeat(2, 169px);
    gap: 4px 5px;
    justify-content: center;
    width: 342px;
    margin: 0 auto;
  }

  .pg-concept {
    padding: 60px 30px;
  }

  .pg-concept__inner {
    gap: 80px;
    width: 100%;
  }

  .pg-concept__header {
    gap: 50px;
  }

  .pg-concept__heading {
    font-size: 30px;
    line-height: 25px;
  }

  .pg-concept__lead {
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0;
  }

  .pg-concept__body {
    flex-direction: column;
    gap: 54px;
  }

  .pg-concept__logo {
    width: 250px;
  }

  .pg-concept__text {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: center;
    white-space: normal;
  }

  .pg-concept__text p + p {
    margin-top: 30px;
  }
}
