@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
/* -------------------------------- */
/* トップ CTA
/* -------------------------------- */
#wrap_top_cta {
  padding: 100px 20px;
  background: url(../images/top/bg_cta.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  line-height: 1;
}
#wrap_top_cta h2 {
  font-size: 1.125rem;
  color: #fff;
  background-color: rgb(185, 144, 91);
  font-weight: 600;
  padding: 10px;
}
#wrap_top_cta h3 {
  font-size: 1.125rem;
  margin: 20px 0;
  font-weight: 600;
}
#wrap_top_cta h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 600;
}
#wrap_top_cta ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#wrap_top_cta ul li {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
#wrap_top_cta ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 90;
  display: block;
}
#wrap_top_cta ul li:nth-of-type(1),
#wrap_top_cta ul li:nth-of-type(2) {
  width: calc((100% - 20px) / 2);
  color: #fff;
}
#wrap_top_cta ul li:nth-of-type(1) span,
#wrap_top_cta ul li:nth-of-type(2) span {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 3px;
  font-size: 0.875rem;
  font-weight: 600;
}
#wrap_top_cta ul li:nth-of-type(1) strong,
#wrap_top_cta ul li:nth-of-type(2) strong {
  display: block;
  line-height: 1;
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 1px;
}
#wrap_top_cta ul li:nth-of-type(1)::before,
#wrap_top_cta ul li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-70deg) translateY(110px);
  z-index: 0;
  width: 100%;
  height: 350%;
}
#wrap_top_cta ul li:nth-of-type(1) {
  background-color: rgb(178, 13, 49);
}
#wrap_top_cta ul li:nth-of-type(1) a span {
  color: rgb(178, 13, 49);
}
#wrap_top_cta ul li:nth-of-type(1)::before {
  background-color: rgb(149, 9, 39);
}
#wrap_top_cta ul li:nth-of-type(2) {
  background-color: rgb(26, 26, 26);
}
#wrap_top_cta ul li:nth-of-type(2) span {
  color: rgb(26, 26, 26);
}
#wrap_top_cta ul li:nth-of-type(2)::before {
  background-color: #000;
}
#wrap_top_cta ul li:nth-of-type(3) {
  width: 100%;
  background: #fff;
  padding: 20px;
  line-height: 1;
}
#wrap_top_cta ul li:nth-of-type(3) a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#wrap_top_cta ul li:nth-of-type(3) a > img {
  height: 50px;
  width: auto;
}
#wrap_top_cta ul li:nth-of-type(3) a div {
  text-align: center;
  color: rgb(26, 26, 26);
}
#wrap_top_cta ul li:nth-of-type(3) a div span {
  font-size: 0.875rem;
  display: block;
  padding: 0 0 10px 0;
}
#wrap_top_cta ul li:nth-of-type(3) a div strong {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
}
#wrap_top_cta ul li:nth-of-type(3) a div strong img {
  height: 0.8em;
  width: auto;
  margin-right: 10px;
}

/* -------------------------------- */
/* 明治32年創業のグループ企業
/* -------------------------------- */
#wrap_about {
  background: url(../images/top/bg_about.png) no-repeat center bottom;
  background-size: cover;
  padding: 100px 0;
}
#wrap_about div:nth-of-type(1) {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-family: "Zen Old Mincho", serif;
  margin: 0 20px 30px 20px;
}
#wrap_about div:nth-of-type(1) h2 {
  font-size: 1.375rem;
  font-weight: 600;
  color: rgb(185, 144, 91);
}
#wrap_about div:nth-of-type(1) p:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 20px;
}
#wrap_about div:nth-of-type(1) p:nth-of-type(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}
#wrap_about div:nth-of-type(1) figure {
  position: relative;
}
#wrap_about div:nth-of-type(1) figure img {
  width: 100%;
  height: auto;
}
#wrap_about div:nth-of-type(1) figure img:nth-of-type(2) {
  position: absolute;
  right: -40px;
  bottom: -20px;
  height: 110px;
  width: auto;
}

/* -------------------------------- */
/* 宝石についてのお悩み
/* -------------------------------- */
#wrap_worry {
  background: rgb(244, 241, 236);
  padding: 100px 20px;
}
#wrap_worry > p {
  margin: 30px 0;
}
#wrap_worry ul {
  margin-top: 30px;
}
#wrap_worry ul li {
  background-image: linear-gradient(339deg, #ffffff 77%, #cba66d);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
#wrap_worry ul li h3 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
#wrap_worry ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* -------------------------------- */
/* お知らせ
/* -------------------------------- */
#wrap_news {
  margin: 100px 20px 0 20px;
}
#wrap_news a {
  color: rgb(26, 26, 26);
}
#wrap_news div {
  background: rgb(244, 241, 236);
  border-radius: 10px;
  padding: 20px 0 20px 20px;
  margin-top: 30px;
}
#wrap_news div dl {
  padding-right: 20px;
  height: 300px;
  overflow-x: auto;
}
#wrap_news div dl::-webkit-scrollbar {
  background: rgb(244, 241, 236);
  width: 5px;
}
#wrap_news div dl::-webkit-scrollbar-thumb {
  background-color: rgb(204, 204, 204);
  border: none;
}
#wrap_news div dl::-webkit-scrollbar-thumb:hover {
  background-color: rgb(204, 204, 204);
}
#wrap_news div dl dd {
  border-bottom: rgb(204, 204, 204) 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#wrap_news div dl dd:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */