@charset "UTF-8";
.image-common {
  width: 100%;
  display: block;
}

.object-common {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container-new {
  color: #251714;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .container-new {
    min-width: 1250px;
  }
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-left: 29px;
    padding-right: 29px;
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }
  .md {
    display: none !important;
  }
}
@media only screen and (max-width: 390px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.font-cormorant {
  font-family: "Cormorant Garamond", serif;
}

.new-lemure-page {
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .new-lemure-page {
    min-width: 1260px;
  }
}
@media only screen and (max-width: 767.98px) {
  .new-lemure-page {
    min-width: 320px;
  }
}
.title-common-primary {
  font-weight: 400;
  position: relative;
  text-align: center;
  color: #585d6a;
}
.title-common-primary::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #585d6a;
  width: 50px;
  height: 1px;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .title-common-primary {
    font-size: 50px;
    line-height: 1.75;
    margin-bottom: 54px;
  }
  .title-common-primary::before {
    bottom: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 40px;
    line-height: 1.75;
    margin-bottom: 31px;
  }
  .title-common-primary::before {
    bottom: -8px;
  }
}
.title-common-secondary {
  font-weight: 500;
}
.title-common-secondary span {
  display: block;
  line-height: 1.2;
}
.title-common-secondary .title-english {
  font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .title-common-secondary {
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
  }
  .title-common-secondary span {
    color: #b3b3b4;
  }
  .title-common-secondary .title-japan {
    font-size: 29.4px;
    margin-left: -18px;
  }
  .title-common-secondary .title-english {
    font-size: 121.38px;
    letter-spacing: 0.024em;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 28px;
  }
  .title-common-secondary span {
    color: #8c8f92;
  }
  .title-common-secondary .title-japan {
    font-size: 25px;
    margin-bottom: -2px;
    padding-left: 2px;
  }
  .title-common-secondary .title-english {
    font-size: 70px;
  }
}
.title-common-tertiary {
  position: relative;
}
.title-common-tertiary::before, .title-common-tertiary::after {
  position: absolute;
  content: "";
  border-left: 1px solid;
  width: 1px;
}
.title-common-tertiary::after {
  border-color: #585d6a;
}
.title-common-tertiary span {
  display: block;
  line-height: 1.2;
  font-weight: 500;
}
.title-common-tertiary .title-english {
  color: #585d6a;
}
.title-common-tertiary .title-japan {
  color: #333;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .title-common-tertiary {
    padding: 0 0 5px 41px;
    margin-bottom: 30px;
  }
  .title-common-tertiary::before, .title-common-tertiary::after {
    bottom: -8px;
  }
  .title-common-tertiary::before {
    height: 102px;
    left: 0;
    border-color: #251714;
  }
  .title-common-tertiary::after {
    height: 103px;
    left: 6px;
  }
  .title-common-tertiary .title-english {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 3px;
  }
  .title-common-tertiary .title-japan {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    padding: 0 0 5px 29px;
    margin-bottom: 24px;
  }
  .title-common-tertiary::before, .title-common-tertiary::after {
    bottom: -6px;
    height: 75px;
  }
  .title-common-tertiary::before {
    left: 0;
    border-color: #585d6a;
  }
  .title-common-tertiary::after {
    left: 6px;
  }
  .title-common-tertiary .title-english {
    font-size: 16px;
    margin-bottom: 11px;
    padding-left: 3px;
  }
  .title-common-tertiary .title-japan {
    font-size: 21px;
  }
}
@media only screen and (max-width: 390px) {
  .title-common-tertiary {
    padding-left: 20px;
  }
}
.button-common-primary {
  display: inline-block;
  border: 1px solid rgba(51, 51, 51, 0.4);
  position: relative;
  background-color: #fff;
}
.button-common-primary.is-center {
  text-align: center;
}
.button-common-primary.is-tree {
  border: none;
}
.button-common-primary.is-tree::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button-common-primary.is-tree::before {
  background: url(/img/product/system_kitchen/lemure/new/icn_arrow002.svg) center/cover no-repeat;
  z-index: 1;
}
.button-common-primary.is-tree .button-text {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button-common-primary::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  background: url(/img/product/system_kitchen/lemure/new/icn_arrow001.svg) center/cover no-repeat;
}
.button-common-primary .button-text {
  display: block;
  color: #251714;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .button-common-primary {
    min-width: 450px;
    min-height: 80px;
    padding: 28px 20px 20px;
    box-shadow: 3px 2px 3px rgba(37, 23, 20, 0.35);
  }
  .button-common-primary.is-tree::after {
    background: url(/img/product/system_kitchen/lemure/new/bg_button_tree.png) center/cover no-repeat;
  }
  .button-common-primary::before {
    right: 19px;
    width: 25px;
    height: 5px;
  }
  .button-common-primary .button-text {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 100%;
    max-width: 290px;
    min-height: 81px;
    padding: 28px 46px 20px 30px;
    box-shadow: 2px 2px 3px rgba(37, 23, 20, 0.35);
  }
  .button-common-primary.is-tree::after {
    background: url(/img/product/system_kitchen/lemure/new/bg_button_tree_sp.png) center/cover no-repeat;
  }
  .button-common-primary::before {
    right: 17px;
    width: 25px;
    height: 5px;
  }
  .button-common-primary .button-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 394px) {
  .button-common-primary {
    padding-right: 40px;
    padding-left: 5px;
  }
  .button-common-primary::before {
    right: 12px;
  }
}
.section-new-keyvisual {
  position: relative;
}
.section-new-keyvisual .keyvisual-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-new-keyvisual .keyvisual-image img {
  object-fit: cover;
}
.section-new-keyvisual .keyvisual-content {
  position: relative;
  z-index: 1;
}
.section-new-keyvisual .keyvisual-title {
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-new-keyvisual {
    min-height: 723px;
    padding-top: 211px;
    padding-bottom: 100px;
  }
  .section-new-keyvisual .keyvisual-content {
    padding: 0 5px;
  }
  .section-new-keyvisual .keyvisual-title {
    font-size: 57.43px;
    line-height: 1.1929824561;
    margin-bottom: 16px;
    letter-spacing: -0.07em;
  }
  .section-new-keyvisual .keyvisual-logo {
    width: 224px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-new-keyvisual {
    min-height: 508px;
    padding-top: 190px;
    padding-bottom: 50px;
  }
  .section-new-keyvisual .keyvisual-content {
    margin: 0 -3px;
  }
  .section-new-keyvisual .keyvisual-title {
    font-size: 34px;
    line-height: 1.2;
    margin-right: -20px;
    margin-bottom: 16px;
    letter-spacing: -0.12em;
  }
  .section-new-keyvisual .keyvisual-logo {
    width: 134px;
    margin-left: 4px;
  }
}
.section-new-intro {
  position: relative;
  background: linear-gradient(to right, #050000, #3b3c3c);
}
.section-new-intro .intro-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.section-new-intro .intro-image::before {
  position: absolute;
  content: "";
  opacity: 0.8;
  background: linear-gradient(to right, #050000, #3b3c3c);
  mix-blend-mode: multiply;
  z-index: 1;
}
.section-new-intro .intro-content {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
/* .section-new-intro .intro-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(to right, #050000, #3b3c3c);
  width: 100%;
  height: 100%;
  z-index: -1;
} */
.section-new-intro .intro-title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section-new-intro .intro-text {
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-new-intro {
    min-height: 758px;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .section-new-intro .intro-image {
    top: 38px;
  }
  .section-new-intro .intro-image::before {
    width: 1086px;
    left: 50%;
    top: 100px;
    bottom: 170px;
    transform: translateX(-50%);
  }
  .section-new-intro .intro-image img {
    object-fit: cover;
  }
  .section-new-intro .intro-content {
    width: 1086px;
    padding: 109px 50px 111px;
  }
  .section-new-intro .intro-title {
    font-size: 26px;
    line-height: 1.6538461538;
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-new-intro {
    min-height: 789px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .section-new-intro .intro-image {
    top: 46px;
  }
  .section-new-intro .intro-image::before {
    left: 42px;
    right: 42px;
    top: 103px;
    bottom: 211px;
  }
  .section-new-intro .intro-image img {
    object-fit: contain;
  }
  .section-new-intro .intro-content {
    width: 308px;
    padding: 26px 20px 23px;
  }
  .section-new-intro .intro-title {
    font-size: 24px;
    line-height: 1.7916666667;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-new-intro .intro-image img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 390px) {
  .section-new-intro .intro-image::before {
    left: 26px;
    right: 26px;
  }
}

.section-new-special .wrapper {
  text-align: center;
}
.section-new-special .special-text {
  display: block;
  font-weight: 400;
  color: #808382;
}
.section-new-special .special-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-new-special .special-item {
  display: block;
  text-align: left;
  color: #fff;
}
.section-new-special .item-image img {
  object-fit: cover;
}
.section-new-special .item-content {
  position: relative;
  z-index: 1;
}
.section-new-special .item-content::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background: linear-gradient(to right, #050000, #3b3c3c);
  z-index: -1;
}
.section-new-special .item-author {
  line-height: 1.5;
  display: inline-block;
}
.section-new-special .item-title {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.section-new-special .item-text {
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.section-new-special .item-text::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid rgba(135, 135, 135, 0.9);
  height: 1px;
}
.section-new-special .button-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-new-special {
    padding-top: 26px;
    padding-bottom: 33px;
  }
  .section-new-special .special-logo {
    margin-bottom: 15px;
  }
  .section-new-special .logo-lemure {
    width: 186px;
    margin: 0 auto 14px;
  }
  .section-new-special .logo-meets {
    width: 50px;
    margin: 0 auto;
  }
  .section-new-special .special-text {
    font-size: 31px;
    line-height: 1.4193548387;
    margin-bottom: 10px;
  }
  .section-new-special .special-desc {
    font-size: 14px;
    margin-bottom: 37px;
  }
  .section-new-special .special-desc p {
    line-height: 2.25;
  }
  .section-new-special .special-list {
    display: flex;
    margin-bottom: 32px;
  }
  .section-new-special .special-list > li {
    width: 50%;
  }
  .section-new-special .item-content {
    padding: 16px 37px 28px;
  }
  .section-new-special .item-content::before {
    top: -13px;
  }
  .section-new-special .item-author {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .section-new-special .item-title {
    font-size: 37px;
    line-height: 1.3513513514;
    margin-bottom: 0;
  }
  .section-new-special .item-text {
    font-size: 13px;
    padding-left: 60px;
  }
  .section-new-special .item-text::before {
    left: 2px;
    width: 46px;
  }
  .section-new-special .button-more {
    background: url(/img/product/system_kitchen/lemure/new/btn_more.png) center/cover no-repeat;
    width: 72px;
    height: 72px;
    right: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-new-special {
    padding-top: 12px;
    padding-bottom: 26px;
  }
  .section-new-special .special-logo {
    margin-bottom: 16px;
  }
  .section-new-special .logo-lemure {
    width: 186px;
    margin: 0 auto 14px;
  }
  .section-new-special .logo-meets {
    width: 50px;
    margin: 0 auto;
  }
  .section-new-special .special-text {
    font-size: 31px;
    line-height: 1.4193548387;
    margin-bottom: 13px;
  }
  .section-new-special .special-desc {
    font-size: 14px;
    margin-bottom: 37px;
  }
  .section-new-special .special-desc p {
    line-height: 2.2857142857;
  }
  .section-new-special .special-list {
    padding-left: 28px;
    padding-right: 28px;
    margin: 0 auto 26px;
    max-width: 394px;
  }
  .section-new-special .special-list > li:not(:last-child) {
    margin-bottom: 17px;
  }
  .section-new-special .item-content {
    padding: 11px 18px 9px;
  }
  .section-new-special .item-content::before {
    top: -6px;
  }
  .section-new-special .item-author {
    font-size: 12px;
  }
  .section-new-special .item-title {
    font-size: 26px;
    line-height: 1.3513513514;
    margin: -8px 0 -3px;
  }
  .section-new-special .item-text {
    font-size: 12px;
    padding-left: 29px;
  }
  .section-new-special .item-text::before {
    left: 4px;
    width: 22px;
  }
  .section-new-special .button-more {
    background: url(/img/product/system_kitchen/lemure/new/btn_more_sp.png) center/cover no-repeat;
    width: 52px;
    height: 52px;
    right: 11px;
  }
}
@media only screen and (max-width: 390px) {
  .section-new-special .special-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-new-feature {
  position: relative;
}
.section-new-feature .wrapper {
  position: relative;
  z-index: 1;
}
.section-new-feature .feature-content {
  color: #fff;
}
.section-new-feature .feature-title {
  color: #808382;
  font-weight: 400;
  position: relative;
}
.section-new-feature .feature-title::before {
  position: absolute;
  content: "";
  left: 0;
  border-bottom: 1px solid #808382;
  width: 50px;
  height: 1px;
}
.section-new-feature .feature-text {
  color: #fff;
  display: inline-block;
}
.section-new-feature .feature-desc {
  font-size: 14px;
  line-height: 2;
}
.section-new-feature .feature-inner {
  border: 1px solid rgba(135, 135, 135, 0.9);
}
.section-new-feature .inner-title {
  display: block;
  position: relative;
  color: #120000;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.section-new-feature .inner-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to right, #e4cad2, #fff);
  width: 100%;
  height: 100%;
  opacity: 0.76;
  z-index: -1;
}
.section-new-feature .inner-text {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.6428571429;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-new-feature {
    min-height: 837px;
    padding-top: 58px;
  }
  .section-new-feature .feature-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-new-feature .feature-image img {
    object-fit: cover;
  }
  .section-new-feature .feature-content {
    width: 443px;
    margin: 0 124px 0 auto;
  }
  .section-new-feature .feature-title {
    font-size: 37px;
    line-height: 1.4054054054;
    margin-bottom: 27px;
  }
  .section-new-feature .feature-title::before {
    bottom: -7px;
  }
  .section-new-feature .feature-text {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 6px;
  }
  .section-new-feature .feature-desc {
    margin-bottom: 25px;
    margin-right: -5px;
  }
  .section-new-feature .feature-inner {
    padding: 19px 25px 50px;
  }
  .section-new-feature .inner-title {
    padding: 14px 10px 10px;
    margin-bottom: 45px;
  }
  .section-new-feature .inner-image {
    width: 354px;
    margin: 0 auto 39px;
  }
  .section-new-feature .inner-text {
    padding-left: 5px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-new-feature {
    background-color: #000;
    padding-bottom: 46px;
  }
  .section-new-feature .feature-image {
    width: 100%;
    height: 410px;
  }
  .section-new-feature .feature-image img {
    object-fit: cover;
  }
  .section-new-feature .feature-content {
    padding-top: 36px;
  }
  .section-new-feature .feature-title {
    font-size: 37px;
    line-height: 1.4054054054;
    margin-bottom: 34px;
  }
  .section-new-feature .feature-title::before {
    bottom: -7px;
  }
  .section-new-feature .feature-text {
    font-size: 21px;
    line-height: 1.7619047619;
    margin-bottom: 11px;
  }
  .section-new-feature .feature-desc {
    margin-bottom: 35px;
  }
  .section-new-feature .feature-inner {
    padding: 19px 26px 37px;
  }
  .section-new-feature .inner-title {
    padding: 14px 10px 10px;
    margin-bottom: 43px;
  }
  .section-new-feature .inner-image {
    width: 276px;
    margin: 0 auto 31px;
  }
  .section-new-feature .inner-text {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 390px) {
  .section-new-feature .feature-desc {
    margin-right: -5px;
  }
  .section-new-feature .feature-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-common-new .new-row {
  background-color: #fff;
}
.section-common-new .row-head .head-text {
  display: block;
  color: #251714;
}
.section-common-new .row-block .block-text {
  color: #251714;
  font-size: 14px;
}
.section-common-new .row-block .block-text p {
  line-height: 2;
}
.section-common-new .row-block .is-image-logo-01,
.section-common-new .row-block .is-image-logo-02 {
  position: relative;
  overflow: hidden;
}
.section-common-new .row-block .is-image-logo-01 img,
.section-common-new .row-block .is-image-logo-02 img {
  position: absolute;
  max-width: none;
  left: 50%;
  top: 50%;
}
.section-common-new .row-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-common-new .row-wrap.is-modify {
  flex-direction: column;
}
.section-common-new .row-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.section-common-new .row-list > li {
  width: 50%;
  padding: 0 9px;
}
.section-common-new .row-list .item-image {
  display: block;
  height: 126px;
}
.section-common-new .row-list .item-caption {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
.section-common-new .row-text {
  font-size: 14px;
}
.section-common-new .row-text p {
  line-height: 2;
}
.section-common-new .row-block .is-block-image-01,
.section-common-new .row-block .is-block-image-03 {
  position: relative;
  overflow: hidden;
}
.section-common-new .row-block .is-block-image-01 img,
.section-common-new .row-block .is-block-image-03 img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-common-new {
    padding-top: 53px;
    padding-bottom: 82px;
  }
  .section-common-new .wrapper {
    position: relative;
    display: flex;
    width: 1220px;
  }
  .section-common-new .new-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 201px;
  }
  .section-common-new .new-content {
    width: 925px;
    margin-left: 201px;
  }
  .section-common-new .new-row {
    padding: 52px 40px 34px;
    margin-bottom: 50px;
  }
  .section-common-new .new-row:last-child {
    margin-bottom: 0;
    padding-top: 30px;
  }
  .section-common-new .row-head {
    margin-bottom: 10px;
  }
  .section-common-new .row-head .head-image {
    width: 848px;
    height: 538px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .section-common-new .row-head .head-image.is-modify-3 img {
    object-position: bottom;
  }
  .section-common-new .row-head .head-text {
    text-align: right;
    font-size: 12px;
    margin-right: -3px;
  }
  .section-common-new .row-content {
    display: flex;
    margin-bottom: 35px;
  }
  .section-common-new .row-content.is-reverse {
    flex-direction: row-reverse;
  }
  .section-common-new .row-block.is-content {
    padding: 46px 48px 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .section-common-new .row-block .image-wood {
    width: 375px;
    height: 294px;
    margin-bottom: 22px;
  }
  .section-common-new .row-block .image-logo {
    width: 188px;
    height: 197px;
  }
  .section-common-new .row-block .is-image-logo-01 img {
    width: 960px;
    height: 540px;
    margin: -426px 0 0 -546px;
  }
  .section-common-new .row-block .is-image-logo-02 img {
    width: 960px;
    height: 540px;
    top: auto;
    bottom: 0;
    margin-left: -802px;
  }
  .section-common-new .row-block .image-logo.is-reverse {
    margin: 0 0 0 auto;
  }
  .section-common-new .row-block .block-text {
    margin: 0 -30px 56px 0;
  }
  .section-common-new .row-block .block-image {
    width: 423px;
    height: 241px;
  }
  .section-common-new .row-block .is-block-image-01 img {
    width: 1920px;
    height: 1080px;
    margin: -578px 0 0 -920px;
  }
  .section-common-new .row-block .is-block-image-03 img {
    width: 1500px;
    height: 1000px;
    margin: -532px 0 0 -652px;
  }
  .section-common-new .row-list {
    width: 288px;
    margin: 0 -9px;
  }
  .section-common-new .row-list > li {
    margin-bottom: 22px;
  }
  .section-common-new .row-list .item-image {
    width: 126px;
    margin-bottom: 7px;
  }
  .section-common-new .row-text {
    flex: 1;
    padding: 45px 0 0 67px;
  }
  .row-button-text {
    font-size: 19px;
    margin-bottom: 6px;
    text-align: center;
  }
  .row-button-text p {
    line-height: 1.4736842105;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-new {
    padding-top: 41px;
    padding-bottom: 32px;
  }
  .section-common-new .new-fixed {
    position: relative !important;
    top: unset !important;
    left: unset !important;
  }
  .section-common-new .new-row {
    padding: 44px 25px 36px;
    margin-bottom: 15px;
  }
  .section-common-new .row-head {
    margin-bottom: 33px;
  }
  .section-common-new .row-head .head-image {
    width: 100%;
    height: 180px;
    margin-bottom: 14px;
  }
  .section-common-new .row-head .head-text {
    font-size: 12px;
  }
  .section-common-new .row-content {
    margin-bottom: 34px;
  }
  .section-common-new .row-block {
    margin-bottom: 17px;
  }
  .section-common-new .row-block.is-content {
    margin-bottom: 0;
  }
  .section-common-new .row-block .image-wood {
    width: 100%;
    height: 223px;
    margin-bottom: 16px;
  }
  .section-common-new .row-block .image-logo {
    width: 173px;
    height: 181px;
  }
  .section-common-new .row-block .is-image-logo-01 img {
    width: 960px;
    height: 540px;
    margin: -432px 0 0 -546px;
  }
  .section-common-new .row-block .is-image-logo-02 img {
    width: 960px;
    height: 540px;
    top: auto;
    bottom: 0;
    margin-left: -804px;
  }
  .section-common-new .row-block .image-logo.is-reverse,
  .section-common-new .row-block .image-logo.is-reverse-01 {
    margin: 0 0 0 auto;
  }
  .section-common-new .row-block .block-image {
    width: 100%;
    height: 162px;
    margin-bottom: 19px;
  }
  .section-common-new .row-block .is-block-image-01 img {
    width: 1500px;
    height: auto;
    left: 50%;
    top: 50%;
    margin: -453px 0 0 -701px;
    position: absolute;
    max-width: none;
  }
  .section-common-new .row-block .is-block-image-03 img {
    width: 1100px;
    height: auto;
    left: 50%;
    top: 50%;
    margin: -372px 0 0 -482px;
    position: absolute;
    max-width: none;
  }
  .section-common-new .row-block .is-block-image-02 {
    height: 177px;
  }
  .section-common-new .row-list {
    margin: 0 -1px 20px;
  }
  .section-common-new .row-list > li {
    margin-bottom: 21px;
  }
  .section-common-new .row-list .item-image {
    width: 100%;
    margin-bottom: 7px;
  }
  .row-button-text {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: center;
  }
  .row-button-text p {
    line-height: 1.7;
  }
  .section-common-new .is-margin-right {
    margin-right: -15px;
    display: inline-block
  }
}
@media only screen and (max-width: 390px) {
  .section-common-new .new-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-new-wood,
.section-new-marble,
.section-new-simple {
  background-color: #ededee;
}

.section-new-simple .title-common-secondary span {
  color: #b3b3b4;
}

.section-new-vintage {
  background-color: #878787;
}
.section-new-vintage .title-common-secondary span {
  color: #cacacb;
}

.section-new-marble .title-common-secondary span {
  color: #b3b3b4;
}

@media only screen and (max-width: 767.98px) {
  .section-new-wood .new-row {
    position: relative;
  }
  .section-new-wood .new-row.is-first .row-content {
    display: block;
  }
  .section-new-wood .new-row.is-active .button-accordion::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .section-new-wood .row-content {
    display: none;
  }
  .button-accordion {
    position: absolute;
    top: 40px;
    right: 16px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
  }
  .button-accordion::before, .button-accordion::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-bottom: 1px solid #585d6a;
    width: 31px;
    height: 1px;
  }
  .button-accordion::before {
    transform: translate(-50%, -50%);
  }
  .button-accordion::after {
    transition: transform 0.4s ease;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.section-new-gloss .new-row {
  background-color: #ededee;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-new-gloss .row-content {
    padding: 24px 0 0 58px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-new-gloss {
    background-color: #606060;
  }
  .section-new-gloss .title-common-secondary span {
    color: #cacacb;
  }
  .section-new-gloss .row-content {
    padding-top: 6px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-new-simple .row-head .head-image {
    margin-bottom: 22px;
  }
  .section-new-simple .row-head .head-image-room {
    width: 848px;
    height: 604px;
  }
  .section-new-simple .row-content {
    justify-content: flex-end;
    margin-bottom: 50px;
  }
  .section-new-simple .row-text {
    flex: unset;
    padding-top: 22px;
    margin-right: -13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-new-simple .row-head .head-image {
    margin-bottom: 18px;
  }
  .section-new-simple .row-head .head-image-room {
    width: 100%;
    height: 204px;
  }
  .section-new-simple .row-content {
    margin-bottom: 25px;
  }
}

.section-new-commit {
  position: relative;
}
.section-new-commit .commit-background {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.section-new-commit .commit-background img {
  object-fit: cover;
}
.section-new-commit .wrapper {
  text-align: center;
}
.section-new-commit .commit-title {
  line-height: 1.5;
  color: #585d6a;
  font-weight: 500;
  position: relative;
}
.section-new-commit .commit-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #585d6a;
  width: 50px;
  height: 1px;
}
.section-new-commit .commit-text {
  font-size: 20px;
  color: #333;
  line-height: 1.75;
}
.section-new-commit .commit-desc {
  font-size: 14px;
  line-height: 2.2857142857;
}
.section-new-commit .commit-block {
  position: relative;
}
.section-new-commit .commit-block::before, .section-new-commit .commit-block::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.section-new-commit .commit-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-new-commit {
    padding-bottom: 44px;
  }
  .section-new-commit .commit-background {
    height: 418px;
    margin-bottom: 54px;
  }
  .section-new-commit .commit-title {
    font-size: 33px;
    letter-spacing: 0.117em;
    padding-bottom: 24px;
    margin-bottom: 38px;
  }
  .section-new-commit .commit-text {
    margin-bottom: 8px;
  }
  .section-new-commit .commit-block {
    padding-top: 98px;
    padding-bottom: 300px;
  }
  .section-new-commit .commit-block::before {
    top: 78px;
    background: url(/img/product/system_kitchen/lemure/new/decor_commit001.svg) center/cover no-repeat;
    height: 510px;
  }
  .section-new-commit .commit-block::after {
    bottom: 94px;
    background: url(/img/product/system_kitchen/lemure/new/decor_commit002.svg) center/cover no-repeat;
    height: 578px;
  }
  .section-new-commit .commit-block .wrapper {
    width: 1114px;
  }
  .section-new-commit .commit-image.is-first {
    width: 525px;
    height: 344px;
    margin: 0 0 280px auto;
  }
  .section-new-commit .commit-image.is-second {
    position: absolute;
    content: "";
    top: 221px;
    left: 0;
    right: calc(50% + 11px);
    background: url(/img/product/system_kitchen/lemure/new/img_commit002.jpg) center/cover no-repeat;
    height: 441px;
  }
  .section-new-commit .commit-image.is-third {
    width: 482px;
    height: 330px;
    margin-left: 23px;
  }
  .section-new-commit .commit-image.is-fourth {
    position: absolute;
    content: "";
    top: 873px;
    right: 0;
    left: calc(50% - 7px);
    background: url(/img/product/system_kitchen/lemure/new/img_commit004.jpg) center/cover no-repeat;
    height: 446px;
  }
  .section-new-commit .commit-row a + a {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-new-commit {
    padding-bottom: 63px;
  }
  .section-new-commit .commit-background {
    height: 254px;
    margin-bottom: 34px;
  }
  .section-new-commit .commit-title {
    font-size: 26px;
    letter-spacing: 0.117em;
    padding-bottom: 12px;
    margin-bottom: 17px;
  }
  .section-new-commit .commit-text {
    margin-bottom: 10px;
  }
  .section-new-commit .commit-desc {
    margin: 0 -10px;
  }
  .section-new-commit .commit-block {
    padding-top: 39px;
    padding-bottom: 255px;
  }
  .section-new-commit .commit-block::before {
    top: 45px;
    background: url(/img/product/system_kitchen/lemure/new/decor_commit001_sp.svg) center/cover no-repeat;
    height: 301px;
  }
  .section-new-commit .commit-block::after {
    bottom: 50px;
    background: url(/img/product/system_kitchen/lemure/new/decor_commit002_sp.svg) center/cover no-repeat;
    height: 373px;
  }
  .section-new-commit .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .section-new-commit .commit-image.is-first {
    width: 230px;
    height: 150px;
    margin: 0 18px 238px auto;
  }
  .section-new-commit .commit-image.is-second {
    position: absolute;
    content: "";
    top: 204px;
    left: 0;
    right: 72px;
    background: url(/img/product/system_kitchen/lemure/new/img_commit002_sp.jpg) center/cover no-repeat;
    height: 205px;
  }
  .section-new-commit .commit-image.is-third {
    width: 230px;
    height: 157px;
    margin-left: 27px;
  }
  .section-new-commit .commit-image.is-fourth {
    position: absolute;
    content: "";
    top: 608px;
    right: 0;
    left: 70px;
    background: url(/img/product/system_kitchen/lemure/new/img_commit004_sp.jpg) center/cover no-repeat;
    height: 203px;
  }
  .section-new-commit .commit-row a + a {
    margin-top: 14px;
  }
}
.section-other-contents {
  background: #f4f4f4;
}
.section-other-contents .block-introduction {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.section-other-contents .inner-block {
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.section-other-contents .text-content, .section-other-contents .text-introduction {
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 9999px) {
  .section-other-contents {
    padding: 86px 0 66px;
  }
  .section-other-contents .section-title {
    margin-bottom: 16px;
  }
  .section-other-contents .block-introduction {
    width: 528px;
    margin: 0 auto 50px;
    padding: 2px 0;
  }
  .section-other-contents .inner-block {
    padding: 18px 20px;
  }
  .section-other-contents .title-introduction {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .section-other-contents .title-introduction .is-space {
    margin-left: 27px;
  }
  .section-other-contents .text-introduction {
    font-size: 24px;
    line-height: 1.5;
  }
  .section-other-contents .text-content {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 33px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-other-contents {
    padding: 30px 0 35px;
  }
  .section-other-contents .section-title {
    margin-bottom: 7px;
  }
  .section-other-contents .block-introduction {
    margin: 0 auto 22px;
    padding: 1px 0;
  }
  .section-other-contents .inner-block {
    padding: 10px 5px 12px;
  }
  .section-other-contents .title-introduction {
    font-size: 23px;
    margin-bottom: 13px;
  }
  .section-other-contents .title-introduction .is-space {
    margin-left: 17px;
  }
  .section-other-contents .text-introduction {
    font-size: 15px;
    line-height: 1.4;
  }
  .section-other-contents .text-content {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.714;
  }
  .section-other-contents .text-bold {
    font-size: 16px;
  }
}
@media only screen and (max-width: 390px) {
  .special-contents-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 9999px) {
  .mt60 .wrapper {
    width: unset;
    max-width: 980px;
    padding: 0 6px;
  }
  .m-box-showroom-03 .m-list-step_hdg-01 {
    margin-right: -20px;
  }
  .m-box-showroom-04 {
    max-width: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .mt60 .wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 390px) {
  .wrap-button-lemure .text-intro {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*# sourceMappingURL=top.css.map */
