@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #2e2e2e;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #2e2e2e !important;
}
.col-main {
  color: #f8891d !important;
}
.col-sub {
  color: #e96414 !important;
}
.col-accent {
  color: #fffc00 !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-bg1 {
  color: #edebdf !important;
}
.col-bg2 {
  color: #f3f2e9 !important;
}
.col-bg3 {
  color: #fef0e3 !important;
}
.col-bg4 {
  color: #fbf9e9 !important;
}
.col-bg5 {
  color: #e3dfc7 !important;
}
.col-marker1 {
  color: #ffe9c2 !important;
}
.col-marker2 {
  color: #fff3e4 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #2e2e2e !important;
}
.bg-main {
  background-color: #f8891d !important;
}
.bg-sub {
  background-color: #e96414 !important;
}
.bg-accent {
  background-color: #fffc00 !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-bg1 {
  background-color: #edebdf !important;
}
.bg-bg2 {
  background-color: #f3f2e9 !important;
}
.bg-bg3 {
  background-color: #fef0e3 !important;
}
.bg-bg5 {
  background-color: #fbf9e9 !important;
}
.bg-bg4 {
  background-color: #e3dfc7 !important;
}
.bg-marker1 {
  background-color: #ffe9c2 !important;
}
.bg-marker2 {
  background-color: #fff3e4 !important;
}

.btn-01__link, .btn-02__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn-01__link .inner, .btn-02__link .inner, .btn-03__link .inner {
  transition: 0.3s;
}
.btn-01__link::before, .btn-02__link::before, .btn-03__link::before {
  content: "";
  display: block;
  width: 100px;
  max-width: 100%;
  height: 100%;
  border-radius: 50rem 0 0 50rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s;
}
.btn-01__link:hover::before, .btn-02__link:hover::before, .btn-03__link:hover::before {
  width: 18%;
}
.btn-01__link {
  background: #e96414;
}
.btn-01__link::before {
  background: #de5300;
}
.btn-02__link {
  background: #f8891d;
}
.btn-02__link::before {
  background: #f17b09;
}
.btn-03__link {
  background: #ffa31f;
}
.btn-03__link::before {
  background: #ff8814;
}

.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/16;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-tel {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/21;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}

.arw-solid-wht_8 {
  position: relative;
}
.arw-solid-wht_8::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/14;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-solid-wht_8:hover::after {
  transform: translate(-2px, -50%);
}
.arw-sq {
  position: relative;
}
.arw-sq::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-square.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate();
  z-index: 1;
}

.obj-pickup {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.obj-pickup::before, .obj-pickup::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #e96414;
  transform: rotate(-35deg);
}
.obj-pickup::after {
  transform: rotate(35deg);
}
.obj-point {
  position: relative;
}
.obj-point::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #e96414;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 100%);
}
.obj-illust-calc, .obj-illust-handsign {
  position: relative;
  z-index: 1;
}
.obj-illust-calc::before, .obj-illust-handsign::before {
  content: "";
  display: block;
  width: 146px;
  aspect-ratio: 146/168;
  background-image: url("/img/common/illust-calc.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100px);
  z-index: -1;
}
.obj-illust-bag {
  position: relative;
  z-index: 1;
}
.obj-illust-bag::after {
  content: "";
  display: block;
  width: 170px;
  aspect-ratio: 170/160;
  background-image: url("/img/common/illust-bag.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100px);
  z-index: -1;
}
.obj-illust-handsign::before {
  width: 165px;
  aspect-ratio: 165/197;
  background-image: url("/img/common/illust-handsign.png");
  background-size: 100%;
  left: inherit;
  right: 0;
  bottom: 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);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  background: #fff;
  border-top: solid 1px #2e2e2e;
  border-bottom: solid 1px #2e2e2e;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 4%;
  vertical-align: middle;
  font-weight: 600;
}
.tbl-01 th {
  width: 20%;
  background: #f8891d;
  color: #fff;
  text-align: center;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #fff;
}
.tbl-01 tr:not(:first-child) td {
  border-top-color: #2e2e2e;
}

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

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

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 80px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 80px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 120px) / 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-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-point-low .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  display: flex;
}
.list-news time::after {
  content: "/";
  display: block;
  margin: 0 5px;
}
.list-news__item {
  border-bottom: solid 1px #2e2e2e;
  padding: 15px 0;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__bx {
  display: flex;
  margin-top: 5px;
}
.list-point__item {
  text-align: center;
  position: relative;
}
.list-point__ic {
  width: 140px;
  max-width: 100%;
  margin: 0 auto;
}
.list-point__ttl {
  margin: -25px 0 0;
  padding: 60px 30px 40px 30px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.5384615385;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 21.1764705882px;
  }
}
.list-point__num {
  position: absolute;
  left: 0;
  top: 100px;
  transform: translateX(20px);
}
.list-case__item, .list-case__bx, .list-case-low__item, .list-case-low__bx {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-case__bx, .list-case-low__bx {
  height: 100%;
  justify-content: space-between;
}
.list-case__img, .list-case-low__img {
  width: 100%;
  aspect-ratio: 240/180;
  background: #fff;
  border: solid 1px #ddd;
  padding: 3px;
}
.list-case__ttl, .list-case-low__ttl {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-case__ttl, .list-case-low__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case__ttl, .list-case-low__ttl {
    font-size: 17.6470588235px;
  }
}
.list-case__price, .list-case-low__price {
  border-top: solid 1px #2e2e2e;
  padding-top: 15px;
  font-weight: 500;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-case__price, .list-case-low__price {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case__price, .list-case-low__price {
    font-size: 16.4705882353px;
  }
}
.list-case-low__item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px #e3dfc7;
}
.list-case-low__img {
  aspect-ratio: 260/195;
}
.list-buy__link {
  overflow: hidden;
  background: #fff;
  border-radius: 10px 10px 0 10px;
  box-shadow: 10px 10px #e3dfc7;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-buy__link:hover {
  box-shadow: 0px 0px #e3dfc7;
  transform: translate(1px, 1px);
}
.list-buy__img {
  text-align: center;
}
.list-point-low .com-layout {
  justify-content: space-between;
  align-items: center;
}
.list-point-low__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-point-low__ttl {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-point-low__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point-low__ttl {
    font-size: 23.5294117647px;
  }
}
.list-point-low__ic {
  width: 220px;
  max-width: 100%;
}
.list-point-low__bx {
  width: 820px;
  max-width: 100%;
}
.list-item__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-flow {
  row-gap: 60px;
}
.list-flow__item {
  background: #fbf9e9;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 40px 30px 30px;
  border-radius: 10px;
  position: relative;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/27;
  background-image: url("/img/common/arrow-solid-orn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50px, -50%);
}
.list-flow__num {
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(-40px - 50%));
  z-index: 1;
}
.list-flow__ttl {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 23.5294117647px;
  }
}
.list-flow__bx {
  row-gap: 60px;
  background: none;
  padding: 0;
}
.list-flow__bx .list-item {
  width: 100%;
}
.list-flow__bx .list-item::after {
  content: none;
}
.list-flow__inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.list-case-low__link {
  padding: 3vw;
  box-shadow: 5px 5px #e3dfc7;
}
.list-key__item {
  position: relative;
}
.list-key .com-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-num {
  color: #e96414;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .com-num {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-num {
    font-size: 35.2941176471px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  color: #f8891d;
  border: solid 1px #f8891d;
  border-radius: 50rem;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #f8891d;
  padding: 5px 10px 7px 10px;
  border: solid 1px #f8891d;
  border-radius: 50rem;
}

.ttl-01 {
  font-weight: 900;
  margin-bottom: 50px;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 32.3529411765px;
  }
}
.ttl-02 {
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 20px 0;
  position: relative;
}
.ttl-02::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/12;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #2e2e2e;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.ttl-03 {
  color: #f8891d;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 21.1764705882px;
  }
}
.ttl-03::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #f8891d;
  margin: 12px 0 0;
}
.ttl-03.txt-aln-c::after {
  margin: 12px auto 0 auto;
}
.ttl-04 {
  border-bottom: solid 1px #2e2e2e;
  padding-bottom: 15px;
}
.ttl-sub {
  border-left: solid #f8891d 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@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;
  }
}

.txt-plain {
  line-height: 2.1875;
}
.txt-plain-list {
  line-height: 1.875;
}

.marker-01 {
  background: linear-gradient(transparent 60%, #ffe9c2 60%);
}
.marker-02 {
  background: linear-gradient(transparent 60%, #fff3e4 60%);
}

#com-appraisal {
  background: url("/img/common/appraisal-bg.png") right bottom no-repeat;
  background-size: auto 100%;
  padding: 0 !important;
}
#com-appraisal .ttl-01 {
  letter-spacing: 0.1em;
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  #com-appraisal .ttl-01 {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-appraisal .ttl-01 {
    font-size: 38.2352941176px;
  }
}
#com-appraisal .img {
  margin-left: -420px;
}
#com-appraisal .bx {
  padding: 0 0 0 60px;
}
#com-appraisal .obj-illust {
  position: relative;
  z-index: 1;
}
#com-appraisal .obj-illust::after {
  content: "";
  display: block;
  width: 210px;
  aspect-ratio: 210/267;
  background-image: url("/img/common/appraisal-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100px);
  z-index: -1;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}
.header-nav .dropdown-menu,
.drawer-nav .dropdown-menu,
.footer-nav .dropdown-menu {
  cursor: pointer;
}
.header-nav .dropdown-menu__link:hover,
.drawer-nav .dropdown-menu__link:hover,
.footer-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}
.header-nav .dropdown-menu,
.header-nav .dropdown-menu__link,
.header-nav .drawer-dropdown,
.drawer-nav .dropdown-menu,
.drawer-nav .dropdown-menu__link,
.drawer-nav .drawer-dropdown,
.footer-nav .dropdown-menu,
.footer-nav .dropdown-menu__link,
.footer-nav .drawer-dropdown {
  display: flex;
  align-items: center;
}
.header-nav .dropdown-menu::after,
.header-nav .dropdown-menu__link::after,
.header-nav .drawer-dropdown::after,
.drawer-nav .dropdown-menu::after,
.drawer-nav .dropdown-menu__link::after,
.drawer-nav .drawer-dropdown::after,
.footer-nav .dropdown-menu::after,
.footer-nav .dropdown-menu__link::after,
.footer-nav .drawer-dropdown::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/5;
  background-image: url("/img/common/arrow-solid-blk.png");
  background-size: 100%;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}
.header-nav__item {
  padding: 0 15px;
  position: relative;
}
.header-nav__item:not(:first-child) {
  border-left: solid 1px #ddd;
}
.header-nav .dropdown-menu {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header-nav .dropdown-menu__list {
  width: 100%;
  padding-top: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.header-nav .dropdown-menu__item {
  background: #fff;
  border: solid 1px #ddd;
  text-align: center;
}
.header-nav .dropdown-menu__item:not(:first-child) {
  border-top: none;
}
.header-nav .dropdown-menu__link {
  justify-content: center;
  padding: 12px;
  position: relative;
}
.header-nav .dropdown-menu__link::after {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.header-nav .dropdown-menu__link:hover::after {
  transform: translate(2px, -50%) rotate(-90deg);
}
.header-nav .current {
  color: #f8891d;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 20px 0;
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(7) {
  grid-column-start: 2;
}
.footer-nav__item:nth-child(8) {
  grid-column-start: 2;
  grid-row-start: 5;
}
.footer-nav__link,
.footer-nav .dropdown-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer-nav__link::before,
.footer-nav .dropdown-menu__link::before {
  content: "▶";
  display: block;
  color: #f8891d;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__link::before,
  .footer-nav .dropdown-menu__link::before {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__link::before,
  .footer-nav .dropdown-menu__link::before {
    font-size: 12.9411764706px;
  }
}
.footer-nav__link::after,
.footer-nav .dropdown-menu__link::after {
  content: none !important;
}
.footer-nav .dropdown-menu__list {
  display: flex !important;
  flex-direction: column;
  row-gap: 8px;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__list {
    font-size: 14.1176470588px;
  }
}
.footer-nav .dropdown-menu__link::before {
  content: "└";
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .dropdown-menu__link::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav .dropdown-menu__link::before {
    font-size: 17.6470588235px;
  }
}
.footer-nav .dropdown-menu:hover {
  opacity: 1;
  cursor: auto;
}

.header-bar {
  width: 100%;
  height: 80px;
  padding: 0;
  padding-left: 1.56%;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8888;
}
.header-bar .btn-02__link {
  border-radius: 50rem 0 0 50rem;
}

.mv, .sv {
  width: 100%;
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-cc {
  width: 767px;
  max-width: 39.9479166667%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  row-gap: 2vw;
}
.mv .btn {
  width: 54.76%;
  font-size: 22px;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 1120px) {
  .mv .btn {
    font-size: 12.9411764706px;
  }
}
@media screen and (min-width: 1920px) {
  .mv .btn {
    font-size: 22px;
  }
}

.sv {
  height: 370px;
}
.sv-ttl {
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.sv-bg-point {
  background: url("/img/point/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-precious-metal {
  background: url("/img/precious-metal/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-brand {
  background: url("/img/brand/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-watch {
  background: url("/img/watch/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-shop {
  background: url("/img/shop/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-about, .top-point, .top-case, .top-item, .top-news {
  padding: 100px 0;
}

.top-chart {
  padding: 85px 0;
}

.top-about .ttl-01 {
  border-top: solid 1px #2e2e2e;
  border-bottom: solid 1px #2e2e2e;
  padding: 8px 0 20px 0;
  margin-bottom: 0;
}

.top-item .obj-illust {
  position: relative;
  z-index: 1;
}
.top-item .obj-illust::before {
  content: "";
  display: block;
  width: 139px;
  aspect-ratio: 139/170;
  background-image: url("/img/top/item-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translateX(-50px);
  z-index: -1;
}

.top-news .cts-1080 {
  min-height: 150px;
}
.top-news .ttl-01 {
  margin-bottom: 0;
}
.top-news .btn {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100px);
}

#ctn-lower section {
  padding: 100px 0;
}
#ctn-lower .ttl-01 {
  text-align: center;
}

#footer {
  padding: 60px 0 35px 0;
}
#footer .footer-bx {
  padding: 40px 50px 60px 50px;
}
#footer .obj-illust {
  position: relative;
  z-index: 1;
}
#footer .obj-illust::after {
  content: "";
  display: block;
  width: 245px;
  aspect-ratio: 245/155;
  background-image: url("/img/common/footer-illust.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(50px);
  z-index: -1;
}/*# sourceMappingURL=style.css.map */