:root {
  --h2: 32px;
  --small: 14px;
  --regular: 16px;
}

.breadcrumb__wrap {
  width: 100%;
  margin-bottom: 108px;
  padding: 0 20px 27px;
  border-bottom: 1px solid #DDDDDD;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 1130px;
  margin: 0 auto;
}
.breadcrumb__el {
  display: flex;
  align-items: center;
}
.breadcrumb__el:not(:last-child)::after {
  content: "";
  background: url(../images/breadcrumbArrow.png) no-repeat center/cover;
  width: 11px;
  height: 11px;
  margin-left: 14px;
}
.breadcrumb__link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}
.breadcrumb__icon {
  width: 12px;
  height: 12px;
  display: block;
}
.breadcrumb__icon img {
  vertical-align: top;
}
.breadcrumb__current {
  color: #AD926A;
  font-size: 12px;
  font-weight: 500;
}

.catch__section {
  margin-bottom: 77px;
  padding-top: 80px;
}

.concept__section {
  margin-bottom: 120px;
  padding: 0 20px;
}
.concept__h2 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  max-width: 796px;
  margin: 0 auto 24px;
}
.concept__body {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  max-width: 796px;
  margin: 0 auto 64px;
}
.concept__images {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-bottom: 64px;
}
.concept__image {
  width: 560px;
  display: block;
}
.concept__description {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  max-width: 796px;
  margin: 0 auto;
}

.gallery__section {
  margin-bottom: 249px;
  background: #F3F3F3;
}
.gallery__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  height: clamp(40.188rem, 0.054rem + 83.61vw, 71.438rem);
  padding: 0 20px;
  background: url(../images/concept/galleryBg.png) no-repeat top/100% clamp(21.063rem, -0.048rem + 43.98vw, 37.5rem);
}
.gallery__container {
  width: 100%;
  max-width: 1206px;
  background: #F3F3F3;
  padding: 40px 40px 99px;
}
.gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.gallery__image {
  width: 100%;
  max-width: 369px;
  display: block;
}

.product__section {
  background: #fff;
  margin-bottom: 120px;
}
.product__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
.product__item {
  margin-bottom: 120px;
}
.product__item:last-child {
  margin-bottom: 0;
}
.product__item.firstDesc .product__images {
  gap: 68px;
}
.product__item.firstDesc .product__body {
  max-width: 800px;
}
.product__h2 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  max-width: 688px;
  margin: 0 auto 24px;
}
.product__body {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  max-width: 705px;
  margin: 0 auto 64px;
}
.product__images {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.product__image-wrap {
  width: 330px;
}
.product__image {
  width: 100%;
  max-width: 560px;
  display: block;
}
.product__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 16px;
}

.shop__section {
  margin-bottom: 120px;
}
.shop__inner {
  padding: 0 20px;
}
.shop__h2 {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 24px;
}
.shop__body {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  max-width: 799px;
  margin: 0 auto 64px;
}
.shop__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  max-width: 1129px;
  margin: 0 auto 120px;
}
.shop__image {
  width: 100%;
  display: block;
}
.shop__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.shop__image--01 {
  grid-column: 1;
  grid-row: 1;
}
.shop__image--02 {
  grid-column: 1;
  grid-row: 2;
}
.shop__image--03 {
  grid-column: 2;
  grid-row: 1/3;
}
.shop__info {
  text-align: center;
}
.shop__logo {
  max-width: 460px;
  margin: 0 auto 64px;
  display: block;
}
.shop__button {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.shop__button-link {
  font-size: var(--regular);
  font-weight: 300;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  background: #555;
  border-radius: 6px;
  transition: opacity 0.4s ease;
}
.shop__button-link font{
  color: #fff;
}
.shop__button-link:hover {
  opacity: 0.6;
}
.shop__h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}
.shop__address {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.shop__tel {
  transition: opacity 0.3s ease;
}
.shop__tel:hover {
  opacity: 0.7;
}
.br__sp{
    display: none;
  }

@media (max-width: 767px) {
  :root {
    --h2: 28px;
  }
  .catch__section {
    margin-bottom: 14px;
    padding-top: 60px;
  }
  .breadcrumb__wrap {
    margin-bottom: 40px;
    padding: 0 20px 13px;
  }
  .concept__section {
    margin-bottom: 40px;
  }
  .concept__body {
    margin: 0 auto 32px;
  }
  .concept__image {
    width: 100%;
  }
  .concept__images {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  .concept__description {
    font-size: 14px;
  }
  .gallery__section {
    background: #fff;
    margin-bottom: 32px;
  }
  .gallery__inner {
    height: 196.5333vw;
    background: url(../images/concept/galleryBgSp.png) no-repeat top/100% 122.67vw;
  }
  .gallery__container {
    padding: 8px;
  }
  .gallery__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__section {
    margin-bottom: unset;
  }
  .product__body {
    font-size: 14px;
    margin: 0 auto 40px;
  }
  .product__images {
    flex-direction: column;
    gap: 24px;
  }
  .product__images.grayImage {
    gap: 28px;
    padding-right: 5px;
  }
  .product__image {
    max-width: unset;
  }
  .product__image-wrap {
    width: 100%;
  }
  .product__name {
    font-size: 18px;
    margin-top: 13px;
  }
  .product__item {
    margin-bottom: 40px;
  }
  .shop__section {
    margin-bottom: 40px;
  }
  .shop__h2 {
    margin-bottom: 16px;
  }
  .shop__body {
    font-size: 14px;
    margin: 0 auto 32px;
  }
  .shop__images {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 47px;
  }
  .shop__image--01, .shop__image--02 {
    grid-column: unset;
    grid-row: unset;
  }
  .shop__image--03 {
    grid-column: unset;
    grid-row: 1;
  }
  .shop__logo {
    width: 240px;
    margin: 0 auto 20px;
  }
  .shop__button {
    margin-bottom: 27px;
  }
  .shop__h3 {
    font-size: 20px;
    margin-bottom: 19px;
  }
   .br__sp{
    display: block;
  }
}/*# sourceMappingURL=concept.css.map */