@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Shippori Mincho B1", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  scroll-behavior: smooth;
  background: #040505;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

#ctn-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/para.jpg");
  background-size: 100%;
  background-position: center;
  background-color: #040505;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #040505 !important;
}
.col-gry1 {
  color: #121414 !important;
}
.col-gry2 {
  color: #525252 !important;
}
.col-gry3 {
  color: #858585 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #040505 !important;
}
.bg-gry1 {
  background-color: #121414 !important;
}
.bg-gry2 {
  background-color: #525252 !important;
}
.bg-gry3 {
  background-color: #858585 !important;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link, .btn-ptn3 .btn-link, .btn-ptn4 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #fff;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover, .btn-ptn3 .btn-link:hover, .btn-ptn4 .btn-link:hover {
  background: rgba(82, 82, 82, 0.2);
}
.btn-ptn2 .btn-link {
  background: none;
  border-left: none;
  border-right: none;
}
.btn-ptn3 .btn-link {
  background: #040505;
}
.btn-ptn3 .btn-link:hover {
  background: #525252;
}
.btn-ptn4 .btn-link {
  border: none;
  background: #fff;
  color: #040505;
}
.btn-ptn4 .btn-link:hover {
  background: #fff;
  color: rgba(4, 5, 5, 0.8);
}
.btn-bdr {
  display: flex;
}
.btn-bdr .btn-link {
  border-bottom: solid 1px #525252;
  padding-bottom: 8px;
}

#side-bar {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 77;
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/12;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-pin {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-pin::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/19;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}

.arw-blk, .arw-wht, .arw-wht-bld, .arw-blk-flx, .arw-wht-flx, .arw-blk-anchor {
  position: relative;
}
.arw-blk::after, .arw-wht::after, .arw-wht-bld::after, .arw-blk-flx::after, .arw-wht-flx::after, .arw-blk-anchor::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 28/7;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-blk:hover::after, .arw-wht:hover::after, .arw-wht-bld:hover::after, .arw-blk-flx:hover::after, .arw-wht-flx:hover::after, .arw-blk-anchor:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht::after, .arw-wht-flx::after, .arw-wht-bld::after {
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
}
.arw-wht-bld::after {
  width: 28px;
}
.arw-blk-flx, .arw-wht-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-blk-flx::after, .arw-wht-flx::after {
  position: static;
  transform: none;
  transition: 0.3s;
}
.arw-blk-flx:hover::after, .arw-wht-flx:hover::after {
  transform: translate(-2px, 0);
}
.arw-ac {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.arw-ac::after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/8;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
}
.arw-solid-wht-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-solid-wht-flx::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 11/8;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  transform: rotate(-90deg);
}
.arw-solid-wht-under {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.arw-solid-wht-under::after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/8;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
}
.arw-back-blk {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-back-blk::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/7;
  background-image: url("/img/common/arw-back-blk.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-back-blk:hover::before {
  transform: translate(-2px, 0);
}
.arw-btm {
  position: relative;
  z-index: 10;
}
.arw-btm::after {
  content: "";
  display: block;
  width: 700px;
  max-width: 100%;
  aspect-ratio: 700/88;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #121414;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.arw-blk-anchor::after {
  width: 28px;
  transform: rotate(90deg);
}
.arw-blk-anchor:hover::after {
  transform: translate(0, 2px) rotate(90deg);
}

.obj-side-line {
  display: flex;
  align-items: center;
  text-align: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.obj-side-line::before, .obj-side-line::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
}

.blk-bx-rt, .blk-bx-lft {
  position: relative;
}
.blk-bx-lft::before, .blk-bx-rt::after {
  content: "";
  display: block;
  width: 1790px;
  max-width: 93.2291666667%;
  aspect-ratio: 1790/127;
  background: #040505;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.blk-bx-rt {
  left: inherit;
  right: 0;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}
.hov-pointer:hover {
  cursor: pointer;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 24px 0;
  line-height: 1.7;
}
.tbl-ptn1 th {
  width: 15%;
}
.tbl-ptn1 td {
  padding-left: 4%;
}
.tbl-ptn1 tr:not(:last-child) th, .tbl-ptn1 tr:not(:last-child) td {
  border-bottom: solid 1px #fff;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-nav .nav-item {
  line-height: 1;
}
.list-news .list-item, .list-check .list-item, .list-flow .list-item, .list-faq .list-item, .list-service .list-item, .list-birthstone .list-item, .list-anchor .list-item, .list-choose .list-item, .list-circle .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news .news-item:not(:first-child) {
  border-top: solid 1px #525252;
  padding-top: 30px;
}
.list-news .news-link {
  display: block;
}
.list-news .news-bx {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news .news-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check .check-item {
  display: flex;
  align-items: flex-start;
}
.list-check .check-item::before {
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  margin-right: 15px;
  transform: translateY(20%);
}
.list-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.71%;
  row-gap: 70px;
}
.list-works .list-item,
.list-works .layout-item {
  width: 22.9675%;
}
.list-works .works-img {
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 1px #525252;
}
.list-flow .com-layout {
  justify-content: space-between;
  align-items: flex-start;
}
.list-flow .flow-item::before {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  color: #040505;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-flow .flow-item::before {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .flow-item::before {
    font-size: 21.1764705882px;
  }
}
.list-flow .flow-item:first-child::before {
  content: "1";
}
.list-flow .flow-item:nth-child(2)::before {
  content: "2";
}
.list-flow .flow-item:nth-child(3)::before {
  content: "3";
}
.list-flow .flow-item:nth-child(4)::before {
  content: "4";
}
.list-flow .flow-item:nth-child(5)::before {
  content: "5";
}
.list-flow .flow-item:nth-child(6)::before {
  content: "6";
}
.list-flow .flow-item:nth-child(7)::before {
  content: "7";
}
.list-flow .flow-item:nth-child(8)::before {
  content: "8";
}
.list-flow .flow-item:nth-child(9)::before {
  content: "9";
}
.list-flow .flow-item:nth-child(10)::before {
  content: "10";
}
.list-flow .flow-item:not(:last-child) {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.list-flow .flow-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: dotted 2px #525252;
  position: absolute;
  top: 0;
  left: 19.5px;
  z-index: -1;
}
.list-flow .flow-ttl {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow .flow-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .flow-ttl {
    font-size: 23.5294117647px;
  }
}
.list-faq dl {
  display: grid;
  row-gap: 30px;
}
.list-faq dt, .list-faq dd {
  width: 100%;
}
.list-faq dt {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-faq dt::before {
  content: "Q.";
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  transform: translateY(10%);
}
@media screen and (max-width: 768px) {
  .list-faq dt::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before {
    font-size: 23.5294117647px;
  }
}
.list-faq dd .inner {
  white-space: pre-wrap;
}
.list-faq .ttl-bar {
  text-align: left;
}
.list-service .service-item {
  display: grid;
  row-gap: 20px;
}
.list-anchor .anchor-item a {
  background: #fff;
  color: #040505;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-choose .ttl-bar {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-choose .ttl-bar {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-choose .ttl-bar {
    font-size: 23.5294117647px;
  }
}
.list-choose .stone-item {
  align-items: flex-end;
}
.list-circle .circle-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-circle .circle-item::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  transform: translateY(40%);
}
.list-birthstone .stone-item {
  max-width: 255px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.list-birthstone .stone-img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-birthstone .stone-text {
  height: 100%;
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.com-tag-main .tag-link {
  display: block;
  color: #fff;
  border: solid 1px #fff;
  padding: 10px 20px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Gilda Display", serif;
  line-height: 1;
}
.com-frame {
  background: #fff;
  outline: solid 1px #858585;
  outline-offset: 15px;
  color: #040505;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 2vw;
}
.ttl-main .eng, .ttl-main .ruby {
  letter-spacing: 0.05em;
}
.ttl-main .eng {
  font-family: "Gilda Display", serif;
  font-size: 80px;
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 1120px) {
  .ttl-main .eng {
    font-size: 47.0588235294px;
  }
}
@media screen and (min-width: 1920px) {
  .ttl-main .eng {
    font-size: 80px;
  }
}
.ttl-main .ruby {
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1120px) {
  .ttl-main .ruby {
    font-size: 17.6470588235px;
  }
}
@media screen and (min-width: 1920px) {
  .ttl-main .ruby {
    font-size: 30px;
  }
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: solid #525252 6px;
  background: #121414;
  padding: 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-bar {
  font-size: 22px;
  font-size: 2.2rem;
  background: #121414;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 18.8235294118px;
  }
}

.txt-plain {
  line-height: 2.2222222222;
}

#header {
  position: relative;
}

.hd-bar .com-logo {
  position: fixed;
  top: 25px;
  left: 3.13%;
  z-index: 77;
}
.hd-bar-bx {
  position: fixed;
  top: 25px;
  right: 3.13%;
  z-index: 77;
}

.mv, .sv {
  width: 100%;
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv-cc, .sv-cc {
  display: flex;
  flex-direction: column;
  row-gap: 1vw;
  position: absolute;
  left: 4.17%;
  bottom: 0;
  transform: translate(0, -30%);
  z-index: 1;
}
.mv-cc-main, .mv-cc-sub, .sv-cc-main, .sv-cc-sub {
  letter-spacing: 0.05em;
}
.mv-cc-main, .sv-cc-main {
  font-family: "Gilda Display", serif;
  font-size: 80px;
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main, .sv-cc-main {
    font-size: 47.0588235294px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main, .sv-cc-main {
    font-size: 80px;
  }
}
.mv-cc-sub, .sv-cc-sub {
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub, .sv-cc-sub {
    font-size: 17.6470588235px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub, .sv-cc-sub {
    font-size: 30px;
  }
}

.sv {
  aspect-ratio: 1920/600;
}
.sv-custom-jewelry {
  background: url("/img/custom-jewelry/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-jewelry-remake {
  background: url("/img/jewelry-remake/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-jewelry-repair {
  background: url("/img/jewelry-repair/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-portfolio {
  background: url("/img/portfolio/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-birthstone {
  background: url("/img/birthstone/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-style-advice {
  background: url("/img/style-advice/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-shop {
  background: url("/img/shop/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

#hd-nav .nav-item {
  position: relative;
  z-index: 1;
}
#hd-nav .wrp-ac-nav {
  padding-top: 5px;
  width: 240px;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #hd-nav .wrp-ac-nav {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .wrp-ac-nav {
    font-size: 14.1176470588px;
  }
}
#hd-nav .ac-nav-item {
  line-height: 1;
}
#hd-nav .ac-nav-item:not(:first-child) {
  border-top: solid 1px rgba(255, 255, 255, 0);
}
#hd-nav .ac-nav-link {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
}

#birthstone {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1;
}
#birthstone .bt-ttl {
  padding: 10px;
  border-bottom: solid 1px #525252;
}
#birthstone .bt-link:hover .arw-blk-flx::after {
  transform: translate(-2px, 0);
}
#birthstone .bt-link:hover .stone-btn {
  opacity: 0.8;
}
#birthstone .list-stone {
  padding: 20px 10px 10px;
}
#birthstone .stone-item {
  text-align: center;
}
#birthstone .stone-img img {
  max-width: 50px;
}
#birthstone .stone-ttl {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #birthstone .stone-ttl {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #birthstone .stone-ttl {
    font-size: 13.5294117647px;
  }
}
#birthstone .stone-btn {
  transition: 0.3s;
}
#birthstone .arw-blk-flx:hover::after {
  transform: none;
}

@media screen and (max-width: 1000px) {
  .hd-bar .com-logo {
    width: 180px;
    max-width: 100%;
  }
  .hd-bar .com-tel .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .hd-bar .com-tel .tel {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) and (min-width: 539px) {
  .hd-bar .com-tel .tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .hd-bar-inner {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .hd-bar .btn-ptn1 {
    width: 190px;
    max-width: 100%;
  }
  .hd-bar .btn-ptn1 .btn-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .hd-bar .btn-ptn1 .btn-link {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) and (min-width: 539px) {
  .hd-bar .btn-ptn1 .btn-link {
    font-size: 15.2941176471px;
  }
}
@media screen and (max-width: 1000px) {
  #hd-nav .list-nav {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  #hd-nav .list-nav {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .list-nav {
    font-size: 14.7058823529px;
  }
}
.top-service-main .ttl-main, .top-select .ttl-main, .top-works .ttl-main, .top-info .ttl-main, .top-calendar .ttl-main, .top-news .ttl-main {
  margin-bottom: 60px;
}
.top-service-01 .ttl-main, .top-service-02 .ttl-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  margin-bottom: 60px;
}
.top-service-01 .ttl-main .num, .top-service-01 .ttl-main .eng, .top-service-02 .ttl-main .num, .top-service-02 .ttl-main .eng {
  font-size: 24px;
  font-size: 1.25vw;
  color: #525252;
}
@media screen and (max-width: 1120px) {
  .top-service-01 .ttl-main .num, .top-service-01 .ttl-main .eng, .top-service-02 .ttl-main .num, .top-service-02 .ttl-main .eng {
    font-size: 14.1176470588px;
  }
}
@media screen and (min-width: 1920px) {
  .top-service-01 .ttl-main .num, .top-service-01 .ttl-main .eng, .top-service-02 .ttl-main .num, .top-service-02 .ttl-main .eng {
    font-size: 24px;
  }
}
.top-service-01 .ttl-main .num, .top-service-02 .ttl-main .num {
  border-bottom: solid 1px #525252;
}
.top-service-01 .ttl-main .ruby, .top-service-02 .ttl-main .ruby {
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .top-service-01 .ttl-main .ruby, .top-service-02 .ttl-main .ruby {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .top-service-01 .ttl-main .ruby, .top-service-02 .ttl-main .ruby {
    font-size: 40px;
  }
}

.top-service-main {
  padding: 160px 0 140px 0;
}
.top-service-01 {
  margin-top: -40px;
  padding: 0 0 160px 0;
}
.top-service-01 .com-layout {
  margin-top: 70px;
}
.top-service-01 .ttl-bar {
  margin-bottom: 30px;
}
.top-service-01 .btn {
  margin-top: 100px;
}
.top-service-02 .service-bx {
  display: flex;
}
.top-service-02 .service-inner {
  padding: 0 6.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-service-02 .layout-item {
  width: 50%;
}
.top-service-02 .btn {
  margin-top: 80px;
}

.top-select {
  padding: 200px 0;
}

.top-bnr .ttl-main {
  width: 450px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.85);
  color: #040505;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 30px;
}
.top-bnr .ttl-main .eng {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main .eng {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main .eng {
    font-size: 17.6470588235px;
  }
}
.top-bnr .ttl-main .ruby {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main .ruby {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main .ruby {
    font-size: 21.1764705882px;
  }
}
.top-bnr .layout-item {
  width: 50%;
  aspect-ratio: 960/450;
}
.top-bnr .layout-item.birth {
  background: url("/img/top/bnr-birthstone.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .layout-item.style {
  background: url("/img/top/bnr-style.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.top-bnr .bnr-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(4, 5, 5, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.top-bnr .bnr-link:hover::before {
  background: rgba(4, 5, 5, 0.3);
}

.top-works {
  padding: 180px 0 0;
}
.top-works .btn {
  margin-top: 100px;
}

.top-info {
  padding: 160px 0;
}
.top-info .ttl-bx {
  width: 43.23%;
}
.top-info .tbl-bx {
  width: 39.58%;
}

.top-info-img .img {
  width: 1790px;
  max-width: 93.2291666667%;
}

.top-calendar {
  padding: 110px 0 140px 0;
}
.top-calendar .btn {
  margin-top: 40px;
}

.top-news {
  padding: 130px 0;
}
.top-news .btn {
  margin-top: 90px;
}

#ctn-lower article {
  padding: 160px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 70px;
}
#ctn-lower .ttl-main .eng {
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .eng {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .eng {
    font-size: 52.9411764706px;
  }
}
#ctn-lower .ttl-main .ruby {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main .ruby {
    font-size: 23.5294117647px;
  }
}

.portfolio-detail .img-main, .portfolio-detail .img-thumb {
  aspect-ratio: 520/350;
  background: #000;
}
.portfolio-detail .img-link:hover img {
  transform: scale(0.99);
  opacity: 0.8;
}
.portfolio-detail .before, .portfolio-detail .after {
  position: relative;
}
.portfolio-detail .before::before, .portfolio-detail .after::before {
  font-family: "Gilda Display", serif;
  content: "- Before -";
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.portfolio-detail .after::before {
  content: "- After -";
}

#com-contact .com-frame {
  padding: 50px 0;
}

#footer {
  padding: 120px 0;
}

#ft-nav .wrp-ac-nav {
  display: block !important;
}
#ft-nav .list-nav-sub .nav-item:not(:first-child) {
  border-left: solid 1px #525252;
  padding-left: 15px;
}
#ft-nav .list-nav-sub .nav-link {
  color: #858585;
}/*# sourceMappingURL=style.css.map */