.ly_header {
  width: 100%;
  padding: 40px 0;
}

.bl_header_logoWrapper {
  text-align: center;
}

.ly_footer {
  width: 100%;
  padding-top: 64px;
}

@media screen and (min-width: 1080px) {
  .ly_footer {
    padding-top: 104px;
  }
}
.bl_footer_logoWrapper {
  display: block;
  text-align: center;
}

.bl_footer_infoGroup {
  font-size: 12px;
  text-align: center;
  margin-top: 24px;
}

@media screen and (min-width: 1080px) {
  .bl_footer_infoGroup {
    font-size: 14px;
    margin-top: 48px;
  }
}
.bl_footer_nav {
  margin-top: 24px;
}

.bl_footer_nav_listItem {
  text-align: center;
}

.bl_footer_nav_listItem:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1080px) {
  .bl_footer_nav {
    margin-top: 48px;
  }
  .bl_footer_nav_list {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
  }
}
.bl_footer_map {
  margin-top: 40px;
  height: 190px;
}
.bl_footer_map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1080px) {
  .bl_footer_map {
    margin-top: 104px;
    height: 360px;
  }
}
.bl_footer_copyRight_wrapper {
  padding: 24px 0;
  background: #504333;
  text-align: center;
  line-height: 100%;
}

.bl_footer_copyRight {
  color: #fff;
}

body {
  font-size: 14px;
  font-family: "Noto Serif JP";
  color: #5d5d5d;
  line-height: 200%;
  letter-spacing: 0.08em;
}

span {
  display: inline-block;
}

@media screen and (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}
.bl_cont_inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .bl_cont_inner {
    width: 80%;
  }
}
.bl_imgWrapper img {
  width: 100%;
}

.un_lb__reverse {
  display: none;
}

@media screen and (min-width: 1080px) {
  .un_lb {
    display: none;
  }
  .un_lb__reverse {
    display: block;
  }
}
.ly_cont {
  padding: 64px 0;
}

@media screen and (min-width: 1080px) {
  .ly_cont {
    padding: 104px 0;
  }
  .ly_cont__concept {
    padding: 104px 0 150px;
  }
}
.ly_secTtl {
  text-align: center;
}

.ly_btn {
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .ly_btn {
    margin-top: 30px;
    text-align: left;
  }
  .ly_btn__cta {
    margin-top: 0;
    text-align: center;
  }
  .ly_btn__onlineShop {
    text-align: center;
  }
}
.el_secTtl {
  font-size: 18px;
  line-height: 150%;
  text-indent: 0.2em;
  font-weight: 500;
  font-family: "Montserrat";
}

.el_secTtl__white {
  color: #fff;
  font-weight: 400;
}

@media screen and (min-width: 1080px) {
  .el_secTtl {
    font-size: 32px;
  }
}
.el_btn {
  display: inline-block;
  padding: 17px 76.5px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 300;
  background: #504333;
  color: #fff;
  font-family: "Montserrat";
  border: 1px solid #504333;
  border-radius: 25px;
  transition: all 0.3s;
}

.el_btn:hover {
  background: #fff;
  color: #504333;
}

.el_btn__white {
  background: #fff;
  border: 1px solid #fff;
  color: #5d5d5d;
}

.el_btn__white:hover {
  background: #504333;
  color: #fff;
}

.el_btn__onlineShop {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.el_btn__onlineShop:hover {
  border: 1px solid #504333;
  background: #fff;
  color: #504333;
}

@media screen and (min-width: 1080px) {
  .el_btn {
    font-size: 18px;
    padding: 18.5px 96.5;
    border-radius: 28.5px;
  }
}
.el_spacer {
  height: 40px;
}

@media screen and (min-width: 1080px) {
  .el_spacer {
    height: 105px;
  }
}
.ly_kv {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 1080px) {
  .ly_kv {
    height: auto;
  }
}
.bl_contBg_kv {
  background-image: url(../img/sp_top_kvImg-2000px.png);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1080px) {
  .bl_contBg_kv {
    background: none;
  }
}
.bl_carousel {
  overflow: hidden;
}

.bl_carousel_cont {
  padding-left: 60px;
  display: flex;
  gap: 60px;
  flex-shrink: 0;
  -webkit-animation: loop 50s linear infinite;
          animation: loop 50s linear infinite;
}
.bl_carousel_cont picture {
  width: 25vw;
}
.bl_carousel_cont picture img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.bl_carousel {
  display: none;
}

@media screen and (min-width: 1080px) {
  .bl_carousel {
    display: flex;
  }
}
.bl_contBg_img {
  background-image: url(../img/top_concept_bgImg-2000px.png);
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.bl_top_concept_copy {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1080px) {
  .bl_top_concept_copy {
    margin-top: 16px;
    font-size: 30px;
  }
}
.bl_top_concept_txt {
  margin-top: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1080px) {
  .bl_top_concept_txt {
    margin-top: 32px;
  }
}
.bl_top_concept_imgGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 70%;
  margin: 40px auto 0 auto;
  position: relative;
  z-index: 1;
}

.bl_top_concept_imgWrapper img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .bl_top_concept_imgGroup {
    width: 100%;
    margin-top: 96px;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }
}
.bl_top_concept_decoImg_wrapper {
  width: 200px;
  position: absolute;
  right: -50px;
  bottom: -10px;
  order: 1;
  z-index: 0;
}
.bl_top_concept_decoImg_wrapper img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .bl_top_concept_decoImg_wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_top_concept_decoImg_wrapper {
    width: 400px;
    right: -80px;
    bottom: -30px;
  }
}
.bl_contBg_primaryLight {
  background: #f7f4f0;
}

.bl_top_product_list {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}

.bl_top_product_listItem_imgWrapper {
  max-width: 480px;
}
.bl_top_product_listItem_imgWrapper img {
  width: 100%;
  height: auto;
}

.bl_top_product_listItem_body {
  width: 90%;
  margin: 16px auto 0 auto;
}

.bl_top_product_listItem_ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.bl_top_product_listItem_txt {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .bl_top_product_listItem_imgWrapper {
    width: 80%;
  }
  .bl_top_product_listItem_imgWrapper img {
    width: 100%;
    height: auto;
  }
  .bl_top_product_list {
    width: 90%;
    margin: 40px auto 0 auto;
  }
  .bl_top_product_listItem figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_top_product_list {
    width: 100%;
    margin: 64px auto 0 auto;
    max-width: 920px;
    gap: 64px;
  }
  .bl_top_product_listItem figure {
    gap: 48px;
  }
  .bl_top_product_listItem_body {
    width: 100%;
    margin-top: 16px;
  }
  .bl_top_product_listItem_ttl {
    font-size: 20px;
  }
  .bl_top_product_listItem_txt {
    margin-top: 16px;
  }
}
.bl_cta {
  width: 90%;
  margin: 64px auto 0 auto;
  background: #504333;
  color: #fff;
  padding: 48px 0;
  max-width: 920px;
}

.bl_cta_ttl {
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 1080px) {
  .bl_cta {
    padding: 64px 0;
  }
  .bl_cta_inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.bl_top_showRoom_list {
  margin-top: 40px;
  overflow: scroll;
  -ms-overflow-style: none;
  display: flex;
  gap: 24px;
}

.bl_top_showRoom_list::-webkit-scrollbar {
  display: none;
}

.bl_top_showRoom_listItem {
  width: 83.3%;
  flex-shrink: 0;
}

.bl_top_showRoom_listItem_imgWrapper img {
  width: 100%;
  height: auto;
}

.bl_top_showRoom_listItem_body {
  margin-top: 16px;
}

.bl_top_showRoom_listItem_ttl {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}

.bl_top_showRoom_listItem_btnWrapper {
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bl_top_showRoom_listItem {
    width: 40%;
  }
}
@media screen and (min-width: 1080px) {
  .bl_top_showRoom_listItem {
    width: 33.3%;
    flex-shrink: 1;
  }
}
.bl_top_onlineShop {
  background-image: url(../img/sp_top_onlineShop_bgImg-2000px.png);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1080px) {
  .bl_top_onlineShop {
    background-image: url(../img/top_onlineShop_bgImg-2500px.png);
  }
}
/*# sourceMappingURL=styles.css.map */