body {
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #3f3731;
  scroll-behavior: smooth;
  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: #3f3731 !important;
}
.col-main {
  color: #e3772f !important;
}
.col-bdr {
  color: #d8d8d8 !important;
}
.col-gry1 {
  color: #555555 !important;
}
.col-gry2 {
  color: #7e7e7e !important;
}
.col-gry3 {
  color: #c2c2c2 !important;
}
.col-gry4 {
  color: #f5f5f5 !important;
}
.col-gry5 {
  color: #a0a0a0 !important;
}
.col-gry6 {
  color: #f4f4f4 !important;
}
.col-gry7 {
  color: #342d28 !important;
}
.col-gry8 {
  color: #403731 !important;
}
.col-gry9 {
  color: #403831 !important;
}
.col-bg {
  color: #f9f6f1 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #3f3731 !important;
}
.bg-main {
  background-color: #e3772f !important;
}
.bg-bdr {
  background-color: #d8d8d8 !important;
}
.bg-gry1 {
  background-color: #555555 !important;
}
.bg-gry2 {
  background-color: #7e7e7e !important;
}
.bg-gry3 {
  background-color: #c2c2c2 !important;
}
.bg-gry4 {
  background-color: #f5f5f5 !important;
}
.bg-gry5 {
  background-color: #a0a0a0 !important;
}
.bg-gry6 {
  background-color: #f4f4f4 !important;
}
.bg-gry7 {
  background-color: #342d28 !important;
}
.bg-gry8 {
  background-color: #403731 !important;
}
.bg-gry9 {
  background-color: #403831 !important;
}
.bg-bg {
  background-color: #f9f6f1 !important;
}
.bg-gra-main {
  background: #ff924a;
  background: linear-gradient(90deg, #ff924a 0%, #e17229 100%);
}

.btn-01__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ff924a;
  background: linear-gradient(90deg, #ff924a 0%, #e17229 100%);
  color: #fff;
  border-radius: 4px;
}
.btn-01__link:hover, .btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02 {
  display: flex;
}
.btn-02__link {
  border-bottom: solid 1px #3f3731;
  padding-bottom: 8px;
}
.btn-02__link:hover {
  opacity: 0.8;
}
.btn-03__link {
  background: #3f3731;
}

.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 19/16;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-outlink {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/16;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(1px, -2px);
}
.ic-car, .ic-train {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-car::before, .ic-train::before {
  content: "";
  display: block;
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  background-image: url("/img/shop/ic-car.png");
  background-size: 100%;
}
.ic-train::before {
  background-image: url("/img/shop/ic-train.png");
  background-size: 100%;
}

.arw-solid-blk, .arw-anchor {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-solid-blk::after, .arw-anchor::after {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  aspect-ratio: 7/13;
  background-image: url("/img/common/arrow-solid-blk.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-solid-blk:hover::after, .arw-anchor:hover::after {
  transform: translateX(-2px);
}
.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/13;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-anchor::after {
  transform: rotate(90deg);
}
.arw-anchor:hover::after {
  transform: translateY(2px) rotate(90deg);
}

.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: #f9f6f1;
}
.tbl-01 th, .tbl-01 td {
  padding: 15px 20px;
}
.tbl-01 th {
  width: 15%;
  background: #e3772f;
  color: #fff;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px rgba(244, 244, 244, 0.3);
}
.tbl-01 tr:not(:first-child) td {
  border-top-color: rgba(52, 45, 40, 0.1);
}
.tbl-02 th, .tbl-02 td {
  padding: 13px 20px;
  border-bottom: solid 1px #403731;
}
.tbl-02 th {
  width: 20%;
}
.tbl-02 td {
  border-bottom-color: rgba(64, 56, 49, 0.1);
  line-height: 1.75;
}
.tbl-02 tr:first-child th, .tbl-02 tr:first-child td {
  border-top: solid 1px #403731;
}
.tbl-02 tr:first-child td {
  border-top-color: rgba(64, 56, 49, 0.1);
}

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

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

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

.list-blog__item, .list-news__item, .list-privacy__item, .list-shop__item, .list-point__item, .list-purchase-lower__item, .list-price__item, .list-price-wrp__item, .list-flow__item {
  width: 100%;
}
.list-blog time {
  display: block;
  line-height: 1;
  text-align: center;
  width: 140px;
  max-width: 100%;
}
.list-blog__item {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 20px;
  position: relative;
}
.list-blog__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #d8d8d8;
  position: absolute;
  left: 140px;
  bottom: 0;
}
.list-blog__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-blog__bx {
  width: 630px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.list-feature__item {
  aspect-ratio: 1/1;
  background: #fff;
  border: solid 1px #d8d8d8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-feature__txt {
  margin-top: 20px;
}
.list-feature__ttl {
  color: #e3772f;
  font-weight: 500;
  margin-top: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-feature__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature__ttl {
    font-size: 20px;
  }
}
.list-purchace__item {
  background: #fff;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.list-purchace__img {
  min-height: 141px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-service__item {
  aspect-ratio: 530/240;
  border: solid 2px #c2c2c2;
  position: relative;
}
.list-service__item::before, .list-service__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.list-service__item::before {
  width: 7px;
  height: 120px;
  background: #3f3731;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.list-service__item::after {
  width: 36px;
  height: 2px;
  background: #fff;
  right: 0;
  bottom: 0;
  transform: translate(-20px, 2px);
}
.list-service__link {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.list-service__link:hover .ttl-main__ruby,
.list-service__link:hover .list-service__txt {
  opacity: 0.8;
}
.list-service__link:hover .arw-solid-blk::after {
  transform: translateX(-2px);
}
.list-service__btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50px, 60px);
  z-index: 1;
}
.list-service .ttl-main__ruby, .list-service__txt {
  transition: 0.3s;
}
.list-service .ttl-main {
  margin-bottom: 35px;
}
.list-service .ttl-main__ruby {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-service .ttl-main__ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .ttl-main__ruby {
    font-size: 23.5294117647px;
  }
}
.list-service .ttl-main__eng {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(30px, -50%);
  z-index: 1;
  background: #fff;
  padding: 0 15px;
  color: #d8d8d8;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-service .ttl-main__eng {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service .ttl-main__eng {
    font-size: 21.1764705882px;
  }
}
.list-faq__item, .list-faq-lower__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-faq__q, .list-faq-lower__q {
  background: #f9f6f1;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-faq__q, .list-faq-lower__q {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q, .list-faq-lower__q {
    font-size: 17.6470588235px;
  }
}
.list-faq__q span, .list-faq-lower__q span {
  padding: 15px 20px;
}
.list-faq__q::before, .list-faq-lower__q::before {
  content: "Q";
  display: block;
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3772f;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq__q::before, .list-faq-lower__q::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q::before, .list-faq-lower__q::before {
    font-size: 20px;
  }
}
.list-faq__a, .list-faq-lower__a {
  white-space: pre-wrap;
}
.list-faq {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-faq .list-item,
.list-faq .layout-item {
  width: calc((100% - 40px) / 2);
}
.list-contact__item {
  aspect-ratio: 453/300;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  text-align: center;
  border-radius: 4px;
}
.list-contact__item a {
  color: #fff;
}
.list-contact__ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 5px;
}
.list-contact__ttl-sub {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-contact__ttl-sub {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-contact__ttl-sub {
    font-size: 15.2941176471px;
  }
}
.list-contact__ttl-main {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-contact__ttl-main {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-contact__ttl-main {
    font-size: 20px;
  }
}
.list-contact__ttl::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  margin: 5px auto 0 auto;
}
.list-contact__tel {
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-contact__tel {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-contact__tel {
    font-size: 23.5294117647px;
  }
}
.list-contact__tel span {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .list-contact__tel span {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-contact__tel span {
    font-size: 15.8823529412px;
  }
}
.list-contact__btn {
  justify-content: center;
}
.list-contact__btn a {
  border-bottom-color: #7e7e7e;
}
.list-info__item {
  display: flex;
}
.list-point__item {
  background: #fff;
  border: solid 1px #d8d8d8;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.list-point__num {
  background: #e3772f;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%);
  z-index: 1;
}
.list-point__ttl {
  width: 360px;
  max-width: 100%;
  color: #e3772f;
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 17.6470588235px;
  }
}
.list-point__txt {
  width: 480px;
  max-width: 100%;
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: solid 1px rgba(227, 119, 47, 0.3);
  padding-bottom: 10px;
}
.list-check__item span {
  max-width: calc(100% - 32px);
}
.list-check__item::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(10%);
}
.list-price__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: solid 1px #d8d8d8;
  padding: 15px 20px;
}
.list-price__item:first-child {
  padding-top: 0 !important;
}
.list-price__menu {
  max-width: 80%;
}
.list-price__price {
  max-width: 20%;
  color: #e3772f;
  text-align: right;
}
.list-flow__item {
  background: #fff;
  border: solid 1px #d8d8d8;
  padding: 35px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-flow__num {
  color: #e3772f;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow__num {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__num {
    font-size: 17.6470588235px;
  }
}
.list-flow__num::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(227, 119, 47, 0.3);
  margin: 15px auto 0 auto;
}
.list-flow__bx {
  width: 880px;
  max-width: 100%;
}
.list-flow__ttl {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 17.6470588235px;
  }
}
.list-flow__txt {
  margin-top: 10px;
}
.list-case {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-case .list-item,
.list-case .layout-item {
  width: calc((100% - 60px) / 3);
}
.list-case__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-case__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.list-case__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-thumb__item {
  aspect-ratio: 1/1;
}
.list-access {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list-access .list-item,
.list-access .layout-item {
  width: calc((100% - 40px) / 3);
}
.list-access__img {
  position: relative;
}
.list-access__img::before {
  content: "01";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e3772f;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-access__img::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-access__img::before {
    font-size: 17.6470588235px;
  }
}
.list-access__item:nth-child(2) .list-access__img::before {
  content: "02";
}
.list-access__item:nth-child(3) .list-access__img::before {
  content: "03";
}
.list-access__item:nth-child(4) .list-access__img::before {
  content: "04";
}
.list-access__item:nth-child(5) .list-access__img::before {
  content: "05";
}
.list-access__item:nth-child(6) .list-access__img::before {
  content: "06";
}
.list-access__item:nth-child(7) .list-access__img::before {
  content: "07";
}
.list-access__item:nth-child(8) .list-access__img::before {
  content: "08";
}
.list-access__item:nth-child(9) .list-access__img::before {
  content: "09";
}
.list-access__item:nth-child(10) .list-access__img::before {
  content: "10";
}
.list-access__txt {
  margin-top: 15px;
}
.list-01__inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-01__ttl {
  background: #e3772f;
  color: #fff;
  padding: 3px 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .list-01__ttl {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-01__ttl {
    font-size: 15.8823529412px;
  }
}
.list-01__data {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-01__data {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-01__data {
    font-size: 20px;
  }
}
.list-01__data a {
  line-height: 1;
}
.list-02__item {
  border-bottom: solid 1px rgba(227, 119, 47, 0.3);
  text-align: center;
  padding-bottom: 10px;
}
.list-03__item {
  min-height: 140px;
  border: solid 1px #d8d8d8;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.list-03__item::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #e3772f;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10px, 10px);
}
.list-04 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-04 .list-item,
.list-04 .layout-item {
  width: calc((100% - 60px) / 3);
}

.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-item .com-layout {
  border: solid 1px #d8d8d8;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
}
.com-item .com-layout h4 {
  text-align: center;
  margin-bottom: 30px;
}
.com-shop__bx, .com-shop__inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.com-shop__inner {
  row-gap: 25px;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.tag-main__link {
  display: block;
  background: #fff;
  border: solid 1px #3f3731;
  padding: 15px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  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: #e3772f;
  border: solid 1px #e3772f;
  padding: 3px 10px 5px 10px;
}
.tag-sub-case .tag-sub__item {
  border-color: #a0a0a0;
  color: #a0a0a0;
}

.ttl-main {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.ttl-main__ruby {
  letter-spacing: 0.1em;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 25.8823529412px;
  }
}
.ttl-main__eng {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 15.2941176471px;
  }
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #e3772f 6px;
  border-bottom: solid 1px #d8d8d8;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  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;
  }
}
.ttl-01 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 25.8823529412px;
  }
}
.ttl-01::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #d8d8d8;
  margin: 25px auto 0 auto;
}
.ttl-02 {
  background: #f9f6f1;
  padding: 10px 40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 20px;
  }
}
.ttl-02::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 24px);
  background: #e3772f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ttl-03 {
  border-bottom: solid 2px #3f3731;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 17.6470588235px;
  }
}
.ttl-04 {
  background: #fff;
  padding: 10px 30px;
  border-bottom: solid 2px #3f3731;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 20px;
  }
}
.ttl-05 {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-05 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-05 {
    font-size: 20px;
  }
}

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

#header {
  position: relative;
  z-index: 10;
}

.header-bar .btn {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

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

.mv-cc {
  width: 620px;
  max-width: 32.2916666667%;
  position: absolute;
  left: 5.21%;
  bottom: 0;
  transform: translateY(-60%);
  z-index: 1;
}

.sv {
  aspect-ratio: 1920/300;
}
.sv-ttl {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 28.2352941176px;
  }
}
.sv-about {
  background: url("/img/about/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-item {
  background: url("/img/item/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-guide {
  background: url("/img/guide/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-faq {
  background: url("/img/faq/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-case {
  background: url("/img/case/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-shop {
  background: url("/img/shop/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") right center no-repeat;
  background-size: cover;
}
.sv-notfound {
  background: url("/img/notfound/sv.png") right center no-repeat;
  background-size: cover;
}

.header-nav {
  background: #3f3731;
}
.header-nav__list, .header-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav__item {
  height: 70px;
  line-height: 1;
  padding: 0 30px;
  position: relative;
}
.header-nav__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #7e7e7e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header-nav__item:first-child {
  padding-left: 0;
}
.header-nav__item:last-child {
  padding-right: 0;
}
.header-nav__item:nth-child(3):hover {
  cursor: pointer;
}
.header-nav__item:nth-child(3):hover a {
  color: rgba(255, 255, 255, 0.8);
}
.header-nav__link {
  color: #fff;
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .dropdown-menu__list {
  display: none;
  width: 240px;
  background: #7e7e7e;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.header-nav .dropdown-menu__list::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/8;
  background: #7e7e7e;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  z-index: 1;
}
.header-nav .dropdown-menu__item {
  line-height: 1;
  border-bottom: solid 1px #c2c2c2;
  padding: 15px 0;
}
.header-nav .dropdown-menu__item:first-child {
  padding-top: 0;
}
.header-nav .dropdown-menu__link {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav .dropdown-menu__link::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/13;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.header-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}
.header-nav .dropdown-menu__link:hover::after {
  transform: translateX(-2px);
}

.side-bar {
  position: fixed;
  right: 40px;
  bottom: 70px;
  z-index: 88;
}
.side-bar__link::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-totop.png");
  background-size: 100%;
  margin: 0 auto;
  transition: 0.3s;
}
.side-bar__link:hover {
  opacity: 0.8;
}
.side-bar__link:hover::before {
  transform: translateY(-2px);
}

.top-purchace, .top-service, .top-faq, .top-case, .top-contact, .top-blog {
  padding: 100px 0;
}
.top-feature .ttl-main, .top-purchace .ttl-main, .top-faq .ttl-main, .top-case .ttl-main, .top-contact .ttl-main {
  margin-bottom: 60px;
}
.top-feature .btn, .top-purchace .btn {
  margin-top: 40px;
}
.top-faq .btn, .top-case .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.top-feature {
  padding: 100px 0 160px 0;
}
.top-feature.obj-sq {
  position: relative;
  z-index: 1;
}
.top-feature.obj-sq::after {
  content: "";
  display: block;
  width: 1280px;
  height: 260px;
  background: #f9f6f1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100px);
  z-index: -1;
}

.top-faq .cts-1080 {
  position: relative;
  z-index: 1;
}
.top-faq .cts-1080::before, .top-faq .cts-1080::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(70% + 100px);
  background: #d8d8d8;
  position: absolute;
  z-index: -1;
}
.top-faq .cts-1080::before {
  top: 0;
  left: 0;
  transform: translate(-100px, -100px);
}
.top-faq .cts-1080::after {
  right: 0;
  bottom: 0;
  transform: translate(100px, 100px);
}

.top-purchace {
  background: url("/img/top/item-bg.png") center center no-repeat;
  background-size: cover;
}

.top-case.obj-sq {
  position: relative;
  z-index: 1;
}
.top-case.obj-sq::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/300;
  background: #f9f6f1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-contact {
  background: url("/img/top/contact-bg.png") center center no-repeat;
  background-size: cover;
}
.top-contact .ttl-main__ruby {
  line-height: 1.7;
}
.top-contact .ttl-main__ruby span {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top-contact .ttl-main__ruby span {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-contact .ttl-main__ruby span {
    font-size: 17.6470588235px;
  }
}
.top-contact .wrp-info, .top-contact .wrp-btn {
  border-radius: 4px;
}
.top-contact .wrp-info {
  background: rgba(255, 255, 255, 0.06);
}

.top-blog .cts-1080 {
  min-height: 180px;
}
.top-blog .btn {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(140px);
}

#ctn-lower section {
  padding: 100px 0;
}

.case-detail .img-main img {
  max-width: 800px;
  max-height: 700px;
}

.footer-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-copy a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-bx-01 {
  padding: 80px 0 30px 0;
}
.footer-bx-02 {
  padding: 15px 0;
}

.footer-nav__list, .footer_sub__list {
  display: flex;
}
.footer-nav__item, .footer_sub__item {
  line-height: 1;
}
.footer-nav__link:hover, .footer_sub__link:hover {
  opacity: 0.8;
}

.footer-nav {
  margin-top: 60px;
}
.footer-nav__list {
  justify-content: center;
}
.footer-nav__item {
  padding: 0 34px;
}
.footer-nav__item:not(:first-child) {
  border-left: solid 1px #3f3731;
}
.footer-nav__item:first-child {
  padding-left: 0;
}
.footer-nav__item:last-child {
  padding-right: 0;
}

.footer_sub__list {
  justify-content: flex-end;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer_sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer_sub__list {
    font-size: 14.1176470588px;
  }
}
.footer_sub__item:not(:first-child) {
  border-left: solid 1px #7e7e7e;
  padding-left: 20px;
  margin-left: 20px;
}
.footer_sub__link {
  color: #fff;
}
.footer_sub__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */