.bg-brown {
  background-image: url(../images/bg_brown.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
}

.bg-gold {
  background-image: url(../images/bg_gold_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 769px) {
  .bg-gold {
    background-image: url(../images/bg_gold.jpg);
    background-position: center top;
  }
}

.text-center {
  text-align: center;
}

.ybs-breadcrumbs {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .ybs-breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ybs-breadcrumbs__item {
  color: #fff;
}
.ybs-breadcrumbs__item:not(:first-child)::before {
  color: #fff;
}
.ybs-breadcrumbs__item .underline {
  color: #fff !important;
}

.zeppin {
  color: #440205;
  font-weight: 400;
}
.zeppin .lv2-heading {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .zeppin .lv2-heading {
    font-size: 4rem;
  }
}
.zeppin .lv3-heading {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  margin-top: 20px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .zeppin .lv3-heading {
    font-size: 2.4rem;
  }
}
.zeppin .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .zeppin .text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.kv {
  text-align: center;
  background-color: #E6CE79;
}

.about {
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .about {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
.about .ybs-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about .ybs-content {
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
@media (min-width: 769px) {
  .about .ybs-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.about .ybs-content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#F9EFCF), color-stop(25.48%, #FFFAE9), color-stop(80%, #FFFAE9), to(#F9EFCF));
  background: linear-gradient(270deg, #F9EFCF 0%, #FFFAE9 25.48%, #FFFAE9 80%, #F9EFCF 100%);
  z-index: -2;
  padding-right: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .about__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about__body .text {
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .about__body .text {
    font-size: 2rem;
  }
}

.quality {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .quality {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.quality__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .quality__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) {
  .quality__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px;
  }
}
.quality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .quality__list {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .quality__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 100px;
    max-width: 830px;
  }
}
@media (max-width: 768px) {
  .quality__list li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .quality__list li:nth-child(2), .quality__list li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .quality__list li img {
    max-width: 140px;
  }
}
.quality__list .text {
  font-family: "Noto Sans JP", sans-serif;
}
.quality__item {
  text-align: center;
}
.quality__item img {
  max-width: 180px;
}
@media (min-width: 769px) {
  .quality__item img {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    max-width: 300px;
  }
}
.quality__item .text-link {
  text-decoration: underline;
  position: relative;
  font-size: 1.4rem;
  padding-right: 30px;
  display: block;
}
@media (min-width: 769px) {
  .quality__item .text-link {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    font-size: 1.6rem;
    padding-right: 30px;
  }
}
.quality__item .text-link::after {
  content: "";
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .quality__item .text-link::after {
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }
}

.shop {
  padding-bottom: 70px;
}
@media (min-width: 769px) {
  .shop {
    padding-bottom: 140px;
  }
}
.shop .ybs-content {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .shop .ybs-content {
    margin-right: 30px;
    padding-right: 30px;
    padding-left: 30px;
    width: auto;
  }
}
@media (min-width: 769px) {
  .shop .ybs-content {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.shop .ybs-content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#F9EFCF), color-stop(25.48%, #FFFAE9), color-stop(80%, #FFFAE9), to(#F9EFCF));
  background: linear-gradient(270deg, #F9EFCF 0%, #FFFAE9 25.48%, #FFFAE9 80%, #F9EFCF 100%);
  padding-left: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  z-index: -2;
}
.shop__btn {
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media (min-width: 769px) {
  .shop__btn {
    margin-top: 60px;
  }
}
.shop__btn a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=index.css.map */
