@charset "UTF-8";
.bg-fv {
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  z-index: 0;
  background: url(../../asset/img/top/kv.webp) no-repeat 100% 0;
  background-size: cover;
}
.no-webp .bg-fv {
  background-image: url(../../asset/img/top/kv.png);
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  height: 175px;
  z-index: 0;
  background-image: url(../../asset/img/common/kv.webp);
}
.no-webp .bg-sub {
  background-image: url(../../asset/img/common/kv.png);
}

body {
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1100px;
  }
  body {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  src: url(../../asset/webfonts/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: bold;
  src: url(../../asset/webfonts/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  src: url(../../asset/webfonts/ShipporiMinchoB1-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: bold;
  src: url(../../asset/webfonts/ShipporiMinchoB1-Bold.ttf) format("truetype");
}
/*フォント*/
.shippori-mincho {
  font-family: "Shippori Mincho B1", serif;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #fff;
  font-size: 15px;
  height: 100%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-family: "Shippori Mincho B1", serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
html, body, head {
  overflow-x: hidden;
}

.fv-title {
  top: 50%;
  transform: translateY(-50%);
}

.pseudo-element-underline::after {
  content: "";
  width: 45px;
  height: 3px;
  display: inline-block;
  background-color: #111111;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 20px);
}

.pseudo-element-topline::after {
  content: "";
  width: 50px;
  height: 3px;
  display: inline-block;
  background-color: #111111;
  position: absolute;
  top: -12px;
  left: 0;
}

.ttl-light-border::after {
  margin-top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.ttl-bottom-border::after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
}

.ttl-bottom-border::before {
  margin-top: 28px;
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #333333;
  position: absolute;
}

.text-shadow-black {
  text-shadow: 2px 3px 3px rgba(2, 2, 2, 0.8);
}

.bg-white-grey {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #F2F2F2 45%, #F2F2F2 100%);
  display: flex;
  justify-content: center;
}

.arrow-right::after {
  content: "";
  border: 0;
  border-top: solid 1px #333;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 75%;
  right: 73px;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-right::before {
  margin-top: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 1px;
  top: 75%;
  right: 72px;
  background: #333333;
}

@media screen and (min-width: 992px) {
  .top-lg-35px {
    top: -35px;
  }
}
.w-50-100 {
  width: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .w-50-100 {
    width: 100%;
  }
}
.btn-next-gray {
  background-image: url(../../asset/img/common/icon_arrow.svg);
  background-position: right 30px top 45%;
  background-repeat: no-repeat;
  background-size: 38px 17px;
  background-color: #555555;
  max-width: 368px;
  text-decoration: none;
  margin: 0 auto;
}

.btn-link {
  background-image: url(../../asset/img/common/icon_ext.webp);
  background-position: right 25px top 45%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-color: #555555;
  max-width: 368px;
  text-decoration: none;
  margin: 0 auto;
}

.btn-next-red {
  background-image: url(../../asset/img/common/icon_arrow.svg);
  background-position: right 30px top 45%;
  background-repeat: no-repeat;
  background-size: 38px 17px;
  background-color: #B80B14;
  max-width: 368px;
  text-decoration: none;
  margin: 0 auto;
}

.btn-next-red-small {
  background-image: url(../../asset/img/common/icon_arrow.svg);
  background-position: right 7px top 45%;
  background-repeat: no-repeat;
  background-size: 21px 17px;
  background-color: #B80B14;
  max-width: 368px;
  text-decoration: none;
  margin: 0 auto;
}

.btn-check-red {
  background-color: #B80B14;
  max-width: 368px;
  text-decoration: none;
  margin: 0 auto;
}

.btn-return-gray {
  background-color: #555555;
  max-width: 368px;
  text-decoration: none;
  margin: 0 auto;
}

.btn-hover-beige:hover {
  transition: 0.5s all;
  background-color: #AD9B88;
}

.btn-hover-white {
  background: #AD9B88 !important;
}

.btn-hover-white:hover {
  transition: 0.5s all !important;
  background-color: #fff !important;
}

.text-hover-beige {
  color: #000 !important;
}

.text-hover-beige:hover {
  transition: 0.5s all !important;
  color: #AD9B88 !important;
}

.text-hover-white {
  color: #fff;
}

.text-hover-white:hover {
  transition: 0.5s all;
  color: #AD9B88;
}

.dropdown-item:hover {
  transition: 0.5s all !important;
  background-color: #c9c9c9 !important;
}

.bg-section {
  background: url(../../asset/img/aboutus/aboutus-bg.webp) no-repeat 50% 0/100% auto;
  background-size: contain;
}
.no-webp .bg-section {
  background-image: url(../../asset/img/aboutus/aboutus-bg.png);
}

.box-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px 2%; /* 画像の間に余白を設定 */
}

@media screen and (min-width: 992px) {
  .box-flex {
    display: flex;
    width: 100%;
    gap: 20px 2%;
    margin-bottom: 0px;
  }
}
.box-169px {
  height: 169px;
  width: 169px;
}

.bg-img-carpet {
  background: url("../../asset/img/top/inspired01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.no-webp .bg-img-carpet {
  background-image: url(../../asset/img/aboutus/inspired01.png);
}

.bg-img-fabric {
  background: url("../../asset/img/top/inspired02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.no-webp .bg-img-fabric {
  background-image: url(../../asset/img/aboutus/inspired02.png);
}

.bg-img-trimming {
  background: url("../../asset/img/top/inspired05.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.no-webp .bg-img-trimming {
  background-image: url(../../asset/img/aboutus/inspired05.png);
}

.bg-img-artwork {
  background: url("../../asset/img/top/inspired03.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.no-webp .bg-img-artwork {
  background-image: url(../../asset/img/aboutus/inspired03.png);
}

.bg-img-order {
  background: url("../../asset/img/top/inspired04.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.no-webp .bg-img-order {
  background-image: url(../../asset/img/aboutus/inspired04.png);
}

.table-border-gray {
  border: 5px solid #efefef;
}

.table-border-white {
  border: 5px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .breadcrumb-list {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

.circle {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: skyblue;
  text-align: center;
  line-height: 68px;
}

.circle-border::after {
  content: "";
  width: 127px;
  height: 1px;
  display: inline-block;
  background-color: #555555;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .circle-border::after {
    content: "";
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .circle-border::after {
    content: "";
    width: 200px;
  }
}
.children-menu {
  left: -280px !important;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}

/* jsでクラスを付けて表示 */
.active {
  opacity: 1;
  visibility: visible;
}

.item-list :not(:last-of-type)::after {
  content: "›";
  margin: 0 0 0 1em;
  color: #777;
}

.border-none {
  border: none;
}

.bg-white-rgba {
  background-color: rgba(255, 255, 255, 0.95);
}

.padding-05 {
  padding: 0.5rem !important;
}

.link-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

.bg-black-rgba::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}/*# sourceMappingURL=add.css.map */